simple 03-Jan-2023 00:00:01 Build Reference Application - Distribution 2.x - Build and push #13362 (REFAPP-OMODDISTRO-DNDI-13362) started building on agent yu.openmrs.org (2), bamboo version: 8.2.4 simple 03-Jan-2023 00:00:01 Remote agent on host yu.openmrs.org simple 03-Jan-2023 00:00:01 Build working directory is /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 03-Jan-2023 00:00:01 Executing build Reference Application - Distribution 2.x - Build and push #13362 (REFAPP-OMODDISTRO-DNDI-13362) simple 03-Jan-2023 00:00:01 Starting task 'Checkout source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 03-Jan-2023 00:00:01 Checking out into /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 03-Jan-2023 00:00:01 Updating source code to revision: d2c340bf499cd31874b5bcbd05c48b0a63f0d32a simple 03-Jan-2023 00:00:01 Creating local git repository in '/home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git'. simple 03-Jan-2023 00:00:01 hint: Using 'master' as the name for the initial branch. This default branch name simple 03-Jan-2023 00:00:01 hint: is subject to change. To configure the initial branch name to use in all simple 03-Jan-2023 00:00:01 hint: of your new repositories, which will suppress this warning, call: simple 03-Jan-2023 00:00:01 hint: simple 03-Jan-2023 00:00:01 hint: git config --global init.defaultBranch simple 03-Jan-2023 00:00:01 hint: simple 03-Jan-2023 00:00:01 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 03-Jan-2023 00:00:01 hint: 'development'. The just-created branch can be renamed via this command: simple 03-Jan-2023 00:00:01 hint: simple 03-Jan-2023 00:00:01 hint: git branch -m simple 03-Jan-2023 00:00:01 Initialized empty Git repository in /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git/ simple 03-Jan-2023 00:00:02 Fetching 'refs/heads/2.x' from 'https://github.com/openmrs/openmrs-distro-referenceapplication.git'. simple 03-Jan-2023 00:00:05 From https://github.com/openmrs/openmrs-distro-referenceapplication simple 03-Jan-2023 00:00:05 * [new branch] 2.x -> 2.x simple 03-Jan-2023 00:00:05 * [new tag] 2.0.1769 -> 2.0.1769 simple 03-Jan-2023 00:00:05 * [new tag] 2.1 -> 2.1 simple 03-Jan-2023 00:00:05 * [new tag] 2.10.0 -> 2.10.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.11.0 -> 2.11.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.12.0 -> 2.12.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.2 -> 2.2 simple 03-Jan-2023 00:00:05 * [new tag] 2.3 -> 2.3 simple 03-Jan-2023 00:00:05 * [new tag] 2.4 -> 2.4 simple 03-Jan-2023 00:00:05 * [new tag] 2.5 -> 2.5 simple 03-Jan-2023 00:00:05 * [new tag] 2.6.0 -> 2.6.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.7.0 -> 2.7.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.8.0 -> 2.8.0 simple 03-Jan-2023 00:00:05 * [new tag] 2.8.1 -> 2.8.1 simple 03-Jan-2023 00:00:05 * [new tag] 2.9.0 -> 2.9.0 simple 03-Jan-2023 00:00:05 * [new tag] latest -> latest simple 03-Jan-2023 00:00:05 Checking out revision d2c340bf499cd31874b5bcbd05c48b0a63f0d32a. simple 03-Jan-2023 00:00:05 Switched to branch '2.x' simple 03-Jan-2023 00:00:05 Updated source code to revision: d2c340bf499cd31874b5bcbd05c48b0a63f0d32a simple 03-Jan-2023 00:00:05 Finished task 'Checkout source' with result: Success simple 03-Jan-2023 00:00:05 Running pre-build action: Build Log Labeller Pre Build Action simple 03-Jan-2023 00:00:05 Running pre-build action: VCS Version Collector simple 03-Jan-2023 00:00:05 Running pre-build action: Run Predator simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Starting predator plugin, pre build agent cleaner simple 03-Jan-2023 00:00:05 [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 00:00:05 [PredatorPreBuildAction] Running command '[docker, ps, -q|, xargs, docker, kill]' simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Command '[docker, ps, -q|, xargs, docker, kill]' completed with exit code 125 simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Running command '[docker, ps, -qa, |, xargs, docker, rm, -f]' simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Command '[docker, ps, -qa, |, xargs, docker, rm, -f]' completed with exit code 125 simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Running command '[docker, system, prune, -af, --filter, until=48h]' simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Command '[docker, system, prune, -af, --filter, until=48h]' completed with exit code 0 simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Running command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' simple 03-Jan-2023 00:00:05 [PredatorPreBuildAction] Command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' completed with exit code 125 simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 2970 java 1463 bamboo-age 2979Mb 684Mb 00:49:48 /usr/lib/jvm/java-8-ope simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1463 wrapper 1 bamboo-age 16Mb 1Mb 00:13:25 /home/bamboo-agent/bamb simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1 systemd 0 root 164Mb 11Mb 00:47:31 /sbin/init simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] No processes found for (chromium|chrome|webdriver|mysql|java|mvn|node|npm) simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Initial free space: 3.4863548 GB simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Deleting folder /home/bamboo-agent/bamboo-agent/xml-data/build-dir/JAVADOC-TRUNK-JOB1 simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Deleting 21 snapshot folders from /home/bamboo-agent/.m2/repository simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Maven snapshot disk freed: 0 GB simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] 0 empty artifacts were found and deleted by Predator simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Maven stable disk freed: 0.0 GB, deleted 0 files simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.npmrc does not exist. simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.docker/config.json does not exist. simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] File /home/bamboo-agent/.OpenMRS/liquibaseUpdateLogs.txt does not exist. simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Final free space: 3.486351 GB simple 03-Jan-2023 00:00:06 [PredatorPreBuildAction] Done command 03-Jan-2023 00:00:06 Substituting variable: ${bamboo.dockerhub.username} with openmrsci command 03-Jan-2023 00:00:06 Substituting password variable: ${bamboo.dockerhub.password} command 03-Jan-2023 00:00:06 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 03-Jan-2023 00:00:06 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 03-Jan-2023 00:00:06 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 command 03-Jan-2023 00:00:06 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 simple 03-Jan-2023 00:00:06 Starting task 'Build and push nightly docker image' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' command 03-Jan-2023 00:00:06 Beginning to execute external process for build 'Reference Application - Distribution 2.x - Build and push #13362 (REFAPP-OMODDISTRO-DNDI-13362)'\n ... running command line: \n/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13362-ScriptBuildTask-5857129474388678693.sh\n ... in: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI\n error 03-Jan-2023 00:00:06 + [[ ehuB != ehuxB ]] error 03-Jan-2023 00:00:06 + echo 'Start of Lmod init/bash script to define the module command' error 03-Jan-2023 00:00:06 + LMOD_PKG=/usr/share/lmod/lmod error 03-Jan-2023 00:00:06 + LMOD_DIR=/usr/share/lmod/lmod/libexec error 03-Jan-2023 00:00:06 + LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod error 03-Jan-2023 00:00:06 + MODULESHOME=/usr/share/lmod/lmod error 03-Jan-2023 00:00:06 + export LMOD_PKG error 03-Jan-2023 00:00:06 + export LMOD_CMD error 03-Jan-2023 00:00:06 + export LMOD_DIR error 03-Jan-2023 00:00:06 + export MODULESHOME error 03-Jan-2023 00:00:06 + LMOD_VERSION=6.6 error 03-Jan-2023 00:00:06 + export LMOD_VERSION error 03-Jan-2023 00:00:06 + '[' : '!=' : ']' error 03-Jan-2023 00:00:06 + unalias ml error 03-Jan-2023 00:00:06 + true error 03-Jan-2023 00:00:06 ++ /usr/bin/tr '[:upper:]' '[:lower:]' error 03-Jan-2023 00:00:06 ++ echo YES error 03-Jan-2023 00:00:06 + export_module=yes error 03-Jan-2023 00:00:06 + '[' -n '5.1.16(1)-release' -a yes '!=' no ']' error 03-Jan-2023 00:00:06 + export -f module error 03-Jan-2023 00:00:06 + export -f ml error 03-Jan-2023 00:00:06 + unset export_module error 03-Jan-2023 00:00:06 + '[' -n '' ']' error 03-Jan-2023 00:00:06 + '[' 5 -ge 3 ']' error 03-Jan-2023 00:00:06 + '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']' error 03-Jan-2023 00:00:06 + '[' -n '' ']' error 03-Jan-2023 00:00:06 + [[ ehuB != ehuxB ]] error 03-Jan-2023 00:00:06 + echo 'End of Lmod init/bash script to define the module command' error 03-Jan-2023 00:00:06 + set +x build 03-Jan-2023 00:00:06 Start of Lmod init/bash script to define the module command build 03-Jan-2023 00:00:06 End of Lmod init/bash script to define the module command error 03-Jan-2023 00:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. error 03-Jan-2023 00:00:07 WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json. error 03-Jan-2023 00:00:07 Configure a credential helper to remove this warning. See error 03-Jan-2023 00:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store error 03-Jan-2023 00:00:07 build 03-Jan-2023 00:00:07 Login Succeeded build 03-Jan-2023 00:00:07 Building dev image error 03-Jan-2023 00:00:08 #1 [internal] load .dockerignore error 03-Jan-2023 00:00:08 #1 transferring context: error 03-Jan-2023 00:00:08 #1 transferring context: 74B done error 03-Jan-2023 00:00:08 #1 DONE 0.1s error 03-Jan-2023 00:00:08 error 03-Jan-2023 00:00:08 #2 [internal] load build definition from Dockerfile error 03-Jan-2023 00:00:08 #2 transferring dockerfile: 898B done error 03-Jan-2023 00:00:08 #2 DONE 0.1s error 03-Jan-2023 00:00:08 error 03-Jan-2023 00:00:08 #3 resolve image config for docker.io/docker/dockerfile:1 error 03-Jan-2023 00:00:08 #3 ... error 03-Jan-2023 00:00:08 error 03-Jan-2023 00:00:08 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io error 03-Jan-2023 00:00:08 #4 DONE 0.0s error 03-Jan-2023 00:00:08 error 03-Jan-2023 00:00:08 #3 resolve image config for docker.io/docker/dockerfile:1 error 03-Jan-2023 00:00:09 #3 DONE 1.0s error 03-Jan-2023 00:00:09 error 03-Jan-2023 00:00:09 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 00:00:09 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done error 03-Jan-2023 00:00:09 #5 DONE 0.0s error 03-Jan-2023 00:00:09 error 03-Jan-2023 00:00:09 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 00:00:09 #5 CACHED error 03-Jan-2023 00:00:09 error 03-Jan-2023 00:00:09 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 03-Jan-2023 00:00:09 #6 DONE 0.0s error 03-Jan-2023 00:00:09 error 03-Jan-2023 00:00:09 #7 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 00:00:10 #7 DONE 0.6s error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #8 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 00:00:10 #8 DONE 0.9s error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #9 [internal] load build context error 03-Jan-2023 00:00:10 #9 DONE 0.0s error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:00:10 #10 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 00:00:10 #10 DONE 0.1s error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #11 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:00:10 #11 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 00:00:10 #11 CACHED error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #9 [internal] load build context error 03-Jan-2023 00:00:10 #9 ... error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #12 [linux/arm64 dev 2/4] WORKDIR /app error 03-Jan-2023 00:00:10 #12 DONE 0.1s error 03-Jan-2023 00:00:10 error 03-Jan-2023 00:00:10 #9 [internal] load build context error 03-Jan-2023 00:00:12 #9 transferring context: 33.72MB 1.7s done error 03-Jan-2023 00:00:12 #9 DONE 1.8s error 03-Jan-2023 00:00:12 error 03-Jan-2023 00:00:12 #13 [linux/arm64 dev 3/4] COPY . ./ error 03-Jan-2023 00:00:12 #13 DONE 0.3s error 03-Jan-2023 00:00:12 error 03-Jan-2023 00:00:12 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:14 #14 ... error 03-Jan-2023 00:00:14 error 03-Jan-2023 00:00:14 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:00:14 #10 sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 00:00:14 #10 sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 00:00:14 #10 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 80.31MB / 80.31MB 0.7s done error 03-Jan-2023 00:00:14 #10 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 241.17MB / 241.17MB 1.5s done error 03-Jan-2023 00:00:14 #10 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 1.8s done error 03-Jan-2023 00:00:14 #10 DONE 4.1s error 03-Jan-2023 00:00:14 error 03-Jan-2023 00:00:14 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:00:14 #10 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e error 03-Jan-2023 00:00:15 #10 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 0.4s done error 03-Jan-2023 00:00:15 #10 extracting sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 0.0s done error 03-Jan-2023 00:00:15 #10 extracting sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 0.0s done error 03-Jan-2023 00:00:15 #10 DONE 4.6s error 03-Jan-2023 00:00:15 error 03-Jan-2023 00:00:15 #15 [linux/amd64 dev 2/4] WORKDIR /app error 03-Jan-2023 00:00:15 #15 DONE 0.3s error 03-Jan-2023 00:00:15 error 03-Jan-2023 00:00:15 #16 [linux/amd64 dev 3/4] COPY . ./ error 03-Jan-2023 00:00:15 #16 DONE 0.2s error 03-Jan-2023 00:00:15 error 03-Jan-2023 00:00:15 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:17 #17 2.260 [INFO] Scanning for projects... error 03-Jan-2023 00:00:18 #17 2.469 [WARNING] error 03-Jan-2023 00:00:18 #17 2.469 [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 00:00:18 #17 2.471 [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 00:00:18 #17 2.472 [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 00:00:18 #17 2.473 [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 00:00:18 #17 2.474 [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 00:00:18 #17 2.475 [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 00:00:18 #17 2.476 [WARNING] error 03-Jan-2023 00:00:18 #17 2.476 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 00:00:18 #17 2.477 [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 00:00:18 #17 2.478 [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 00:00:18 #17 2.479 [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 00:00:18 #17 2.481 [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 00:00:18 #17 2.482 [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 00:00:18 #17 2.487 [WARNING] error 03-Jan-2023 00:00:18 #17 2.488 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 00:00:18 #17 2.489 [WARNING] error 03-Jan-2023 00:00:18 #17 2.490 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 00:00:18 #17 2.491 [WARNING] error 03-Jan-2023 00:00:18 #17 2.504 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:00:18 #17 2.513 [INFO] Reactor Build Order: error 03-Jan-2023 00:00:18 #17 2.514 [INFO] error 03-Jan-2023 00:00:18 #17 2.518 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 00:00:18 #17 2.519 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 00:00:18 #17 2.532 [INFO] error 03-Jan-2023 00:00:18 #17 2.534 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 00:00:18 #17 2.535 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 00:00:18 #17 2.536 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 00:00:18 #17 2.645 [INFO] error 03-Jan-2023 00:00:18 #17 2.651 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 00:00:18 #17 2.960 [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 00:00:18 #17 2.978 [INFO] error 03-Jan-2023 00:00:18 #17 2.979 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 00:00:18 #17 2.979 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 00:00:18 #17 2.979 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 00:00:19 #17 3.428 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 00:00:20 #17 4.983 Progress (1): 3.3/5.8 kB error 03-Jan-2023 00:00:20 Progress (1): 5.8 kB error 03-Jan-2023 00:00:20 error 03-Jan-2023 00:00:20 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.4 kB/s) error 03-Jan-2023 00:00:20 #17 5.157 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 00:00:21 #17 5.307 Progress (1): 3.3/34 kB error 03-Jan-2023 00:00:21 Progress (1): 6.1/34 kB error 03-Jan-2023 00:00:21 Progress (1): 8.9/34 kB error 03-Jan-2023 00:00:21 Progress (1): 12/34 kB error 03-Jan-2023 00:00:21 Progress (1): 15/34 kB error 03-Jan-2023 00:00:21 Progress (1): 17/34 kB error 03-Jan-2023 00:00:21 Progress (1): 20/34 kB error 03-Jan-2023 00:00:21 Progress (1): 23/34 kB error 03-Jan-2023 00:00:21 Progress (1): 26/34 kB error 03-Jan-2023 00:00:21 Progress (1): 29/34 kB error 03-Jan-2023 00:00:21 Progress (1): 31/34 kB error 03-Jan-2023 00:00:21 Progress (1): 34 kB error 03-Jan-2023 00:00:21 error 03-Jan-2023 00:00:21 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 00:00:21 #17 5.526 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 00:00:21 #17 5.650 Progress (1): 3.4/8.1 kB error 03-Jan-2023 00:00:21 Progress (1): 6.2/8.1 kB error 03-Jan-2023 00:00:21 Progress (1): 8.1 kB error 03-Jan-2023 00:00:21 error 03-Jan-2023 00:00:21 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 33 kB/s) error 03-Jan-2023 00:00:21 #17 5.783 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 00:00:21 #17 5.928 Progress (1): 3.4/30 kB error 03-Jan-2023 00:00:21 Progress (1): 6.2/30 kB error 03-Jan-2023 00:00:21 Progress (1): 9.0/30 kB error 03-Jan-2023 00:00:21 Progress (1): 12/30 kB error 03-Jan-2023 00:00:21 Progress (1): 15/30 kB error 03-Jan-2023 00:00:21 Progress (1): 17/30 kB error 03-Jan-2023 00:00:21 Progress (1): 20/30 kB error 03-Jan-2023 00:00:21 Progress (1): 23/30 kB error 03-Jan-2023 00:00:21 Progress (1): 26/30 kB error 03-Jan-2023 00:00:21 Progress (1): 29/30 kB error 03-Jan-2023 00:00:21 Progress (1): 30 kB error 03-Jan-2023 00:00:21 error 03-Jan-2023 00:00:21 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 104 kB/s) error 03-Jan-2023 00:00:21 #17 6.113 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 00:00:22 #17 6.257 Progress (1): 3.3/10 kB error 03-Jan-2023 00:00:22 Progress (1): 6.1/10 kB error 03-Jan-2023 00:00:22 Progress (1): 8.9/10 kB error 03-Jan-2023 00:00:22 Progress (1): 10 kB error 03-Jan-2023 00:00:22 error 03-Jan-2023 00:00:22 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 39 kB/s) error 03-Jan-2023 00:00:22 #17 6.386 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 00:00:22 #17 6.517 Progress (1): 3.3/43 kB error 03-Jan-2023 00:00:22 Progress (1): 6.1/43 kB error 03-Jan-2023 00:00:22 Progress (1): 8.9/43 kB error 03-Jan-2023 00:00:22 Progress (1): 12/43 kB error 03-Jan-2023 00:00:22 Progress (1): 14/43 kB error 03-Jan-2023 00:00:22 Progress (1): 17/43 kB error 03-Jan-2023 00:00:22 Progress (1): 20/43 kB error 03-Jan-2023 00:00:22 Progress (1): 23/43 kB error 03-Jan-2023 00:00:22 Progress (1): 26/43 kB error 03-Jan-2023 00:00:22 Progress (1): 28/43 kB error 03-Jan-2023 00:00:22 Progress (1): 31/43 kB error 03-Jan-2023 00:00:22 Progress (1): 34/43 kB error 03-Jan-2023 00:00:22 Progress (1): 37/43 kB error 03-Jan-2023 00:00:22 Progress (1): 40/43 kB error 03-Jan-2023 00:00:22 Progress (1): 42/43 kB error 03-Jan-2023 00:00:22 Progress (1): 43 kB error 03-Jan-2023 00:00:22 error 03-Jan-2023 00:00:22 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 00:00:22 #17 6.744 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 00:00:22 #17 6.876 Progress (1): 3.4/10 kB error 03-Jan-2023 00:00:22 Progress (1): 6.2/10 kB error 03-Jan-2023 00:00:22 Progress (1): 9.0/10 kB error 03-Jan-2023 00:00:22 Progress (1): 10 kB error 03-Jan-2023 00:00:22 error 03-Jan-2023 00:00:22 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 39 kB/s) error 03-Jan-2023 00:00:22 #17 7.013 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 00:00:22 #17 7.129 Progress (1): 3.4/11 kB error 03-Jan-2023 00:00:22 Progress (1): 6.2/11 kB error 03-Jan-2023 00:00:22 Progress (1): 9.0/11 kB error 03-Jan-2023 00:00:22 Progress (1): 11 kB error 03-Jan-2023 00:00:22 error 03-Jan-2023 00:00:22 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 00:00:23 #17 7.265 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 00:00:23 #17 7.387 Progress (1): 3.4/31 kB error 03-Jan-2023 00:00:23 Progress (1): 6.2/31 kB error 03-Jan-2023 00:00:23 Progress (1): 9.0/31 kB error 03-Jan-2023 00:00:23 Progress (1): 12/31 kB error 03-Jan-2023 00:00:23 Progress (1): 15/31 kB error 03-Jan-2023 00:00:23 Progress (1): 17/31 kB error 03-Jan-2023 00:00:23 Progress (1): 20/31 kB error 03-Jan-2023 00:00:23 Progress (1): 23/31 kB error 03-Jan-2023 00:00:23 Progress (1): 26/31 kB error 03-Jan-2023 00:00:23 Progress (1): 29/31 kB error 03-Jan-2023 00:00:23 Progress (1): 31 kB error 03-Jan-2023 00:00:23 error 03-Jan-2023 00:00:23 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 113 kB/s) error 03-Jan-2023 00:00:23 #17 7.553 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 00:00:23 #17 7.680 Progress (1): 3.4/15 kB error 03-Jan-2023 00:00:23 Progress (1): 6.2/15 kB error 03-Jan-2023 00:00:23 Progress (1): 9.0/15 kB error 03-Jan-2023 00:00:23 Progress (1): 12/15 kB error 03-Jan-2023 00:00:23 Progress (1): 15/15 kB error 03-Jan-2023 00:00:23 Progress (1): 15 kB error 03-Jan-2023 00:00:23 error 03-Jan-2023 00:00:23 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 59 kB/s) error 03-Jan-2023 00:00:23 #17 7.813 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 00:00:24 #17 8.551 Progress (1): 4.1/221 kB error 03-Jan-2023 00:00:24 Progress (1): 8.2/221 kB error 03-Jan-2023 00:00:24 Progress (1): 12/221 kB error 03-Jan-2023 00:00:24 Progress (1): 16/221 kB error 03-Jan-2023 00:00:24 Progress (1): 20/221 kB error 03-Jan-2023 00:00:24 Progress (1): 24/221 kB error 03-Jan-2023 00:00:24 Progress (1): 28/221 kB error 03-Jan-2023 00:00:24 Progress (1): 32/221 kB error 03-Jan-2023 00:00:24 Progress (1): 36/221 kB error 03-Jan-2023 00:00:24 Progress (1): 40/221 kB error 03-Jan-2023 00:00:24 Progress (1): 44/221 kB error 03-Jan-2023 00:00:24 Progress (1): 49/221 kB error 03-Jan-2023 00:00:24 Progress (1): 51/221 kB error 03-Jan-2023 00:00:24 Progress (1): 55/221 kB error 03-Jan-2023 00:00:24 Progress (1): 59/221 kB error 03-Jan-2023 00:00:24 Progress (1): 63/221 kB error 03-Jan-2023 00:00:24 Progress (1): 67/221 kB error 03-Jan-2023 00:00:24 Progress (1): 71/221 kB error 03-Jan-2023 00:00:24 Progress (1): 75/221 kB error 03-Jan-2023 00:00:24 Progress (1): 79/221 kB error 03-Jan-2023 00:00:24 Progress (1): 83/221 kB error 03-Jan-2023 00:00:24 Progress (1): 85/221 kB error 03-Jan-2023 00:00:24 Progress (1): 89/221 kB error 03-Jan-2023 00:00:24 Progress (1): 94/221 kB error 03-Jan-2023 00:00:24 Progress (1): 98/221 kB error 03-Jan-2023 00:00:24 Progress (1): 102/221 kB error 03-Jan-2023 00:00:24 Progress (1): 106/221 kB error 03-Jan-2023 00:00:24 Progress (1): 110/221 kB error 03-Jan-2023 00:00:24 Progress (1): 114/221 kB error 03-Jan-2023 00:00:24 Progress (1): 118/221 kB error 03-Jan-2023 00:00:24 Progress (1): 120/221 kB error 03-Jan-2023 00:00:24 Progress (1): 124/221 kB error 03-Jan-2023 00:00:24 Progress (1): 128/221 kB error 03-Jan-2023 00:00:24 Progress (1): 132/221 kB error 03-Jan-2023 00:00:24 Progress (1): 137/221 kB error 03-Jan-2023 00:00:24 Progress (1): 141/221 kB error 03-Jan-2023 00:00:24 Progress (1): 145/221 kB error 03-Jan-2023 00:00:24 Progress (1): 149/221 kB error 03-Jan-2023 00:00:24 Progress (1): 153/221 kB error 03-Jan-2023 00:00:24 Progress (1): 155/221 kB error 03-Jan-2023 00:00:24 Progress (1): 159/221 kB error 03-Jan-2023 00:00:24 Progress (1): 163/221 kB error 03-Jan-2023 00:00:24 Progress (1): 167/221 kB error 03-Jan-2023 00:00:24 Progress (1): 171/221 kB error 03-Jan-2023 00:00:24 Progress (1): 175/221 kB error 03-Jan-2023 00:00:24 Progress (1): 180/221 kB error 03-Jan-2023 00:00:24 Progress (1): 184/221 kB error 03-Jan-2023 00:00:24 Progress (1): 188/221 kB error 03-Jan-2023 00:00:24 Progress (1): 190/221 kB error 03-Jan-2023 00:00:24 Progress (1): 194/221 kB error 03-Jan-2023 00:00:24 Progress (1): 198/221 kB error 03-Jan-2023 00:00:24 Progress (1): 202/221 kB error 03-Jan-2023 00:00:24 Progress (1): 206/221 kB error 03-Jan-2023 00:00:24 Progress (1): 210/221 kB error 03-Jan-2023 00:00:24 Progress (1): 214/221 kB error 03-Jan-2023 00:00:24 Progress (1): 218/221 kB error 03-Jan-2023 00:00:24 Progress (1): 221 kB error 03-Jan-2023 00:00:24 error 03-Jan-2023 00:00:24 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 182 kB/s) error 03-Jan-2023 00:00:24 #17 9.056 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 00:00:24 #17 9.186 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:00:24 Progress (1): 5.8 kB error 03-Jan-2023 00:00:25 error 03-Jan-2023 00:00:25 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 00:00:25 #17 9.326 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 00:00:25 #17 9.451 Progress (1): 3.3/34 kB error 03-Jan-2023 00:00:25 Progress (1): 6.1/34 kB error 03-Jan-2023 00:00:25 Progress (1): 8.9/34 kB error 03-Jan-2023 00:00:25 Progress (1): 12/34 kB error 03-Jan-2023 00:00:25 Progress (1): 15/34 kB error 03-Jan-2023 00:00:25 Progress (1): 17/34 kB error 03-Jan-2023 00:00:25 Progress (1): 20/34 kB error 03-Jan-2023 00:00:25 Progress (1): 23/34 kB error 03-Jan-2023 00:00:25 Progress (1): 26/34 kB error 03-Jan-2023 00:00:25 Progress (1): 29/34 kB error 03-Jan-2023 00:00:25 Progress (1): 31/34 kB error 03-Jan-2023 00:00:25 Progress (1): 34 kB error 03-Jan-2023 00:00:25 error 03-Jan-2023 00:00:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 136 kB/s) error 03-Jan-2023 00:00:25 #17 9.580 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 00:00:25 #17 9.706 Progress (1): 3.4/64 kB error 03-Jan-2023 00:00:25 Progress (1): 6.2/64 kB error 03-Jan-2023 00:00:25 Progress (1): 9.0/64 kB error 03-Jan-2023 00:00:25 Progress (1): 12/64 kB error 03-Jan-2023 00:00:25 Progress (1): 15/64 kB error 03-Jan-2023 00:00:25 Progress (1): 17/64 kB error 03-Jan-2023 00:00:25 Progress (1): 20/64 kB error 03-Jan-2023 00:00:25 Progress (1): 23/64 kB error 03-Jan-2023 00:00:25 Progress (1): 26/64 kB error 03-Jan-2023 00:00:25 Progress (1): 29/64 kB error 03-Jan-2023 00:00:25 Progress (1): 31/64 kB error 03-Jan-2023 00:00:25 Progress (1): 34/64 kB error 03-Jan-2023 00:00:25 Progress (1): 37/64 kB error 03-Jan-2023 00:00:25 Progress (1): 40/64 kB error 03-Jan-2023 00:00:25 Progress (1): 43/64 kB error 03-Jan-2023 00:00:25 Progress (1): 45/64 kB error 03-Jan-2023 00:00:25 Progress (1): 48/64 kB error 03-Jan-2023 00:00:25 Progress (1): 51/64 kB error 03-Jan-2023 00:00:25 Progress (1): 54/64 kB error 03-Jan-2023 00:00:25 Progress (1): 56/64 kB error 03-Jan-2023 00:00:25 Progress (1): 59/64 kB error 03-Jan-2023 00:00:25 Progress (1): 62/64 kB error 03-Jan-2023 00:00:25 Progress (1): 64 kB error 03-Jan-2023 00:00:25 error 03-Jan-2023 00:00:25 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 244 kB/s) error 03-Jan-2023 00:00:25 #17 9.872 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 00:00:25 #17 9.998 Progress (1): 3.3/13 kB error 03-Jan-2023 00:00:25 Progress (1): 6.1/13 kB error 03-Jan-2023 00:00:25 Progress (1): 8.9/13 kB error 03-Jan-2023 00:00:25 Progress (1): 12/13 kB error 03-Jan-2023 00:00:25 Progress (1): 13 kB error 03-Jan-2023 00:00:25 error 03-Jan-2023 00:00:25 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 48 kB/s) error 03-Jan-2023 00:00:25 #17 10.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 00:00:25 #17 10.25 Progress (1): 3.3/36 kB error 03-Jan-2023 00:00:26 Progress (1): 6.1/36 kB error 03-Jan-2023 00:00:26 Progress (1): 8.9/36 kB error 03-Jan-2023 00:00:26 Progress (1): 12/36 kB error 03-Jan-2023 00:00:26 Progress (1): 15/36 kB error 03-Jan-2023 00:00:26 Progress (1): 17/36 kB error 03-Jan-2023 00:00:26 Progress (1): 20/36 kB error 03-Jan-2023 00:00:26 Progress (1): 23/36 kB error 03-Jan-2023 00:00:26 Progress (1): 26/36 kB error 03-Jan-2023 00:00:26 Progress (1): 29/36 kB error 03-Jan-2023 00:00:26 Progress (1): 31/36 kB error 03-Jan-2023 00:00:26 Progress (1): 34/36 kB error 03-Jan-2023 00:00:26 Progress (1): 36 kB error 03-Jan-2023 00:00:26 error 03-Jan-2023 00:00:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 151 kB/s) error 03-Jan-2023 00:00:26 #17 10.39 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 00:00:26 #17 10.52 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:00:26 Progress (1): 5.3 kB error 03-Jan-2023 00:00:26 error 03-Jan-2023 00:00:26 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 00:00:26 #17 10.83 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 00:00:26 #17 10.96 Progress (1): 1.7 kB error 03-Jan-2023 00:00:26 error 03-Jan-2023 00:00:26 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 00:00:26 #17 11.13 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 00:00:27 #17 11.24 Progress (1): 1.5 kB error 03-Jan-2023 00:00:27 error 03-Jan-2023 00:00:27 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.4 kB/s) error 03-Jan-2023 00:00:27 #17 11.36 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 00:00:27 #17 11.49 Progress (1): 1.7 kB error 03-Jan-2023 00:00:27 error 03-Jan-2023 00:00:27 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 00:00:27 #17 11.61 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 00:00:27 #17 11.74 Progress (1): 2.3 kB error 03-Jan-2023 00:00:27 error 03-Jan-2023 00:00:27 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.2 kB/s) error 03-Jan-2023 00:00:27 #17 11.86 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 00:00:27 #17 11.99 Progress (1): 1.9 kB error 03-Jan-2023 00:00:27 error 03-Jan-2023 00:00:27 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 00:00:27 #17 12.11 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 00:00:27 #17 12.23 Progress (1): 1.7 kB error 03-Jan-2023 00:00:28 error 03-Jan-2023 00:00:28 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 00:00:28 #17 12.36 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 00:00:28 #17 12.48 Progress (1): 2.3 kB error 03-Jan-2023 00:00:28 error 03-Jan-2023 00:00:28 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 6.5 kB/s) error 03-Jan-2023 00:00:28 #17 12.71 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 00:00:28 #17 12.95 Progress (1): 2.1 kB error 03-Jan-2023 00:00:28 error 03-Jan-2023 00:00:29 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 4.2 kB/s) error 03-Jan-2023 00:00:29 #17 13.21 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 00:00:29 #17 13.45 Progress (1): 1.9 kB error 03-Jan-2023 00:00:29 error 03-Jan-2023 00:00:29 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 4.1 kB/s) error 03-Jan-2023 00:00:29 #17 13.68 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 00:00:29 #17 13.80 Progress (1): 2.1 kB error 03-Jan-2023 00:00:29 error 03-Jan-2023 00:00:29 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 00:00:29 #17 13.97 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 00:00:29 #17 14.09 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:00:29 Progress (1): 5.5 kB error 03-Jan-2023 00:00:30 error 03-Jan-2023 00:00:30 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 00:00:30 #17 14.22 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 00:00:30 #17 14.35 Progress (1): 3.3/15 kB error 03-Jan-2023 00:00:30 Progress (1): 6.1/15 kB error 03-Jan-2023 00:00:30 Progress (1): 8.9/15 kB error 03-Jan-2023 00:00:30 Progress (1): 12/15 kB error 03-Jan-2023 00:00:30 Progress (1): 14/15 kB error 03-Jan-2023 00:00:30 Progress (1): 15 kB error 03-Jan-2023 00:00:30 error 03-Jan-2023 00:00:30 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 00:00:30 #17 14.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 00:00:30 #17 14.60 Progress (1): 3.3/67 kB error 03-Jan-2023 00:00:30 Progress (1): 6.1/67 kB error 03-Jan-2023 00:00:30 Progress (1): 8.9/67 kB error 03-Jan-2023 00:00:30 Progress (1): 12/67 kB error 03-Jan-2023 00:00:30 Progress (1): 15/67 kB error 03-Jan-2023 00:00:30 Progress (1): 17/67 kB error 03-Jan-2023 00:00:30 Progress (1): 20/67 kB error 03-Jan-2023 00:00:30 Progress (1): 23/67 kB error 03-Jan-2023 00:00:30 Progress (1): 26/67 kB error 03-Jan-2023 00:00:30 Progress (1): 29/67 kB error 03-Jan-2023 00:00:30 Progress (1): 31/67 kB error 03-Jan-2023 00:00:30 Progress (1): 34/67 kB error 03-Jan-2023 00:00:30 Progress (1): 37/67 kB error 03-Jan-2023 00:00:30 Progress (1): 40/67 kB error 03-Jan-2023 00:00:30 Progress (1): 43/67 kB error 03-Jan-2023 00:00:30 Progress (1): 45/67 kB error 03-Jan-2023 00:00:30 Progress (1): 48/67 kB error 03-Jan-2023 00:00:30 Progress (1): 51/67 kB error 03-Jan-2023 00:00:30 Progress (1): 54/67 kB error 03-Jan-2023 00:00:30 Progress (1): 56/67 kB error 03-Jan-2023 00:00:30 Progress (1): 59/67 kB error 03-Jan-2023 00:00:30 Progress (1): 62/67 kB error 03-Jan-2023 00:00:30 Progress (1): 65/67 kB error 03-Jan-2023 00:00:30 Progress (1): 67 kB error 03-Jan-2023 00:00:30 error 03-Jan-2023 00:00:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 243 kB/s) error 03-Jan-2023 00:00:30 #17 14.77 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 00:00:30 #17 14.89 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:00:30 Progress (1): 5.1 kB error 03-Jan-2023 00:00:30 error 03-Jan-2023 00:00:30 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 00:00:30 #17 15.02 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 00:00:30 #17 15.14 Progress (1): 3.3/12 kB error 03-Jan-2023 00:00:30 Progress (1): 6.1/12 kB error 03-Jan-2023 00:00:30 Progress (1): 8.9/12 kB error 03-Jan-2023 00:00:30 Progress (1): 12/12 kB error 03-Jan-2023 00:00:30 Progress (1): 12 kB error 03-Jan-2023 00:00:30 error 03-Jan-2023 00:00:31 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 47 kB/s) error 03-Jan-2023 00:00:31 #17 15.29 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 00:00:31 #17 15.41 Progress (1): 3.3/43 kB error 03-Jan-2023 00:00:31 Progress (1): 6.1/43 kB error 03-Jan-2023 00:00:31 Progress (1): 8.9/43 kB error 03-Jan-2023 00:00:31 Progress (1): 12/43 kB error 03-Jan-2023 00:00:31 Progress (1): 14/43 kB error 03-Jan-2023 00:00:31 Progress (1): 17/43 kB error 03-Jan-2023 00:00:31 Progress (1): 20/43 kB error 03-Jan-2023 00:00:31 Progress (1): 23/43 kB error 03-Jan-2023 00:00:31 Progress (1): 26/43 kB error 03-Jan-2023 00:00:31 Progress (1): 28/43 kB error 03-Jan-2023 00:00:31 Progress (1): 31/43 kB error 03-Jan-2023 00:00:31 Progress (1): 34/43 kB error 03-Jan-2023 00:00:31 Progress (1): 37/43 kB error 03-Jan-2023 00:00:31 Progress (1): 40/43 kB error 03-Jan-2023 00:00:31 Progress (1): 42/43 kB error 03-Jan-2023 00:00:31 Progress (1): 43 kB error 03-Jan-2023 00:00:31 error 03-Jan-2023 00:00:31 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 161 kB/s) error 03-Jan-2023 00:00:31 #17 15.69 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 00:00:31 #17 15.80 Progress (1): 2.7 kB error 03-Jan-2023 00:00:31 error 03-Jan-2023 00:00:31 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 00:00:31 #17 15.93 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 00:00:31 #17 16.04 Progress (1): 2.7 kB error 03-Jan-2023 00:00:31 error 03-Jan-2023 00:00:31 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 00:00:31 #17 16.18 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 00:00:31 #17 16.31 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:00:32 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:00:32 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:00:32 Progress (1): 9.2 kB error 03-Jan-2023 00:00:32 error 03-Jan-2023 00:00:32 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 38 kB/s) error 03-Jan-2023 00:00:32 #17 16.43 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 00:00:32 #17 ... error 03-Jan-2023 00:00:32 error 03-Jan-2023 00:00:32 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:32 #14 18.48 [INFO] Scanning for projects... error 03-Jan-2023 00:00:32 #14 19.41 [WARNING] error 03-Jan-2023 00:00:32 #14 19.41 [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 00:00:32 #14 19.41 [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 00:00:32 #14 19.41 [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 00:00:32 #14 19.41 [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 00:00:32 #14 19.42 [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 00:00:32 #14 19.42 [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 00:00:32 #14 19.42 [WARNING] error 03-Jan-2023 00:00:32 #14 19.42 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 00:00:32 #14 19.42 [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 00:00:32 #14 19.42 [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 00:00:32 #14 19.42 [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 00:00:32 #14 19.43 [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 00:00:32 #14 19.43 [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 00:00:32 #14 19.43 [WARNING] error 03-Jan-2023 00:00:32 #14 19.43 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 00:00:32 #14 19.43 [WARNING] error 03-Jan-2023 00:00:32 #14 19.43 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 00:00:32 #14 19.43 [WARNING] error 03-Jan-2023 00:00:32 #14 19.50 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:00:32 #14 19.50 [INFO] Reactor Build Order: error 03-Jan-2023 00:00:32 #14 19.50 [INFO] error 03-Jan-2023 00:00:32 #14 19.52 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 00:00:32 #14 19.52 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 00:00:33 #14 20.28 [INFO] error 03-Jan-2023 00:00:33 #14 20.30 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 00:00:33 #14 20.31 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 00:00:33 #14 20.31 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 00:00:33 #14 21.04 [INFO] error 03-Jan-2023 00:00:33 #14 21.05 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 00:00:36 #14 24.15 [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 00:00:37 #14 24.48 [INFO] error 03-Jan-2023 00:00:37 #14 24.48 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 00:00:37 #14 24.48 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 00:00:37 #14 24.48 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 00:00:37 #14 ... error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:37 #17 16.55 Progress (1): 3.3/151 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/151 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/151 kB error 03-Jan-2023 00:00:37 Progress (1): 12/151 kB error 03-Jan-2023 00:00:37 Progress (1): 14/151 kB error 03-Jan-2023 00:00:37 Progress (1): 17/151 kB error 03-Jan-2023 00:00:37 Progress (1): 20/151 kB error 03-Jan-2023 00:00:37 Progress (1): 23/151 kB error 03-Jan-2023 00:00:37 Progress (1): 26/151 kB error 03-Jan-2023 00:00:37 Progress (1): 28/151 kB error 03-Jan-2023 00:00:37 Progress (1): 31/151 kB error 03-Jan-2023 00:00:37 Progress (1): 34/151 kB error 03-Jan-2023 00:00:37 Progress (1): 37/151 kB error 03-Jan-2023 00:00:37 Progress (1): 40/151 kB error 03-Jan-2023 00:00:37 Progress (1): 42/151 kB error 03-Jan-2023 00:00:37 Progress (1): 45/151 kB error 03-Jan-2023 00:00:37 Progress (1): 48/151 kB error 03-Jan-2023 00:00:37 Progress (1): 51/151 kB error 03-Jan-2023 00:00:37 Progress (1): 54/151 kB error 03-Jan-2023 00:00:37 Progress (1): 56/151 kB error 03-Jan-2023 00:00:37 Progress (1): 59/151 kB error 03-Jan-2023 00:00:37 Progress (1): 62/151 kB error 03-Jan-2023 00:00:37 Progress (1): 65/151 kB error 03-Jan-2023 00:00:37 Progress (1): 67/151 kB error 03-Jan-2023 00:00:37 Progress (1): 70/151 kB error 03-Jan-2023 00:00:37 Progress (1): 73/151 kB error 03-Jan-2023 00:00:37 Progress (1): 76/151 kB error 03-Jan-2023 00:00:37 Progress (1): 79/151 kB error 03-Jan-2023 00:00:37 Progress (1): 81/151 kB error 03-Jan-2023 00:00:37 Progress (1): 84/151 kB error 03-Jan-2023 00:00:37 Progress (1): 87/151 kB error 03-Jan-2023 00:00:37 Progress (1): 90/151 kB error 03-Jan-2023 00:00:37 Progress (1): 93/151 kB error 03-Jan-2023 00:00:37 Progress (1): 95/151 kB error 03-Jan-2023 00:00:37 Progress (1): 98/151 kB error 03-Jan-2023 00:00:37 Progress (1): 101/151 kB error 03-Jan-2023 00:00:37 Progress (1): 104/151 kB error 03-Jan-2023 00:00:37 Progress (1): 106/151 kB error 03-Jan-2023 00:00:37 Progress (1): 109/151 kB error 03-Jan-2023 00:00:37 Progress (1): 112/151 kB error 03-Jan-2023 00:00:37 Progress (1): 115/151 kB error 03-Jan-2023 00:00:37 Progress (1): 118/151 kB error 03-Jan-2023 00:00:37 Progress (1): 120/151 kB error 03-Jan-2023 00:00:37 Progress (1): 123/151 kB error 03-Jan-2023 00:00:37 Progress (1): 126/151 kB error 03-Jan-2023 00:00:37 Progress (1): 129/151 kB error 03-Jan-2023 00:00:37 Progress (1): 132/151 kB error 03-Jan-2023 00:00:37 Progress (1): 134/151 kB error 03-Jan-2023 00:00:37 Progress (1): 137/151 kB error 03-Jan-2023 00:00:37 Progress (1): 140/151 kB error 03-Jan-2023 00:00:37 Progress (1): 143/151 kB error 03-Jan-2023 00:00:37 Progress (1): 146/151 kB error 03-Jan-2023 00:00:37 Progress (1): 148/151 kB error 03-Jan-2023 00:00:37 Progress (1): 151 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 448 kB/s) error 03-Jan-2023 00:00:37 #17 16.78 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 00:00:37 #17 16.90 Progress (1): 3.3/16 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/16 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/16 kB error 03-Jan-2023 00:00:37 Progress (1): 12/16 kB error 03-Jan-2023 00:00:37 Progress (1): 14/16 kB error 03-Jan-2023 00:00:37 Progress (1): 16 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 65 kB/s) error 03-Jan-2023 00:00:37 #17 17.12 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 00:00:37 #17 17.25 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/6.1 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 00:00:37 #17 17.37 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 00:00:37 #17 17.50 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:00:37 Progress (1): 5.0 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 20 kB/s) error 03-Jan-2023 00:00:37 #17 17.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 00:00:37 #17 17.75 Progress (1): 3.3/66 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/66 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/66 kB error 03-Jan-2023 00:00:37 Progress (1): 12/66 kB error 03-Jan-2023 00:00:37 Progress (1): 15/66 kB error 03-Jan-2023 00:00:37 Progress (1): 17/66 kB error 03-Jan-2023 00:00:37 Progress (1): 20/66 kB error 03-Jan-2023 00:00:37 Progress (1): 23/66 kB error 03-Jan-2023 00:00:37 Progress (1): 26/66 kB error 03-Jan-2023 00:00:37 Progress (1): 29/66 kB error 03-Jan-2023 00:00:37 Progress (1): 31/66 kB error 03-Jan-2023 00:00:37 Progress (1): 34/66 kB error 03-Jan-2023 00:00:37 Progress (1): 37/66 kB error 03-Jan-2023 00:00:37 Progress (1): 40/66 kB error 03-Jan-2023 00:00:37 Progress (1): 43/66 kB error 03-Jan-2023 00:00:37 Progress (1): 45/66 kB error 03-Jan-2023 00:00:37 Progress (1): 48/66 kB error 03-Jan-2023 00:00:37 Progress (1): 51/66 kB error 03-Jan-2023 00:00:37 Progress (1): 54/66 kB error 03-Jan-2023 00:00:37 Progress (1): 57/66 kB error 03-Jan-2023 00:00:37 Progress (1): 59/66 kB error 03-Jan-2023 00:00:37 Progress (1): 62/66 kB error 03-Jan-2023 00:00:37 Progress (1): 65/66 kB error 03-Jan-2023 00:00:37 Progress (1): 66 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 251 kB/s) error 03-Jan-2023 00:00:37 #17 17.93 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 00:00:37 #17 18.05 Progress (1): 3.3/11 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/11 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/11 kB error 03-Jan-2023 00:00:37 Progress (1): 11 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 46 kB/s) error 03-Jan-2023 00:00:37 #17 18.17 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 00:00:37 #17 18.30 Progress (1): 3.3/42 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/42 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/42 kB error 03-Jan-2023 00:00:37 Progress (1): 12/42 kB error 03-Jan-2023 00:00:37 Progress (1): 14/42 kB error 03-Jan-2023 00:00:37 Progress (1): 17/42 kB error 03-Jan-2023 00:00:37 Progress (1): 20/42 kB error 03-Jan-2023 00:00:37 Progress (1): 23/42 kB error 03-Jan-2023 00:00:37 Progress (1): 26/42 kB error 03-Jan-2023 00:00:37 Progress (1): 28/42 kB error 03-Jan-2023 00:00:37 Progress (1): 31/42 kB error 03-Jan-2023 00:00:37 Progress (1): 34/42 kB error 03-Jan-2023 00:00:37 Progress (1): 37/42 kB error 03-Jan-2023 00:00:37 Progress (1): 40/42 kB error 03-Jan-2023 00:00:37 Progress (1): 42 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 162 kB/s) error 03-Jan-2023 00:00:37 #17 18.48 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 00:00:37 #17 18.61 Progress (1): 3.3/23 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/23 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/23 kB error 03-Jan-2023 00:00:37 Progress (1): 12/23 kB error 03-Jan-2023 00:00:37 Progress (1): 15/23 kB error 03-Jan-2023 00:00:37 Progress (1): 17/23 kB error 03-Jan-2023 00:00:37 Progress (1): 20/23 kB error 03-Jan-2023 00:00:37 Progress (1): 23/23 kB error 03-Jan-2023 00:00:37 Progress (1): 23 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 96 kB/s) error 03-Jan-2023 00:00:37 #17 18.73 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 00:00:37 #17 18.85 Progress (1): 3.3/74 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/74 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/74 kB error 03-Jan-2023 00:00:37 Progress (1): 12/74 kB error 03-Jan-2023 00:00:37 Progress (1): 15/74 kB error 03-Jan-2023 00:00:37 Progress (1): 17/74 kB error 03-Jan-2023 00:00:37 Progress (1): 20/74 kB error 03-Jan-2023 00:00:37 Progress (1): 23/74 kB error 03-Jan-2023 00:00:37 Progress (1): 26/74 kB error 03-Jan-2023 00:00:37 Progress (1): 29/74 kB error 03-Jan-2023 00:00:37 Progress (1): 31/74 kB error 03-Jan-2023 00:00:37 Progress (1): 34/74 kB error 03-Jan-2023 00:00:37 Progress (1): 37/74 kB error 03-Jan-2023 00:00:37 Progress (1): 40/74 kB error 03-Jan-2023 00:00:37 Progress (1): 42/74 kB error 03-Jan-2023 00:00:37 Progress (1): 45/74 kB error 03-Jan-2023 00:00:37 Progress (1): 48/74 kB error 03-Jan-2023 00:00:37 Progress (1): 51/74 kB error 03-Jan-2023 00:00:37 Progress (1): 54/74 kB error 03-Jan-2023 00:00:37 Progress (1): 56/74 kB error 03-Jan-2023 00:00:37 Progress (1): 59/74 kB error 03-Jan-2023 00:00:37 Progress (1): 62/74 kB error 03-Jan-2023 00:00:37 Progress (1): 65/74 kB error 03-Jan-2023 00:00:37 Progress (1): 68/74 kB error 03-Jan-2023 00:00:37 Progress (1): 70/74 kB error 03-Jan-2023 00:00:37 Progress (1): 73/74 kB error 03-Jan-2023 00:00:37 Progress (1): 74 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 274 kB/s) error 03-Jan-2023 00:00:37 #17 19.03 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 00:00:37 #17 19.15 Progress (1): 3.3/14 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/14 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/14 kB error 03-Jan-2023 00:00:37 Progress (1): 12/14 kB error 03-Jan-2023 00:00:37 Progress (1): 14 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00: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 00:00:37 #17 19.28 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 00:00:37 #17 19.40 Progress (1): 3.3/12 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/12 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/12 kB error 03-Jan-2023 00:00:37 Progress (1): 12 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00: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 46 kB/s) error 03-Jan-2023 00:00:37 #17 19.56 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 00:00:37 #17 19.69 Progress (1): 3.3/8.3 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/8.3 kB error 03-Jan-2023 00:00:37 Progress (1): 8.3 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00: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 33 kB/s) error 03-Jan-2023 00:00:37 #17 19.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 00:00:37 #17 20.00 Progress (1): 3.3/3.4 kB error 03-Jan-2023 00:00:37 Progress (1): 3.4 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 00:00:37 #17 20.36 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 00:00:37 #17 20.47 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:00:37 Progress (1): 4.9 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 00:00:37 #17 20.60 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 00:00:37 #17 21.09 Progress (1): 3.0 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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.0 kB/s) error 03-Jan-2023 00:00:37 #17 21.21 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 00:00:37 #17 21.34 Progress (1): 3.3/9.7 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/9.7 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/9.7 kB error 03-Jan-2023 00:00:37 Progress (1): 9.7 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 39 kB/s) error 03-Jan-2023 00:00:37 #17 21.47 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 00:00:37 #17 21.60 Progress (1): 3.3/17 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/17 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/17 kB error 03-Jan-2023 00:00:37 Progress (1): 12/17 kB error 03-Jan-2023 00:00:37 Progress (1): 15/17 kB error 03-Jan-2023 00:00:37 Progress (1): 17 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 66 kB/s) error 03-Jan-2023 00:00:37 #17 21.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 00:00:37 #17 21.88 Progress (1): 3.3/19 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/19 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/19 kB error 03-Jan-2023 00:00:37 Progress (1): 12/19 kB error 03-Jan-2023 00:00:37 Progress (1): 15/19 kB error 03-Jan-2023 00:00:37 Progress (1): 17/19 kB error 03-Jan-2023 00:00:37 Progress (1): 19 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 71 kB/s) error 03-Jan-2023 00:00:37 #17 22.03 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 00:00:37 #17 22.15 Progress (1): 3.3/16 kB error 03-Jan-2023 00:00:37 Progress (1): 6.1/16 kB error 03-Jan-2023 00:00:37 Progress (1): 8.9/16 kB error 03-Jan-2023 00:00:37 Progress (1): 12/16 kB error 03-Jan-2023 00:00:37 Progress (1): 15/16 kB error 03-Jan-2023 00:00:37 Progress (1): 16 kB error 03-Jan-2023 00:00:37 error 03-Jan-2023 00:00:37 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 00:00:38 #17 22.29 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 00:00:38 #17 22.41 Progress (1): 3.3/13 kB error 03-Jan-2023 00:00:38 Progress (1): 6.1/13 kB error 03-Jan-2023 00:00:38 Progress (1): 8.9/13 kB error 03-Jan-2023 00:00:38 Progress (1): 12/13 kB error 03-Jan-2023 00:00:38 Progress (1): 13 kB error 03-Jan-2023 00:00:38 error 03-Jan-2023 00:00:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 52 kB/s) error 03-Jan-2023 00:00:38 #17 22.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 00:00:38 #17 22.67 Progress (1): 2.0 kB error 03-Jan-2023 00:00:38 error 03-Jan-2023 00:00:38 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.6 kB/s) error 03-Jan-2023 00:00:38 #17 22.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 00:00:38 #17 22.91 Progress (1): 2.1 kB error 03-Jan-2023 00:00:38 error 03-Jan-2023 00:00:38 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.4 kB/s) error 03-Jan-2023 00:00:38 #17 23.04 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 00:00:38 #17 23.15 Progress (1): 3.3/37 kB error 03-Jan-2023 00:00:38 Progress (1): 6.1/37 kB error 03-Jan-2023 00:00:38 Progress (1): 8.9/37 kB error 03-Jan-2023 00:00:38 Progress (1): 12/37 kB error 03-Jan-2023 00:00:38 Progress (1): 15/37 kB error 03-Jan-2023 00:00:38 Progress (1): 17/37 kB error 03-Jan-2023 00:00:38 Progress (1): 20/37 kB error 03-Jan-2023 00:00:38 Progress (1): 23/37 kB error 03-Jan-2023 00:00:38 Progress (1): 26/37 kB error 03-Jan-2023 00:00:38 Progress (1): 29/37 kB error 03-Jan-2023 00:00:38 Progress (1): 31/37 kB error 03-Jan-2023 00:00:38 Progress (1): 34/37 kB error 03-Jan-2023 00:00:38 Progress (1): 37/37 kB error 03-Jan-2023 00:00:38 Progress (1): 37 kB error 03-Jan-2023 00:00:38 error 03-Jan-2023 00:00:38 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 160 kB/s) error 03-Jan-2023 00:00:39 #17 23.32 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 00:00:39 #17 23.45 Progress (1): 3.3/13 kB error 03-Jan-2023 00:00:39 Progress (1): 6.1/13 kB error 03-Jan-2023 00:00:39 Progress (1): 8.9/13 kB error 03-Jan-2023 00:00:39 Progress (1): 12/13 kB error 03-Jan-2023 00:00:39 Progress (1): 13 kB error 03-Jan-2023 00:00:39 error 03-Jan-2023 00:00:39 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 53 kB/s) error 03-Jan-2023 00:00:39 #17 23.58 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 00:00:39 #17 23.70 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:00:39 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:00:39 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:00:39 Progress (1): 9.5 kB error 03-Jan-2023 00:00:39 error 03-Jan-2023 00:00:39 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 00:00:39 #17 23.82 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 00:00:39 #17 23.95 Progress (1): 2.0 kB error 03-Jan-2023 00:00:39 error 03-Jan-2023 00:00:39 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.1 kB/s) error 03-Jan-2023 00:00:39 #17 24.07 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 00:00:39 #17 24.20 Progress (1): 3.3/23 kB error 03-Jan-2023 00:00:39 Progress (1): 6.1/23 kB error 03-Jan-2023 00:00:39 Progress (1): 8.9/23 kB error 03-Jan-2023 00:00:39 Progress (1): 12/23 kB error 03-Jan-2023 00:00:39 Progress (1): 15/23 kB error 03-Jan-2023 00:00:39 Progress (1): 17/23 kB error 03-Jan-2023 00:00:39 Progress (1): 20/23 kB error 03-Jan-2023 00:00:39 Progress (1): 23 kB error 03-Jan-2023 00:00:39 error 03-Jan-2023 00:00:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 96 kB/s) error 03-Jan-2023 00:00:40 #17 24.31 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 00:00:40 #17 24.43 Progress (1): 3.3/13 kB error 03-Jan-2023 00:00:40 Progress (1): 6.1/13 kB error 03-Jan-2023 00:00:40 Progress (1): 8.9/13 kB error 03-Jan-2023 00:00:40 Progress (1): 12/13 kB error 03-Jan-2023 00:00:40 Progress (1): 13 kB error 03-Jan-2023 00:00:40 error 03-Jan-2023 00:00:40 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 55 kB/s) error 03-Jan-2023 00:00:40 #17 24.55 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 00:00:40 #17 24.67 Progress (1): 1.3 kB error 03-Jan-2023 00:00:40 error 03-Jan-2023 00:00:40 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 00:00:40 #17 24.79 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 00:00:40 #17 24.91 Progress (1): 3.3/29 kB error 03-Jan-2023 00:00:40 Progress (1): 6.1/29 kB error 03-Jan-2023 00:00:40 Progress (1): 8.9/29 kB error 03-Jan-2023 00:00:40 Progress (1): 12/29 kB error 03-Jan-2023 00:00:40 Progress (1): 15/29 kB error 03-Jan-2023 00:00:40 Progress (1): 17/29 kB error 03-Jan-2023 00:00:40 Progress (1): 20/29 kB error 03-Jan-2023 00:00:40 Progress (1): 23/29 kB error 03-Jan-2023 00:00:40 Progress (1): 26/29 kB error 03-Jan-2023 00:00:40 Progress (1): 29/29 kB error 03-Jan-2023 00:00:40 Progress (1): 29 kB error 03-Jan-2023 00:00:40 error 03-Jan-2023 00:00:40 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 116 kB/s) error 03-Jan-2023 00:00:40 #17 25.04 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 00:00:40 #17 25.16 Progress (1): 3.3/3.5 kB error 03-Jan-2023 00:00:40 Progress (1): 3.5 kB error 03-Jan-2023 00:00:40 error 03-Jan-2023 00:00:41 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 00:00:41 #17 25.28 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 00:00:41 #17 25.40 Progress (1): 3.3/10 kB error 03-Jan-2023 00:00:41 Progress (1): 6.1/10 kB error 03-Jan-2023 00:00:41 Progress (1): 8.9/10 kB error 03-Jan-2023 00:00:41 Progress (1): 10 kB error 03-Jan-2023 00:00:41 error 03-Jan-2023 00:00:41 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 00:00:41 #17 25.54 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 00:00:41 #17 25.67 Progress (1): 3.3/13 kB error 03-Jan-2023 00:00:41 Progress (1): 6.1/13 kB error 03-Jan-2023 00:00:41 Progress (1): 8.9/13 kB error 03-Jan-2023 00:00:41 Progress (1): 12/13 kB error 03-Jan-2023 00:00:41 Progress (1): 13 kB error 03-Jan-2023 00:00:41 error 03-Jan-2023 00:00:41 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 00:00:41 #17 25.83 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 00:00:41 #17 25.94 Progress (1): 3.2 kB error 03-Jan-2023 00:00:41 error 03-Jan-2023 00:00:41 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 00:00:41 #17 26.05 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 00:00:41 #17 26.17 Progress (1): 1.7 kB error 03-Jan-2023 00:00:41 error 03-Jan-2023 00:00:41 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 00:00:42 #17 26.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 00:00:42 #17 26.45 Progress (1): 3.2 kB error 03-Jan-2023 00:00:42 error 03-Jan-2023 00:00:42 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 14 kB/s) error 03-Jan-2023 00:00:42 #17 26.57 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 00:00:42 #17 26.69 Progress (1): 2.8 kB error 03-Jan-2023 00:00:42 error 03-Jan-2023 00:00:42 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 00:00:42 #17 26.82 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 00:00:42 #17 26.93 Progress (1): 3.2 kB error 03-Jan-2023 00:00:42 error 03-Jan-2023 00:00:42 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 00:00:42 #17 27.06 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 00:00:42 #17 27.19 Progress (1): 3.2 kB error 03-Jan-2023 00:00:42 error 03-Jan-2023 00:00: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.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 00:00:43 #17 27.31 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 00:00:43 #17 27.43 Progress (1): 3.2 kB error 03-Jan-2023 00:00:43 error 03-Jan-2023 00:00: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.pom (3.2 kB at 13 kB/s) error 03-Jan-2023 00:00:43 #17 27.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 00:00:43 #17 27.67 Progress (1): 3.3/59 kB error 03-Jan-2023 00:00:43 Progress (1): 6.1/59 kB error 03-Jan-2023 00:00:43 Progress (1): 8.9/59 kB error 03-Jan-2023 00:00:43 Progress (1): 12/59 kB error 03-Jan-2023 00:00:43 Progress (1): 15/59 kB error 03-Jan-2023 00:00:43 Progress (1): 17/59 kB error 03-Jan-2023 00:00:43 Progress (1): 20/59 kB error 03-Jan-2023 00:00:43 Progress (1): 23/59 kB error 03-Jan-2023 00:00:43 Progress (1): 26/59 kB error 03-Jan-2023 00:00:43 Progress (1): 29/59 kB error 03-Jan-2023 00:00:43 Progress (1): 31/59 kB error 03-Jan-2023 00:00:43 Progress (1): 34/59 kB error 03-Jan-2023 00:00:43 Progress (1): 37/59 kB error 03-Jan-2023 00:00:43 Progress (1): 40/59 kB error 03-Jan-2023 00:00:43 Progress (1): 43/59 kB error 03-Jan-2023 00:00:43 Progress (1): 45/59 kB error 03-Jan-2023 00:00:43 Progress (1): 48/59 kB error 03-Jan-2023 00:00:43 Progress (1): 51/59 kB error 03-Jan-2023 00:00:43 Progress (1): 54/59 kB error 03-Jan-2023 00:00:43 Progress (1): 56/59 kB error 03-Jan-2023 00:00:43 Progress (1): 59 kB error 03-Jan-2023 00:00:43 error 03-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 173 kB/s) error 03-Jan-2023 00:00:43 #17 28.06 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 00:00:43 #17 28.06 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 00:00:43 #17 28.06 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 00:00:43 #17 28.07 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 00:00:43 #17 28.08 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 00:00:44 #17 28.61 Progress (1): 3.3/24 kB error 03-Jan-2023 00:00:44 Progress (1): 6.1/24 kB error 03-Jan-2023 00:00:44 Progress (1): 8.9/24 kB error 03-Jan-2023 00:00:44 Progress (1): 12/24 kB error 03-Jan-2023 00:00:44 Progress (1): 14/24 kB error 03-Jan-2023 00:00:44 Progress (1): 17/24 kB error 03-Jan-2023 00:00:44 Progress (1): 20/24 kB error 03-Jan-2023 00:00:44 Progress (1): 23/24 kB error 03-Jan-2023 00:00:44 Progress (1): 24 kB error 03-Jan-2023 00:00:44 error 03-Jan-2023 00:00:44 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 31 kB/s) error 03-Jan-2023 00:00:44 #17 28.84 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 00:00:44 #17 28.88 Progress (1): 0/2.9 MB error 03-Jan-2023 00:00:44 Progress (1): 0/2.9 MB error 03-Jan-2023 00:00:44 Progress (1): 0/2.9 MB error 03-Jan-2023 00:00:44 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:00:44 Progress (2): 0.1/2.9 MB | 4.1/689 kB error 03-Jan-2023 00:00:44 Progress (2): 0.1/2.9 MB | 8.2/689 kB error 03-Jan-2023 00:00:44 Progress (2): 0.1/2.9 MB | 12/689 kB error 03-Jan-2023 00:00:44 Progress (2): 0.1/2.9 MB | 16/689 kB error 03-Jan-2023 00:00:44 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.1/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 16/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 19/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 19/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 19/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 19/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 19/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 23/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 27/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 31/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 34/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 34/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 34/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 34/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 34/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 38/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 42/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 46/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (3): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.2/2.9 MB | 51/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 51/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 55/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 59/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 63/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 67/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 67/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 69/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:44 Progress (4): 0.3/2.9 MB | 73/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 77/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 81/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.3/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.4/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 85/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 89/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 94/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 98/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 102/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 104/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 108/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 112/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 116/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 120/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 124/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 128/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.5/2.9 MB | 132/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 132/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 137/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 139/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 143/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 143/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 147/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 151/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 155/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 155/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 159/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 163/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 167/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 171/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 171/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 173/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 177/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 182/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 182/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 186/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 190/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 190/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 194/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 198/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 202/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 206/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.6/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.7/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.8/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.8/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.8/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.8/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.8/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.1/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 0.9/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.1/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 208/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 212/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 216/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 225/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 229/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 241/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (4): 1.0/2.9 MB | 243/689 kB | 0.2/1.4 MB | 0.2/1.2 MB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.2/1.4 MB | 0.2/1.2 MB | 4.1/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.2/1.4 MB | 0.2/1.2 MB | 8.2/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.2/1.4 MB | 0.2/1.2 MB | 12/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.2/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.0/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 243/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 247/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 247/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 247/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 251/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 255/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 259/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 264/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 268/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 272/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.3/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 276/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.4/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 278/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 282/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 282/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 286/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 286/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 286/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 290/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 294/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 298/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 302/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 307/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 311/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 313/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 317/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 321/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 325/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 329/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 333/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 337/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 341/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 345/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 347/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 347/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 347/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 352/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 352/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 356/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 356/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 360/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.1/2.9 MB | 360/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 360/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 364/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 368/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 368/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 368/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 372/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 372/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 376/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.2/2.9 MB | 376/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 376/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 380/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 380/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 382/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 382/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 382/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 386/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 386/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 390/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 395/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 395/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 399/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 399/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 399/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 403/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 407/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 411/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 415/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 417/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 421/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 425/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 429/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 433/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 438/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 442/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 446/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 450/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.3/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.2/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.4/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.5/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.6/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.6/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.6/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.6/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.6/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.7/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.8/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 452/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 456/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 456/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 460/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 464/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 16/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 19/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 23/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 27/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 31/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 35/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 39/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 43/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 47/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 52/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 468/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 1.9/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 472/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 476/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 481/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 481/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 485/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 485/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 487/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 487/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 487/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 491/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 495/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 499/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 503/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 507/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 511/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 511/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 515/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 515/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.0/2.9 MB | 515/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 515/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 515/689 kB | 0.5/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 515/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 520/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 520/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 520/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 522/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 522/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 522/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 522/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.1/2.9 MB | 526/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 526/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 526/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 530/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 530/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 534/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 534/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 538/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 538/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 538/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 538/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 542/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 542/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 546/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 546/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 546/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 550/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.2/2.9 MB | 554/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 554/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 554/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 556/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 560/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 560/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 565/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 565/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.3/2.9 MB | 569/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 569/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 573/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 573/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 573/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 573/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 573/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 577/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 581/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 585/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 589/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 591/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.6/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 595/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 599/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 603/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 608/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 612/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.4/2.9 MB | 612/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 612/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 612/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 616/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 616/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 620/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 624/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 624/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 626/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 626/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 630/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 634/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 634/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 634/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.3/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.4/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.5/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 638/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 642/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 642/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 642/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 642/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 646/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 651/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 651/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 651/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 655/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 655/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 659/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 661/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 665/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.7/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 669/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 673/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.5/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 677/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 681/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 685/689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 54/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 58/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 62/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 66/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 70/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 74/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 78/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 82/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 86/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.6/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.6/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.8/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.7/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 0.9/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.8/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.0/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9/2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.7/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 88/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 92/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 97/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 101/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 105/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 109/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 113/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 117/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 121/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 123/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 127/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 131/282 kB error 03-Jan-2023 00:00:45 Progress (5): 2.9 MB | 689 kB | 1.1/1.4 MB | 0.8/1.2 MB | 136/282 kB error 03-Jan-2023 00:00:45 error 03-Jan-2023 00:00:45 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 391 kB/s) error 03-Jan-2023 00:00:45 #17 29.82 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 00:00:45 #17 29.83 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 136/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 136/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 136/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 140/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 144/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 144/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 144/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 148/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 152/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 156/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 158/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 162/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 166/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 166/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 170/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.8/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 0.9/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.0/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 174/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 179/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 179/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 183/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 183/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 187/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.1/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 191/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 193/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 197/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 197/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 201/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 201/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 205/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 205/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2/1.2 MB | 209/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 209/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 213/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 217/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 222/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 226/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 228/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 232/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 236/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 240/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 244/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 248/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 252/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 256/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 260/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 262/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 267/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 271/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 275/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 279/282 kB error 03-Jan-2023 00:00:45 Progress (4): 2.9 MB | 1.4 MB | 1.2 MB | 282 kB error 03-Jan-2023 00:00:45 error 03-Jan-2023 00:00:45 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 00:00:45 #17 29.95 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 00:00:45 #17 30.01 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 742 kB/s) error 03-Jan-2023 00:00:45 #17 30.01 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 00:00:45 #17 30.02 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 630 kB/s) error 03-Jan-2023 00:00:45 #17 30.02 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 00:00:45 #17 30.05 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 143 kB/s) error 03-Jan-2023 00:00:45 #17 30.05 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 00:00:45 #17 30.06 Progress (1): 3.3/201 kB error 03-Jan-2023 00:00:45 Progress (1): 6.1/201 kB error 03-Jan-2023 00:00:45 Progress (1): 8.9/201 kB error 03-Jan-2023 00:00:45 Progress (1): 12/201 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 4.1/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 8.2/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 12/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 16/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 19/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 23/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 27/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 31/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 35/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 39/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 43/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 47/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 52/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 56/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 60/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 64/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 68/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 71/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 75/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 79/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 83/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 87/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 91/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 95/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 99/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 103/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 106/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 110/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 114/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 116/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 120/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 125/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 129/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 133/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 137/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 141/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 145/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 149/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 153/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 157/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 161/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 165/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 170/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 174/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 177/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 181/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 185/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 188/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 192/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 197/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 201/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 205/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 209/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 213/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 217/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 221/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 225/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 229/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 233/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 237/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 242/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 246/373 kB error 03-Jan-2023 00:00:45 Progress (2): 12/201 kB | 250/373 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 3.3/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 6.1/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 8.9/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 12/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 14/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 17/183 kB error 03-Jan-2023 00:00:45 Progress (3): 12/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 14/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 17/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 20/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 23/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 26/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 28/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 31/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 34/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 37/201 kB | 250/373 kB | 20/183 kB error 03-Jan-2023 00:00:45 Progress (3): 37/201 kB | 250/373 kB | 23/183 kB error 03-Jan-2023 00:00:45 Progress (3): 37/201 kB | 250/373 kB | 26/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 26/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 28/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 31/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 34/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 37/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 40/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 42/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 45/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 48/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 51/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 54/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 56/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 59/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 62/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 65/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 68/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 70/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 73/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 76/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 79/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 82/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 84/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 87/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 90/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 93/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 96/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 98/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 101/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 104/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 106/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 109/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 250/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 254/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 258/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 260/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 264/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 269/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 273/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 277/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 281/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 285/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 289/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 293/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 297/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 301/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 305/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 309/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 314/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 318/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 322/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 326/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 330/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 334/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 338/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 341/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 345/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 349/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 353/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 357/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 361/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 365/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 369/373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 112/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 115/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 118/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 120/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 123/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 126/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 129/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 132/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 134/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 137/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 140/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 143/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 146/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 148/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 151/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 154/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 157/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 160/183 kB error 03-Jan-2023 00:00:45 Progress (3): 40/201 kB | 373 kB | 162/183 kB error 03-Jan-2023 00:00:45 Progress (3): 42/201 kB | 373 kB | 162/183 kB error 03-Jan-2023 00:00:45 Progress (3): 42/201 kB | 373 kB | 165/183 kB error 03-Jan-2023 00:00:45 Progress (3): 45/201 kB | 373 kB | 165/183 kB error 03-Jan-2023 00:00:45 Progress (3): 45/201 kB | 373 kB | 168/183 kB error 03-Jan-2023 00:00:45 Progress (3): 45/201 kB | 373 kB | 170/183 kB error 03-Jan-2023 00:00:45 Progress (3): 48/201 kB | 373 kB | 170/183 kB error 03-Jan-2023 00:00:45 Progress (3): 48/201 kB | 373 kB | 173/183 kB error 03-Jan-2023 00:00:45 Progress (3): 48/201 kB | 373 kB | 176/183 kB error 03-Jan-2023 00:00:45 Progress (3): 51/201 kB | 373 kB | 176/183 kB error 03-Jan-2023 00:00:45 Progress (3): 51/201 kB | 373 kB | 179/183 kB error 03-Jan-2023 00:00:45 Progress (3): 54/201 kB | 373 kB | 179/183 kB error 03-Jan-2023 00:00:45 Progress (3): 54/201 kB | 373 kB | 182/183 kB error 03-Jan-2023 00:00:45 Progress (3): 56/201 kB | 373 kB | 182/183 kB error 03-Jan-2023 00:00:45 Progress (3): 56/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 59/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 62/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 65/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 68/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 70/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 73/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 76/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 79/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 82/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 84/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (3): 87/201 kB | 373 kB | 183 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 4.1/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 8.2/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 12/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 16/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 20/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 24/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 28/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 32/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 36/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 40/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 44/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 48/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 51/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 55/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 59/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 63/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 67/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 71/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 75/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 79/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 83/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 85/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 89/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 94/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 98/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 102/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 106/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 110/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 114/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 118/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 120/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 124/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 128/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 132/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 137/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 141/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 145/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 149/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 153/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 155/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 159/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 163/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 167/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 171/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 175/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 180/315 kB error 03-Jan-2023 00:00:45 Progress (4): 87/201 kB | 373 kB | 183 kB | 184/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 188/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 192/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 196/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 200/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 204/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 208/315 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 373 kB | 183 kB | 212/315 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 4.1/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 8.2/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 12/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 16/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 20/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 25/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 29/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 33/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 37/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 41/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 45/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 49/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 52/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 56/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 60/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 64/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 68/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 72/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 76/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 80/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 84/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 86/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 91/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 95/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 99/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 103/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 107/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 111/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 115/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 119/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 123/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 127/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 132/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 136/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 140/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 143/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 147/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 151/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 212/315 kB | 155/409 kB error 03-Jan-2023 00:00:46 Progress (5): 87/201 kB | 373 kB | 183 kB | 215/315 kB | 155/409 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 164 kB/s) error 03-Jan-2023 00:00:46 #17 30.34 Progress (4): 87/201 kB | 183 kB | 215/315 kB | 159/409 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 00:00:46 #17 30.35 Progress (4): 87/201 kB | 183 kB | 219/315 kB | 159/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 223/315 kB | 159/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 227/315 kB | 159/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 227/315 kB | 163/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 230/315 kB | 163/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 230/315 kB | 167/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 234/315 kB | 167/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 234/315 kB | 171/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 234/315 kB | 175/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 238/315 kB | 175/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 238/315 kB | 178/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 242/315 kB | 178/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 246/315 kB | 178/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 251/315 kB | 178/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 251/315 kB | 182/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 251/315 kB | 186/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 251/315 kB | 188/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 255/315 kB | 188/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 255/315 kB | 192/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 259/315 kB | 192/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 259/315 kB | 197/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 263/315 kB | 197/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 267/315 kB | 197/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 267/315 kB | 201/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 267/315 kB | 205/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 271/315 kB | 205/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 271/315 kB | 209/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 271/315 kB | 213/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 275/315 kB | 213/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 279/315 kB | 213/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 283/315 kB | 213/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 283/315 kB | 217/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 286/315 kB | 217/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 286/315 kB | 221/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 286/315 kB | 225/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 290/315 kB | 225/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 290/315 kB | 229/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 294/315 kB | 229/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 298/315 kB | 229/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 303/315 kB | 229/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 303/315 kB | 233/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 303/315 kB | 237/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 305/315 kB | 237/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 305/315 kB | 242/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 309/315 kB | 242/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 309/315 kB | 246/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 309/315 kB | 250/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 314/315 kB | 250/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 315 kB | 250/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 315 kB | 254/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 315 kB | 258/409 kB error 03-Jan-2023 00:00:46 Progress (4): 87/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 90/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 93/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 96/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 98/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 101/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 260/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 264/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 269/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 273/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 277/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 281/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 285/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 289/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 293/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 297/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 301/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 305/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 309/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 314/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 318/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 322/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 326/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 330/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 334/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 338/409 kB error 03-Jan-2023 00:00:46 Progress (4): 104/201 kB | 183 kB | 315 kB | 341/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 341/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 345/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 349/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 353/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 356/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 360/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 364/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 368/409 kB error 03-Jan-2023 00:00:46 Progress (4): 107/201 kB | 183 kB | 315 kB | 372/409 kB error 03-Jan-2023 00:00:46 Progress (4): 110/201 kB | 183 kB | 315 kB | 372/409 kB error 03-Jan-2023 00:00:46 Progress (4): 110/201 kB | 183 kB | 315 kB | 377/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 377/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 381/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 385/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 389/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 393/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 395/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 399/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 404/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 408/409 kB error 03-Jan-2023 00:00:46 Progress (4): 112/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 115/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 118/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 120/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 123/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 126/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 129/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 132/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 134/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 137/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 140/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 143/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 146/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 148/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (4): 151/201 kB | 183 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 79 kB/s) error 03-Jan-2023 00:00:46 #17 30.40 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 00:00:46 #17 30.40 Progress (3): 154/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 157/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 160/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 162/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 165/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 168/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 171/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 174/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 176/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 179/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 182/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 184/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 187/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 190/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 193/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 196/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 198/201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 Progress (3): 201 kB | 315 kB | 409 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 130 kB/s) error 03-Jan-2023 00:00:46 #17 30.49 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 00:00:46 #17 30.51 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 168 kB/s) error 03-Jan-2023 00:00:46 #17 30.51 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 00:00:46 #17 30.52 Progress (2): 201 kB | 3.3/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 6.1/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 8.9/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 12/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 14/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 17/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 20/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 23/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 26/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 28/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 31/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 34/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 37/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 40/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 42/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 45/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 48/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 51/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 54/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 56/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 59/61 kB error 03-Jan-2023 00:00:46 Progress (2): 201 kB | 61 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 80 kB/s) error 03-Jan-2023 00:00:46 #17 30.59 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 00:00:46 #17 30.63 Progress (2): 61 kB | 3.3/12 kB error 03-Jan-2023 00:00:46 Progress (2): 61 kB | 6.1/12 kB error 03-Jan-2023 00:00:46 Progress (2): 61 kB | 8.9/12 kB error 03-Jan-2023 00:00:46 Progress (2): 61 kB | 12/12 kB error 03-Jan-2023 00:00:46 Progress (2): 61 kB | 12 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 24 kB/s) error 03-Jan-2023 00:00:46 #17 30.64 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 00:00:46 #17 30.68 Progress (2): 12 kB | 0/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.1/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.1/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.2/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.2/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.2/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.3/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.3/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.4/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.4/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.6/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.6/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.7/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.7/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.7/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.8/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.8/7.5 MB error 03-Jan-2023 00:00:46 Progress (2): 12 kB | 0.9/7.5 MB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 3.3/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 6.1/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 8.9/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 12/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 14/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 17/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 20/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 23/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 26/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 28/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 28/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 31/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 34/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 37/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 40/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 42/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 0.9/7.5 MB | 45/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 45/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 48/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 51/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 54/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 56/57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.0/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.1/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.1/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.2/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.3/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.3/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 Progress (3): 12 kB | 1.4/7.5 MB | 57 kB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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.5 kB/s) error 03-Jan-2023 00:00:46 #17 30.75 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 00:00:46 #17 30.75 Progress (3): 1.4/7.5 MB | 57 kB | 3.3/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 6.1/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 8.9/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 12/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 14/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 17/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 20/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 23/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 26/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 28/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 31/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 34/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 37/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 40/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 42/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 45/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 48/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 51/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 54/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 56/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 59/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 62/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 65/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 68/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 70/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 73/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 76/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 79/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 82/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 84/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 87/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 90/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 93/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 96/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 98/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 101/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 101/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 104/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 106/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 109/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 112/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 112/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.4/7.5 MB | 57 kB | 115/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 115/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 118/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 120/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 123/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 126/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 129/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 132/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.5/7.5 MB | 57 kB | 132/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 132/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 134/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 137/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 140/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 143/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 146/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 148/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 151/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 154/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 157/157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.6/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.7/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.7/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.7/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.8/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.8/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.9/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (3): 1.9/7.5 MB | 57 kB | 157 kB error 03-Jan-2023 00:00:46 Progress (4): 1.9/7.5 MB | 57 kB | 157 kB | 0/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.0/7.5 MB | 57 kB | 157 kB | 0/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.0/7.5 MB | 57 kB | 157 kB | 0/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.0/7.5 MB | 57 kB | 157 kB | 0/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.0/7.5 MB | 57 kB | 157 kB | 0/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.0/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.1/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.1/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.1/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.1/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.2/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.2/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.2/7.5 MB | 57 kB | 157 kB | 0.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.2/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.2/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.3/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.4/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.4/7.5 MB | 57 kB | 157 kB | 0.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.4/7.5 MB | 57 kB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.4/7.5 MB | 57 kB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (4): 2.5/7.5 MB | 57 kB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 21 kB/s) error 03-Jan-2023 00:00:46 #17 30.84 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 00:00:46 #17 30.84 Progress (3): 2.5/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.5/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.6/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.6/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.6/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.6/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.6/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.7/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.8/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 2.9/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.0/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.1/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.1/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.1/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 0.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.2/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.3/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.3/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.4/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.5/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.5/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.5/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.6/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 3.6/7.5 MB | 157 kB | 1.2/3.7 MB error 03-Jan-2023 00:00:46 error 03-Jan-2023 00:00:46 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 55 kB/s) error 03-Jan-2023 00:00:46 #17 30.93 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 00:00:46 #17 30.94 Progress (2): 3.6/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.6/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.6/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.6/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.6/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.7/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.8/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.8/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 3.9/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.0/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.0/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.0/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.0/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.1/7.5 MB | 1.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.7/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.2/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.8/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.3/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 1.9/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.4/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.5/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.5/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.5/7.5 MB | 2.0/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.5/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.5/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.1/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.6/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.2/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.7/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.8/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.8/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.8/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.8/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.8/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.9/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.9/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.9/7.5 MB | 2.3/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.9/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 4.9/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.4/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.0/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.5/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.1/7.5 MB | 2.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.2/7.5 MB | 2.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (2): 5.2/7.5 MB | 2.6/3.7 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.6/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.2/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.3/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.3/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.3/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.3/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.7/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.8/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.4/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 2.9/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 3.0/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 3.0/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.5/7.5 MB | 3.0/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.4/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.6/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.0/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.5/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.1/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.7/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.8/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.8/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.2/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.3/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.3/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.3/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 5.9/7.5 MB | 3.3/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.3/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.6/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.0/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.7/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.4/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.1/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.5/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.8/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.2/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.6/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7/3.7 MB | 0.9/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7/3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.6/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.7/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.2/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (3): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 4.1/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 8.2/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 12/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 16/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 19/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 23/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 27/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 32/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 36/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 40/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 44/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 48/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 52/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 54/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 58/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 62/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 66/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 70/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 75/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 79/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 83/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 87/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 89/303 kB error 03-Jan-2023 00:00:46 Progress (4): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 93/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 97/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 101/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 105/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 105/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 105/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 105/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 109/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 113/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 118/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 122/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 122/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 124/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 124/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 128/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 132/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 136/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 140/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 140/303 kB | 0.1/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 140/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 144/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 148/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 148/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 152/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 152/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 152/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 156/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 156/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 159/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 159/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 159/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 163/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 163/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 163/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 167/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 167/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 171/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 171/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 175/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 175/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 175/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 179/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 183/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3/1.3 MB | 183/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3 MB | 183/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3 MB | 187/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.8/7.5 MB | 3.7 MB | 1.3 MB | 187/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 187/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 191/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 193/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 197/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 202/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 206/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 210/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 210/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 210/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 210/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 210/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 214/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 218/303 kB | 0.2/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 218/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 222/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 226/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 6.9/7.5 MB | 3.7 MB | 1.3 MB | 228/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 228/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 228/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 232/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 236/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 236/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 240/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 245/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 249/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 251/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 255/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 260/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 264/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 268/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 272/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 276/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 276/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 280/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 280/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.0/7.5 MB | 3.7 MB | 1.3 MB | 280/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 280/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 284/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 287/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 291/303 kB | 0.3/1.8 MB error 03-Jan-2023 00:00:46 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 291/303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 296/303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 300/303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (5): 7.1/7.5 MB | 3.7 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 00:00:47 #17 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 00:00:47 #17 31.31 Progress (4): 7.1/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.4/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.2/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.3/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.5/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.4/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5/7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.6/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.7/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.8/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 0.9/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 1.3 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 399 kB/s) error 03-Jan-2023 00:00:47 #17 31.39 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 00:00:47 #17 31.39 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.0/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.1/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.2/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 303 kB | 1.3/1.8 MB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 303 kB | 1.3/1.8 MB | 3.3/24 kB error 03-Jan-2023 00:00:47 Progress (4): 7.5 MB | 303 kB | 1.3/1.8 MB | 6.1/24 kB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 90 kB/s) error 03-Jan-2023 00:00:47 #17 31.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 00:00:47 #17 31.43 Progress (3): 7.5 MB | 1.3/1.8 MB | 8.9/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 12/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 15/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 17/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 20/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 23/24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.3/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.4/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.5/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.6/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (3): 7.5 MB | 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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.2 MB/s) error 03-Jan-2023 00:00:47 #17 31.48 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 00:00:47 #17 31.48 Progress (2): 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.7/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8/1.8 MB | 24 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8 MB | 24 kB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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.0 kB/s) error 03-Jan-2023 00:00:47 #17 31.55 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 00:00:47 #17 31.61 Progress (2): 1.8 MB | 3.3/121 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8 MB | 6.1/121 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8 MB | 8.9/121 kB error 03-Jan-2023 00:00:47 Progress (2): 1.8 MB | 12/121 kB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 512 kB/s) error 03-Jan-2023 00:00:47 #17 31.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 00:00:47 #17 31.70 Progress (2): 12/121 kB | 4.1/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 7.5/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 12/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 16/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 20/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 24/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 28/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 32/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 36/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 40/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 42/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 46/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 51/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 55/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 59/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 63/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 67/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 71/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 75/303 kB error 03-Jan-2023 00:00:47 Progress (2): 12/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 14/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 17/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 20/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 23/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 26/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 28/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 31/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 34/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 37/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 77/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 81/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 85/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 89/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 94/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 98/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 102/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 106/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 110/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 112/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 116/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 120/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 124/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 128/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 132/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 137/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 141/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 143/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 147/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 151/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 155/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 159/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 163/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 167/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 171/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 175/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 178/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 182/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 186/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 190/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 194/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 197/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 201/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 206/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 210/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 214/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 218/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 222/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 224/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 228/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 233/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 237/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 241/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 245/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 249/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 251/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 255/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 260/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 264/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 268/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 272/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 276/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 280/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 284/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 288/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 292/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 296/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 300/303 kB error 03-Jan-2023 00:00:47 Progress (2): 40/121 kB | 303 kB error 03-Jan-2023 00:00:47 Progress (3): 40/121 kB | 303 kB | 3.3/123 kB error 03-Jan-2023 00:00:47 Progress (3): 40/121 kB | 303 kB | 6.1/123 kB error 03-Jan-2023 00:00:47 Progress (3): 40/121 kB | 303 kB | 8.9/123 kB error 03-Jan-2023 00:00:47 Progress (3): 40/121 kB | 303 kB | 12/123 kB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.5/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.6/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.7/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.8/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 40/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 42/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 45/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 48/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 51/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 54/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 56/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 59/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 62/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 65/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 68/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 70/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 73/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 76/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 79/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 82/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 84/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 0.9/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.0/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 12/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 15/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 17/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 20/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 23/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 26/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 29/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 31/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 34/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 37/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 303 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 81 kB/s) error 03-Jan-2023 00:00:47 #17 31.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 00:00:47 #17 31.85 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.1/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.2/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.3/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.4/1.4 MB error 03-Jan-2023 00:00:47 Progress (3): 87/121 kB | 40/123 kB | 1.4 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.1/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.1/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.2/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.2/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.3/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 87/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 90/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 93/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 95/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 98/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 101/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 104/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 107/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 109/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 112/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 115/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 118/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121/121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 40/123 kB | 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 40/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 43/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 45/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 48/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 51/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 54/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 56/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 59/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 62/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 65/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 68/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 70/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 73/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 76/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 79/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 82/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 84/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 Progress (4): 121 kB | 87/123 kB | 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 354 kB/s) error 03-Jan-2023 00:00:47 #17 31.99 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 00:00:47 #17 32.00 Progress (3): 121 kB | 87/123 kB | 0.6/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.6/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.7/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.7/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.8/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.9/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 0.9/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 1.0/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 1.0/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 1.1/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 1.2/12 MB error 03-Jan-2023 00:00:47 Progress (3): 121 kB | 87/123 kB | 1.2/12 MB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 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 31 kB/s) error 03-Jan-2023 00:00:47 #17 32.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 00:00:47 #17 32.03 Progress (2): 87/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 90/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 90/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 93/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 95/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 98/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 101/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 104/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 106/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 109/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 112/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 115/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 118/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 120/123 kB | 1.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 120/123 kB | 1.4/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.4/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.4/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.5/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.6/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.6/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.7/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.7/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.8/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.8/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 1.9/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.0/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.0/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.1/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.1/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.2/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.2/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.3/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.4/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.4/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.5/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.5/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.6/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.6/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.7/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.8/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.8/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.9/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 2.9/12 MB error 03-Jan-2023 00:00:47 Progress (2): 123 kB | 3.0/12 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.0/12 MB | 0/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.0/12 MB | 0/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (3): 123 kB | 3.1/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.1/12 MB | 0.2/2.1 MB | 3.3/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.1/12 MB | 0.2/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.1/12 MB | 0.3/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 8.9/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 12/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 14/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 14/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 17/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 17/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 20/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 20/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 23/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 26/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 28/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 31/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 34/129 kB error 03-Jan-2023 00:00:47 Progress (4): 123 kB | 3.2/12 MB | 0.3/2.1 MB | 34/129 kB error 03-Jan-2023 00:00:47 error 03-Jan-2023 00:00:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 30 kB/s) error 03-Jan-2023 00:00:47 #17 32.16 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 00:00:47 #17 32.16 Progress (3): 3.2/12 MB | 0.3/2.1 MB | 37/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.3/2.1 MB | 37/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.3/2.1 MB | 40/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 40/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 42/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 45/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 48/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 51/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 51/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 51/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 54/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 56/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 59/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 62/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 62/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 65/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 68/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 70/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 73/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 76/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.2/12 MB | 0.4/2.1 MB | 76/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 76/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 79/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 82/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 84/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 84/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 87/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 90/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 90/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 93/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 96/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 98/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 101/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 101/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 101/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.4/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.3/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.4/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.5/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.5/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.6/12 MB | 0.5/2.1 MB | 104/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.6/12 MB | 0.5/2.1 MB | 107/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.6/12 MB | 0.5/2.1 MB | 110/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.6/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.6/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.7/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.7/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.7/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.7/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.8/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.8/12 MB | 0.5/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.8/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.8/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.9/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.9/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.9/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 3.9/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.0/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.0/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.0/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.0/12 MB | 0.6/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.0/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.1/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.1/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.1/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.1/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.1/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.2/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.2/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.2/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.7/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 112/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 115/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 118/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 121/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 124/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 126/129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.8/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.3/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.4/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 0.9/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.5/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.6/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (3): 4.6/12 MB | 1.0/2.1 MB | 129 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 3.3/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 6.1/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 8.9/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 12/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 14/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 17/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 20/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 23/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 26/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 28/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 31/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 34/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 37/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 40/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 42/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 45/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 48/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 51/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 54/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 56/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 59/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 62/62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.0/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.6/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.1/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:47 Progress (4): 4.7/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.7/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.7/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.7/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.8/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.8/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.8/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.8/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.2/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (4): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 4.1/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 4.1/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 8.2/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 12/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 16/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 19/645 kB error 03-Jan-2023 00:00:48 Progress (5): 4.9/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 23/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 23/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 23/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 27/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 31/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 34/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 34/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 38/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 42/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.0/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 46/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 46/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 46/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 51/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 55/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 59/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 63/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 63/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 67/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 69/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 73/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 77/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 81/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 85/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 85/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 89/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 94/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 94/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 98/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 102/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 102/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 104/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 104/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 108/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 112/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 116/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 120/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 120/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 124/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 124/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 128/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 132/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.1/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 132/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 132/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 137/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 141/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 143/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 147/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 151/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 155/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 155/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 158/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 162/645 kB error 03-Jan-2023 00:00:48 Progress (5): 5.2/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 166/645 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 00:00:48 #17 32.37 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 00:00:48 #17 32.37 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 166/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 166/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 170/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 174/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 174/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 174/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 179/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 183/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 187/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 191/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 195/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 197/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 201/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 206/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 206/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 210/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 210/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 214/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.2/12 MB | 1.6/2.1 MB | 62 kB | 218/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.6/2.1 MB | 62 kB | 218/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.6/2.1 MB | 62 kB | 218/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.6/2.1 MB | 62 kB | 222/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 222/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 226/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 230/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 232/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 232/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 232/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 232/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 232/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 236/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 240/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 244/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.3/12 MB | 1.7/2.1 MB | 62 kB | 244/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.7/2.1 MB | 62 kB | 244/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.7/2.1 MB | 62 kB | 249/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.7/2.1 MB | 62 kB | 251/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.7/2.1 MB | 62 kB | 255/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.8/2.1 MB | 62 kB | 255/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.8/2.1 MB | 62 kB | 260/645 kB error 03-Jan-2023 00:00:48 Progress (4): 5.4/12 MB | 1.8/2.1 MB | 62 kB | 260/645 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 00:00:48 #17 32.40 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 00:00:48 #17 32.40 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 264/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 268/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 272/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 276/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 280/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 284/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 288/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 292/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 295/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.4/12 MB | 1.8/2.1 MB | 295/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 295/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 295/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 299/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 303/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 307/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 312/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 314/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 314/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 318/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 323/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.8/2.1 MB | 323/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.9/2.1 MB | 323/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.9/2.1 MB | 323/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.5/12 MB | 1.9/2.1 MB | 327/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 327/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 331/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 335/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 339/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 339/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 339/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 339/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 343/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 343/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 347/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 351/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 355/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 359/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 363/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.6/12 MB | 1.9/2.1 MB | 368/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 1.9/2.1 MB | 368/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 1.9/2.1 MB | 372/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 1.9/2.1 MB | 372/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 1.9/2.1 MB | 376/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 376/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 380/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 380/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 384/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 384/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 386/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 386/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 390/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 395/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 399/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 403/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 403/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 403/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.7/12 MB | 2.0/2.1 MB | 407/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.0/2.1 MB | 407/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.0/2.1 MB | 411/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.0/2.1 MB | 411/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.0/2.1 MB | 413/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 413/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 417/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 422/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 426/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 430/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 430/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 430/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1/2.1 MB | 434/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1 MB | 434/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1 MB | 438/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1 MB | 442/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.8/12 MB | 2.1 MB | 446/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 446/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 448/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 452/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 456/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 456/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 460/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 465/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 469/645 kB error 03-Jan-2023 00:00:48 Progress (3): 5.9/12 MB | 2.1 MB | 473/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.0/12 MB | 2.1 MB | 473/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.0/12 MB | 2.1 MB | 476/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.0/12 MB | 2.1 MB | 476/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.0/12 MB | 2.1 MB | 480/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.0/12 MB | 2.1 MB | 484/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.1/12 MB | 2.1 MB | 484/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.1/12 MB | 2.1 MB | 488/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.1/12 MB | 2.1 MB | 491/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.1/12 MB | 2.1 MB | 491/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.2/12 MB | 2.1 MB | 491/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.2/12 MB | 2.1 MB | 495/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.2/12 MB | 2.1 MB | 499/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 499/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 503/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 503/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 507/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 512/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 516/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 520/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 524/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 528/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 532/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.3/12 MB | 2.1 MB | 536/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 536/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 540/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 544/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 548/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 553/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 557/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 561/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 561/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 565/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 569/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 573/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 575/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 579/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.4/12 MB | 2.1 MB | 584/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 584/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 588/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 592/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 596/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 600/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 604/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 608/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 612/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 616/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 619/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 623/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 627/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 631/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 636/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 636/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 638/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 642/645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 6.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (3): 7.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 463 kB/s) error 03-Jan-2023 00:00:48 #17 32.58 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 00:00:48 #17 32.58 Progress (2): 7.8/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 7.9/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 7.9/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.0/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.0/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.1/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.2/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.2/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.3/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.3/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.4/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.4/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.5/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.6/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.6/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.7/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.7/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.8/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.8/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 8.9/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 9.0/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 9.0/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 9.1/12 MB | 645 kB error 03-Jan-2023 00:00:48 Progress (2): 9.1/12 MB | 645 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 141 kB/s) error 03-Jan-2023 00:00:48 #17 32.65 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 00:00:48 #17 32.68 Progress (1): 9.2/12 MB error 03-Jan-2023 00:00:48 Progress (1): 9.2/12 MB error 03-Jan-2023 00:00:48 Progress (1): 9.3/12 MB error 03-Jan-2023 00:00:48 Progress (1): 9.4/12 MB error 03-Jan-2023 00:00:48 Progress (1): 9.4/12 MB error 03-Jan-2023 00:00:48 Progress (1): 9.5/12 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 8.2/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 16/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 21/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 29/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 37/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 45/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 54/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 62/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 70/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 78/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 86/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 95/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 103/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 111/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 116/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 125/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 133/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 141/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 149/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 157/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 165/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 174/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 182/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 188/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 197/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 205/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 213/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 221/917 kB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 229/917 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 4.1/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 8.2/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 12/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 16/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 20/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 24/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 28/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 32/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 36/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 40/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 44/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 48/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 51/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 53/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 57/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 62/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 66/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 70/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 74/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 78/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 82/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 86/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 89/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 93/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 97/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 101/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 104/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 108/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 112/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 116/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 120/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 125/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 129/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 133/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 137/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 141/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 145/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 149/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 151/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 155/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 159/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 229/917 kB | 163/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 237/917 kB | 163/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 237/917 kB | 168/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 237/917 kB | 168/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 246/917 kB | 168/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 251/917 kB | 168/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 251/917 kB | 172/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 251/917 kB | 176/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 260/917 kB | 176/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 260/917 kB | 180/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 260/917 kB | 184/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 260/917 kB | 186/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 268/917 kB | 186/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 268/917 kB | 188/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 268/917 kB | 192/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 276/917 kB | 192/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 276/917 kB | 197/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 276/917 kB | 201/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 284/917 kB | 201/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 292/917 kB | 201/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 292/917 kB | 205/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 292/917 kB | 209/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 292/917 kB | 213/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 300/917 kB | 213/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 309/917 kB | 213/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 309/917 kB | 217/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 314/917 kB | 217/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 314/917 kB | 221/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 314/917 kB | 225/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 323/917 kB | 225/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 323/917 kB | 229/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 323/917 kB | 232/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 331/917 kB | 232/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 331/917 kB | 236/238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 331/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 339/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 347/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 355/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 363/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 372/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 380/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 386/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 395/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 403/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 411/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 419/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 427/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 435/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 444/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 449/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 458/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 466/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 474/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 482/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 490/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 498/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 507/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 512/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 521/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 529/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 537/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 545/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 553/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 561/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 566/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 574/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 582/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 590/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 598/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 607/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 615/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 623/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 631/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 636/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 644/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 652/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 660/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 665/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 673/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 681/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 689/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 698/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 706/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 710/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 719/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 727/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 735/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 743/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 751/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 759/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 764/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 772/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 780/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 788/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 796/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 805/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 813/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 821/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 829/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 834/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 842/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 850/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 858/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 863/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 871/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 878/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 886/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 894/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 903/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 908/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 917/917 kB | 238 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 50 kB/s) error 03-Jan-2023 00:00:48 #17 32.87 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 00:00:48 #17 32.91 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 190 kB/s) error 03-Jan-2023 00:00:48 #17 32.91 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 00:00:48 #17 32.95 Progress (2): 9.5/12 MB | 0/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.1/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.2/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.3/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.4/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.4/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.4/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.4/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.4/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.5/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.6/2.5 MB error 03-Jan-2023 00:00:48 Progress (2): 9.5/12 MB | 0.7/2.5 MB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 4.1/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 7.5/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 12/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 16/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 20/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 24/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 28/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 32/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 36/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 40/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 42/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 46/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 51/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 53/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 57/686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 3.3/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 6.1/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 8.9/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 12/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 15/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 17/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 20/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 23/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 26/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 29/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 31/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 34/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 37/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 40/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 43/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 45/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 48/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 51/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 54/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 56/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 59/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 62/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 62/686 kB | 65/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 66/686 kB | 65/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 70/686 kB | 65/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 70/686 kB | 68/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 70/686 kB | 70/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 74/686 kB | 70/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 74/686 kB | 73/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 78/686 kB | 73/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 78/686 kB | 76/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 82/686 kB | 76/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 82/686 kB | 79/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 86/686 kB | 79/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 88/686 kB | 79/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 88/686 kB | 82/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 88/686 kB | 84/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 92/686 kB | 84/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 96/686 kB | 84/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 96/686 kB | 87/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 100/686 kB | 87/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 105/686 kB | 87/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 105/686 kB | 90/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 105/686 kB | 93/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 109/686 kB | 93/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 109/686 kB | 96/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 113/686 kB | 96/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 116/686 kB | 96/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 116/686 kB | 98/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 116/686 kB | 101/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 120/686 kB | 101/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 120/686 kB | 104/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 120/686 kB | 107/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 125/686 kB | 107/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 129/686 kB | 107/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 129/686 kB | 110/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 133/686 kB | 110/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 133/686 kB | 112/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 133/686 kB | 115/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 137/686 kB | 115/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 141/686 kB | 115/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 141/686 kB | 118/194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 3.3/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 6.1/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 8.9/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 12/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 14/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 17/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 20/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 23/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 26/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 28/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 31/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 34/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 37/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 40/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 42/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 45/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 48/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 51/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 54/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 56/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 59/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 62/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 65/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 68/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 70/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 73/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 76/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 79/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 82/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 84/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 87/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 90/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 93/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 96/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 118/194 kB | 98/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 145/686 kB | 121/194 kB | 98/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 149/686 kB | 121/194 kB | 98/100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 149/686 kB | 121/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 151/686 kB | 121/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 151/686 kB | 124/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 151/686 kB | 126/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 155/686 kB | 126/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 159/686 kB | 126/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 159/686 kB | 129/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 163/686 kB | 129/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 168/686 kB | 129/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 168/686 kB | 132/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 168/686 kB | 135/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 168/686 kB | 138/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 172/686 kB | 138/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 176/686 kB | 138/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 176/686 kB | 138/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 176/686 kB | 140/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 180/686 kB | 140/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 180/686 kB | 140/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 184/686 kB | 140/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 186/686 kB | 140/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 186/686 kB | 143/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 186/686 kB | 146/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 188/686 kB | 146/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 188/686 kB | 149/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 192/686 kB | 149/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 192/686 kB | 152/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 197/686 kB | 152/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 197/686 kB | 154/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 197/686 kB | 154/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 197/686 kB | 157/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 197/686 kB | 160/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 201/686 kB | 160/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 205/686 kB | 160/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 205/686 kB | 163/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 205/686 kB | 163/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 209/686 kB | 163/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 213/686 kB | 163/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 213/686 kB | 166/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 217/686 kB | 166/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 217/686 kB | 168/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.7/2.5 MB | 221/686 kB | 168/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 221/686 kB | 168/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 221/686 kB | 171/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 224/686 kB | 171/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 224/686 kB | 174/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 224/686 kB | 177/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 228/686 kB | 177/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 233/686 kB | 177/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 233/686 kB | 180/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 233/686 kB | 180/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 237/686 kB | 180/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 237/686 kB | 182/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 241/686 kB | 182/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 241/686 kB | 185/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 241/686 kB | 185/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 241/686 kB | 187/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 245/686 kB | 187/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 249/686 kB | 187/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 249/686 kB | 190/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 251/686 kB | 190/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 251/686 kB | 193/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 255/686 kB | 193/194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 255/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 260/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 260/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 264/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 268/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 272/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 272/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 276/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 280/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 280/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 284/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 288/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.8/2.5 MB | 292/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 292/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 296/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 300/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 305/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 305/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 309/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 312/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 316/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 316/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 320/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 323/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 323/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 327/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 332/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 336/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 336/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 340/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 344/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 348/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 350/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 350/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 354/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 359/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 363/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 0.9/2.5 MB | 367/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 367/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 371/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 375/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 375/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 377/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 381/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 386/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 386/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 390/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 394/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 398/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 398/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 402/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 406/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 406/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 410/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 414/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 418/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.0/2.5 MB | 418/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 418/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 422/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 426/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 431/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 435/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 439/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 439/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 443/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 447/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 449/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 449/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 453/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 458/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 458/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 462/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 466/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 470/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 470/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 474/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 474/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 478/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 482/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 486/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 490/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 493/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 493/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 497/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 501/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.1/2.5 MB | 505/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 505/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 510/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 512/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 516/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 521/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 521/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 525/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 529/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 529/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 533/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 537/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 541/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 545/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 545/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 545/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 549/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 553/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 557/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 561/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 564/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 568/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.2/2.5 MB | 572/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 572/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 575/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 579/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 579/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 584/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 588/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 592/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 592/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 596/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 600/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 604/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 608/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 Progress (5): 9.5/12 MB | 1.3/2.5 MB | 608/686 kB | 194 kB | 100 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 20 kB/s) error 03-Jan-2023 00:00:48 #17 33.18 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 00:00:48 #17 33.18 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 611/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 615/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 615/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 620/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 624/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 628/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 632/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 632/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 636/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 638/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.3/2.5 MB | 642/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 642/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 647/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 651/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 651/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 655/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 659/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 663/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 667/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 667/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 671/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 674/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 678/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 678/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 683/686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.4/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.5/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.5/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.5/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.5/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.5/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.6/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 Progress (4): 9.5/12 MB | 1.7/2.5 MB | 686 kB | 194 kB error 03-Jan-2023 00:00:48 error 03-Jan-2023 00:00:48 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 38 kB/s) error 03-Jan-2023 00:00:48 #17 33.21 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 00:00:48 #17 33.21 Progress (3): 9.5/12 MB | 1.7/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.7/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.7/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.7/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.7/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.8/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:48 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5/2.5 MB | 686 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 686 kB error 03-Jan-2023 00:00:49 error 03-Jan-2023 00:00:49 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 131 kB/s) error 03-Jan-2023 00:00:49 #17 33.31 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 00:00:49 #17 33.33 Progress (3): 9.5/12 MB | 2.5 MB | 3.3/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 6.1/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 8.9/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 12/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 14/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 17/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 20/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 23/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 26/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 28/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 31/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 34/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 37/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 40/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 42/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 45/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 48/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 51/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 54/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 56/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 59/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 62/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 65/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 68/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 70/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 73/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 76/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 79/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 82/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 84/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 87/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 90/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 93/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 96/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 98/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 101/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 104/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 107/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 110/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 112/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 115/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 118/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 121/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 124/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 126/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 129/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 132/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 135/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 138/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 140/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 143/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 146/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 149/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 152/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 154/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 157/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 160/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 163/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 166/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 168/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 171/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 174/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 177/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 180/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 182/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 185/186 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 2.5 MB | 186 kB error 03-Jan-2023 00:00:49 error 03-Jan-2023 00:00:49 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 475 kB/s) error 03-Jan-2023 00:00:49 #17 33.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 00:00:49 #17 33.42 Progress (3): 9.5/12 MB | 186 kB | 3.3/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 6.1/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 8.9/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 12/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 14/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 17/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 20/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 23/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 26/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 29/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 31/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 34/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 37/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 40/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 42/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 45/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 48/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 51/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 54/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 56/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 59/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 62/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 65/67 kB error 03-Jan-2023 00:00:49 Progress (3): 9.5/12 MB | 186 kB | 67 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 4.1/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 8.2/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 12/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 16/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 20/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 25/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 29/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 33/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 37/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 41/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 45/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 49/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 52/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 56/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 60/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 62/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 66/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 71/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 75/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 79/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 83/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 87/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 91/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 95/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 97/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 101/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 105/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 109/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 114/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 116/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 120/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 125/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 129/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 133/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 137/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 141/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 145/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 149/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 153/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 157/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 161/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 165/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 170/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 174/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 177/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 181/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 185/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 188/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 192/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 197/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 201/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 205/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 209/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 213/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 217/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 221/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 224/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 228/230 kB error 03-Jan-2023 00:00:49 Progress (4): 9.5/12 MB | 186 kB | 67 kB | 230 kB error 03-Jan-2023 00:00:49 error 03-Jan-2023 00:00:49 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 00:00:49 #17 33.53 Progress (3): 9.6/12 MB | 67 kB | 230 kB error 03-Jan-2023 00:00:49 error 03-Jan-2023 00:00:49 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 00:00:49 #17 33.60 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 00:00:49 #17 33.63 Progress (1): 9.6/12 MB error 03-Jan-2023 00:00:49 Progress (1): 9.7/12 MB error 03-Jan-2023 00:00:49 Progress (1): 9.8/12 MB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 4.1/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 8.2/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 12/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 16/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 19/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 23/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 27/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 31/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 34/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 38/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 42/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 46/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 51/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 55/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 59/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 63/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 67/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 69/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 73/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 77/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 80/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 84/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 89/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 93/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 97/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 101/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 105/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 109/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 113/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 115/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 119/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 123/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 127/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 132/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 134/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 138/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 142/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 146/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 150/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 154/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 158/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 162/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 167/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 169/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 173/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 177/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 181/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 185/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 188/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 192/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 197/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 201/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 205/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 209/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 213/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 217/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 221/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 225/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 229/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 233/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.8/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.9/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 9.9/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10.0/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 237/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 242/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 246/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 250/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 254/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 258/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 260/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 264/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 269/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 273/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 277/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 277/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 281/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 285/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 289/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 293/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 295/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 295/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 299/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 303/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 307/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 312/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 316/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 320/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 323/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 327/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 332/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 336/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 340/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 344/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 348/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 352/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 356/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 360/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 364/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 368/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 372/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 377/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 381/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 385/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 389/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 393/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 395/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 399/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 404/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 408/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 412/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 416/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 420/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 424/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 428/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 432/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 436/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 440/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 444/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 449/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 453/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 457/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 461/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 465/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 469/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 473/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 476/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 480/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 484/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 488/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 491/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 495/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 499/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 503/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 507/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 512/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 516/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 520/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 524/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 528/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 532/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 536/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 539/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 543/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 547/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 551/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 554/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 558/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 562/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 566/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 570/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 575/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 579/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 583/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 587/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 591/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 595/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 599/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 602/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 606/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 610/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 614/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 618/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 622/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 626/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 629/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 633/636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 10/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:00:49 Progress (2): 12 MB | 636 kB error 03-Jan-2023 00:00:49 error 03-Jan-2023 00:00:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 108 kB/s) error 03-Jan-2023 00:00:49 #17 34.05 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 1.9 MB/s) error 03-Jan-2023 00:00:49 #17 34.11 [INFO] error 03-Jan-2023 00:00:49 #17 34.11 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 00:00:49 #17 34.13 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 00:00:49 #17 34.25 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:00:50 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:00:50 Progress (1): 6.7 kB error 03-Jan-2023 00:00:50 error 03-Jan-2023 00:00:50 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 28 kB/s) error 03-Jan-2023 00:00:50 #17 34.37 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 00:00:50 #17 34.50 Progress (1): 1.9 kB error 03-Jan-2023 00:00:50 error 03-Jan-2023 00:00:50 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.9 kB/s) error 03-Jan-2023 00:00:50 #17 34.62 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 00:00:50 #17 34.74 Progress (1): 1.8 kB error 03-Jan-2023 00:00:50 error 03-Jan-2023 00:00: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.pom (1.8 kB at 7.6 kB/s) error 03-Jan-2023 00:00:50 #17 34.85 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 00:00:50 #17 34.96 Progress (1): 1.4 kB error 03-Jan-2023 00:00:50 error 03-Jan-2023 00:00:50 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.4 kB/s) error 03-Jan-2023 00:00:50 #17 35.08 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 00:00:50 #17 35.20 Progress (1): 424 B error 03-Jan-2023 00:00:50 error 03-Jan-2023 00:00:50 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 00:00:51 #17 35.31 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 00:00:51 #17 35.43 Progress (1): 3.4/3.9 kB error 03-Jan-2023 00:00:51 Progress (1): 3.9 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 #17 ... error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:51 #14 28.47 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 00:00:51 #14 34.54 Progress (1): 3.3/5.8 kB error 03-Jan-2023 00:00:51 Progress (1): 5.8 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 915 B/s) error 03-Jan-2023 00:00:51 #14 35.03 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 00:00:51 #14 35.22 Progress (1): 3.3/34 kB error 03-Jan-2023 00:00:51 Progress (1): 6.1/34 kB error 03-Jan-2023 00:00:51 Progress (1): 8.9/34 kB error 03-Jan-2023 00:00:51 Progress (1): 12/34 kB error 03-Jan-2023 00:00:51 Progress (1): 15/34 kB error 03-Jan-2023 00:00:51 Progress (1): 17/34 kB error 03-Jan-2023 00:00:51 Progress (1): 20/34 kB error 03-Jan-2023 00:00:51 Progress (1): 23/34 kB error 03-Jan-2023 00:00:51 Progress (1): 26/34 kB error 03-Jan-2023 00:00:51 Progress (1): 29/34 kB error 03-Jan-2023 00:00:51 Progress (1): 31/34 kB error 03-Jan-2023 00:00:51 Progress (1): 34 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 53 kB/s) error 03-Jan-2023 00:00:51 #14 35.82 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 00:00:51 #14 36.02 Progress (1): 3.4/8.1 kB error 03-Jan-2023 00:00:51 Progress (1): 6.2/8.1 kB error 03-Jan-2023 00:00:51 Progress (1): 8.1 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 19 kB/s) error 03-Jan-2023 00:00:51 #14 36.39 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 00:00:51 #14 36.53 Progress (1): 3.4/30 kB error 03-Jan-2023 00:00:51 Progress (1): 6.2/30 kB error 03-Jan-2023 00:00:51 Progress (1): 9.0/30 kB error 03-Jan-2023 00:00:51 Progress (1): 12/30 kB error 03-Jan-2023 00:00:51 Progress (1): 15/30 kB error 03-Jan-2023 00:00:51 Progress (1): 17/30 kB error 03-Jan-2023 00:00:51 Progress (1): 20/30 kB error 03-Jan-2023 00:00:51 Progress (1): 23/30 kB error 03-Jan-2023 00:00:51 Progress (1): 26/30 kB error 03-Jan-2023 00:00:51 Progress (1): 29/30 kB error 03-Jan-2023 00:00:51 Progress (1): 30 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 59 kB/s) error 03-Jan-2023 00:00:51 #14 37.43 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 00:00:51 #14 37.73 Progress (1): 3.3/10 kB error 03-Jan-2023 00:00:51 Progress (1): 6.1/10 kB error 03-Jan-2023 00:00:51 Progress (1): 8.9/10 kB error 03-Jan-2023 00:00:51 Progress (1): 10 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 12 kB/s) error 03-Jan-2023 00:00:51 #14 ... error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:00:51 #17 35.43 Progress (1): 3.4/3.9 kB error 03-Jan-2023 00:00:51 Progress (1): 3.9 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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 00:00:51 #17 35.55 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 00:00:51 #17 35.68 Progress (1): 1.7 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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.0 kB/s) error 03-Jan-2023 00:00:51 #17 35.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 00:00:51 #17 35.92 Progress (1): 2.1 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:51 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.8 kB/s) error 03-Jan-2023 00:00:51 #17 36.05 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 00:00:51 #17 36.17 Progress (1): 2.0 kB error 03-Jan-2023 00:00:51 error 03-Jan-2023 00:00:52 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 00:00:52 #17 36.29 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 00:00:52 #17 36.41 Progress (1): 1.3 kB error 03-Jan-2023 00:00:52 error 03-Jan-2023 00:00:52 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.3 kB/s) error 03-Jan-2023 00:00:52 #17 36.54 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 00:00:52 #17 36.66 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:00:52 Progress (1): 5.8 kB error 03-Jan-2023 00:00:52 error 03-Jan-2023 00:00:52 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 00:00:52 #17 36.85 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 00:00:52 #17 36.88 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 00:00:52 #17 36.88 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 00:00:52 #17 36.88 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 00:00:52 #17 36.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.jar error 03-Jan-2023 00:00:52 #17 37.00 Progress (1): 3.4/152 kB error 03-Jan-2023 00:00:52 Progress (1): 6.2/152 kB error 03-Jan-2023 00:00:52 Progress (1): 9.0/152 kB error 03-Jan-2023 00:00:52 Progress (1): 12/152 kB error 03-Jan-2023 00:00:52 Progress (1): 15/152 kB error 03-Jan-2023 00:00:52 Progress (1): 17/152 kB error 03-Jan-2023 00:00:52 Progress (1): 20/152 kB error 03-Jan-2023 00:00:52 Progress (1): 23/152 kB error 03-Jan-2023 00:00:52 Progress (1): 26/152 kB error 03-Jan-2023 00:00:52 Progress (1): 29/152 kB error 03-Jan-2023 00:00:52 Progress (1): 31/152 kB error 03-Jan-2023 00:00:52 Progress (1): 34/152 kB error 03-Jan-2023 00:00:52 Progress (1): 37/152 kB error 03-Jan-2023 00:00:52 Progress (1): 40/152 kB error 03-Jan-2023 00:00:52 Progress (1): 43/152 kB error 03-Jan-2023 00:00:52 Progress (1): 45/152 kB error 03-Jan-2023 00:00:52 Progress (1): 48/152 kB error 03-Jan-2023 00:00:52 Progress (1): 51/152 kB error 03-Jan-2023 00:00:52 Progress (1): 53/152 kB error 03-Jan-2023 00:00:52 Progress (1): 56/152 kB error 03-Jan-2023 00:00:52 Progress (1): 59/152 kB error 03-Jan-2023 00:00:52 Progress (1): 62/152 kB error 03-Jan-2023 00:00:52 Progress (1): 65/152 kB error 03-Jan-2023 00:00:52 Progress (1): 67/152 kB error 03-Jan-2023 00:00:52 Progress (1): 70/152 kB error 03-Jan-2023 00:00:52 Progress (1): 73/152 kB error 03-Jan-2023 00:00:52 Progress (1): 76/152 kB error 03-Jan-2023 00:00:52 Progress (1): 79/152 kB error 03-Jan-2023 00:00:52 Progress (1): 81/152 kB error 03-Jan-2023 00:00:52 Progress (1): 84/152 kB error 03-Jan-2023 00:00:52 Progress (1): 87/152 kB error 03-Jan-2023 00:00:52 Progress (1): 90/152 kB error 03-Jan-2023 00:00:52 Progress (2): 90/152 kB | 3.4/5.9 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 3.3/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 6.1/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 8.9/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 12/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 15/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 17/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 3.4/5.9 kB | 20/21 kB error 03-Jan-2023 00:00:52 Progress (3): 90/152 kB | 5.9 kB | 20/21 kB error 03-Jan-2023 00:00:52 Progress (4): 90/152 kB | 5.9 kB | 20/21 kB | 3.4/14 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 3.4/14 kB | 3.4/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 6.2/14 kB | 3.4/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 9.0/14 kB | 3.4/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 9.0/14 kB | 6.2/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 12/14 kB | 6.2/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 12/14 kB | 9.0/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 14 kB | 9.0/9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 20/21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 90/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 93/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 95/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 98/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 101/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 104/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 107/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 109/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 112/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 115/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 118/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 121/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 123/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 126/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 129/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 132/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 135/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 137/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 140/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 143/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 146/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 149/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 151/152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 Progress (5): 152 kB | 5.9 kB | 21 kB | 14 kB | 9.9 kB error 03-Jan-2023 00:00:52 error 03-Jan-2023 00:00: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.jar (21 kB at 69 kB/s) error 03-Jan-2023 00:00:52 #17 37.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 00:00:52 #17 37.16 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 00:00:52 #17 37.16 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 00:00:52 #17 37.16 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 00:00:52 #17 37.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 00:00:52 #17 37.17 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 00:00:52 #17 37.17 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 00:00:52 #17 37.23 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 371 kB/s) error 03-Jan-2023 00:00:52 #17 37.23 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 00:00:53 #17 37.26 Progress (1): 3.4/30 kB error 03-Jan-2023 00:00:53 Progress (1): 6.2/30 kB error 03-Jan-2023 00:00:53 Progress (1): 9.0/30 kB error 03-Jan-2023 00:00:53 Progress (1): 12/30 kB error 03-Jan-2023 00:00:53 Progress (1): 15/30 kB error 03-Jan-2023 00:00:53 Progress (1): 17/30 kB error 03-Jan-2023 00:00:53 Progress (1): 20/30 kB error 03-Jan-2023 00:00:53 Progress (1): 23/30 kB error 03-Jan-2023 00:00:53 Progress (1): 26/30 kB error 03-Jan-2023 00:00:53 Progress (1): 29/30 kB error 03-Jan-2023 00:00:53 Progress (1): 30 kB error 03-Jan-2023 00:00:53 Progress (2): 30 kB | 3.4/38 kB error 03-Jan-2023 00:00:53 Progress (2): 30 kB | 6.2/38 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 6.2/38 kB | 3.4/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 6.2/38 kB | 6.2/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 6.2/38 kB | 9.0/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 9.0/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 12/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 15/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 17/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 20/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 9.0/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 12/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 15/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 17/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 20/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 23/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 26/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 29/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 31/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 34/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 37/38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 23/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 26/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 29/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 31/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 34/37 kB error 03-Jan-2023 00:00:53 Progress (3): 30 kB | 38 kB | 37 kB error 03-Jan-2023 00:00:53 Progress (4): 30 kB | 38 kB | 37 kB | 3.4/10 kB error 03-Jan-2023 00:00:53 Progress (4): 30 kB | 38 kB | 37 kB | 6.2/10 kB error 03-Jan-2023 00:00:53 Progress (4): 30 kB | 38 kB | 37 kB | 9.0/10 kB error 03-Jan-2023 00:00:53 Progress (4): 30 kB | 38 kB | 37 kB | 10 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 3.4/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 6.2/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 9.0/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 12/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 15/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 17/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 20/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 23/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 26/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 29/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 31/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 34/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 37/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 40/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 43/43 kB error 03-Jan-2023 00:00:53 Progress (5): 30 kB | 38 kB | 37 kB | 10 kB | 43 kB error 03-Jan-2023 00:00:53 error 03-Jan-2023 00:00:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 60 kB/s) error 03-Jan-2023 00:00:53 #17 37.40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 73 kB/s) error 03-Jan-2023 00:00:53 #17 37.40 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 00:00:53 #17 37.40 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 71 kB/s) error 03-Jan-2023 00:00:53 #17 37.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 72 kB/s) error 03-Jan-2023 00:00:53 #17 37.61 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:00:53 #17 37.63 [INFO] Copying 1 resource error 03-Jan-2023 00:00:53 #17 37.65 [INFO] Copying 2 resources error 03-Jan-2023 00:00:53 #17 37.68 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 00:00:53 #17 37.69 [INFO] error 03-Jan-2023 00:00:53 #17 37.69 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 00:00:55 #17 39.81 Jan 03, 2023 12:00:55 AM org.jline.utils.Log logr error 03-Jan-2023 00:00:55 #17 39.81 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 00:00:56 #17 40.24 error 03-Jan-2023 00:00:56 #17 40.24 Downloading modules... error 03-Jan-2023 00:00:56 #17 40.24 error 03-Jan-2023 00:00:56 #17 40.27 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 00:00:56 #17 40.38 Progress (1): 3.3/18 kB error 03-Jan-2023 00:00:56 Progress (1): 6.1/18 kB error 03-Jan-2023 00:00:56 Progress (1): 8.9/18 kB error 03-Jan-2023 00:00:56 Progress (1): 12/18 kB error 03-Jan-2023 00:00:56 Progress (1): 14/18 kB error 03-Jan-2023 00:00:56 Progress (1): 17/18 kB error 03-Jan-2023 00:00:56 Progress (1): 18 kB error 03-Jan-2023 00:00:56 error 03-Jan-2023 00:00:56 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 73 kB/s) error 03-Jan-2023 00:00:56 #17 40.51 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 00:00:56 #17 41.15 Progress (1): 4.1/205 kB error 03-Jan-2023 00:00:56 Progress (1): 8.2/205 kB error 03-Jan-2023 00:00:56 Progress (1): 12/205 kB error 03-Jan-2023 00:00:56 Progress (1): 16/205 kB error 03-Jan-2023 00:00:56 Progress (1): 20/205 kB error 03-Jan-2023 00:00:56 Progress (1): 24/205 kB error 03-Jan-2023 00:00:56 Progress (1): 28/205 kB error 03-Jan-2023 00:00:56 Progress (1): 32/205 kB error 03-Jan-2023 00:00:56 Progress (1): 36/205 kB error 03-Jan-2023 00:00:56 Progress (1): 40/205 kB error 03-Jan-2023 00:00:56 Progress (1): 44/205 kB error 03-Jan-2023 00:00:56 Progress (1): 48/205 kB error 03-Jan-2023 00:00:56 Progress (1): 51/205 kB error 03-Jan-2023 00:00:57 Progress (1): 55/205 kB error 03-Jan-2023 00:00:57 Progress (1): 59/205 kB error 03-Jan-2023 00:00:57 Progress (1): 63/205 kB error 03-Jan-2023 00:00:57 Progress (1): 67/205 kB error 03-Jan-2023 00:00:57 Progress (1): 71/205 kB error 03-Jan-2023 00:00:57 Progress (1): 75/205 kB error 03-Jan-2023 00:00:57 Progress (1): 79/205 kB error 03-Jan-2023 00:00:57 Progress (1): 83/205 kB error 03-Jan-2023 00:00:57 Progress (1): 85/205 kB error 03-Jan-2023 00:00:57 Progress (1): 89/205 kB error 03-Jan-2023 00:00:57 Progress (1): 94/205 kB error 03-Jan-2023 00:00:57 Progress (1): 98/205 kB error 03-Jan-2023 00:00:57 Progress (1): 102/205 kB error 03-Jan-2023 00:00:57 Progress (1): 106/205 kB error 03-Jan-2023 00:00:57 Progress (1): 110/205 kB error 03-Jan-2023 00:00:57 Progress (1): 114/205 kB error 03-Jan-2023 00:00:57 Progress (1): 118/205 kB error 03-Jan-2023 00:00:57 Progress (1): 120/205 kB error 03-Jan-2023 00:00:57 Progress (1): 124/205 kB error 03-Jan-2023 00:00:57 Progress (1): 128/205 kB error 03-Jan-2023 00:00:57 Progress (1): 132/205 kB error 03-Jan-2023 00:00:57 Progress (1): 137/205 kB error 03-Jan-2023 00:00:57 Progress (1): 141/205 kB error 03-Jan-2023 00:00:57 Progress (1): 145/205 kB error 03-Jan-2023 00:00:57 Progress (1): 149/205 kB error 03-Jan-2023 00:00:57 Progress (1): 153/205 kB error 03-Jan-2023 00:00:57 Progress (1): 155/205 kB error 03-Jan-2023 00:00:57 Progress (1): 159/205 kB error 03-Jan-2023 00:00:57 Progress (1): 163/205 kB error 03-Jan-2023 00:00:57 Progress (1): 167/205 kB error 03-Jan-2023 00:00:57 Progress (1): 171/205 kB error 03-Jan-2023 00:00:57 Progress (1): 175/205 kB error 03-Jan-2023 00:00:57 Progress (1): 180/205 kB error 03-Jan-2023 00:00:57 Progress (1): 184/205 kB error 03-Jan-2023 00:00:57 Progress (1): 188/205 kB error 03-Jan-2023 00:00:57 Progress (1): 190/205 kB error 03-Jan-2023 00:00:57 Progress (1): 194/205 kB error 03-Jan-2023 00:00:57 Progress (1): 198/205 kB error 03-Jan-2023 00:00:57 Progress (1): 202/205 kB error 03-Jan-2023 00:00:57 Progress (1): 205 kB error 03-Jan-2023 00:00:57 error 03-Jan-2023 00:00:57 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 192 kB/s) error 03-Jan-2023 00:00:57 #17 41.62 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 00:00:57 #17 41.73 Progress (1): 2.0 kB error 03-Jan-2023 00:00:57 error 03-Jan-2023 00:00:57 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.7 kB/s) error 03-Jan-2023 00:00:57 #17 41.84 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 00:00:57 #17 41.96 Progress (1): 3.4/22 kB error 03-Jan-2023 00:00:57 Progress (1): 6.2/22 kB error 03-Jan-2023 00:00:57 Progress (1): 9.0/22 kB error 03-Jan-2023 00:00:57 Progress (1): 12/22 kB error 03-Jan-2023 00:00:57 Progress (1): 15/22 kB error 03-Jan-2023 00:00:57 Progress (1): 17/22 kB error 03-Jan-2023 00:00:57 Progress (1): 20/22 kB error 03-Jan-2023 00:00:57 Progress (1): 22 kB error 03-Jan-2023 00:00:57 error 03-Jan-2023 00:00:57 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 98 kB/s) error 03-Jan-2023 00:00:57 #17 42.08 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 00:00:57 #17 42.19 Progress (1): 3.4 kB error 03-Jan-2023 00:00:57 error 03-Jan-2023 00:00:58 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 00:00:58 #17 42.31 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 00:00:58 #17 42.43 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:00:58 Progress (1): 4.1 kB error 03-Jan-2023 00:00:58 error 03-Jan-2023 00:00:58 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 00:00:58 #17 42.55 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 00:00:58 #17 42.66 Progress (1): 3.4/4.8 kB error 03-Jan-2023 00:00:58 Progress (1): 4.8 kB error 03-Jan-2023 00:00:58 error 03-Jan-2023 00:00:58 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 21 kB/s) error 03-Jan-2023 00:00:58 #17 42.78 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 00:00:58 #17 42.90 Progress (1): 3.4/13 kB error 03-Jan-2023 00:00:58 Progress (1): 6.2/13 kB error 03-Jan-2023 00:00:58 Progress (1): 9.0/13 kB error 03-Jan-2023 00:00:58 Progress (1): 12/13 kB error 03-Jan-2023 00:00:58 Progress (1): 13 kB error 03-Jan-2023 00:00:58 error 03-Jan-2023 00:00:58 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 56 kB/s) error 03-Jan-2023 00:00:58 #17 43.03 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 00:00:58 #17 43.14 Progress (1): 2.5 kB error 03-Jan-2023 00:00:59 error 03-Jan-2023 00:00:59 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 00:00:59 #17 43.25 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 00:00:59 #17 43.37 Progress (1): 3.4/14 kB error 03-Jan-2023 00:00:59 Progress (1): 6.2/14 kB error 03-Jan-2023 00:00:59 Progress (1): 9.0/14 kB error 03-Jan-2023 00:00:59 Progress (1): 12/14 kB error 03-Jan-2023 00:00:59 Progress (1): 14 kB error 03-Jan-2023 00:00:59 error 03-Jan-2023 00:00:59 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 00:00:59 #17 43.49 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 00:00:59 #17 43.61 Progress (1): 3.4/7.3 kB error 03-Jan-2023 00:00:59 Progress (1): 6.2/7.3 kB error 03-Jan-2023 00:00:59 Progress (1): 7.3 kB error 03-Jan-2023 00:00:59 error 03-Jan-2023 00:00:59 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 00:00:59 #17 43.73 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 00:00:59 #17 43.85 Progress (1): 2.2 kB error 03-Jan-2023 00:00:59 error 03-Jan-2023 00:00:59 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.2 kB/s) error 03-Jan-2023 00:00:59 #17 43.98 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 00:00:59 #17 44.09 Progress (1): 2.6 kB error 03-Jan-2023 00:00:59 error 03-Jan-2023 00:00:59 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 00:00:59 #17 44.21 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 00:00:59 #17 44.33 Progress (1): 1.0 kB error 03-Jan-2023 00:01:00 error 03-Jan-2023 00:01:00 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 00:01:00 #17 44.45 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 00:01:00 #17 44.57 Progress (1): 2.2 kB error 03-Jan-2023 00:01:00 error 03-Jan-2023 00:01:00 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.5 kB/s) error 03-Jan-2023 00:01:00 #17 44.69 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 00:01:00 #17 44.81 Progress (1): 2.8 kB error 03-Jan-2023 00:01:00 error 03-Jan-2023 00:01:00 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 00:01:00 #17 44.93 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 00:01:00 #17 45.05 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:01:00 Progress (1): 4.1 kB error 03-Jan-2023 00:01:00 error 03-Jan-2023 00:01:00 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 00:01:00 #17 45.20 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 00:01:01 #17 45.33 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:01:01 Progress (1): 7.6 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 00:01:01 #17 45.48 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 00:01:01 #17 45.60 Progress (1): 3.4/4.9 kB error 03-Jan-2023 00:01:01 Progress (1): 4.9 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 00:01:01 #17 45.72 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 00:01:01 #17 45.83 Progress (1): 1.5 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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.7 kB/s) error 03-Jan-2023 00:01:01 #17 ... error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:01 #14 38.87 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 00:01:01 #14 39.06 Progress (1): 3.3/43 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/43 kB error 03-Jan-2023 00:01:01 Progress (1): 8.9/43 kB error 03-Jan-2023 00:01:01 Progress (1): 12/43 kB error 03-Jan-2023 00:01:01 Progress (1): 14/43 kB error 03-Jan-2023 00:01:01 Progress (1): 17/43 kB error 03-Jan-2023 00:01:01 Progress (1): 20/43 kB error 03-Jan-2023 00:01:01 Progress (1): 23/43 kB error 03-Jan-2023 00:01:01 Progress (1): 26/43 kB error 03-Jan-2023 00:01:01 Progress (1): 29/43 kB error 03-Jan-2023 00:01:01 Progress (1): 31/43 kB error 03-Jan-2023 00:01:01 Progress (1): 34/43 kB error 03-Jan-2023 00:01:01 Progress (1): 37/43 kB error 03-Jan-2023 00:01:01 Progress (1): 40/43 kB error 03-Jan-2023 00:01:01 Progress (1): 43/43 kB error 03-Jan-2023 00:01:01 Progress (1): 43 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 82 kB/s) error 03-Jan-2023 00:01:01 #14 39.62 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 00:01:01 #14 39.83 Progress (1): 3.4/10 kB error 03-Jan-2023 00:01:01 Progress (1): 6.2/10 kB error 03-Jan-2023 00:01:01 Progress (1): 9.0/10 kB error 03-Jan-2023 00:01:01 Progress (1): 10 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 19 kB/s) error 03-Jan-2023 00:01:01 #14 40.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 00:01:01 #14 40.45 Progress (1): 3.4/11 kB error 03-Jan-2023 00:01:01 Progress (1): 6.2/11 kB error 03-Jan-2023 00:01:01 Progress (1): 9.0/11 kB error 03-Jan-2023 00:01:01 Progress (1): 11 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 22 kB/s) error 03-Jan-2023 00:01:01 #14 40.93 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 00:01:01 #14 41.15 Progress (1): 3.4/31 kB error 03-Jan-2023 00:01:01 Progress (1): 6.2/31 kB error 03-Jan-2023 00:01:01 Progress (1): 9.0/31 kB error 03-Jan-2023 00:01:01 Progress (1): 12/31 kB error 03-Jan-2023 00:01:01 Progress (1): 15/31 kB error 03-Jan-2023 00:01:01 Progress (1): 17/31 kB error 03-Jan-2023 00:01:01 Progress (1): 20/31 kB error 03-Jan-2023 00:01:01 Progress (1): 23/31 kB error 03-Jan-2023 00:01:01 Progress (1): 26/31 kB error 03-Jan-2023 00:01:01 Progress (1): 29/31 kB error 03-Jan-2023 00:01:01 Progress (1): 31 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 64 kB/s) error 03-Jan-2023 00:01:01 #14 41.57 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 00:01:01 #14 41.75 Progress (1): 3.4/15 kB error 03-Jan-2023 00:01:01 Progress (1): 6.2/15 kB error 03-Jan-2023 00:01:01 Progress (1): 9.0/15 kB error 03-Jan-2023 00:01:01 Progress (1): 12/15 kB error 03-Jan-2023 00:01:01 Progress (1): 15/15 kB error 03-Jan-2023 00:01:01 Progress (1): 15 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 42 kB/s) error 03-Jan-2023 00:01:01 #14 42.05 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 00:01:01 #14 43.97 Progress (1): 4.1/221 kB error 03-Jan-2023 00:01:01 Progress (1): 8.2/221 kB error 03-Jan-2023 00:01:01 Progress (1): 12/221 kB error 03-Jan-2023 00:01:01 Progress (1): 16/221 kB error 03-Jan-2023 00:01:01 Progress (1): 20/221 kB error 03-Jan-2023 00:01:01 Progress (1): 24/221 kB error 03-Jan-2023 00:01:01 Progress (1): 28/221 kB error 03-Jan-2023 00:01:01 Progress (1): 32/221 kB error 03-Jan-2023 00:01:01 Progress (1): 36/221 kB error 03-Jan-2023 00:01:01 Progress (1): 40/221 kB error 03-Jan-2023 00:01:01 Progress (1): 44/221 kB error 03-Jan-2023 00:01:01 Progress (1): 49/221 kB error 03-Jan-2023 00:01:01 Progress (1): 51/221 kB error 03-Jan-2023 00:01:01 Progress (1): 55/221 kB error 03-Jan-2023 00:01:01 Progress (1): 59/221 kB error 03-Jan-2023 00:01:01 Progress (1): 63/221 kB error 03-Jan-2023 00:01:01 Progress (1): 67/221 kB error 03-Jan-2023 00:01:01 Progress (1): 71/221 kB error 03-Jan-2023 00:01:01 Progress (1): 75/221 kB error 03-Jan-2023 00:01:01 Progress (1): 79/221 kB error 03-Jan-2023 00:01:01 Progress (1): 83/221 kB error 03-Jan-2023 00:01:01 Progress (1): 85/221 kB error 03-Jan-2023 00:01:01 Progress (1): 89/221 kB error 03-Jan-2023 00:01:01 Progress (1): 94/221 kB error 03-Jan-2023 00:01:01 Progress (1): 98/221 kB error 03-Jan-2023 00:01:01 Progress (1): 102/221 kB error 03-Jan-2023 00:01:01 Progress (1): 106/221 kB error 03-Jan-2023 00:01:01 Progress (1): 110/221 kB error 03-Jan-2023 00:01:01 Progress (1): 114/221 kB error 03-Jan-2023 00:01:01 Progress (1): 118/221 kB error 03-Jan-2023 00:01:01 Progress (1): 120/221 kB error 03-Jan-2023 00:01:01 Progress (1): 124/221 kB error 03-Jan-2023 00:01:01 Progress (1): 128/221 kB error 03-Jan-2023 00:01:01 Progress (1): 132/221 kB error 03-Jan-2023 00:01:01 Progress (1): 137/221 kB error 03-Jan-2023 00:01:01 Progress (1): 141/221 kB error 03-Jan-2023 00:01:01 Progress (1): 145/221 kB error 03-Jan-2023 00:01:01 Progress (1): 149/221 kB error 03-Jan-2023 00:01:01 Progress (1): 153/221 kB error 03-Jan-2023 00:01:01 Progress (1): 155/221 kB error 03-Jan-2023 00:01:01 Progress (1): 159/221 kB error 03-Jan-2023 00:01:01 Progress (1): 163/221 kB error 03-Jan-2023 00:01:01 Progress (1): 167/221 kB error 03-Jan-2023 00:01:01 Progress (1): 171/221 kB error 03-Jan-2023 00:01:01 Progress (1): 175/221 kB error 03-Jan-2023 00:01:01 Progress (1): 180/221 kB error 03-Jan-2023 00:01:01 Progress (1): 184/221 kB error 03-Jan-2023 00:01:01 Progress (1): 188/221 kB error 03-Jan-2023 00:01:01 Progress (1): 190/221 kB error 03-Jan-2023 00:01:01 Progress (1): 194/221 kB error 03-Jan-2023 00:01:01 Progress (1): 198/221 kB error 03-Jan-2023 00:01:01 Progress (1): 202/221 kB error 03-Jan-2023 00:01:01 Progress (1): 206/221 kB error 03-Jan-2023 00:01:01 Progress (1): 210/221 kB error 03-Jan-2023 00:01:01 Progress (1): 214/221 kB error 03-Jan-2023 00:01:01 Progress (1): 218/221 kB error 03-Jan-2023 00:01:01 Progress (1): 221 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 88 kB/s) error 03-Jan-2023 00:01:01 #14 44.68 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 00:01:01 #14 44.81 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:01:01 Progress (1): 5.8 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 18 kB/s) error 03-Jan-2023 00:01:01 #14 45.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 00:01:01 #14 45.26 Progress (1): 3.3/34 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/34 kB error 03-Jan-2023 00:01:01 Progress (1): 8.9/34 kB error 03-Jan-2023 00:01:01 Progress (1): 12/34 kB error 03-Jan-2023 00:01:01 Progress (1): 15/34 kB error 03-Jan-2023 00:01:01 Progress (1): 17/34 kB error 03-Jan-2023 00:01:01 Progress (1): 20/34 kB error 03-Jan-2023 00:01:01 Progress (1): 23/34 kB error 03-Jan-2023 00:01:01 Progress (1): 26/34 kB error 03-Jan-2023 00:01:01 Progress (1): 29/34 kB error 03-Jan-2023 00:01:01 Progress (1): 31/34 kB error 03-Jan-2023 00:01:01 Progress (1): 34 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 106 kB/s) error 03-Jan-2023 00:01:01 #14 45.58 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 00:01:01 #14 45.72 Progress (1): 3.4/64 kB error 03-Jan-2023 00:01:01 Progress (1): 6.2/64 kB error 03-Jan-2023 00:01:01 Progress (1): 9.0/64 kB error 03-Jan-2023 00:01:01 Progress (1): 12/64 kB error 03-Jan-2023 00:01:01 Progress (1): 15/64 kB error 03-Jan-2023 00:01:01 Progress (1): 17/64 kB error 03-Jan-2023 00:01:01 Progress (1): 20/64 kB error 03-Jan-2023 00:01:01 Progress (1): 23/64 kB error 03-Jan-2023 00:01:01 Progress (1): 26/64 kB error 03-Jan-2023 00:01:01 Progress (1): 29/64 kB error 03-Jan-2023 00:01:01 Progress (1): 31/64 kB error 03-Jan-2023 00:01:01 Progress (1): 34/64 kB error 03-Jan-2023 00:01:01 Progress (1): 37/64 kB error 03-Jan-2023 00:01:01 Progress (1): 40/64 kB error 03-Jan-2023 00:01:01 Progress (1): 43/64 kB error 03-Jan-2023 00:01:01 Progress (1): 45/64 kB error 03-Jan-2023 00:01:01 Progress (1): 48/64 kB error 03-Jan-2023 00:01:01 Progress (1): 51/64 kB error 03-Jan-2023 00:01:01 Progress (1): 54/64 kB error 03-Jan-2023 00:01:01 Progress (1): 56/64 kB error 03-Jan-2023 00:01:01 Progress (1): 59/64 kB error 03-Jan-2023 00:01:01 Progress (1): 62/64 kB error 03-Jan-2023 00:01:01 Progress (1): 64 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 200 kB/s) error 03-Jan-2023 00:01:01 #14 46.11 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 00:01:01 #14 46.24 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:01 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:01 Progress (1): 12/13 kB error 03-Jan-2023 00:01:01 Progress (1): 13 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 47 kB/s) error 03-Jan-2023 00:01:01 #14 46.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 00:01:01 #14 46.55 Progress (1): 3.3/36 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/36 kB error 03-Jan-2023 00:01:01 Progress (1): 8.9/36 kB error 03-Jan-2023 00:01:01 Progress (1): 12/36 kB error 03-Jan-2023 00:01:01 Progress (1): 15/36 kB error 03-Jan-2023 00:01:01 Progress (1): 17/36 kB error 03-Jan-2023 00:01:01 Progress (1): 20/36 kB error 03-Jan-2023 00:01:01 Progress (1): 23/36 kB error 03-Jan-2023 00:01:01 Progress (1): 26/36 kB error 03-Jan-2023 00:01:01 Progress (1): 29/36 kB error 03-Jan-2023 00:01:01 Progress (1): 31/36 kB error 03-Jan-2023 00:01:01 Progress (1): 34/36 kB error 03-Jan-2023 00:01:01 Progress (1): 36 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 121 kB/s) error 03-Jan-2023 00:01:01 #14 46.81 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 00:01:01 #14 46.97 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:01 Progress (1): 5.3 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 15 kB/s) error 03-Jan-2023 00:01:01 #14 48.29 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 00:01:01 #14 48.50 Progress (1): 1.7 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 4.7 kB/s) error 03-Jan-2023 00:01:01 #14 48.69 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 00:01:01 #14 48.88 Progress (1): 1.5 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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.5 kB/s) error 03-Jan-2023 00:01:01 #14 49.06 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 00:01:01 #14 ... error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:01 #17 45.95 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 00:01:01 #17 46.06 Progress (1): 3.3/15 kB error 03-Jan-2023 00:01:01 Progress (1): 6.1/15 kB error 03-Jan-2023 00:01:01 Progress (1): 8.9/15 kB error 03-Jan-2023 00:01:01 Progress (1): 12/15 kB error 03-Jan-2023 00:01:01 Progress (1): 15/15 kB error 03-Jan-2023 00:01:01 Progress (1): 15 kB error 03-Jan-2023 00:01:01 error 03-Jan-2023 00:01:01 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 00:01:01 #17 46.19 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 00:01:01 #17 46.31 Progress (1): 1.5 kB error 03-Jan-2023 00:01:02 error 03-Jan-2023 00:01:02 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.4 kB/s) error 03-Jan-2023 00:01:02 #17 46.44 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 00:01:02 #17 46.56 Progress (1): 3.4/3.4 kB error 03-Jan-2023 00:01:02 Progress (1): 3.4 kB error 03-Jan-2023 00:01:02 error 03-Jan-2023 00:01:02 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 14 kB/s) error 03-Jan-2023 00:01:02 #17 46.68 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 00:01:02 #17 46.80 Progress (1): 3.4/14 kB error 03-Jan-2023 00:01:02 Progress (1): 6.2/14 kB error 03-Jan-2023 00:01:02 Progress (1): 9.0/14 kB error 03-Jan-2023 00:01:02 Progress (1): 12/14 kB error 03-Jan-2023 00:01:02 Progress (1): 14 kB error 03-Jan-2023 00:01:02 error 03-Jan-2023 00:01:02 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 62 kB/s) error 03-Jan-2023 00:01:02 #17 46.92 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 00:01:02 #17 47.04 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:01:02 Progress (1): 4.1 kB error 03-Jan-2023 00:01:02 error 03-Jan-2023 00:01:02 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 17 kB/s) error 03-Jan-2023 00:01:02 #17 47.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 00:01:03 #17 47.31 Progress (1): 3.0 kB error 03-Jan-2023 00:01:03 error 03-Jan-2023 00:01:03 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 00:01:03 #17 47.43 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 00:01:03 #17 47.55 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:01:03 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:01:03 Progress (1): 6.7 kB error 03-Jan-2023 00:01:03 error 03-Jan-2023 00:01:03 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 28 kB/s) error 03-Jan-2023 00:01:03 #17 47.67 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 00:01:03 #17 47.78 Progress (1): 3.0 kB error 03-Jan-2023 00:01:03 error 03-Jan-2023 00:01:03 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 00:01:03 #17 47.91 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 00:01:03 #17 48.02 Progress (1): 1.6 kB error 03-Jan-2023 00:01:03 error 03-Jan-2023 00:01:03 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.7 kB/s) error 03-Jan-2023 00:01:03 #17 48.15 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 00:01:03 #17 48.27 Progress (1): 2.6 kB error 03-Jan-2023 00:01:04 error 03-Jan-2023 00:01:04 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 00:01:04 #17 48.48 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 00:01:04 #17 48.60 Progress (1): 1.5 kB error 03-Jan-2023 00:01:04 error 03-Jan-2023 00:01:04 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.4 kB/s) error 03-Jan-2023 00:01:04 #17 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 00:01:04 #17 48.84 Progress (1): 3.3/18 kB error 03-Jan-2023 00:01:04 Progress (1): 6.1/18 kB error 03-Jan-2023 00:01:04 Progress (1): 8.9/18 kB error 03-Jan-2023 00:01:04 Progress (1): 12/18 kB error 03-Jan-2023 00:01:04 Progress (1): 15/18 kB error 03-Jan-2023 00:01:04 Progress (1): 17/18 kB error 03-Jan-2023 00:01:04 Progress (1): 18 kB error 03-Jan-2023 00:01:04 error 03-Jan-2023 00:01:04 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 76 kB/s) error 03-Jan-2023 00:01:04 #17 48.97 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 00:01:04 #17 49.10 Progress (1): 1.5 kB error 03-Jan-2023 00:01:04 error 03-Jan-2023 00:01:04 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.3 kB/s) error 03-Jan-2023 00:01:05 #17 49.22 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 00:01:05 #17 49.34 Progress (1): 2.8 kB error 03-Jan-2023 00:01:05 error 03-Jan-2023 00:01:05 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 00:01:05 #17 49.46 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 00:01:05 #17 49.58 Progress (1): 3.4/5.0 kB error 03-Jan-2023 00:01:05 Progress (1): 5.0 kB error 03-Jan-2023 00:01:05 error 03-Jan-2023 00:01:05 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 00:01:05 #17 49.70 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 00:01:05 #17 49.83 Progress (1): 3.3/4.2 kB error 03-Jan-2023 00:01:05 Progress (1): 4.2 kB error 03-Jan-2023 00:01:05 error 03-Jan-2023 00:01:05 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 00:01:05 #17 49.95 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 00:01:05 #17 50.08 Progress (1): 3.4/4.7 kB error 03-Jan-2023 00:01:05 Progress (1): 4.7 kB error 03-Jan-2023 00:01:05 error 03-Jan-2023 00:01:05 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 19 kB/s) error 03-Jan-2023 00:01:05 #17 50.20 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 00:01:05 #17 50.32 Progress (1): 3.3/6.6 kB error 03-Jan-2023 00:01:06 Progress (1): 6.1/6.6 kB error 03-Jan-2023 00:01:06 Progress (1): 6.6 kB error 03-Jan-2023 00:01:06 error 03-Jan-2023 00:01:06 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 28 kB/s) error 03-Jan-2023 00:01:06 #17 50.44 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 00:01:06 #17 50.56 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:06 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:06 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:06 Progress (1): 12/16 kB error 03-Jan-2023 00:01:06 Progress (1): 14/16 kB error 03-Jan-2023 00:01:06 Progress (1): 16 kB error 03-Jan-2023 00:01:06 error 03-Jan-2023 00:01:06 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 69 kB/s) error 03-Jan-2023 00:01:06 #17 50.69 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 00:01:06 #17 50.81 Progress (1): 3.3/5.2 kB error 03-Jan-2023 00:01:06 Progress (1): 5.2 kB error 03-Jan-2023 00:01:06 error 03-Jan-2023 00:01:06 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 22 kB/s) error 03-Jan-2023 00:01:06 #17 50.93 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 00:01:06 #17 51.04 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:06 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:06 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:06 Progress (1): 12/13 kB error 03-Jan-2023 00:01:06 Progress (1): 13 kB error 03-Jan-2023 00:01:06 error 03-Jan-2023 00:01:06 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 54 kB/s) error 03-Jan-2023 00:01:06 #17 51.16 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 00:01:06 #17 51.28 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:01:07 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:01:07 Progress (1): 7.5 kB error 03-Jan-2023 00:01:07 error 03-Jan-2023 00:01:07 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 31 kB/s) error 03-Jan-2023 00:01:07 #17 51.41 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 00:01:07 #17 51.53 Progress (1): 3.3/15 kB error 03-Jan-2023 00:01:07 Progress (1): 6.1/15 kB error 03-Jan-2023 00:01:07 Progress (1): 8.9/15 kB error 03-Jan-2023 00:01:07 Progress (1): 12/15 kB error 03-Jan-2023 00:01:07 Progress (1): 15/15 kB error 03-Jan-2023 00:01:07 Progress (1): 15 kB error 03-Jan-2023 00:01:07 error 03-Jan-2023 00:01:07 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 00:01:07 #17 51.65 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 00:01:07 #17 51.78 Progress (1): 3.3/3.3 kB error 03-Jan-2023 00:01:07 Progress (1): 3.3 kB error 03-Jan-2023 00:01:07 error 03-Jan-2023 00:01:07 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 00:01:07 #17 51.90 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 00:01:07 #17 52.03 Progress (1): 2.9 kB error 03-Jan-2023 00:01:07 error 03-Jan-2023 00:01:07 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 00:01:07 #17 52.16 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 00:01:07 #17 52.27 Progress (1): 1.9 kB error 03-Jan-2023 00:01:08 error 03-Jan-2023 00:01:08 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.1 kB/s) error 03-Jan-2023 00:01:08 #17 52.39 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 00:01:08 #17 52.53 Progress (1): 2.7 kB error 03-Jan-2023 00:01:08 error 03-Jan-2023 00:01:08 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 11 kB/s) error 03-Jan-2023 00:01:08 #17 52.65 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 00:01:08 #17 52.76 Progress (1): 1.9 kB error 03-Jan-2023 00:01:08 error 03-Jan-2023 00:01:08 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 7.9 kB/s) error 03-Jan-2023 00:01:08 #17 52.92 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 00:01:08 #17 53.04 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:01:08 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:01:08 Progress (1): 6.8 kB error 03-Jan-2023 00:01:08 error 03-Jan-2023 00:01:08 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 00:01:08 #17 53.18 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 00:01:08 #17 53.32 Progress (1): 2.3 kB error 03-Jan-2023 00:01:09 error 03-Jan-2023 00:01:09 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.4 kB/s) error 03-Jan-2023 00:01:09 #17 53.43 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 00:01:09 #17 53.55 Progress (1): 2.7 kB error 03-Jan-2023 00:01:09 error 03-Jan-2023 00:01:09 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 00:01:09 #17 53.68 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 00:01:09 #17 53.79 Progress (1): 3.4/5.7 kB error 03-Jan-2023 00:01:09 Progress (1): 5.7 kB error 03-Jan-2023 00:01:09 error 03-Jan-2023 00:01:09 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 00:01:09 #17 53.92 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 00:01:09 #17 54.04 Progress (1): 727 B error 03-Jan-2023 00:01:09 error 03-Jan-2023 00:01:09 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.0 kB/s) error 03-Jan-2023 00:01:09 #17 54.17 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 00:01:09 #17 54.29 Progress (1): 3.4/7.5 kB error 03-Jan-2023 00:01:10 Progress (1): 6.2/7.5 kB error 03-Jan-2023 00:01:10 Progress (1): 7.5 kB error 03-Jan-2023 00:01:10 error 03-Jan-2023 00:01:10 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 31 kB/s) error 03-Jan-2023 00:01:10 #17 54.41 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 00:01:10 #17 54.53 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:01:10 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:01:10 Progress (1): 6.9 kB error 03-Jan-2023 00:01:10 error 03-Jan-2023 00:01: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.pom (6.9 kB at 29 kB/s) error 03-Jan-2023 00:01:10 #17 54.72 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 00:01:10 #17 54.73 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 00:01:10 #17 54.73 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 00:01:10 #17 54.74 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 00:01:10 #17 54.75 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 00:01:10 #17 54.85 Progress (1): 3.4/52 kB error 03-Jan-2023 00:01:10 Progress (1): 6.2/52 kB error 03-Jan-2023 00:01:10 Progress (1): 9.0/52 kB error 03-Jan-2023 00:01:10 Progress (1): 12/52 kB error 03-Jan-2023 00:01:10 Progress (1): 15/52 kB error 03-Jan-2023 00:01:10 Progress (1): 17/52 kB error 03-Jan-2023 00:01:10 Progress (1): 20/52 kB error 03-Jan-2023 00:01:10 Progress (1): 23/52 kB error 03-Jan-2023 00:01:10 Progress (1): 26/52 kB error 03-Jan-2023 00:01:10 Progress (1): 29/52 kB error 03-Jan-2023 00:01:10 Progress (1): 31/52 kB error 03-Jan-2023 00:01:10 Progress (1): 34/52 kB error 03-Jan-2023 00:01:10 Progress (1): 37/52 kB error 03-Jan-2023 00:01:10 Progress (1): 40/52 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 3.4/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 6.2/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 9.0/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 12/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 15/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 17/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 20/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 23/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 26/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 29/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 31/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 34/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 37/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 40/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 43/45 kB error 03-Jan-2023 00:01:10 Progress (2): 40/52 kB | 45 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 3.4/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 6.2/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 9.0/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 12/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 15/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 17/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 20/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 23/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 26/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 29/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 31/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 34/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 37/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 40/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 43/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 45/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 48/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 51/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 54/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 56/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 59/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 62/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 65/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 68/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 70/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 73/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 76/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 79/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 82/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 84/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 87/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 90/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 93/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 96/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 98/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 101/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 104/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 107/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 110/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 112/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 115/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 118/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 121/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 124/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 126/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 129/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 132/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 135/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 138/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 140/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 143/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 146/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 149/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 152/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 154/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 157/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 160/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 163/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 166/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 168/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 171/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 174/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 177/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 180/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 182/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 185/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 187/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 190/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 193/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 196/197 kB error 03-Jan-2023 00:01:10 Progress (3): 40/52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 Progress (3): 43/52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 Progress (3): 45/52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 Progress (3): 48/52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 Progress (3): 51/52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 Progress (3): 52 kB | 45 kB | 197 kB error 03-Jan-2023 00:01:10 error 03-Jan-2023 00:01:10 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 156 kB/s) error 03-Jan-2023 00:01:10 #17 55.01 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 00:01:10 #17 55.01 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 692 kB/s) error 03-Jan-2023 00:01:10 #17 55.02 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 00:01:10 #17 55.09 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 137 kB/s) error 03-Jan-2023 00:01:10 #17 55.09 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 00:01:10 #17 55.13 Progress (1): 3.4/42 kB error 03-Jan-2023 00:01:10 Progress (1): 6.2/42 kB error 03-Jan-2023 00:01:10 Progress (1): 9.0/42 kB error 03-Jan-2023 00:01:10 Progress (1): 12/42 kB error 03-Jan-2023 00:01:10 Progress (1): 15/42 kB error 03-Jan-2023 00:01:10 Progress (1): 17/42 kB error 03-Jan-2023 00:01:10 Progress (1): 20/42 kB error 03-Jan-2023 00:01:10 Progress (1): 23/42 kB error 03-Jan-2023 00:01:10 Progress (1): 26/42 kB error 03-Jan-2023 00:01:10 Progress (1): 29/42 kB error 03-Jan-2023 00:01:10 Progress (1): 31/42 kB error 03-Jan-2023 00:01:10 Progress (1): 34/42 kB error 03-Jan-2023 00:01:10 Progress (1): 37/42 kB error 03-Jan-2023 00:01:10 Progress (1): 40/42 kB error 03-Jan-2023 00:01:10 Progress (1): 42 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 3.4/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 6.2/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 9.0/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 12/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 15/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 17/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 20/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 23/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 26/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 29/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 31/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 34/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 37/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 40/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 43/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 45/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 48/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 51/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 54/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 56/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 59/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 62/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 65/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 68/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 70/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 73/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 76/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 79/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 82/160 kB error 03-Jan-2023 00:01:10 Progress (2): 42 kB | 84/160 kB error 03-Jan-2023 00:01:10 error 03-Jan-2023 00:01:10 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 81 kB/s) error 03-Jan-2023 00:01:10 #17 55.27 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 00:01:10 #17 55.30 Progress (2): 84/160 kB | 3.4/154 kB error 03-Jan-2023 00:01:10 Progress (2): 84/160 kB | 6.2/154 kB error 03-Jan-2023 00:01:10 Progress (2): 84/160 kB | 9.0/154 kB error 03-Jan-2023 00:01:10 Progress (2): 84/160 kB | 12/154 kB error 03-Jan-2023 00:01:10 Progress (2): 87/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 90/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 93/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 96/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 98/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 101/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 104/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 107/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 110/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 112/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 115/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 118/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 120/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 123/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 126/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 129/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 132/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 134/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 137/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 140/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 143/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 146/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 148/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 151/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 154/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 157/160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (2): 160 kB | 12/154 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 3.4/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 6.2/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 9.0/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 12/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 15/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 17/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 20/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 23/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 26/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 29/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 31/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 34/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 37/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 40/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 43/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 45/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 48/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 51/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 54/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 57/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 59/62 kB error 03-Jan-2023 00:01:11 Progress (3): 160 kB | 12/154 kB | 62 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 12/154 kB | 62 kB | 4.1/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 12/154 kB | 62 kB | 8.2/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 12/154 kB | 62 kB | 12/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 12/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 15/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 17/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 20/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 23/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 26/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 29/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 31/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 34/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 37/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 Progress (4): 160 kB | 40/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 228 kB/s) error 03-Jan-2023 00:01:11 #17 55.44 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 00:01:11 #17 55.50 Progress (3): 40/154 kB | 62 kB | 20/291 kB error 03-Jan-2023 00:01:11 Progress (3): 40/154 kB | 62 kB | 25/291 kB error 03-Jan-2023 00:01:11 Progress (3): 40/154 kB | 62 kB | 29/291 kB error 03-Jan-2023 00:01:11 Progress (3): 40/154 kB | 62 kB | 33/291 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 81 kB/s) error 03-Jan-2023 00:01:11 #17 55.50 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 00:01:11 #17 55.50 Progress (2): 40/154 kB | 37/291 kB error 03-Jan-2023 00:01:11 Progress (2): 40/154 kB | 41/291 kB error 03-Jan-2023 00:01:11 Progress (2): 40/154 kB | 45/291 kB error 03-Jan-2023 00:01:11 Progress (2): 40/154 kB | 49/291 kB error 03-Jan-2023 00:01:11 Progress (2): 40/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 43/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 45/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 48/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 51/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 54/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 56/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 59/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 62/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 65/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 68/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 70/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 73/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 76/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (2): 79/154 kB | 52/291 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 3.4/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 6.2/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 9.0/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 12/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 15/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 17/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 20/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 23/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 26/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 29/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 31/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 34/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 37/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 40/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 43/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 45/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 48/50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 52/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 56/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 60/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 64/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 68/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 72/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 76/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 80/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 84/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 79/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 82/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 84/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 87/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 90/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 93/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 95/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 98/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 101/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 104/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 107/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 109/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 112/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 115/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 118/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 121/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 123/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 126/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 129/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 132/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (3): 134/154 kB | 86/291 kB | 50 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 3.4/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 6.2/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 9.0/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 12/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 15/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 17/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 20/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 23/25 kB error 03-Jan-2023 00:01:11 Progress (4): 134/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 137/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 140/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 143/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 146/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 148/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 151/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 154/154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 86/291 kB | 50 kB | 25 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 53 kB/s) error 03-Jan-2023 00:01:11 #17 55.68 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 00:01:11 #17 55.70 Progress (3): 154 kB | 91/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 95/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 99/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 103/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 107/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 111/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 115/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 119/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 121/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 125/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 130/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 134/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 138/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 142/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 146/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 150/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 154/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 156/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 160/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 164/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 168/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 173/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 177/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 181/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 185/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 189/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 191/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 195/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 199/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 203/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (3): 154 kB | 207/291 kB | 25 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 4.1/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 8.2/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 12/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 16/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 19/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 23/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 27/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 31/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 35/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 39/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 43/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 47/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 52/557 kB error 03-Jan-2023 00:01:11 Progress (4): 154 kB | 207/291 kB | 25 kB | 54/557 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 25 kB/s) error 03-Jan-2023 00:01:11 #17 55.74 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 00:01:11 #17 55.75 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 152 kB/s) error 03-Jan-2023 00:01:11 #17 55.75 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 00:01:11 #17 55.80 Progress (3): 207/291 kB | 54/557 kB | 3.4/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 6.2/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 9.0/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 12/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 15/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 17/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 20/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 23/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 26/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 29/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 31/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 34/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 37/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 40/42 kB error 03-Jan-2023 00:01:11 Progress (3): 207/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 211/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 216/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 220/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 224/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 226/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 230/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 234/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 238/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 242/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 246/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 250/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 254/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 259/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 261/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 265/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 269/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 273/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 277/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 281/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 285/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 289/291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 54/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 58/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 62/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 66/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 70/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 74/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 78/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 82/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 86/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (3): 291 kB | 88/557 kB | 42 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 3.4/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 6.2/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 9.0/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 12/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 15/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 17/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 20/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 23/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 26/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 31/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 34/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 37/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 40/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 45/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 48/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 51/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 54/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 57/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 59/60 kB error 03-Jan-2023 00:01:11 Progress (4): 291 kB | 88/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 12/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 14/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 17/18 kB error 03-Jan-2023 00:01:11 Progress (5): 291 kB | 88/557 kB | 42 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 36 kB/s) error 03-Jan-2023 00:01:11 #17 55.92 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 00:01:11 #17 55.93 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 244 kB/s) error 03-Jan-2023 00:01:11 #17 55.93 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 00:01:11 #17 55.93 Progress (3): 93/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 97/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 101/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 105/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 109/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 113/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 117/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 121/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 123/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 127/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 131/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 136/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 140/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 144/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 148/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 152/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 156/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 158/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 162/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 166/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 170/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 174/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 179/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 183/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 187/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 191/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 193/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 197/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 201/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 205/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 Progress (3): 209/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 00:01:11 #17 55.98 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 00:01:11 #17 55.99 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 48 kB/s) error 03-Jan-2023 00:01:11 #17 55.99 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 00:01:11 #17 56.03 Progress (1): 213/557 kB error 03-Jan-2023 00:01:11 Progress (1): 217/557 kB error 03-Jan-2023 00:01:11 Progress (1): 222/557 kB error 03-Jan-2023 00:01:11 Progress (1): 226/557 kB error 03-Jan-2023 00:01:11 Progress (1): 228/557 kB error 03-Jan-2023 00:01:11 Progress (1): 232/557 kB error 03-Jan-2023 00:01:11 Progress (1): 236/557 kB error 03-Jan-2023 00:01:11 Progress (1): 240/557 kB error 03-Jan-2023 00:01:11 Progress (1): 244/557 kB error 03-Jan-2023 00:01:11 Progress (1): 248/557 kB error 03-Jan-2023 00:01:11 Progress (1): 252/557 kB error 03-Jan-2023 00:01:11 Progress (1): 256/557 kB error 03-Jan-2023 00:01:11 Progress (1): 260/557 kB error 03-Jan-2023 00:01:11 Progress (1): 263/557 kB error 03-Jan-2023 00:01:11 Progress (1): 267/557 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 3.4/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 6.2/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 9.0/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 12/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 15/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 17/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 20/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 23/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 26/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 29/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 31/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 34/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 37/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 40/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 43/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 45/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 48/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 51/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 54/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 57/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 59/61 kB error 03-Jan-2023 00:01:11 Progress (2): 267/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 271/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 275/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 279/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 283/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 287/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 291/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 295/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 297/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 301/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 306/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 310/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 314/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 318/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 322/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 326/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 330/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 332/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 336/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 340/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 344/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 349/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 353/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 357/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 361/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 365/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 367/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 371/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 375/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 379/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 383/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 387/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 392/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 396/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 400/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 402/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 406/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 410/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 414/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 418/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 422/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 426/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 430/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 435/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (2): 437/557 kB | 61 kB error 03-Jan-2023 00:01:11 Progress (3): 437/557 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 00:01:11 Progress (3): 437/557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 00:01:11 Progress (3): 437/557 kB | 61 kB | 8.9/12 kB error 03-Jan-2023 00:01:11 Progress (3): 437/557 kB | 61 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 437/557 kB | 61 kB | 12 kB | 3.3/12 kB error 03-Jan-2023 00:01:11 Progress (4): 437/557 kB | 61 kB | 12 kB | 6.1/12 kB error 03-Jan-2023 00:01:11 Progress (4): 437/557 kB | 61 kB | 12 kB | 8.9/12 kB error 03-Jan-2023 00:01:11 Progress (4): 437/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 441/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 445/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 449/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 453/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 457/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 461/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 465/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 469/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 471/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 476/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 480/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 484/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 488/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 492/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 496/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 500/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 504/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 506/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 510/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 514/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 519/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 523/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 527/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 531/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 535/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 539/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 541/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 545/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 549/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 553/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 Progress (4): 557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 43 kB/s) error 03-Jan-2023 00:01:11 #17 56.16 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 00:01:11 #17 56.20 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.0 kB/s) error 03-Jan-2023 00:01:11 #17 56.20 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 00:01:11 #17 56.22 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 00:01:11 #17 56.22 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 00:01:11 #17 ... error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:11 #14 49.22 Progress (1): 1.7 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.5 kB/s) error 03-Jan-2023 00:01:11 #14 49.40 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 00:01:11 #14 49.54 Progress (1): 2.3 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.3 kB/s) error 03-Jan-2023 00:01:11 #14 49.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 00:01:11 #14 49.94 Progress (1): 1.9 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 5.5 kB/s) error 03-Jan-2023 00:01:11 #14 50.14 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 00:01:11 #14 50.28 Progress (1): 1.7 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.2 kB/s) error 03-Jan-2023 00:01:11 #14 50.44 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 00:01:11 #14 50.58 Progress (1): 2.3 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 7.8 kB/s) error 03-Jan-2023 00:01:11 #14 50.76 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 00:01:11 #14 50.92 Progress (1): 2.1 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.0 kB/s) error 03-Jan-2023 00:01:11 #14 51.07 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 00:01:11 #14 51.19 Progress (1): 1.9 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.7 kB/s) error 03-Jan-2023 00:01:11 #14 51.33 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 00:01:11 #14 51.48 Progress (1): 2.1 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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.6 kB/s) error 03-Jan-2023 00:01:11 #14 52.58 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 00:01:11 #14 52.85 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:01:11 Progress (1): 5.5 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 13 kB/s) error 03-Jan-2023 00:01:11 #14 53.07 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 00:01:11 #14 53.24 Progress (1): 3.3/15 kB error 03-Jan-2023 00:01:11 Progress (1): 6.1/15 kB error 03-Jan-2023 00:01:11 Progress (1): 8.9/15 kB error 03-Jan-2023 00:01:11 Progress (1): 12/15 kB error 03-Jan-2023 00:01:11 Progress (1): 14/15 kB error 03-Jan-2023 00:01:11 Progress (1): 15 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 43 kB/s) error 03-Jan-2023 00:01:11 #14 53.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 00:01:11 #14 53.62 Progress (1): 3.3/67 kB error 03-Jan-2023 00:01:11 Progress (1): 6.1/67 kB error 03-Jan-2023 00:01:11 Progress (1): 8.9/67 kB error 03-Jan-2023 00:01:11 Progress (1): 12/67 kB error 03-Jan-2023 00:01:11 Progress (1): 15/67 kB error 03-Jan-2023 00:01:11 Progress (1): 17/67 kB error 03-Jan-2023 00:01:11 Progress (1): 20/67 kB error 03-Jan-2023 00:01:11 Progress (1): 23/67 kB error 03-Jan-2023 00:01:11 Progress (1): 26/67 kB error 03-Jan-2023 00:01:11 Progress (1): 29/67 kB error 03-Jan-2023 00:01:11 Progress (1): 31/67 kB error 03-Jan-2023 00:01:11 Progress (1): 34/67 kB error 03-Jan-2023 00:01:11 Progress (1): 37/67 kB error 03-Jan-2023 00:01:11 Progress (1): 40/67 kB error 03-Jan-2023 00:01:11 Progress (1): 43/67 kB error 03-Jan-2023 00:01:11 Progress (1): 45/67 kB error 03-Jan-2023 00:01:11 Progress (1): 48/67 kB error 03-Jan-2023 00:01:11 Progress (1): 51/67 kB error 03-Jan-2023 00:01:11 Progress (1): 54/67 kB error 03-Jan-2023 00:01:11 Progress (1): 57/67 kB error 03-Jan-2023 00:01:11 Progress (1): 59/67 kB error 03-Jan-2023 00:01:11 Progress (1): 62/67 kB error 03-Jan-2023 00:01:11 Progress (1): 65/67 kB error 03-Jan-2023 00:01:11 Progress (1): 67 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 183 kB/s) error 03-Jan-2023 00:01:11 #14 53.92 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 00:01:11 #14 54.07 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:01:11 Progress (1): 5.1 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 00:01:11 #14 54.39 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 00:01:11 #14 54.58 Progress (1): 3.3/12 kB error 03-Jan-2023 00:01:11 Progress (1): 6.1/12 kB error 03-Jan-2023 00:01:11 Progress (1): 8.9/12 kB error 03-Jan-2023 00:01:11 Progress (1): 12/12 kB error 03-Jan-2023 00:01:11 Progress (1): 12 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 28 kB/s) error 03-Jan-2023 00:01:11 #14 54.87 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 00:01:11 #14 55.05 Progress (1): 3.3/43 kB error 03-Jan-2023 00:01:11 Progress (1): 6.1/43 kB error 03-Jan-2023 00:01:11 Progress (1): 8.9/43 kB error 03-Jan-2023 00:01:11 Progress (1): 12/43 kB error 03-Jan-2023 00:01:11 Progress (1): 14/43 kB error 03-Jan-2023 00:01:11 Progress (1): 17/43 kB error 03-Jan-2023 00:01:11 Progress (1): 20/43 kB error 03-Jan-2023 00:01:11 Progress (1): 23/43 kB error 03-Jan-2023 00:01:11 Progress (1): 26/43 kB error 03-Jan-2023 00:01:11 Progress (1): 28/43 kB error 03-Jan-2023 00:01:11 Progress (1): 31/43 kB error 03-Jan-2023 00:01:11 Progress (1): 34/43 kB error 03-Jan-2023 00:01:11 Progress (1): 37/43 kB error 03-Jan-2023 00:01:11 Progress (1): 40/43 kB error 03-Jan-2023 00:01:11 Progress (1): 42/43 kB error 03-Jan-2023 00:01:11 Progress (1): 43 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 65 kB/s) error 03-Jan-2023 00:01:11 #14 57.48 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 00:01:11 #14 57.87 Progress (1): 2.7 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 4.5 kB/s) error 03-Jan-2023 00:01:11 #14 58.37 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 00:01:11 #14 58.55 Progress (1): 2.7 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 8.4 kB/s) error 03-Jan-2023 00:01:11 #14 58.91 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 00:01:11 #14 59.05 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:01:11 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:01:11 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:01:11 Progress (1): 9.2 kB error 03-Jan-2023 00:01:11 error 03-Jan-2023 00:01:11 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 30 kB/s) error 03-Jan-2023 00:01:12 #14 59.26 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 00:01:12 #14 ... error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:12 #17 56.26 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 365 kB/s) error 03-Jan-2023 00:01:12 #17 56.26 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 00:01:12 #17 56.28 Progress (1): 4.1/217 kB error 03-Jan-2023 00:01:12 Progress (1): 8.2/217 kB error 03-Jan-2023 00:01:12 Progress (1): 12/217 kB error 03-Jan-2023 00:01:12 Progress (1): 16/217 kB error 03-Jan-2023 00:01:12 Progress (1): 20/217 kB error 03-Jan-2023 00:01:12 Progress (1): 25/217 kB error 03-Jan-2023 00:01:12 Progress (1): 29/217 kB error 03-Jan-2023 00:01:12 Progress (1): 33/217 kB error 03-Jan-2023 00:01:12 Progress (1): 37/217 kB error 03-Jan-2023 00:01:12 Progress (1): 41/217 kB error 03-Jan-2023 00:01:12 Progress (1): 45/217 kB error 03-Jan-2023 00:01:12 Progress (1): 49/217 kB error 03-Jan-2023 00:01:12 Progress (1): 53/217 kB error 03-Jan-2023 00:01:12 Progress (1): 57/217 kB error 03-Jan-2023 00:01:12 Progress (1): 61/217 kB error 03-Jan-2023 00:01:12 Progress (1): 66/217 kB error 03-Jan-2023 00:01:12 Progress (1): 70/217 kB error 03-Jan-2023 00:01:12 Progress (1): 74/217 kB error 03-Jan-2023 00:01:12 Progress (1): 78/217 kB error 03-Jan-2023 00:01:12 Progress (1): 82/217 kB error 03-Jan-2023 00:01:12 Progress (1): 85/217 kB error 03-Jan-2023 00:01:12 Progress (1): 89/217 kB error 03-Jan-2023 00:01:12 Progress (1): 93/217 kB error 03-Jan-2023 00:01:12 Progress (1): 97/217 kB error 03-Jan-2023 00:01:12 Progress (1): 101/217 kB error 03-Jan-2023 00:01:12 Progress (1): 105/217 kB error 03-Jan-2023 00:01:12 Progress (1): 110/217 kB error 03-Jan-2023 00:01:12 Progress (1): 114/217 kB error 03-Jan-2023 00:01:12 Progress (1): 118/217 kB error 03-Jan-2023 00:01:12 Progress (1): 120/217 kB error 03-Jan-2023 00:01:12 Progress (1): 124/217 kB error 03-Jan-2023 00:01:12 Progress (1): 128/217 kB error 03-Jan-2023 00:01:12 Progress (1): 132/217 kB error 03-Jan-2023 00:01:12 Progress (1): 136/217 kB error 03-Jan-2023 00:01:12 Progress (1): 140/217 kB error 03-Jan-2023 00:01:12 Progress (1): 144/217 kB error 03-Jan-2023 00:01:12 Progress (1): 148/217 kB error 03-Jan-2023 00:01:12 Progress (1): 153/217 kB error 03-Jan-2023 00:01:12 Progress (1): 155/217 kB error 03-Jan-2023 00:01:12 Progress (1): 159/217 kB error 03-Jan-2023 00:01:12 Progress (1): 163/217 kB error 03-Jan-2023 00:01:12 Progress (1): 167/217 kB error 03-Jan-2023 00:01:12 Progress (1): 171/217 kB error 03-Jan-2023 00:01:12 Progress (1): 175/217 kB error 03-Jan-2023 00:01:12 Progress (1): 179/217 kB error 03-Jan-2023 00:01:12 Progress (1): 183/217 kB error 03-Jan-2023 00:01:12 Progress (1): 187/217 kB error 03-Jan-2023 00:01:12 Progress (1): 191/217 kB error 03-Jan-2023 00:01:12 Progress (1): 196/217 kB error 03-Jan-2023 00:01:12 Progress (1): 200/217 kB error 03-Jan-2023 00:01:12 Progress (1): 204/217 kB error 03-Jan-2023 00:01:12 Progress (1): 206/217 kB error 03-Jan-2023 00:01:12 Progress (1): 210/217 kB error 03-Jan-2023 00:01:12 Progress (1): 215/217 kB error 03-Jan-2023 00:01:12 Progress (1): 217 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 3.3/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 6.1/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 8.9/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 12/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 14/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 17/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 20/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 23/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 26/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 28/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 31/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 34/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 37/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 40/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 42/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 45/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 48/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 51/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 54/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 56/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 59/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 62/65 kB error 03-Jan-2023 00:01:12 Progress (2): 217 kB | 65 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 4.1/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 8.2/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 12/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 16/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 20/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 25/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 29/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 33/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 37/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 41/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 45/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 49/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 52/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 56/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 60/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 64/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 68/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 72/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 76/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 80/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 84/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 86/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 91/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 95/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 99/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 103/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 107/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 111/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 115/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 119/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 121/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 125/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 130/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 134/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 138/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 142/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 146/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 150/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 154/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 156/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 160/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 164/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 168/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 173/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 177/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 181/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 185/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 189/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 191/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 195/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 199/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 203/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 207/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 211/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 216/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 220/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 224/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 228/231 kB error 03-Jan-2023 00:01:12 Progress (3): 217 kB | 65 kB | 231 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 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 37 kB/s) error 03-Jan-2023 00:01:12 #17 56.50 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 00:01:12 #17 56.51 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 123 kB/s) error 03-Jan-2023 00:01:12 #17 56.51 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 00:01:12 #17 56.61 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 124 kB/s) error 03-Jan-2023 00:01:12 #17 56.61 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 00:01:12 #17 56.62 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:12 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:12 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:12 Progress (1): 12/16 kB error 03-Jan-2023 00:01:12 Progress (1): 15/16 kB error 03-Jan-2023 00:01:12 Progress (1): 16 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 3.3/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 6.1/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 8.9/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 12/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 14/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 17/17 kB error 03-Jan-2023 00:01:12 Progress (2): 16 kB | 17 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 3.3/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 6.1/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 8.9/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 12/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 14/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:01:12 Progress (3): 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 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.2 kB/s) error 03-Jan-2023 00:01:12 #17 56.73 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 00:01:12 #17 56.74 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 00:01:12 #17 56.74 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 00:01:12 #17 56.82 Progress (2): 18 kB | 4.1/772 kB error 03-Jan-2023 00:01:12 Progress (2): 18 kB | 8.2/772 kB error 03-Jan-2023 00:01:12 Progress (2): 18 kB | 12/772 kB error 03-Jan-2023 00:01:12 Progress (2): 18 kB | 16/772 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 3.3/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 6.1/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 8.9/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 12/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 14/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 17/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 20/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 23/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 26/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 28/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 31/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 34/36 kB error 03-Jan-2023 00:01:12 Progress (3): 18 kB | 16/772 kB | 36 kB error 03-Jan-2023 00:01:12 Progress (4): 18 kB | 16/772 kB | 36 kB | 4.1/327 kB error 03-Jan-2023 00:01:12 Progress (4): 18 kB | 16/772 kB | 36 kB | 8.2/327 kB error 03-Jan-2023 00:01:12 Progress (4): 18 kB | 16/772 kB | 36 kB | 12/327 kB error 03-Jan-2023 00:01:12 Progress (4): 18 kB | 16/772 kB | 36 kB | 16/327 kB error 03-Jan-2023 00:01:12 Progress (5): 18 kB | 16/772 kB | 36 kB | 16/327 kB | 3.4/37 kB error 03-Jan-2023 00:01:12 Progress (5): 18 kB | 16/772 kB | 36 kB | 16/327 kB | 6.2/37 kB error 03-Jan-2023 00:01:12 Progress (5): 18 kB | 16/772 kB | 36 kB | 16/327 kB | 9.0/37 kB error 03-Jan-2023 00:01:12 Progress (5): 18 kB | 16/772 kB | 36 kB | 16/327 kB | 12/37 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 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.5 kB/s) error 03-Jan-2023 00:01:12 #17 56.86 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 00:01:12 #17 56.86 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 15/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 17/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 20/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 23/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 26/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 29/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 31/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 34/37 kB error 03-Jan-2023 00:01:12 Progress (4): 16/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 19/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 23/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 27/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 31/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 35/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 39/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 43/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 47/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 52/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 16/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 19/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 23/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 27/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 31/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 34/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 38/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 42/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 46/327 kB | 37 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 36 kB | 51/327 kB | 37 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 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 16 kB/s) error 03-Jan-2023 00:01:12 #17 56.98 Progress (4): 54/772 kB | 51/327 kB | 37 kB | 3.3/61 kB error 03-Jan-2023 00:01:12 Progress (4): 54/772 kB | 51/327 kB | 37 kB | 6.1/61 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01:12 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 00:01:12 #17 56.98 Progress (3): 54/772 kB | 51/327 kB | 8.9/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 12/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 14/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 17/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 20/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 23/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 26/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 28/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 31/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 34/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 37/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 40/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 42/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 45/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 48/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 51/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 54/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 56/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 59/61 kB error 03-Jan-2023 00:01:12 Progress (3): 54/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 58/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 62/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 66/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 70/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 74/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 78/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 82/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 86/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 88/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 92/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 97/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 101/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 51/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 55/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 59/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 63/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 67/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 69/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 73/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 77/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 81/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 85/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 89/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 94/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 98/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 102/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 104/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 108/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 112/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 116/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 105/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 109/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 113/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 117/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 121/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 123/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 127/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 131/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 135/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 140/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 144/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 148/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 152/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 156/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 158/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 162/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 166/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 170/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 174/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 179/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 183/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 187/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 191/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 193/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 197/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 201/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 205/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 209/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 213/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 217/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 222/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 226/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 228/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 232/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 236/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 240/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 244/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 248/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 252/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 256/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 260/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 Progress (3): 262/772 kB | 120/327 kB | 61 kB error 03-Jan-2023 00:01:12 error 03-Jan-2023 00:01: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.jar (61 kB at 26 kB/s) error 03-Jan-2023 00:01:12 #17 57.16 Progress (2): 262/772 kB | 124/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 128/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 132/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 137/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 139/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 143/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 147/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 151/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 155/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 159/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 163/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 167/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 171/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 173/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 177/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 182/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 186/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 190/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 194/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 198/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 202/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 206/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 208/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 212/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 216/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 220/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 225/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 229/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 233/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 237/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 241/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 243/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 247/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 251/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 255/327 kB error 03-Jan-2023 00:01:12 Progress (2): 262/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 267/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 271/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 275/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 279/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 283/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 287/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 291/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 295/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 297/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 301/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 305/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 310/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 314/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 318/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 322/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 326/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 330/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 332/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 336/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 340/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 344/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 348/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 353/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 357/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 361/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 365/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 367/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 371/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 375/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 379/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 383/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 387/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 391/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 396/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 400/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 402/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 406/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 410/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 414/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 418/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 422/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 426/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 430/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 435/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 437/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 441/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 445/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 449/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 453/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 457/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 461/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 465/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 469/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 471/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 475/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 480/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 484/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 488/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 492/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 496/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 500/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 504/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 506/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 510/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 514/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 518/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 523/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 527/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 531/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 535/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 539/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 541/772 kB | 259/327 kB error 03-Jan-2023 00:01:12 Progress (2): 541/772 kB | 263/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 268/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 272/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 276/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 278/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 282/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 286/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 290/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 294/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 298/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 302/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 307/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 311/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 313/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 317/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 321/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 325/327 kB error 03-Jan-2023 00:01:13 Progress (2): 541/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 545/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 549/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 553/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 557/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 561/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 566/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 570/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 574/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 576/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 580/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 584/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 588/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 592/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 596/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 600/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 604/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 609/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 611/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 615/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 619/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 623/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 627/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 631/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 635/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 639/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 643/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 645/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 650/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 654/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 658/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 662/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 666/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 670/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 674/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 678/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 680/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 684/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 688/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 693/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 697/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 701/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 705/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 709/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 713/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 715/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 719/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 723/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 727/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 731/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 736/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 740/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 744/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 748/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 750/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 754/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 758/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 762/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 766/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 770/772 kB | 327 kB error 03-Jan-2023 00:01:13 Progress (2): 772 kB | 327 kB error 03-Jan-2023 00:01:13 error 03-Jan-2023 00:01:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 124 kB/s) error 03-Jan-2023 00:01:13 #17 57.46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 285 kB/s) error 03-Jan-2023 00:01:13 #17 57.89 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:01:13 #17 57.90 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 00:01:13 #17 58.01 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:13 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:13 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:13 Progress (1): 12/13 kB error 03-Jan-2023 00:01:13 Progress (1): 13 kB error 03-Jan-2023 00:01:13 error 03-Jan-2023 00:01: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 58 kB/s) error 03-Jan-2023 00:01:13 #17 58.12 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 00:01:14 #17 58.50 Progress (1): 0.3/79 MB error 03-Jan-2023 00:01:14 Progress (1): 0.5/79 MB error 03-Jan-2023 00:01:14 Progress (1): 0.8/79 MB error 03-Jan-2023 00:01:14 Progress (1): 1.1/79 MB error 03-Jan-2023 00:01:14 Progress (1): 1.3/79 MB error 03-Jan-2023 00:01:14 Progress (1): 1.6/79 MB error 03-Jan-2023 00:01:14 Progress (1): 1.9/79 MB error 03-Jan-2023 00:01:14 Progress (1): 2.1/79 MB error 03-Jan-2023 00:01:14 Progress (1): 2.4/79 MB error 03-Jan-2023 00:01:14 Progress (1): 2.6/79 MB error 03-Jan-2023 00:01:14 Progress (1): 2.9/79 MB error 03-Jan-2023 00:01:14 Progress (1): 3.2/79 MB error 03-Jan-2023 00:01:14 Progress (1): 3.4/79 MB error 03-Jan-2023 00:01:14 Progress (1): 3.7/79 MB error 03-Jan-2023 00:01:14 Progress (1): 4.0/79 MB error 03-Jan-2023 00:01:14 Progress (1): 4.2/79 MB error 03-Jan-2023 00:01:14 Progress (1): 4.5/79 MB error 03-Jan-2023 00:01:14 Progress (1): 4.7/79 MB error 03-Jan-2023 00:01:14 Progress (1): 5.0/79 MB error 03-Jan-2023 00:01:14 Progress (1): 5.3/79 MB error 03-Jan-2023 00:01:14 Progress (1): 5.5/79 MB error 03-Jan-2023 00:01:14 Progress (1): 5.8/79 MB error 03-Jan-2023 00:01:14 Progress (1): 6.0/79 MB error 03-Jan-2023 00:01:14 Progress (1): 6.3/79 MB error 03-Jan-2023 00:01:14 Progress (1): 6.6/79 MB error 03-Jan-2023 00:01:14 Progress (1): 6.8/79 MB error 03-Jan-2023 00:01:14 Progress (1): 7.1/79 MB error 03-Jan-2023 00:01:14 Progress (1): 7.4/79 MB error 03-Jan-2023 00:01:14 Progress (1): 7.6/79 MB error 03-Jan-2023 00:01:14 Progress (1): 7.9/79 MB error 03-Jan-2023 00:01:14 Progress (1): 8.1/79 MB error 03-Jan-2023 00:01:14 Progress (1): 8.4/79 MB error 03-Jan-2023 00:01:14 Progress (1): 8.7/79 MB error 03-Jan-2023 00:01:14 Progress (1): 8.9/79 MB error 03-Jan-2023 00:01:14 Progress (1): 9.2/79 MB error 03-Jan-2023 00:01:14 Progress (1): 9.5/79 MB error 03-Jan-2023 00:01:14 Progress (1): 9.7/79 MB error 03-Jan-2023 00:01:14 Progress (1): 10.0/79 MB error 03-Jan-2023 00:01:14 Progress (1): 10/79 MB error 03-Jan-2023 00:01:14 Progress (1): 11/79 MB error 03-Jan-2023 00:01:14 Progress (1): 11/79 MB error 03-Jan-2023 00:01:14 Progress (1): 11/79 MB error 03-Jan-2023 00:01:14 Progress (1): 11/79 MB error 03-Jan-2023 00:01:14 Progress (1): 12/79 MB error 03-Jan-2023 00:01:14 Progress (1): 12/79 MB error 03-Jan-2023 00:01:14 Progress (1): 12/79 MB error 03-Jan-2023 00:01:14 Progress (1): 12/79 MB error 03-Jan-2023 00:01:14 Progress (1): 13/79 MB error 03-Jan-2023 00:01:14 Progress (1): 13/79 MB error 03-Jan-2023 00:01:14 Progress (1): 13/79 MB error 03-Jan-2023 00:01:14 Progress (1): 13/79 MB error 03-Jan-2023 00:01:14 Progress (1): 14/79 MB error 03-Jan-2023 00:01:14 Progress (1): 14/79 MB error 03-Jan-2023 00:01:14 Progress (1): 14/79 MB error 03-Jan-2023 00:01:14 Progress (1): 14/79 MB error 03-Jan-2023 00:01:14 Progress (1): 15/79 MB error 03-Jan-2023 00:01:14 Progress (1): 15/79 MB error 03-Jan-2023 00:01:14 Progress (1): 15/79 MB error 03-Jan-2023 00:01:14 Progress (1): 15/79 MB error 03-Jan-2023 00:01:14 Progress (1): 16/79 MB error 03-Jan-2023 00:01:15 Progress (1): 16/79 MB error 03-Jan-2023 00:01:15 Progress (1): 16/79 MB error 03-Jan-2023 00:01:15 Progress (1): 17/79 MB error 03-Jan-2023 00:01:15 Progress (1): 17/79 MB error 03-Jan-2023 00:01:15 Progress (1): 17/79 MB error 03-Jan-2023 00:01:15 Progress (1): 17/79 MB error 03-Jan-2023 00:01:15 Progress (1): 18/79 MB error 03-Jan-2023 00:01:15 Progress (1): 18/79 MB error 03-Jan-2023 00:01:15 Progress (1): 18/79 MB error 03-Jan-2023 00:01:15 Progress (1): 18/79 MB error 03-Jan-2023 00:01:15 Progress (1): 19/79 MB error 03-Jan-2023 00:01:15 Progress (1): 19/79 MB error 03-Jan-2023 00:01:15 Progress (1): 19/79 MB error 03-Jan-2023 00:01:15 Progress (1): 19/79 MB error 03-Jan-2023 00:01:15 Progress (1): 20/79 MB error 03-Jan-2023 00:01:15 Progress (1): 20/79 MB error 03-Jan-2023 00:01:15 Progress (1): 20/79 MB error 03-Jan-2023 00:01:15 Progress (1): 20/79 MB error 03-Jan-2023 00:01:15 Progress (1): 21/79 MB error 03-Jan-2023 00:01:15 Progress (1): 21/79 MB error 03-Jan-2023 00:01:15 Progress (1): 21/79 MB error 03-Jan-2023 00:01:15 Progress (1): 22/79 MB error 03-Jan-2023 00:01:15 Progress (1): 22/79 MB error 03-Jan-2023 00:01:15 Progress (1): 22/79 MB error 03-Jan-2023 00:01:15 Progress (1): 22/79 MB error 03-Jan-2023 00:01:15 Progress (1): 23/79 MB error 03-Jan-2023 00:01:15 Progress (1): 23/79 MB error 03-Jan-2023 00:01:15 Progress (1): 23/79 MB error 03-Jan-2023 00:01:15 Progress (1): 23/79 MB error 03-Jan-2023 00:01:15 Progress (1): 24/79 MB error 03-Jan-2023 00:01:15 Progress (1): 24/79 MB error 03-Jan-2023 00:01:15 Progress (1): 24/79 MB error 03-Jan-2023 00:01:15 Progress (1): 24/79 MB error 03-Jan-2023 00:01:15 Progress (1): 25/79 MB error 03-Jan-2023 00:01:15 Progress (1): 25/79 MB error 03-Jan-2023 00:01:15 Progress (1): 25/79 MB error 03-Jan-2023 00:01:15 Progress (1): 25/79 MB error 03-Jan-2023 00:01:15 Progress (1): 26/79 MB error 03-Jan-2023 00:01:15 Progress (1): 26/79 MB error 03-Jan-2023 00:01:15 Progress (1): 26/79 MB error 03-Jan-2023 00:01:15 Progress (1): 26/79 MB error 03-Jan-2023 00:01:15 Progress (1): 27/79 MB error 03-Jan-2023 00:01:15 Progress (1): 27/79 MB error 03-Jan-2023 00:01:15 Progress (1): 27/79 MB error 03-Jan-2023 00:01:15 Progress (1): 28/79 MB error 03-Jan-2023 00:01:15 Progress (1): 28/79 MB error 03-Jan-2023 00:01:15 Progress (1): 28/79 MB error 03-Jan-2023 00:01:15 Progress (1): 28/79 MB error 03-Jan-2023 00:01:15 Progress (1): 29/79 MB error 03-Jan-2023 00:01:15 Progress (1): 29/79 MB error 03-Jan-2023 00:01:15 Progress (1): 29/79 MB error 03-Jan-2023 00:01:15 Progress (1): 29/79 MB error 03-Jan-2023 00:01:15 Progress (1): 30/79 MB error 03-Jan-2023 00:01:15 Progress (1): 30/79 MB error 03-Jan-2023 00:01:15 Progress (1): 30/79 MB error 03-Jan-2023 00:01:15 Progress (1): 30/79 MB error 03-Jan-2023 00:01:15 Progress (1): 31/79 MB error 03-Jan-2023 00:01:15 Progress (1): 31/79 MB error 03-Jan-2023 00:01:15 Progress (1): 31/79 MB error 03-Jan-2023 00:01:15 Progress (1): 31/79 MB error 03-Jan-2023 00:01:15 Progress (1): 32/79 MB error 03-Jan-2023 00:01:15 Progress (1): 32/79 MB error 03-Jan-2023 00:01:15 Progress (1): 32/79 MB error 03-Jan-2023 00:01:15 Progress (1): 33/79 MB error 03-Jan-2023 00:01:15 Progress (1): 33/79 MB error 03-Jan-2023 00:01:15 Progress (1): 33/79 MB error 03-Jan-2023 00:01:15 Progress (1): 33/79 MB error 03-Jan-2023 00:01:15 Progress (1): 34/79 MB error 03-Jan-2023 00:01:15 Progress (1): 34/79 MB error 03-Jan-2023 00:01:15 Progress (1): 34/79 MB error 03-Jan-2023 00:01:15 Progress (1): 34/79 MB error 03-Jan-2023 00:01:15 Progress (1): 35/79 MB error 03-Jan-2023 00:01:15 Progress (1): 35/79 MB error 03-Jan-2023 00:01:15 Progress (1): 35/79 MB error 03-Jan-2023 00:01:15 Progress (1): 35/79 MB error 03-Jan-2023 00:01:15 Progress (1): 36/79 MB error 03-Jan-2023 00:01:15 Progress (1): 36/79 MB error 03-Jan-2023 00:01:15 Progress (1): 36/79 MB error 03-Jan-2023 00:01:15 Progress (1): 36/79 MB error 03-Jan-2023 00:01:16 Progress (1): 37/79 MB error 03-Jan-2023 00:01:16 Progress (1): 37/79 MB error 03-Jan-2023 00:01:16 Progress (1): 37/79 MB error 03-Jan-2023 00:01:16 Progress (1): 38/79 MB error 03-Jan-2023 00:01:16 Progress (1): 38/79 MB error 03-Jan-2023 00:01:16 Progress (1): 38/79 MB error 03-Jan-2023 00:01:16 Progress (1): 38/79 MB error 03-Jan-2023 00:01:16 Progress (1): 39/79 MB error 03-Jan-2023 00:01:16 Progress (1): 39/79 MB error 03-Jan-2023 00:01:16 Progress (1): 39/79 MB error 03-Jan-2023 00:01:16 Progress (1): 39/79 MB error 03-Jan-2023 00:01:16 Progress (1): 40/79 MB error 03-Jan-2023 00:01:16 Progress (1): 40/79 MB error 03-Jan-2023 00:01:16 Progress (1): 40/79 MB error 03-Jan-2023 00:01:16 Progress (1): 40/79 MB error 03-Jan-2023 00:01:16 Progress (1): 41/79 MB error 03-Jan-2023 00:01:16 Progress (1): 41/79 MB error 03-Jan-2023 00:01:16 Progress (1): 41/79 MB error 03-Jan-2023 00:01:16 Progress (1): 41/79 MB error 03-Jan-2023 00:01:16 Progress (1): 42/79 MB error 03-Jan-2023 00:01:16 Progress (1): 42/79 MB error 03-Jan-2023 00:01:16 Progress (1): 42/79 MB error 03-Jan-2023 00:01:16 Progress (1): 42/79 MB error 03-Jan-2023 00:01:16 Progress (1): 43/79 MB error 03-Jan-2023 00:01:16 Progress (1): 43/79 MB error 03-Jan-2023 00:01:16 Progress (1): 43/79 MB error 03-Jan-2023 00:01:16 Progress (1): 44/79 MB error 03-Jan-2023 00:01:16 Progress (1): 44/79 MB error 03-Jan-2023 00:01:16 Progress (1): 44/79 MB error 03-Jan-2023 00:01:16 Progress (1): 44/79 MB error 03-Jan-2023 00:01:16 Progress (1): 45/79 MB error 03-Jan-2023 00:01:16 Progress (1): 45/79 MB error 03-Jan-2023 00:01:16 Progress (1): 45/79 MB error 03-Jan-2023 00:01:16 Progress (1): 45/79 MB error 03-Jan-2023 00:01:16 Progress (1): 46/79 MB error 03-Jan-2023 00:01:16 Progress (1): 46/79 MB error 03-Jan-2023 00:01:16 Progress (1): 46/79 MB error 03-Jan-2023 00:01:16 Progress (1): 46/79 MB error 03-Jan-2023 00:01:16 Progress (1): 47/79 MB error 03-Jan-2023 00:01:16 Progress (1): 47/79 MB error 03-Jan-2023 00:01:16 Progress (1): 47/79 MB error 03-Jan-2023 00:01:16 Progress (1): 47/79 MB error 03-Jan-2023 00:01:16 Progress (1): 48/79 MB error 03-Jan-2023 00:01:16 Progress (1): 48/79 MB error 03-Jan-2023 00:01:16 Progress (1): 48/79 MB error 03-Jan-2023 00:01:16 Progress (1): 49/79 MB error 03-Jan-2023 00:01:16 Progress (1): 49/79 MB error 03-Jan-2023 00:01:16 Progress (1): 49/79 MB error 03-Jan-2023 00:01:16 Progress (1): 49/79 MB error 03-Jan-2023 00:01:16 Progress (1): 50/79 MB error 03-Jan-2023 00:01:16 Progress (1): 50/79 MB error 03-Jan-2023 00:01:16 Progress (1): 50/79 MB error 03-Jan-2023 00:01:16 Progress (1): 50/79 MB error 03-Jan-2023 00:01:16 Progress (1): 51/79 MB error 03-Jan-2023 00:01:16 Progress (1): 51/79 MB error 03-Jan-2023 00:01:16 Progress (1): 51/79 MB error 03-Jan-2023 00:01:16 Progress (1): 51/79 MB error 03-Jan-2023 00:01:16 Progress (1): 52/79 MB error 03-Jan-2023 00:01:16 Progress (1): 52/79 MB error 03-Jan-2023 00:01:16 Progress (1): 52/79 MB error 03-Jan-2023 00:01:16 Progress (1): 52/79 MB error 03-Jan-2023 00:01:16 Progress (1): 53/79 MB error 03-Jan-2023 00:01:16 Progress (1): 53/79 MB error 03-Jan-2023 00:01:16 Progress (1): 53/79 MB error 03-Jan-2023 00:01:16 Progress (1): 53/79 MB error 03-Jan-2023 00:01:16 Progress (1): 54/79 MB error 03-Jan-2023 00:01:16 Progress (1): 54/79 MB error 03-Jan-2023 00:01:16 Progress (1): 54/79 MB error 03-Jan-2023 00:01:16 Progress (1): 55/79 MB error 03-Jan-2023 00:01:16 Progress (1): 55/79 MB error 03-Jan-2023 00:01:16 Progress (1): 55/79 MB error 03-Jan-2023 00:01:16 Progress (1): 55/79 MB error 03-Jan-2023 00:01:16 Progress (1): 56/79 MB error 03-Jan-2023 00:01:16 Progress (1): 56/79 MB error 03-Jan-2023 00:01:16 Progress (1): 56/79 MB error 03-Jan-2023 00:01:16 Progress (1): 56/79 MB error 03-Jan-2023 00:01:16 Progress (1): 57/79 MB error 03-Jan-2023 00:01:16 Progress (1): 57/79 MB error 03-Jan-2023 00:01:16 Progress (1): 57/79 MB error 03-Jan-2023 00:01:16 Progress (1): 57/79 MB error 03-Jan-2023 00:01:16 Progress (1): 58/79 MB error 03-Jan-2023 00:01:16 Progress (1): 58/79 MB error 03-Jan-2023 00:01:16 Progress (1): 58/79 MB error 03-Jan-2023 00:01:16 Progress (1): 58/79 MB error 03-Jan-2023 00:01:16 Progress (1): 59/79 MB error 03-Jan-2023 00:01:16 Progress (1): 59/79 MB error 03-Jan-2023 00:01:16 Progress (1): 59/79 MB error 03-Jan-2023 00:01:16 Progress (1): 60/79 MB error 03-Jan-2023 00:01:16 Progress (1): 60/79 MB error 03-Jan-2023 00:01:16 Progress (1): 60/79 MB error 03-Jan-2023 00:01:16 Progress (1): 60/79 MB error 03-Jan-2023 00:01:16 Progress (1): 61/79 MB error 03-Jan-2023 00:01:16 Progress (1): 61/79 MB error 03-Jan-2023 00:01:16 Progress (1): 61/79 MB error 03-Jan-2023 00:01:16 Progress (1): 61/79 MB error 03-Jan-2023 00:01:16 Progress (1): 62/79 MB error 03-Jan-2023 00:01:16 Progress (1): 62/79 MB error 03-Jan-2023 00:01:16 Progress (1): 62/79 MB error 03-Jan-2023 00:01:16 Progress (1): 62/79 MB error 03-Jan-2023 00:01:16 Progress (1): 63/79 MB error 03-Jan-2023 00:01:16 Progress (1): 63/79 MB error 03-Jan-2023 00:01:17 Progress (1): 63/79 MB error 03-Jan-2023 00:01:17 Progress (1): 63/79 MB error 03-Jan-2023 00:01:17 Progress (1): 64/79 MB error 03-Jan-2023 00:01:17 Progress (1): 64/79 MB error 03-Jan-2023 00:01:17 Progress (1): 64/79 MB error 03-Jan-2023 00:01:17 Progress (1): 65/79 MB error 03-Jan-2023 00:01:17 Progress (1): 65/79 MB error 03-Jan-2023 00:01:17 Progress (1): 65/79 MB error 03-Jan-2023 00:01:17 Progress (1): 65/79 MB error 03-Jan-2023 00:01:17 Progress (1): 66/79 MB error 03-Jan-2023 00:01:17 Progress (1): 66/79 MB error 03-Jan-2023 00:01:17 Progress (1): 66/79 MB error 03-Jan-2023 00:01:17 Progress (1): 66/79 MB error 03-Jan-2023 00:01:17 Progress (1): 67/79 MB error 03-Jan-2023 00:01:17 Progress (1): 67/79 MB error 03-Jan-2023 00:01:17 Progress (1): 67/79 MB error 03-Jan-2023 00:01:17 Progress (1): 67/79 MB error 03-Jan-2023 00:01:17 Progress (1): 68/79 MB error 03-Jan-2023 00:01:17 Progress (1): 68/79 MB error 03-Jan-2023 00:01:17 Progress (1): 68/79 MB error 03-Jan-2023 00:01:17 Progress (1): 68/79 MB error 03-Jan-2023 00:01:17 Progress (1): 69/79 MB error 03-Jan-2023 00:01:17 Progress (1): 69/79 MB error 03-Jan-2023 00:01:17 Progress (1): 69/79 MB error 03-Jan-2023 00:01:17 Progress (1): 69/79 MB error 03-Jan-2023 00:01:17 Progress (1): 70/79 MB error 03-Jan-2023 00:01:17 Progress (1): 70/79 MB error 03-Jan-2023 00:01:17 Progress (1): 70/79 MB error 03-Jan-2023 00:01:17 Progress (1): 71/79 MB error 03-Jan-2023 00:01:17 Progress (1): 71/79 MB error 03-Jan-2023 00:01:17 Progress (1): 71/79 MB error 03-Jan-2023 00:01:17 Progress (1): 71/79 MB error 03-Jan-2023 00:01:17 Progress (1): 72/79 MB error 03-Jan-2023 00:01:17 Progress (1): 72/79 MB error 03-Jan-2023 00:01:17 Progress (1): 72/79 MB error 03-Jan-2023 00:01:17 Progress (1): 72/79 MB error 03-Jan-2023 00:01:17 Progress (1): 73/79 MB error 03-Jan-2023 00:01:17 Progress (1): 73/79 MB error 03-Jan-2023 00:01:17 Progress (1): 73/79 MB error 03-Jan-2023 00:01:17 Progress (1): 73/79 MB error 03-Jan-2023 00:01:17 Progress (1): 74/79 MB error 03-Jan-2023 00:01:17 Progress (1): 74/79 MB error 03-Jan-2023 00:01:17 Progress (1): 74/79 MB error 03-Jan-2023 00:01:17 Progress (1): 74/79 MB error 03-Jan-2023 00:01:17 Progress (1): 75/79 MB error 03-Jan-2023 00:01:17 Progress (1): 75/79 MB error 03-Jan-2023 00:01:17 Progress (1): 75/79 MB error 03-Jan-2023 00:01:17 Progress (1): 76/79 MB error 03-Jan-2023 00:01:17 Progress (1): 76/79 MB error 03-Jan-2023 00:01:17 Progress (1): 76/79 MB error 03-Jan-2023 00:01:17 Progress (1): 76/79 MB error 03-Jan-2023 00:01:17 Progress (1): 77/79 MB error 03-Jan-2023 00:01:17 Progress (1): 77/79 MB error 03-Jan-2023 00:01:17 Progress (1): 77/79 MB error 03-Jan-2023 00:01:17 Progress (1): 77/79 MB error 03-Jan-2023 00:01:17 Progress (1): 78/79 MB error 03-Jan-2023 00:01:17 Progress (1): 78/79 MB error 03-Jan-2023 00:01:17 Progress (1): 78/79 MB error 03-Jan-2023 00:01:17 Progress (1): 78/79 MB error 03-Jan-2023 00:01:17 Progress (1): 79/79 MB error 03-Jan-2023 00:01:17 Progress (1): 79/79 MB error 03-Jan-2023 00:01:17 Progress (1): 79 MB error 03-Jan-2023 00:01:17 error 03-Jan-2023 00:01: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 20 MB/s) error 03-Jan-2023 00:01:17 #17 62.15 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:01:17 #17 62.27 error 03-Jan-2023 00:01:18 #17 62.27 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:01:18 #17 62.28 error 03-Jan-2023 00:01:18 #17 62.28 target:/app/package/target/distro/web error 03-Jan-2023 00:01:18 #17 62.30 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:01:18 #17 62.30 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 00:01:18 #17 62.42 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:01:18 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:01:18 Progress (1): 6.9 kB error 03-Jan-2023 00:01:18 error 03-Jan-2023 00:01:18 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 30 kB/s) error 03-Jan-2023 00:01:18 #17 62.53 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 00:01:18 #17 62.64 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:18 Progress (1): 5.3 kB error 03-Jan-2023 00:01:18 error 03-Jan-2023 00:01: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 23 kB/s) error 03-Jan-2023 00:01:18 #17 62.77 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 00:01:18 #17 63.08 Progress (1): 4.1/324 kB error 03-Jan-2023 00:01:18 Progress (1): 8.2/324 kB error 03-Jan-2023 00:01:18 Progress (1): 12/324 kB error 03-Jan-2023 00:01:18 Progress (1): 16/324 kB error 03-Jan-2023 00:01:18 Progress (1): 19/324 kB error 03-Jan-2023 00:01:18 Progress (1): 23/324 kB error 03-Jan-2023 00:01:18 Progress (1): 27/324 kB error 03-Jan-2023 00:01:18 Progress (1): 31/324 kB error 03-Jan-2023 00:01:18 Progress (1): 34/324 kB error 03-Jan-2023 00:01:18 Progress (1): 38/324 kB error 03-Jan-2023 00:01:18 Progress (1): 42/324 kB error 03-Jan-2023 00:01:18 Progress (1): 46/324 kB error 03-Jan-2023 00:01:18 Progress (1): 51/324 kB error 03-Jan-2023 00:01:18 Progress (1): 53/324 kB error 03-Jan-2023 00:01:18 Progress (1): 57/324 kB error 03-Jan-2023 00:01:18 Progress (1): 62/324 kB error 03-Jan-2023 00:01:18 Progress (1): 66/324 kB error 03-Jan-2023 00:01:18 Progress (1): 70/324 kB error 03-Jan-2023 00:01:18 Progress (1): 74/324 kB error 03-Jan-2023 00:01:18 Progress (1): 78/324 kB error 03-Jan-2023 00:01:18 Progress (1): 82/324 kB error 03-Jan-2023 00:01:18 Progress (1): 86/324 kB error 03-Jan-2023 00:01:18 Progress (1): 90/324 kB error 03-Jan-2023 00:01:18 Progress (1): 94/324 kB error 03-Jan-2023 00:01:18 Progress (1): 98/324 kB error 03-Jan-2023 00:01:18 Progress (1): 102/324 kB error 03-Jan-2023 00:01:18 Progress (1): 107/324 kB error 03-Jan-2023 00:01:18 Progress (1): 111/324 kB error 03-Jan-2023 00:01:18 Progress (1): 115/324 kB error 03-Jan-2023 00:01:18 Progress (1): 119/324 kB error 03-Jan-2023 00:01:18 Progress (1): 123/324 kB error 03-Jan-2023 00:01:18 Progress (1): 127/324 kB error 03-Jan-2023 00:01:18 Progress (1): 131/324 kB error 03-Jan-2023 00:01:18 Progress (1): 134/324 kB error 03-Jan-2023 00:01:18 Progress (1): 138/324 kB error 03-Jan-2023 00:01:18 Progress (1): 142/324 kB error 03-Jan-2023 00:01:18 Progress (1): 146/324 kB error 03-Jan-2023 00:01:18 Progress (1): 149/324 kB error 03-Jan-2023 00:01:18 Progress (1): 153/324 kB error 03-Jan-2023 00:01:18 Progress (1): 157/324 kB error 03-Jan-2023 00:01:18 Progress (1): 161/324 kB error 03-Jan-2023 00:01:18 Progress (1): 165/324 kB error 03-Jan-2023 00:01:18 Progress (1): 170/324 kB error 03-Jan-2023 00:01:18 Progress (1): 174/324 kB error 03-Jan-2023 00:01:18 Progress (1): 178/324 kB error 03-Jan-2023 00:01:18 Progress (1): 182/324 kB error 03-Jan-2023 00:01:18 Progress (1): 184/324 kB error 03-Jan-2023 00:01:18 Progress (1): 188/324 kB error 03-Jan-2023 00:01:18 Progress (1): 192/324 kB error 03-Jan-2023 00:01:18 Progress (1): 196/324 kB error 03-Jan-2023 00:01:18 Progress (1): 200/324 kB error 03-Jan-2023 00:01:18 Progress (1): 204/324 kB error 03-Jan-2023 00:01:18 Progress (1): 208/324 kB error 03-Jan-2023 00:01:18 Progress (1): 213/324 kB error 03-Jan-2023 00:01:18 Progress (1): 217/324 kB error 03-Jan-2023 00:01:18 Progress (1): 221/324 kB error 03-Jan-2023 00:01:18 Progress (1): 223/324 kB error 03-Jan-2023 00:01:18 Progress (1): 227/324 kB error 03-Jan-2023 00:01:18 Progress (1): 231/324 kB error 03-Jan-2023 00:01:18 Progress (1): 235/324 kB error 03-Jan-2023 00:01:18 Progress (1): 240/324 kB error 03-Jan-2023 00:01:18 Progress (1): 244/324 kB error 03-Jan-2023 00:01:18 Progress (1): 248/324 kB error 03-Jan-2023 00:01:18 Progress (1): 252/324 kB error 03-Jan-2023 00:01:18 Progress (1): 256/324 kB error 03-Jan-2023 00:01:18 Progress (1): 258/324 kB error 03-Jan-2023 00:01:18 Progress (1): 262/324 kB error 03-Jan-2023 00:01:18 Progress (1): 266/324 kB error 03-Jan-2023 00:01:18 Progress (1): 270/324 kB error 03-Jan-2023 00:01:18 Progress (1): 274/324 kB error 03-Jan-2023 00:01:18 Progress (1): 278/324 kB error 03-Jan-2023 00:01:18 Progress (1): 283/324 kB error 03-Jan-2023 00:01:18 Progress (1): 287/324 kB error 03-Jan-2023 00:01:18 Progress (1): 291/324 kB error 03-Jan-2023 00:01:18 Progress (1): 293/324 kB error 03-Jan-2023 00:01:18 Progress (1): 297/324 kB error 03-Jan-2023 00:01:18 Progress (1): 301/324 kB error 03-Jan-2023 00:01:18 Progress (1): 305/324 kB error 03-Jan-2023 00:01:18 Progress (1): 309/324 kB error 03-Jan-2023 00:01:18 Progress (1): 313/324 kB error 03-Jan-2023 00:01:18 Progress (1): 317/324 kB error 03-Jan-2023 00:01:18 Progress (1): 321/324 kB error 03-Jan-2023 00:01:18 Progress (1): 324 kB error 03-Jan-2023 00:01:18 error 03-Jan-2023 00:01: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 740 kB/s) error 03-Jan-2023 00:01:18 #17 63.21 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:01:18 #17 63.21 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 00:01:18 #17 63.33 Progress (1): 3.3/7.1 kB error 03-Jan-2023 00:01:19 Progress (1): 6.1/7.1 kB error 03-Jan-2023 00:01:19 Progress (1): 7.1 kB error 03-Jan-2023 00:01:19 error 03-Jan-2023 00:01:19 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 00:01:19 #17 63.44 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 00:01:19 #17 63.55 Progress (1): 3.3/9.1 kB error 03-Jan-2023 00:01:19 Progress (1): 6.1/9.1 kB error 03-Jan-2023 00:01:19 Progress (1): 8.9/9.1 kB error 03-Jan-2023 00:01:19 Progress (1): 9.1 kB error 03-Jan-2023 00:01:19 error 03-Jan-2023 00:01:19 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 00:01:19 #17 63.67 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 00:01:19 #17 63.78 Progress (1): 3.3/15 kB error 03-Jan-2023 00:01:19 Progress (1): 6.1/15 kB error 03-Jan-2023 00:01:19 Progress (1): 8.9/15 kB error 03-Jan-2023 00:01:19 Progress (1): 12/15 kB error 03-Jan-2023 00:01:19 Progress (1): 14/15 kB error 03-Jan-2023 00:01:19 Progress (1): 15 kB error 03-Jan-2023 00:01:19 error 03-Jan-2023 00:01:19 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 67 kB/s) error 03-Jan-2023 00:01:19 #17 63.90 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 00:01:19 #17 64.22 Progress (1): 0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:19 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:20 Progress (1): 4.0 MB error 03-Jan-2023 00:01:20 error 03-Jan-2023 00:01:20 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 00:01:20 #17 64.49 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:01:20 #17 64.49 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 00:01:20 #17 64.60 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:01:20 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:01:20 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:01:20 Progress (1): 9.5 kB error 03-Jan-2023 00:01:20 error 03-Jan-2023 00:01:20 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 00:01:20 #17 64.71 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 00:01:20 #17 64.82 Progress (1): 3.3/10 kB error 03-Jan-2023 00:01:20 Progress (1): 6.1/10 kB error 03-Jan-2023 00:01:20 Progress (1): 8.9/10 kB error 03-Jan-2023 00:01:20 Progress (1): 10 kB error 03-Jan-2023 00:01:20 error 03-Jan-2023 00:01: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 00:01:20 #17 64.93 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 00:01:21 #17 65.26 Progress (1): 0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:01:21 Progress (1): 2.4 MB error 03-Jan-2023 00:01:21 error 03-Jan-2023 00:01:21 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.1 MB/s) error 03-Jan-2023 00:01:21 #17 65.52 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:01:21 #17 65.52 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 00:01:21 #17 65.63 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:01:21 Progress (1): 4.9 kB error 03-Jan-2023 00:01:21 error 03-Jan-2023 00:01:21 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 00:01:21 #17 65.75 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 00:01:21 #17 65.86 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:01:21 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:01:21 Progress (1): 6.2 kB error 03-Jan-2023 00:01:21 error 03-Jan-2023 00:01: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 00:01:21 #17 65.98 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 00:01:21 #17 66.09 Progress (1): 3.3/110 kB error 03-Jan-2023 00:01:21 Progress (1): 6.1/110 kB error 03-Jan-2023 00:01:21 Progress (1): 8.9/110 kB error 03-Jan-2023 00:01:21 Progress (1): 12/110 kB error 03-Jan-2023 00:01:21 Progress (1): 14/110 kB error 03-Jan-2023 00:01:21 Progress (1): 17/110 kB error 03-Jan-2023 00:01:21 Progress (1): 20/110 kB error 03-Jan-2023 00:01:21 Progress (1): 23/110 kB error 03-Jan-2023 00:01:21 Progress (1): 26/110 kB error 03-Jan-2023 00:01:21 Progress (1): 29/110 kB error 03-Jan-2023 00:01:21 Progress (1): 31/110 kB error 03-Jan-2023 00:01:21 Progress (1): 34/110 kB error 03-Jan-2023 00:01:21 Progress (1): 37/110 kB error 03-Jan-2023 00:01:21 Progress (1): 40/110 kB error 03-Jan-2023 00:01:21 Progress (1): 43/110 kB error 03-Jan-2023 00:01:21 Progress (1): 45/110 kB error 03-Jan-2023 00:01:21 Progress (1): 48/110 kB error 03-Jan-2023 00:01:21 Progress (1): 51/110 kB error 03-Jan-2023 00:01:21 Progress (1): 54/110 kB error 03-Jan-2023 00:01:21 Progress (1): 56/110 kB error 03-Jan-2023 00:01:21 Progress (1): 59/110 kB error 03-Jan-2023 00:01:21 Progress (1): 62/110 kB error 03-Jan-2023 00:01:21 Progress (1): 65/110 kB error 03-Jan-2023 00:01:21 Progress (1): 68/110 kB error 03-Jan-2023 00:01:21 Progress (1): 70/110 kB error 03-Jan-2023 00:01:21 Progress (1): 73/110 kB error 03-Jan-2023 00:01:21 Progress (1): 76/110 kB error 03-Jan-2023 00:01:21 Progress (1): 79/110 kB error 03-Jan-2023 00:01:21 Progress (1): 82/110 kB error 03-Jan-2023 00:01:21 Progress (1): 84/110 kB error 03-Jan-2023 00:01:21 Progress (1): 87/110 kB error 03-Jan-2023 00:01:21 Progress (1): 90/110 kB error 03-Jan-2023 00:01:21 Progress (1): 93/110 kB error 03-Jan-2023 00:01:21 Progress (1): 96/110 kB error 03-Jan-2023 00:01:21 Progress (1): 98/110 kB error 03-Jan-2023 00:01:21 Progress (1): 101/110 kB error 03-Jan-2023 00:01:21 Progress (1): 104/110 kB error 03-Jan-2023 00:01:21 Progress (1): 107/110 kB error 03-Jan-2023 00:01:21 Progress (1): 110/110 kB error 03-Jan-2023 00:01:21 Progress (1): 110 kB error 03-Jan-2023 00:01:21 error 03-Jan-2023 00:01:22 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 463 kB/s) error 03-Jan-2023 00:01:22 #17 66.22 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:01:22 #17 66.22 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 00:01:22 #17 66.33 Progress (1): 3.3/5.4 kB error 03-Jan-2023 00:01:22 Progress (1): 5.4 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 25 kB/s) error 03-Jan-2023 00:01:22 #17 ... error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:22 #14 59.40 Progress (1): 3.3/151 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/151 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/151 kB error 03-Jan-2023 00:01:22 Progress (1): 12/151 kB error 03-Jan-2023 00:01:22 Progress (1): 14/151 kB error 03-Jan-2023 00:01:22 Progress (1): 17/151 kB error 03-Jan-2023 00:01:22 Progress (1): 20/151 kB error 03-Jan-2023 00:01:22 Progress (1): 23/151 kB error 03-Jan-2023 00:01:22 Progress (1): 26/151 kB error 03-Jan-2023 00:01:22 Progress (1): 28/151 kB error 03-Jan-2023 00:01:22 Progress (1): 31/151 kB error 03-Jan-2023 00:01:22 Progress (1): 34/151 kB error 03-Jan-2023 00:01:22 Progress (1): 37/151 kB error 03-Jan-2023 00:01:22 Progress (1): 40/151 kB error 03-Jan-2023 00:01:22 Progress (1): 42/151 kB error 03-Jan-2023 00:01:22 Progress (1): 45/151 kB error 03-Jan-2023 00:01:22 Progress (1): 48/151 kB error 03-Jan-2023 00:01:22 Progress (1): 51/151 kB error 03-Jan-2023 00:01:22 Progress (1): 54/151 kB error 03-Jan-2023 00:01:22 Progress (1): 56/151 kB error 03-Jan-2023 00:01:22 Progress (1): 59/151 kB error 03-Jan-2023 00:01:22 Progress (1): 62/151 kB error 03-Jan-2023 00:01:22 Progress (1): 65/151 kB error 03-Jan-2023 00:01:22 Progress (1): 68/151 kB error 03-Jan-2023 00:01:22 Progress (1): 70/151 kB error 03-Jan-2023 00:01:22 Progress (1): 73/151 kB error 03-Jan-2023 00:01:22 Progress (1): 76/151 kB error 03-Jan-2023 00:01:22 Progress (1): 79/151 kB error 03-Jan-2023 00:01:22 Progress (1): 82/151 kB error 03-Jan-2023 00:01:22 Progress (1): 84/151 kB error 03-Jan-2023 00:01:22 Progress (1): 87/151 kB error 03-Jan-2023 00:01:22 Progress (1): 90/151 kB error 03-Jan-2023 00:01:22 Progress (1): 93/151 kB error 03-Jan-2023 00:01:22 Progress (1): 95/151 kB error 03-Jan-2023 00:01:22 Progress (1): 98/151 kB error 03-Jan-2023 00:01:22 Progress (1): 101/151 kB error 03-Jan-2023 00:01:22 Progress (1): 104/151 kB error 03-Jan-2023 00:01:22 Progress (1): 107/151 kB error 03-Jan-2023 00:01:22 Progress (1): 109/151 kB error 03-Jan-2023 00:01:22 Progress (1): 112/151 kB error 03-Jan-2023 00:01:22 Progress (1): 115/151 kB error 03-Jan-2023 00:01:22 Progress (1): 118/151 kB error 03-Jan-2023 00:01:22 Progress (1): 121/151 kB error 03-Jan-2023 00:01:22 Progress (1): 123/151 kB error 03-Jan-2023 00:01:22 Progress (1): 126/151 kB error 03-Jan-2023 00:01:22 Progress (1): 129/151 kB error 03-Jan-2023 00:01:22 Progress (1): 132/151 kB error 03-Jan-2023 00:01:22 Progress (1): 135/151 kB error 03-Jan-2023 00:01:22 Progress (1): 137/151 kB error 03-Jan-2023 00:01:22 Progress (1): 140/151 kB error 03-Jan-2023 00:01:22 Progress (1): 143/151 kB error 03-Jan-2023 00:01:22 Progress (1): 146/151 kB error 03-Jan-2023 00:01:22 Progress (1): 149/151 kB error 03-Jan-2023 00:01:22 Progress (1): 151 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 369 kB/s) error 03-Jan-2023 00:01:22 #14 59.76 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 00:01:22 #14 59.89 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:22 Progress (1): 12/16 kB error 03-Jan-2023 00:01:22 Progress (1): 14/16 kB error 03-Jan-2023 00:01:22 Progress (1): 16 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 00:01:22 #14 60.80 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 00:01:22 #14 61.01 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/6.1 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 17 kB/s) error 03-Jan-2023 00:01:22 #14 61.19 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 00:01:22 #14 61.33 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:01:22 Progress (1): 5.0 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 18 kB/s) error 03-Jan-2023 00:01:22 #14 61.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 00:01:22 #14 61.61 Progress (1): 3.3/66 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/66 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/66 kB error 03-Jan-2023 00:01:22 Progress (1): 12/66 kB error 03-Jan-2023 00:01:22 Progress (1): 15/66 kB error 03-Jan-2023 00:01:22 Progress (1): 17/66 kB error 03-Jan-2023 00:01:22 Progress (1): 20/66 kB error 03-Jan-2023 00:01:22 Progress (1): 23/66 kB error 03-Jan-2023 00:01:22 Progress (1): 26/66 kB error 03-Jan-2023 00:01:22 Progress (1): 29/66 kB error 03-Jan-2023 00:01:22 Progress (1): 31/66 kB error 03-Jan-2023 00:01:22 Progress (1): 34/66 kB error 03-Jan-2023 00:01:22 Progress (1): 37/66 kB error 03-Jan-2023 00:01:22 Progress (1): 40/66 kB error 03-Jan-2023 00:01:22 Progress (1): 43/66 kB error 03-Jan-2023 00:01:22 Progress (1): 45/66 kB error 03-Jan-2023 00:01:22 Progress (1): 48/66 kB error 03-Jan-2023 00:01:22 Progress (1): 51/66 kB error 03-Jan-2023 00:01:22 Progress (1): 54/66 kB error 03-Jan-2023 00:01:22 Progress (1): 56/66 kB error 03-Jan-2023 00:01:22 Progress (1): 59/66 kB error 03-Jan-2023 00:01:22 Progress (1): 62/66 kB error 03-Jan-2023 00:01:22 Progress (1): 65/66 kB error 03-Jan-2023 00:01:22 Progress (1): 66 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 212 kB/s) error 03-Jan-2023 00:01:22 #14 61.89 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 00:01:22 #14 62.03 Progress (1): 3.3/11 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/11 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/11 kB error 03-Jan-2023 00:01:22 Progress (1): 11 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 00:01:22 #14 62.20 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 00:01:22 #14 62.33 Progress (1): 3.3/42 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/42 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/42 kB error 03-Jan-2023 00:01:22 Progress (1): 12/42 kB error 03-Jan-2023 00:01:22 Progress (1): 14/42 kB error 03-Jan-2023 00:01:22 Progress (1): 17/42 kB error 03-Jan-2023 00:01:22 Progress (1): 20/42 kB error 03-Jan-2023 00:01:22 Progress (1): 23/42 kB error 03-Jan-2023 00:01:22 Progress (1): 26/42 kB error 03-Jan-2023 00:01:22 Progress (1): 28/42 kB error 03-Jan-2023 00:01:22 Progress (1): 31/42 kB error 03-Jan-2023 00:01:22 Progress (1): 34/42 kB error 03-Jan-2023 00:01:22 Progress (1): 37/42 kB error 03-Jan-2023 00:01:22 Progress (1): 40/42 kB error 03-Jan-2023 00:01:22 Progress (1): 42 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 00:01:22 #14 62.61 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 00:01:22 #14 62.76 Progress (1): 3.3/23 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/23 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/23 kB error 03-Jan-2023 00:01:22 Progress (1): 12/23 kB error 03-Jan-2023 00:01:22 Progress (1): 15/23 kB error 03-Jan-2023 00:01:22 Progress (1): 17/23 kB error 03-Jan-2023 00:01:22 Progress (1): 20/23 kB error 03-Jan-2023 00:01:22 Progress (1): 23/23 kB error 03-Jan-2023 00:01:22 Progress (1): 23 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 70 kB/s) error 03-Jan-2023 00:01:22 #14 62.99 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 00:01:22 #14 63.13 Progress (1): 3.3/74 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/74 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/74 kB error 03-Jan-2023 00:01:22 Progress (1): 12/74 kB error 03-Jan-2023 00:01:22 Progress (1): 15/74 kB error 03-Jan-2023 00:01:22 Progress (1): 17/74 kB error 03-Jan-2023 00:01:22 Progress (1): 20/74 kB error 03-Jan-2023 00:01:22 Progress (1): 23/74 kB error 03-Jan-2023 00:01:22 Progress (1): 26/74 kB error 03-Jan-2023 00:01:22 Progress (1): 29/74 kB error 03-Jan-2023 00:01:22 Progress (1): 31/74 kB error 03-Jan-2023 00:01:22 Progress (1): 34/74 kB error 03-Jan-2023 00:01:22 Progress (1): 37/74 kB error 03-Jan-2023 00:01:22 Progress (1): 40/74 kB error 03-Jan-2023 00:01:22 Progress (1): 43/74 kB error 03-Jan-2023 00:01:22 Progress (1): 45/74 kB error 03-Jan-2023 00:01:22 Progress (1): 48/74 kB error 03-Jan-2023 00:01:22 Progress (1): 51/74 kB error 03-Jan-2023 00:01:22 Progress (1): 54/74 kB error 03-Jan-2023 00:01:22 Progress (1): 56/74 kB error 03-Jan-2023 00:01:22 Progress (1): 59/74 kB error 03-Jan-2023 00:01:22 Progress (1): 62/74 kB error 03-Jan-2023 00:01:22 Progress (1): 65/74 kB error 03-Jan-2023 00:01:22 Progress (1): 68/74 kB error 03-Jan-2023 00:01:22 Progress (1): 70/74 kB error 03-Jan-2023 00:01:22 Progress (1): 73/74 kB error 03-Jan-2023 00:01:22 Progress (1): 74 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 161 kB/s) error 03-Jan-2023 00:01:22 #14 63.65 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 00:01:22 #14 63.80 Progress (1): 3.3/14 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/14 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/14 kB error 03-Jan-2023 00:01:22 Progress (1): 12/14 kB error 03-Jan-2023 00:01:22 Progress (1): 14 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 49 kB/s) error 03-Jan-2023 00:01:22 #14 63.99 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 00:01:22 #14 64.12 Progress (1): 3.3/12 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/12 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/12 kB error 03-Jan-2023 00:01:22 Progress (1): 12 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 41 kB/s) error 03-Jan-2023 00:01:22 #14 64.42 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 00:01:22 #14 64.55 Progress (1): 3.3/8.3 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/8.3 kB error 03-Jan-2023 00:01:22 Progress (1): 8.3 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 26 kB/s) error 03-Jan-2023 00:01:22 #14 65.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 00:01:22 #14 65.60 Progress (1): 3.3/3.4 kB error 03-Jan-2023 00:01:22 Progress (1): 3.4 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 7.2 kB/s) error 03-Jan-2023 00:01:22 #14 66.11 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 00:01:22 #14 66.25 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:01:22 Progress (1): 4.9 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 16 kB/s) error 03-Jan-2023 00:01:22 #14 66.43 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 00:01:22 #14 67.37 Progress (1): 3.0 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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.8 kB/s) error 03-Jan-2023 00:01:22 #14 67.58 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 00:01:22 #14 67.71 Progress (1): 3.3/9.7 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/9.7 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/9.7 kB error 03-Jan-2023 00:01:22 Progress (1): 9.7 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 35 kB/s) error 03-Jan-2023 00:01:22 #14 67.88 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 00:01:22 #14 68.02 Progress (1): 3.3/17 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/17 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/17 kB error 03-Jan-2023 00:01:22 Progress (1): 12/17 kB error 03-Jan-2023 00:01:22 Progress (1): 15/17 kB error 03-Jan-2023 00:01:22 Progress (1): 17 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 57 kB/s) error 03-Jan-2023 00:01:22 #14 68.46 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 00:01:22 #14 68.61 Progress (1): 3.3/19 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/19 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/19 kB error 03-Jan-2023 00:01:22 Progress (1): 12/19 kB error 03-Jan-2023 00:01:22 Progress (1): 15/19 kB error 03-Jan-2023 00:01:22 Progress (1): 17/19 kB error 03-Jan-2023 00:01:22 Progress (1): 19 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 69 kB/s) error 03-Jan-2023 00:01:22 #14 68.75 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 00:01:22 #14 68.88 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:22 Progress (1): 12/16 kB error 03-Jan-2023 00:01:22 Progress (1): 15/16 kB error 03-Jan-2023 00:01:22 Progress (1): 16 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 63 kB/s) error 03-Jan-2023 00:01:22 #14 69.03 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 00:01:22 #14 69.15 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:22 Progress (1): 12/13 kB error 03-Jan-2023 00:01:22 Progress (1): 13 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 45 kB/s) error 03-Jan-2023 00:01:22 #14 69.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 00:01:22 #14 69.50 Progress (1): 2.0 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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.7 kB/s) error 03-Jan-2023 00:01:22 #14 69.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 00:01:22 #14 69.85 Progress (1): 2.1 kB error 03-Jan-2023 00:01:22 #14 ... error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:22 #17 66.45 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 00:01:22 #17 66.56 Progress (1): 3.3/7.0 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/7.0 kB error 03-Jan-2023 00:01:22 Progress (1): 7.0 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01:22 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 00:01:22 #17 66.67 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 00:01:22 #17 66.78 Progress (1): 3.3/75 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/75 kB error 03-Jan-2023 00:01:22 Progress (1): 8.9/75 kB error 03-Jan-2023 00:01:22 Progress (1): 12/75 kB error 03-Jan-2023 00:01:22 Progress (1): 14/75 kB error 03-Jan-2023 00:01:22 Progress (1): 17/75 kB error 03-Jan-2023 00:01:22 Progress (1): 20/75 kB error 03-Jan-2023 00:01:22 Progress (1): 23/75 kB error 03-Jan-2023 00:01:22 Progress (1): 26/75 kB error 03-Jan-2023 00:01:22 Progress (1): 28/75 kB error 03-Jan-2023 00:01:22 Progress (1): 31/75 kB error 03-Jan-2023 00:01:22 Progress (1): 34/75 kB error 03-Jan-2023 00:01:22 Progress (1): 37/75 kB error 03-Jan-2023 00:01:22 Progress (1): 40/75 kB error 03-Jan-2023 00:01:22 Progress (1): 42/75 kB error 03-Jan-2023 00:01:22 Progress (1): 45/75 kB error 03-Jan-2023 00:01:22 Progress (1): 48/75 kB error 03-Jan-2023 00:01:22 Progress (1): 51/75 kB error 03-Jan-2023 00:01:22 Progress (1): 54/75 kB error 03-Jan-2023 00:01:22 Progress (1): 56/75 kB error 03-Jan-2023 00:01:22 Progress (1): 59/75 kB error 03-Jan-2023 00:01:22 Progress (1): 62/75 kB error 03-Jan-2023 00:01:22 Progress (1): 65/75 kB error 03-Jan-2023 00:01:22 Progress (1): 68/75 kB error 03-Jan-2023 00:01:22 Progress (1): 70/75 kB error 03-Jan-2023 00:01:22 Progress (1): 73/75 kB error 03-Jan-2023 00:01:22 Progress (1): 75 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01: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 330 kB/s) error 03-Jan-2023 00:01:22 #17 66.90 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:01:22 #17 66.90 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 00:01:22 #17 67.01 Progress (1): 3.3/8.5 kB error 03-Jan-2023 00:01:22 Progress (1): 6.1/8.5 kB error 03-Jan-2023 00:01:22 Progress (1): 8.5 kB error 03-Jan-2023 00:01:22 error 03-Jan-2023 00:01: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 00:01:22 #17 67.13 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 00:01:22 #17 67.24 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:01:23 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:01:23 Progress (1): 6.9 kB error 03-Jan-2023 00:01:23 error 03-Jan-2023 00:01:23 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 00:01:23 #17 67.36 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 00:01:23 #17 67.66 Progress (1): 0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:01:23 Progress (1): 1.3 MB error 03-Jan-2023 00:01:23 error 03-Jan-2023 00:01:23 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.5 MB/s) error 03-Jan-2023 00:01:23 #17 67.87 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:01:23 #17 67.87 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 00:01:23 #17 67.98 Progress (1): 3.3/4.5 kB error 03-Jan-2023 00:01:23 Progress (1): 4.5 kB error 03-Jan-2023 00:01:23 error 03-Jan-2023 00:01: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 00:01:23 #17 68.10 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 00:01:23 #17 68.21 Progress (1): 3.3/36 kB error 03-Jan-2023 00:01:23 Progress (1): 6.1/36 kB error 03-Jan-2023 00:01:23 Progress (1): 8.9/36 kB error 03-Jan-2023 00:01:23 Progress (1): 12/36 kB error 03-Jan-2023 00:01:23 Progress (1): 15/36 kB error 03-Jan-2023 00:01:23 Progress (1): 17/36 kB error 03-Jan-2023 00:01:23 Progress (1): 20/36 kB error 03-Jan-2023 00:01:23 Progress (1): 23/36 kB error 03-Jan-2023 00:01:23 Progress (1): 26/36 kB error 03-Jan-2023 00:01:23 Progress (1): 29/36 kB error 03-Jan-2023 00:01:23 Progress (1): 31/36 kB error 03-Jan-2023 00:01:23 Progress (1): 34/36 kB error 03-Jan-2023 00:01:23 Progress (1): 36 kB error 03-Jan-2023 00:01:23 error 03-Jan-2023 00:01:24 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 161 kB/s) error 03-Jan-2023 00:01:24 #17 68.32 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 00:01:24 #17 68.66 Progress (1): 0.2/37 MB error 03-Jan-2023 00:01:24 Progress (1): 0.4/37 MB error 03-Jan-2023 00:01:24 Progress (1): 0.6/37 MB error 03-Jan-2023 00:01:24 Progress (1): 0.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 0.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 1.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 1.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 1.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 1.7/37 MB error 03-Jan-2023 00:01:24 Progress (1): 1.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 2.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 2.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 2.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 2.7/37 MB error 03-Jan-2023 00:01:24 Progress (1): 2.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 3.0/37 MB error 03-Jan-2023 00:01:24 Progress (1): 3.2/37 MB error 03-Jan-2023 00:01:24 Progress (1): 3.4/37 MB error 03-Jan-2023 00:01:24 Progress (1): 3.6/37 MB error 03-Jan-2023 00:01:24 Progress (1): 3.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.0/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.2/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.4/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.7/37 MB error 03-Jan-2023 00:01:24 Progress (1): 4.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 5.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 5.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 5.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 5.7/37 MB error 03-Jan-2023 00:01:24 Progress (1): 5.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 6.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 6.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 6.4/37 MB error 03-Jan-2023 00:01:24 Progress (1): 6.6/37 MB error 03-Jan-2023 00:01:24 Progress (1): 6.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.0/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.2/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.4/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.6/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 7.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 8.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 8.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 8.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 8.7/37 MB error 03-Jan-2023 00:01:24 Progress (1): 8.9/37 MB error 03-Jan-2023 00:01:24 Progress (1): 9.1/37 MB error 03-Jan-2023 00:01:24 Progress (1): 9.3/37 MB error 03-Jan-2023 00:01:24 Progress (1): 9.5/37 MB error 03-Jan-2023 00:01:24 Progress (1): 9.6/37 MB error 03-Jan-2023 00:01:24 Progress (1): 9.8/37 MB error 03-Jan-2023 00:01:24 Progress (1): 10/37 MB error 03-Jan-2023 00:01:24 Progress (1): 10/37 MB error 03-Jan-2023 00:01:24 Progress (1): 10/37 MB error 03-Jan-2023 00:01:24 Progress (1): 11/37 MB error 03-Jan-2023 00:01:24 Progress (1): 11/37 MB error 03-Jan-2023 00:01:24 Progress (1): 11/37 MB error 03-Jan-2023 00:01:24 Progress (1): 11/37 MB error 03-Jan-2023 00:01:24 Progress (1): 11/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 12/37 MB error 03-Jan-2023 00:01:24 Progress (1): 13/37 MB error 03-Jan-2023 00:01:24 Progress (1): 13/37 MB error 03-Jan-2023 00:01:24 Progress (1): 13/37 MB error 03-Jan-2023 00:01:24 Progress (1): 13/37 MB error 03-Jan-2023 00:01:24 Progress (1): 13/37 MB error 03-Jan-2023 00:01:24 Progress (1): 14/37 MB error 03-Jan-2023 00:01:24 Progress (1): 14/37 MB error 03-Jan-2023 00:01:24 Progress (1): 14/37 MB error 03-Jan-2023 00:01:24 Progress (1): 14/37 MB error 03-Jan-2023 00:01:24 Progress (1): 14/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 15/37 MB error 03-Jan-2023 00:01:25 Progress (1): 16/37 MB error 03-Jan-2023 00:01:25 Progress (1): 16/37 MB error 03-Jan-2023 00:01:25 Progress (1): 16/37 MB error 03-Jan-2023 00:01:25 Progress (1): 16/37 MB error 03-Jan-2023 00:01:25 Progress (1): 16/37 MB error 03-Jan-2023 00:01:25 Progress (1): 17/37 MB error 03-Jan-2023 00:01:25 Progress (1): 17/37 MB error 03-Jan-2023 00:01:25 Progress (1): 17/37 MB error 03-Jan-2023 00:01:25 Progress (1): 17/37 MB error 03-Jan-2023 00:01:25 Progress (1): 17/37 MB error 03-Jan-2023 00:01:25 Progress (1): 18/37 MB error 03-Jan-2023 00:01:25 Progress (1): 18/37 MB error 03-Jan-2023 00:01:25 Progress (1): 18/37 MB error 03-Jan-2023 00:01:25 Progress (1): 18/37 MB error 03-Jan-2023 00:01:25 Progress (1): 18/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 19/37 MB error 03-Jan-2023 00:01:25 Progress (1): 20/37 MB error 03-Jan-2023 00:01:25 Progress (1): 20/37 MB error 03-Jan-2023 00:01:25 Progress (1): 20/37 MB error 03-Jan-2023 00:01:25 Progress (1): 20/37 MB error 03-Jan-2023 00:01:25 Progress (1): 20/37 MB error 03-Jan-2023 00:01:25 Progress (1): 21/37 MB error 03-Jan-2023 00:01:25 Progress (1): 21/37 MB error 03-Jan-2023 00:01:25 Progress (1): 21/37 MB error 03-Jan-2023 00:01:25 Progress (1): 21/37 MB error 03-Jan-2023 00:01:25 Progress (1): 21/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 22/37 MB error 03-Jan-2023 00:01:25 Progress (1): 23/37 MB error 03-Jan-2023 00:01:25 Progress (1): 23/37 MB error 03-Jan-2023 00:01:25 Progress (1): 23/37 MB error 03-Jan-2023 00:01:25 Progress (1): 23/37 MB error 03-Jan-2023 00:01:25 Progress (1): 23/37 MB error 03-Jan-2023 00:01:25 Progress (1): 24/37 MB error 03-Jan-2023 00:01:25 Progress (1): 24/37 MB error 03-Jan-2023 00:01:25 Progress (1): 24/37 MB error 03-Jan-2023 00:01:25 Progress (1): 24/37 MB error 03-Jan-2023 00:01:25 Progress (1): 24/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 25/37 MB error 03-Jan-2023 00:01:25 Progress (1): 26/37 MB error 03-Jan-2023 00:01:25 Progress (1): 26/37 MB error 03-Jan-2023 00:01:25 Progress (1): 26/37 MB error 03-Jan-2023 00:01:25 Progress (1): 26/37 MB error 03-Jan-2023 00:01:25 Progress (1): 26/37 MB error 03-Jan-2023 00:01:25 Progress (1): 27/37 MB error 03-Jan-2023 00:01:25 Progress (1): 27/37 MB error 03-Jan-2023 00:01:25 Progress (1): 27/37 MB error 03-Jan-2023 00:01:25 Progress (1): 27/37 MB error 03-Jan-2023 00:01:25 Progress (1): 27/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 28/37 MB error 03-Jan-2023 00:01:25 Progress (1): 29/37 MB error 03-Jan-2023 00:01:25 Progress (1): 29/37 MB error 03-Jan-2023 00:01:25 Progress (1): 29/37 MB error 03-Jan-2023 00:01:25 Progress (1): 29/37 MB error 03-Jan-2023 00:01:25 Progress (1): 29/37 MB error 03-Jan-2023 00:01:25 Progress (1): 30/37 MB error 03-Jan-2023 00:01:25 Progress (1): 30/37 MB error 03-Jan-2023 00:01:25 Progress (1): 30/37 MB error 03-Jan-2023 00:01:25 Progress (1): 30/37 MB error 03-Jan-2023 00:01:25 Progress (1): 30/37 MB error 03-Jan-2023 00:01:25 Progress (1): 31/37 MB error 03-Jan-2023 00:01:25 Progress (1): 31/37 MB error 03-Jan-2023 00:01:25 Progress (1): 31/37 MB error 03-Jan-2023 00:01:25 Progress (1): 31/37 MB error 03-Jan-2023 00:01:25 Progress (1): 31/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 32/37 MB error 03-Jan-2023 00:01:25 Progress (1): 33/37 MB error 03-Jan-2023 00:01:25 Progress (1): 33/37 MB error 03-Jan-2023 00:01:25 Progress (1): 33/37 MB error 03-Jan-2023 00:01:25 Progress (1): 33/37 MB error 03-Jan-2023 00:01:25 Progress (1): 33/37 MB error 03-Jan-2023 00:01:25 Progress (1): 34/37 MB error 03-Jan-2023 00:01:25 Progress (1): 34/37 MB error 03-Jan-2023 00:01:25 Progress (1): 34/37 MB error 03-Jan-2023 00:01:25 Progress (1): 34/37 MB error 03-Jan-2023 00:01:25 Progress (1): 34/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 35/37 MB error 03-Jan-2023 00:01:25 Progress (1): 36/37 MB error 03-Jan-2023 00:01:25 Progress (1): 36/37 MB error 03-Jan-2023 00:01:25 Progress (1): 36/37 MB error 03-Jan-2023 00:01:25 Progress (1): 36/37 MB error 03-Jan-2023 00:01:25 Progress (1): 36/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37/37 MB error 03-Jan-2023 00:01:25 Progress (1): 37 MB error 03-Jan-2023 00:01:25 error 03-Jan-2023 00:01:26 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 00:01:26 #17 70.30 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:01:26 #17 70.30 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 00:01:26 #17 70.42 Progress (1): 3.3/10 kB error 03-Jan-2023 00:01:26 Progress (1): 6.1/10 kB error 03-Jan-2023 00:01:26 Progress (1): 8.9/10 kB error 03-Jan-2023 00:01:26 Progress (1): 10 kB error 03-Jan-2023 00:01:26 error 03-Jan-2023 00:01: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.pom (10 kB at 45 kB/s) error 03-Jan-2023 00:01:26 #17 70.53 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 00:01:26 #17 70.64 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:01:26 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:01:26 Progress (1): 7.8 kB error 03-Jan-2023 00:01:26 error 03-Jan-2023 00:01:26 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 00:01:26 #17 70.75 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 00:01:26 #17 71.03 Progress (1): 3.4/348 kB error 03-Jan-2023 00:01:26 Progress (1): 7.5/348 kB error 03-Jan-2023 00:01:26 Progress (1): 12/348 kB error 03-Jan-2023 00:01:26 Progress (1): 16/348 kB error 03-Jan-2023 00:01:26 Progress (1): 20/348 kB error 03-Jan-2023 00:01:26 Progress (1): 24/348 kB error 03-Jan-2023 00:01:26 Progress (1): 28/348 kB error 03-Jan-2023 00:01:26 Progress (1): 32/348 kB error 03-Jan-2023 00:01:26 Progress (1): 36/348 kB error 03-Jan-2023 00:01:26 Progress (1): 38/348 kB error 03-Jan-2023 00:01:26 Progress (1): 42/348 kB error 03-Jan-2023 00:01:26 Progress (1): 46/348 kB error 03-Jan-2023 00:01:26 Progress (1): 51/348 kB error 03-Jan-2023 00:01:26 Progress (1): 55/348 kB error 03-Jan-2023 00:01:26 Progress (1): 59/348 kB error 03-Jan-2023 00:01:26 Progress (1): 63/348 kB error 03-Jan-2023 00:01:26 Progress (1): 67/348 kB error 03-Jan-2023 00:01:26 Progress (1): 71/348 kB error 03-Jan-2023 00:01:26 Progress (1): 73/348 kB error 03-Jan-2023 00:01:26 Progress (1): 77/348 kB error 03-Jan-2023 00:01:26 Progress (1): 81/348 kB error 03-Jan-2023 00:01:26 Progress (1): 85/348 kB error 03-Jan-2023 00:01:26 Progress (1): 89/348 kB error 03-Jan-2023 00:01:26 Progress (1): 94/348 kB error 03-Jan-2023 00:01:26 Progress (1): 98/348 kB error 03-Jan-2023 00:01:26 Progress (1): 102/348 kB error 03-Jan-2023 00:01:26 Progress (1): 106/348 kB error 03-Jan-2023 00:01:26 Progress (1): 108/348 kB error 03-Jan-2023 00:01:26 Progress (1): 112/348 kB error 03-Jan-2023 00:01:26 Progress (1): 116/348 kB error 03-Jan-2023 00:01:26 Progress (1): 120/348 kB error 03-Jan-2023 00:01:26 Progress (1): 124/348 kB error 03-Jan-2023 00:01:26 Progress (1): 128/348 kB error 03-Jan-2023 00:01:26 Progress (1): 132/348 kB error 03-Jan-2023 00:01:26 Progress (1): 137/348 kB error 03-Jan-2023 00:01:26 Progress (1): 141/348 kB error 03-Jan-2023 00:01:26 Progress (1): 143/348 kB error 03-Jan-2023 00:01:26 Progress (1): 147/348 kB error 03-Jan-2023 00:01:26 Progress (1): 151/348 kB error 03-Jan-2023 00:01:26 Progress (1): 155/348 kB error 03-Jan-2023 00:01:26 Progress (1): 159/348 kB error 03-Jan-2023 00:01:26 Progress (1): 163/348 kB error 03-Jan-2023 00:01:26 Progress (1): 167/348 kB error 03-Jan-2023 00:01:26 Progress (1): 171/348 kB error 03-Jan-2023 00:01:26 Progress (1): 175/348 kB error 03-Jan-2023 00:01:26 Progress (1): 177/348 kB error 03-Jan-2023 00:01:26 Progress (1): 182/348 kB error 03-Jan-2023 00:01:26 Progress (1): 186/348 kB error 03-Jan-2023 00:01:26 Progress (1): 190/348 kB error 03-Jan-2023 00:01:26 Progress (1): 194/348 kB error 03-Jan-2023 00:01:26 Progress (1): 197/348 kB error 03-Jan-2023 00:01:26 Progress (1): 201/348 kB error 03-Jan-2023 00:01:26 Progress (1): 205/348 kB error 03-Jan-2023 00:01:26 Progress (1): 210/348 kB error 03-Jan-2023 00:01:26 Progress (1): 214/348 kB error 03-Jan-2023 00:01:26 Progress (1): 218/348 kB error 03-Jan-2023 00:01:26 Progress (1): 222/348 kB error 03-Jan-2023 00:01:26 Progress (1): 226/348 kB error 03-Jan-2023 00:01:26 Progress (1): 230/348 kB error 03-Jan-2023 00:01:26 Progress (1): 232/348 kB error 03-Jan-2023 00:01:26 Progress (1): 236/348 kB error 03-Jan-2023 00:01:26 Progress (1): 240/348 kB error 03-Jan-2023 00:01:26 Progress (1): 244/348 kB error 03-Jan-2023 00:01:26 Progress (1): 249/348 kB error 03-Jan-2023 00:01:26 Progress (1): 253/348 kB error 03-Jan-2023 00:01:26 Progress (1): 257/348 kB error 03-Jan-2023 00:01:26 Progress (1): 261/348 kB error 03-Jan-2023 00:01:26 Progress (1): 265/348 kB error 03-Jan-2023 00:01:26 Progress (1): 267/348 kB error 03-Jan-2023 00:01:26 Progress (1): 271/348 kB error 03-Jan-2023 00:01:26 Progress (1): 275/348 kB error 03-Jan-2023 00:01:26 Progress (1): 279/348 kB error 03-Jan-2023 00:01:26 Progress (1): 283/348 kB error 03-Jan-2023 00:01:26 Progress (1): 287/348 kB error 03-Jan-2023 00:01:26 Progress (1): 292/348 kB error 03-Jan-2023 00:01:26 Progress (1): 296/348 kB error 03-Jan-2023 00:01:26 Progress (1): 300/348 kB error 03-Jan-2023 00:01:26 Progress (1): 302/348 kB error 03-Jan-2023 00:01:26 Progress (1): 306/348 kB error 03-Jan-2023 00:01:26 Progress (1): 310/348 kB error 03-Jan-2023 00:01:26 Progress (1): 314/348 kB error 03-Jan-2023 00:01:26 Progress (1): 318/348 kB error 03-Jan-2023 00:01:26 Progress (1): 322/348 kB error 03-Jan-2023 00:01:26 Progress (1): 326/348 kB error 03-Jan-2023 00:01:26 Progress (1): 330/348 kB error 03-Jan-2023 00:01:26 Progress (1): 335/348 kB error 03-Jan-2023 00:01:26 Progress (1): 337/348 kB error 03-Jan-2023 00:01:26 Progress (1): 341/348 kB error 03-Jan-2023 00:01:26 Progress (1): 345/348 kB error 03-Jan-2023 00:01:26 Progress (1): 348 kB error 03-Jan-2023 00:01:26 error 03-Jan-2023 00:01: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 850 kB/s) error 03-Jan-2023 00:01:26 #17 71.16 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:01:26 #17 71.16 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 00:01:26 #17 71.28 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:01:27 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:01:27 Progress (1): 7.2 kB error 03-Jan-2023 00:01:27 error 03-Jan-2023 00:01:27 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 00:01:27 #17 71.39 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 00:01:27 #17 71.50 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:27 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:27 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:27 Progress (1): 12/13 kB error 03-Jan-2023 00:01:27 Progress (1): 13 kB error 03-Jan-2023 00:01:27 error 03-Jan-2023 00:01:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 58 kB/s) error 03-Jan-2023 00:01:27 #17 71.61 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 00:01:27 #17 71.93 Progress (1): 8.2/947 kB error 03-Jan-2023 00:01:27 Progress (1): 16/947 kB error 03-Jan-2023 00:01:27 Progress (1): 25/947 kB error 03-Jan-2023 00:01:27 Progress (1): 33/947 kB error 03-Jan-2023 00:01:27 Progress (1): 41/947 kB error 03-Jan-2023 00:01:27 Progress (1): 49/947 kB error 03-Jan-2023 00:01:27 Progress (1): 54/947 kB error 03-Jan-2023 00:01:27 Progress (1): 62/947 kB error 03-Jan-2023 00:01:27 Progress (1): 70/947 kB error 03-Jan-2023 00:01:27 Progress (1): 78/947 kB error 03-Jan-2023 00:01:27 Progress (1): 86/947 kB error 03-Jan-2023 00:01:27 Progress (1): 95/947 kB error 03-Jan-2023 00:01:27 Progress (1): 103/947 kB error 03-Jan-2023 00:01:27 Progress (1): 111/947 kB error 03-Jan-2023 00:01:27 Progress (1): 116/947 kB error 03-Jan-2023 00:01:27 Progress (1): 125/947 kB error 03-Jan-2023 00:01:27 Progress (1): 133/947 kB error 03-Jan-2023 00:01:27 Progress (1): 141/947 kB error 03-Jan-2023 00:01:27 Progress (1): 149/947 kB error 03-Jan-2023 00:01:27 Progress (1): 157/947 kB error 03-Jan-2023 00:01:27 Progress (1): 165/947 kB error 03-Jan-2023 00:01:27 Progress (1): 174/947 kB error 03-Jan-2023 00:01:27 Progress (1): 182/947 kB error 03-Jan-2023 00:01:27 Progress (1): 190/947 kB error 03-Jan-2023 00:01:27 Progress (1): 198/947 kB error 03-Jan-2023 00:01:27 Progress (1): 206/947 kB error 03-Jan-2023 00:01:27 Progress (1): 215/947 kB error 03-Jan-2023 00:01:27 Progress (1): 219/947 kB error 03-Jan-2023 00:01:27 Progress (1): 227/947 kB error 03-Jan-2023 00:01:27 Progress (1): 236/947 kB error 03-Jan-2023 00:01:27 Progress (1): 244/947 kB error 03-Jan-2023 00:01:27 Progress (1): 252/947 kB error 03-Jan-2023 00:01:27 Progress (1): 260/947 kB error 03-Jan-2023 00:01:27 Progress (1): 268/947 kB error 03-Jan-2023 00:01:27 Progress (1): 277/947 kB error 03-Jan-2023 00:01:27 Progress (1): 285/947 kB error 03-Jan-2023 00:01:27 Progress (1): 289/947 kB error 03-Jan-2023 00:01:27 Progress (1): 297/947 kB error 03-Jan-2023 00:01:27 Progress (1): 305/947 kB error 03-Jan-2023 00:01:27 Progress (1): 314/947 kB error 03-Jan-2023 00:01:27 Progress (1): 322/947 kB error 03-Jan-2023 00:01:27 Progress (1): 330/947 kB error 03-Jan-2023 00:01:27 Progress (1): 338/947 kB error 03-Jan-2023 00:01:27 Progress (1): 346/947 kB error 03-Jan-2023 00:01:27 Progress (1): 354/947 kB error 03-Jan-2023 00:01:27 Progress (1): 363/947 kB error 03-Jan-2023 00:01:27 Progress (1): 367/947 kB error 03-Jan-2023 00:01:27 Progress (1): 375/947 kB error 03-Jan-2023 00:01:27 Progress (1): 384/947 kB error 03-Jan-2023 00:01:27 Progress (1): 392/947 kB error 03-Jan-2023 00:01:27 Progress (1): 400/947 kB error 03-Jan-2023 00:01:27 Progress (1): 408/947 kB error 03-Jan-2023 00:01:27 Progress (1): 416/947 kB error 03-Jan-2023 00:01:27 Progress (1): 421/947 kB error 03-Jan-2023 00:01:27 Progress (1): 429/947 kB error 03-Jan-2023 00:01:27 Progress (1): 438/947 kB error 03-Jan-2023 00:01:27 Progress (1): 446/947 kB error 03-Jan-2023 00:01:27 Progress (1): 454/947 kB error 03-Jan-2023 00:01:27 Progress (1): 462/947 kB error 03-Jan-2023 00:01:27 Progress (1): 467/947 kB error 03-Jan-2023 00:01:27 Progress (1): 475/947 kB error 03-Jan-2023 00:01:27 Progress (1): 482/947 kB error 03-Jan-2023 00:01:27 Progress (1): 490/947 kB error 03-Jan-2023 00:01:27 Progress (1): 498/947 kB error 03-Jan-2023 00:01:27 Progress (1): 507/947 kB error 03-Jan-2023 00:01:27 Progress (1): 515/947 kB error 03-Jan-2023 00:01:27 Progress (1): 523/947 kB error 03-Jan-2023 00:01:27 Progress (1): 530/947 kB error 03-Jan-2023 00:01:27 Progress (1): 539/947 kB error 03-Jan-2023 00:01:27 Progress (1): 547/947 kB error 03-Jan-2023 00:01:27 Progress (1): 555/947 kB error 03-Jan-2023 00:01:27 Progress (1): 563/947 kB error 03-Jan-2023 00:01:27 Progress (1): 571/947 kB error 03-Jan-2023 00:01:27 Progress (1): 579/947 kB error 03-Jan-2023 00:01:27 Progress (1): 588/947 kB error 03-Jan-2023 00:01:27 Progress (1): 593/947 kB error 03-Jan-2023 00:01:27 Progress (1): 601/947 kB error 03-Jan-2023 00:01:27 Progress (1): 609/947 kB error 03-Jan-2023 00:01:27 Progress (1): 617/947 kB error 03-Jan-2023 00:01:27 Progress (1): 625/947 kB error 03-Jan-2023 00:01:27 Progress (1): 634/947 kB error 03-Jan-2023 00:01:27 Progress (1): 642/947 kB error 03-Jan-2023 00:01:27 Progress (1): 650/947 kB error 03-Jan-2023 00:01:27 Progress (1): 656/947 kB error 03-Jan-2023 00:01:27 Progress (1): 665/947 kB error 03-Jan-2023 00:01:27 Progress (1): 673/947 kB error 03-Jan-2023 00:01:27 Progress (1): 681/947 kB error 03-Jan-2023 00:01:27 Progress (1): 689/947 kB error 03-Jan-2023 00:01:27 Progress (1): 697/947 kB error 03-Jan-2023 00:01:27 Progress (1): 705/947 kB error 03-Jan-2023 00:01:27 Progress (1): 714/947 kB error 03-Jan-2023 00:01:27 Progress (1): 722/947 kB error 03-Jan-2023 00:01:27 Progress (1): 730/947 kB error 03-Jan-2023 00:01:27 Progress (1): 738/947 kB error 03-Jan-2023 00:01:27 Progress (1): 746/947 kB error 03-Jan-2023 00:01:27 Progress (1): 755/947 kB error 03-Jan-2023 00:01:27 Progress (1): 759/947 kB error 03-Jan-2023 00:01:27 Progress (1): 767/947 kB error 03-Jan-2023 00:01:27 Progress (1): 775/947 kB error 03-Jan-2023 00:01:27 Progress (1): 783/947 kB error 03-Jan-2023 00:01:27 Progress (1): 791/947 kB error 03-Jan-2023 00:01:27 Progress (1): 800/947 kB error 03-Jan-2023 00:01:27 Progress (1): 808/947 kB error 03-Jan-2023 00:01:27 Progress (1): 816/947 kB error 03-Jan-2023 00:01:27 Progress (1): 824/947 kB error 03-Jan-2023 00:01:27 Progress (1): 828/947 kB error 03-Jan-2023 00:01:27 Progress (1): 837/947 kB error 03-Jan-2023 00:01:27 Progress (1): 845/947 kB error 03-Jan-2023 00:01:27 Progress (1): 853/947 kB error 03-Jan-2023 00:01:27 Progress (1): 861/947 kB error 03-Jan-2023 00:01:27 Progress (1): 869/947 kB error 03-Jan-2023 00:01:27 Progress (1): 877/947 kB error 03-Jan-2023 00:01:27 Progress (1): 886/947 kB error 03-Jan-2023 00:01:27 Progress (1): 894/947 kB error 03-Jan-2023 00:01:27 Progress (1): 898/947 kB error 03-Jan-2023 00:01:27 Progress (1): 906/947 kB error 03-Jan-2023 00:01:27 Progress (1): 914/947 kB error 03-Jan-2023 00:01:27 Progress (1): 923/947 kB error 03-Jan-2023 00:01:27 Progress (1): 931/947 kB error 03-Jan-2023 00:01:27 Progress (1): 935/947 kB error 03-Jan-2023 00:01:27 Progress (1): 944/947 kB error 03-Jan-2023 00:01:27 Progress (1): 947 kB error 03-Jan-2023 00:01:27 error 03-Jan-2023 00:01: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 1.9 MB/s) error 03-Jan-2023 00:01:27 #17 72.11 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:01:27 #17 72.11 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 00:01:28 #17 72.22 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:01:28 Progress (1): 5.0 kB error 03-Jan-2023 00:01:28 error 03-Jan-2023 00:01:28 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 00:01:28 #17 72.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 00:01:28 #17 72.46 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:01:28 Progress (1): 4.3 kB error 03-Jan-2023 00:01:28 error 03-Jan-2023 00:01:28 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 00:01:28 #17 72.57 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 00:01:28 #17 72.88 Progress (1): 0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:01:28 Progress (1): 4.8 MB error 03-Jan-2023 00:01:28 error 03-Jan-2023 00:01: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 7.1 MB/s) error 03-Jan-2023 00:01:29 #17 73.25 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:01:29 #17 73.25 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 00:01:29 #17 73.38 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:01:29 Progress (1): 5.5 kB error 03-Jan-2023 00:01:29 error 03-Jan-2023 00:01:29 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 23 kB/s) error 03-Jan-2023 00:01:29 #17 73.50 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 00:01:29 #17 73.61 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:01:29 Progress (1): 5.1 kB error 03-Jan-2023 00:01:29 error 03-Jan-2023 00:01:29 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 00:01:29 #17 73.73 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 00:01:29 #17 74.01 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:29 Progress (1): 1.2 MB error 03-Jan-2023 00:01:29 error 03-Jan-2023 00:01: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.8 MB/s) error 03-Jan-2023 00:01:29 #17 74.17 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:01:29 #17 74.18 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 00:01:29 #17 74.29 Progress (1): 3.2 kB error 03-Jan-2023 00:01:30 error 03-Jan-2023 00:01: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 14 kB/s) error 03-Jan-2023 00:01:30 #17 74.41 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 00:01:30 #17 74.54 Progress (1): 3.3/7.9 kB error 03-Jan-2023 00:01:30 Progress (1): 6.1/7.9 kB error 03-Jan-2023 00:01:30 Progress (1): 7.9 kB error 03-Jan-2023 00:01:30 error 03-Jan-2023 00:01:30 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 00:01:30 #17 74.65 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 00:01:30 #17 74.76 Progress (1): 3.3/116 kB error 03-Jan-2023 00:01:30 Progress (1): 6.1/116 kB error 03-Jan-2023 00:01:30 Progress (1): 8.9/116 kB error 03-Jan-2023 00:01:30 Progress (1): 12/116 kB error 03-Jan-2023 00:01:30 Progress (1): 15/116 kB error 03-Jan-2023 00:01:30 Progress (1): 17/116 kB error 03-Jan-2023 00:01:30 Progress (1): 20/116 kB error 03-Jan-2023 00:01:30 Progress (1): 23/116 kB error 03-Jan-2023 00:01:30 Progress (1): 26/116 kB error 03-Jan-2023 00:01:30 Progress (1): 29/116 kB error 03-Jan-2023 00:01:30 Progress (1): 31/116 kB error 03-Jan-2023 00:01:30 Progress (1): 34/116 kB error 03-Jan-2023 00:01:30 Progress (1): 37/116 kB error 03-Jan-2023 00:01:30 Progress (1): 40/116 kB error 03-Jan-2023 00:01:30 Progress (1): 43/116 kB error 03-Jan-2023 00:01:30 Progress (1): 45/116 kB error 03-Jan-2023 00:01:30 Progress (1): 48/116 kB error 03-Jan-2023 00:01:30 Progress (1): 51/116 kB error 03-Jan-2023 00:01:30 Progress (1): 54/116 kB error 03-Jan-2023 00:01:30 Progress (1): 56/116 kB error 03-Jan-2023 00:01:30 Progress (1): 59/116 kB error 03-Jan-2023 00:01:30 Progress (1): 62/116 kB error 03-Jan-2023 00:01:30 Progress (1): 65/116 kB error 03-Jan-2023 00:01:30 Progress (1): 68/116 kB error 03-Jan-2023 00:01:30 Progress (1): 70/116 kB error 03-Jan-2023 00:01:30 Progress (1): 73/116 kB error 03-Jan-2023 00:01:30 Progress (1): 76/116 kB error 03-Jan-2023 00:01:30 Progress (1): 79/116 kB error 03-Jan-2023 00:01:30 Progress (1): 82/116 kB error 03-Jan-2023 00:01:30 Progress (1): 84/116 kB error 03-Jan-2023 00:01:30 Progress (1): 87/116 kB error 03-Jan-2023 00:01:30 Progress (1): 90/116 kB error 03-Jan-2023 00:01:30 Progress (1): 93/116 kB error 03-Jan-2023 00:01:30 Progress (1): 96/116 kB error 03-Jan-2023 00:01:30 Progress (1): 98/116 kB error 03-Jan-2023 00:01:30 Progress (1): 101/116 kB error 03-Jan-2023 00:01:30 Progress (1): 104/116 kB error 03-Jan-2023 00:01:30 Progress (1): 107/116 kB error 03-Jan-2023 00:01:30 Progress (1): 110/116 kB error 03-Jan-2023 00:01:30 Progress (1): 112/116 kB error 03-Jan-2023 00:01:30 Progress (1): 115/116 kB error 03-Jan-2023 00:01:30 Progress (1): 116 kB error 03-Jan-2023 00:01:30 error 03-Jan-2023 00:01:30 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 360 kB/s) error 03-Jan-2023 00:01:30 #17 74.97 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:01:30 #17 74.98 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 00:01:30 #17 75.10 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:01:30 Progress (1): 5.9 kB error 03-Jan-2023 00:01:30 error 03-Jan-2023 00:01: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 26 kB/s) error 03-Jan-2023 00:01:30 #17 75.21 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 00:01:30 #17 75.32 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:01:31 Progress (1): 6.0 kB error 03-Jan-2023 00:01:31 error 03-Jan-2023 00:01: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 27 kB/s) error 03-Jan-2023 00:01:31 #17 75.43 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 00:01:31 #17 75.79 Progress (1): 4.1/571 kB error 03-Jan-2023 00:01:31 Progress (1): 8.2/571 kB error 03-Jan-2023 00:01:31 Progress (1): 12/571 kB error 03-Jan-2023 00:01:31 Progress (1): 16/571 kB error 03-Jan-2023 00:01:31 Progress (1): 20/571 kB error 03-Jan-2023 00:01:31 Progress (1): 25/571 kB error 03-Jan-2023 00:01:31 Progress (1): 29/571 kB error 03-Jan-2023 00:01:31 Progress (1): 33/571 kB error 03-Jan-2023 00:01:31 Progress (1): 37/571 kB error 03-Jan-2023 00:01:31 Progress (1): 41/571 kB error 03-Jan-2023 00:01:31 Progress (1): 45/571 kB error 03-Jan-2023 00:01:31 Progress (1): 49/571 kB error 03-Jan-2023 00:01:31 Progress (1): 51/571 kB error 03-Jan-2023 00:01:31 Progress (1): 55/571 kB error 03-Jan-2023 00:01:31 Progress (1): 60/571 kB error 03-Jan-2023 00:01:31 Progress (1): 62/571 kB error 03-Jan-2023 00:01:31 Progress (1): 66/571 kB error 03-Jan-2023 00:01:31 Progress (1): 71/571 kB error 03-Jan-2023 00:01:31 Progress (1): 75/571 kB error 03-Jan-2023 00:01:31 Progress (1): 79/571 kB error 03-Jan-2023 00:01:31 Progress (1): 83/571 kB error 03-Jan-2023 00:01:31 Progress (1): 87/571 kB error 03-Jan-2023 00:01:31 Progress (1): 91/571 kB error 03-Jan-2023 00:01:31 Progress (1): 95/571 kB error 03-Jan-2023 00:01:31 Progress (1): 97/571 kB error 03-Jan-2023 00:01:31 Progress (1): 101/571 kB error 03-Jan-2023 00:01:31 Progress (1): 105/571 kB error 03-Jan-2023 00:01:31 Progress (1): 109/571 kB error 03-Jan-2023 00:01:31 Progress (1): 114/571 kB error 03-Jan-2023 00:01:31 Progress (1): 116/571 kB error 03-Jan-2023 00:01:31 Progress (1): 120/571 kB error 03-Jan-2023 00:01:31 Progress (1): 125/571 kB error 03-Jan-2023 00:01:31 Progress (1): 129/571 kB error 03-Jan-2023 00:01:31 Progress (1): 133/571 kB error 03-Jan-2023 00:01:31 Progress (1): 137/571 kB error 03-Jan-2023 00:01:31 Progress (1): 141/571 kB error 03-Jan-2023 00:01:31 Progress (1): 145/571 kB error 03-Jan-2023 00:01:31 Progress (1): 149/571 kB error 03-Jan-2023 00:01:31 Progress (1): 153/571 kB error 03-Jan-2023 00:01:31 Progress (1): 157/571 kB error 03-Jan-2023 00:01:31 Progress (1): 161/571 kB error 03-Jan-2023 00:01:31 Progress (1): 165/571 kB error 03-Jan-2023 00:01:31 Progress (1): 170/571 kB error 03-Jan-2023 00:01:31 Progress (1): 174/571 kB error 03-Jan-2023 00:01:31 Progress (1): 178/571 kB error 03-Jan-2023 00:01:31 Progress (1): 182/571 kB error 03-Jan-2023 00:01:31 Progress (1): 186/571 kB error 03-Jan-2023 00:01:31 Progress (1): 190/571 kB error 03-Jan-2023 00:01:31 Progress (1): 193/571 kB error 03-Jan-2023 00:01:31 Progress (1): 197/571 kB error 03-Jan-2023 00:01:31 Progress (1): 201/571 kB error 03-Jan-2023 00:01:31 Progress (1): 205/571 kB error 03-Jan-2023 00:01:31 Progress (1): 209/571 kB error 03-Jan-2023 00:01:31 Progress (1): 213/571 kB error 03-Jan-2023 00:01:31 Progress (1): 217/571 kB error 03-Jan-2023 00:01:31 Progress (1): 222/571 kB error 03-Jan-2023 00:01:31 Progress (1): 226/571 kB error 03-Jan-2023 00:01:31 Progress (1): 228/571 kB error 03-Jan-2023 00:01:31 Progress (1): 232/571 kB error 03-Jan-2023 00:01:31 Progress (1): 236/571 kB error 03-Jan-2023 00:01:31 Progress (1): 240/571 kB error 03-Jan-2023 00:01:31 Progress (1): 244/571 kB error 03-Jan-2023 00:01:31 Progress (1): 248/571 kB error 03-Jan-2023 00:01:31 Progress (1): 252/571 kB error 03-Jan-2023 00:01:31 Progress (1): 256/571 kB error 03-Jan-2023 00:01:31 Progress (1): 260/571 kB error 03-Jan-2023 00:01:31 Progress (1): 263/571 kB error 03-Jan-2023 00:01:31 Progress (1): 267/571 kB error 03-Jan-2023 00:01:31 Progress (1): 271/571 kB error 03-Jan-2023 00:01:31 Progress (1): 275/571 kB error 03-Jan-2023 00:01:31 Progress (1): 279/571 kB error 03-Jan-2023 00:01:31 Progress (1): 283/571 kB error 03-Jan-2023 00:01:31 Progress (1): 287/571 kB error 03-Jan-2023 00:01:31 Progress (1): 291/571 kB error 03-Jan-2023 00:01:31 Progress (1): 295/571 kB error 03-Jan-2023 00:01:31 Progress (1): 297/571 kB error 03-Jan-2023 00:01:31 Progress (1): 301/571 kB error 03-Jan-2023 00:01:31 Progress (1): 306/571 kB error 03-Jan-2023 00:01:31 Progress (1): 310/571 kB error 03-Jan-2023 00:01:31 Progress (1): 314/571 kB error 03-Jan-2023 00:01:31 Progress (1): 318/571 kB error 03-Jan-2023 00:01:31 Progress (1): 322/571 kB error 03-Jan-2023 00:01:31 Progress (1): 326/571 kB error 03-Jan-2023 00:01:31 Progress (1): 330/571 kB error 03-Jan-2023 00:01:31 Progress (1): 332/571 kB error 03-Jan-2023 00:01:31 Progress (1): 336/571 kB error 03-Jan-2023 00:01:31 Progress (1): 340/571 kB error 03-Jan-2023 00:01:31 Progress (1): 344/571 kB error 03-Jan-2023 00:01:31 Progress (1): 349/571 kB error 03-Jan-2023 00:01:31 Progress (1): 353/571 kB error 03-Jan-2023 00:01:31 Progress (1): 357/571 kB error 03-Jan-2023 00:01:31 Progress (1): 361/571 kB error 03-Jan-2023 00:01:31 Progress (1): 365/571 kB error 03-Jan-2023 00:01:31 Progress (1): 367/571 kB error 03-Jan-2023 00:01:31 Progress (1): 371/571 kB error 03-Jan-2023 00:01:31 Progress (1): 375/571 kB error 03-Jan-2023 00:01:31 Progress (1): 379/571 kB error 03-Jan-2023 00:01:31 Progress (1): 383/571 kB error 03-Jan-2023 00:01:31 Progress (1): 387/571 kB error 03-Jan-2023 00:01:31 Progress (1): 392/571 kB error 03-Jan-2023 00:01:31 Progress (1): 396/571 kB error 03-Jan-2023 00:01:31 Progress (1): 400/571 kB error 03-Jan-2023 00:01:31 Progress (1): 402/571 kB error 03-Jan-2023 00:01:31 Progress (1): 406/571 kB error 03-Jan-2023 00:01:31 Progress (1): 410/571 kB error 03-Jan-2023 00:01:31 Progress (1): 414/571 kB error 03-Jan-2023 00:01:31 Progress (1): 418/571 kB error 03-Jan-2023 00:01:31 Progress (1): 422/571 kB error 03-Jan-2023 00:01:31 Progress (1): 426/571 kB error 03-Jan-2023 00:01:31 Progress (1): 430/571 kB error 03-Jan-2023 00:01:31 Progress (1): 435/571 kB error 03-Jan-2023 00:01:31 Progress (1): 437/571 kB error 03-Jan-2023 00:01:31 Progress (1): 441/571 kB error 03-Jan-2023 00:01:31 Progress (1): 445/571 kB error 03-Jan-2023 00:01:31 Progress (1): 449/571 kB error 03-Jan-2023 00:01:31 Progress (1): 453/571 kB error 03-Jan-2023 00:01:31 Progress (1): 457/571 kB error 03-Jan-2023 00:01:31 Progress (1): 461/571 kB error 03-Jan-2023 00:01:31 Progress (1): 465/571 kB error 03-Jan-2023 00:01:31 Progress (1): 469/571 kB error 03-Jan-2023 00:01:31 Progress (1): 473/571 kB error 03-Jan-2023 00:01:31 Progress (1): 476/571 kB error 03-Jan-2023 00:01:31 Progress (1): 480/571 kB error 03-Jan-2023 00:01:31 Progress (1): 484/571 kB error 03-Jan-2023 00:01:31 Progress (1): 488/571 kB error 03-Jan-2023 00:01:31 Progress (1): 492/571 kB error 03-Jan-2023 00:01:31 Progress (1): 496/571 kB error 03-Jan-2023 00:01:31 Progress (1): 500/571 kB error 03-Jan-2023 00:01:31 Progress (1): 504/571 kB error 03-Jan-2023 00:01:31 Progress (1): 508/571 kB error 03-Jan-2023 00:01:31 Progress (1): 511/571 kB error 03-Jan-2023 00:01:31 Progress (1): 515/571 kB error 03-Jan-2023 00:01:31 Progress (1): 519/571 kB error 03-Jan-2023 00:01:31 Progress (1): 521/571 kB error 03-Jan-2023 00:01:31 Progress (1): 525/571 kB error 03-Jan-2023 00:01:31 Progress (1): 530/571 kB error 03-Jan-2023 00:01:31 Progress (1): 534/571 kB error 03-Jan-2023 00:01:31 Progress (1): 538/571 kB error 03-Jan-2023 00:01:31 Progress (1): 542/571 kB error 03-Jan-2023 00:01:31 Progress (1): 546/571 kB error 03-Jan-2023 00:01:31 Progress (1): 550/571 kB error 03-Jan-2023 00:01:31 Progress (1): 554/571 kB error 03-Jan-2023 00:01:31 Progress (1): 556/571 kB error 03-Jan-2023 00:01:31 Progress (1): 560/571 kB error 03-Jan-2023 00:01:31 Progress (1): 564/571 kB error 03-Jan-2023 00:01:31 Progress (1): 568/571 kB error 03-Jan-2023 00:01:31 Progress (1): 571 kB error 03-Jan-2023 00:01:31 error 03-Jan-2023 00:01:31 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 00:01:31 #17 75.92 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:01:31 #17 75.93 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 00:01:31 #17 76.04 Progress (1): 3.3/4.7 kB error 03-Jan-2023 00:01:31 Progress (1): 4.7 kB error 03-Jan-2023 00:01:31 error 03-Jan-2023 00:01:31 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 00:01:31 #17 76.16 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 00:01:31 #17 76.28 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:01:32 Progress (1): 9.6 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01: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 40 kB/s) error 03-Jan-2023 00:01:32 #17 76.41 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 00:01:32 #17 76.71 Progress (1): 4.1/222 kB error 03-Jan-2023 00:01:32 Progress (1): 8.2/222 kB error 03-Jan-2023 00:01:32 Progress (1): 12/222 kB error 03-Jan-2023 00:01:32 Progress (1): 16/222 kB error 03-Jan-2023 00:01:32 Progress (1): 20/222 kB error 03-Jan-2023 00:01:32 Progress (1): 25/222 kB error 03-Jan-2023 00:01:32 Progress (1): 29/222 kB error 03-Jan-2023 00:01:32 Progress (1): 33/222 kB error 03-Jan-2023 00:01:32 Progress (1): 37/222 kB error 03-Jan-2023 00:01:32 Progress (1): 41/222 kB error 03-Jan-2023 00:01:32 Progress (1): 45/222 kB error 03-Jan-2023 00:01:32 Progress (1): 49/222 kB error 03-Jan-2023 00:01:32 Progress (1): 53/222 kB error 03-Jan-2023 00:01:32 Progress (1): 57/222 kB error 03-Jan-2023 00:01:32 Progress (1): 61/222 kB error 03-Jan-2023 00:01:32 Progress (1): 66/222 kB error 03-Jan-2023 00:01:32 Progress (1): 70/222 kB error 03-Jan-2023 00:01:32 Progress (1): 74/222 kB error 03-Jan-2023 00:01:32 Progress (1): 76/222 kB error 03-Jan-2023 00:01:32 Progress (1): 80/222 kB error 03-Jan-2023 00:01:32 Progress (1): 84/222 kB error 03-Jan-2023 00:01:32 Progress (1): 88/222 kB error 03-Jan-2023 00:01:32 Progress (1): 92/222 kB error 03-Jan-2023 00:01:32 Progress (1): 96/222 kB error 03-Jan-2023 00:01:32 Progress (1): 100/222 kB error 03-Jan-2023 00:01:32 Progress (1): 105/222 kB error 03-Jan-2023 00:01:32 Progress (1): 109/222 kB error 03-Jan-2023 00:01:32 Progress (1): 111/222 kB error 03-Jan-2023 00:01:32 Progress (1): 115/222 kB error 03-Jan-2023 00:01:32 Progress (1): 119/222 kB error 03-Jan-2023 00:01:32 Progress (1): 123/222 kB error 03-Jan-2023 00:01:32 Progress (1): 127/222 kB error 03-Jan-2023 00:01:32 Progress (1): 131/222 kB error 03-Jan-2023 00:01:32 Progress (1): 134/222 kB error 03-Jan-2023 00:01:32 Progress (1): 138/222 kB error 03-Jan-2023 00:01:32 Progress (1): 142/222 kB error 03-Jan-2023 00:01:32 Progress (1): 146/222 kB error 03-Jan-2023 00:01:32 Progress (1): 150/222 kB error 03-Jan-2023 00:01:32 Progress (1): 154/222 kB error 03-Jan-2023 00:01:32 Progress (1): 158/222 kB error 03-Jan-2023 00:01:32 Progress (1): 162/222 kB error 03-Jan-2023 00:01:32 Progress (1): 166/222 kB error 03-Jan-2023 00:01:32 Progress (1): 169/222 kB error 03-Jan-2023 00:01:32 Progress (1): 173/222 kB error 03-Jan-2023 00:01:32 Progress (1): 177/222 kB error 03-Jan-2023 00:01:32 Progress (1): 181/222 kB error 03-Jan-2023 00:01:32 Progress (1): 185/222 kB error 03-Jan-2023 00:01:32 Progress (1): 188/222 kB error 03-Jan-2023 00:01:32 Progress (1): 192/222 kB error 03-Jan-2023 00:01:32 Progress (1): 197/222 kB error 03-Jan-2023 00:01:32 Progress (1): 201/222 kB error 03-Jan-2023 00:01:32 Progress (1): 205/222 kB error 03-Jan-2023 00:01:32 Progress (1): 209/222 kB error 03-Jan-2023 00:01:32 Progress (1): 213/222 kB error 03-Jan-2023 00:01:32 Progress (1): 215/222 kB error 03-Jan-2023 00:01:32 Progress (1): 219/222 kB error 03-Jan-2023 00:01:32 Progress (1): 222 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 510 kB/s) error 03-Jan-2023 00:01:32 #17 76.85 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:01:32 #17 76.85 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 00:01:32 #17 76.96 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:01:32 Progress (1): 8.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 #17 ... error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:32 #14 69.85 Progress (1): 2.1 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom (2.1 kB at 6.0 kB/s) error 03-Jan-2023 00:01:32 #14 70.17 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 00:01:32 #14 70.44 Progress (1): 3.3/37 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/37 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/37 kB error 03-Jan-2023 00:01:32 Progress (1): 12/37 kB error 03-Jan-2023 00:01:32 Progress (1): 15/37 kB error 03-Jan-2023 00:01:32 Progress (1): 17/37 kB error 03-Jan-2023 00:01:32 Progress (1): 20/37 kB error 03-Jan-2023 00:01:32 Progress (1): 23/37 kB error 03-Jan-2023 00:01:32 Progress (1): 26/37 kB error 03-Jan-2023 00:01:32 Progress (1): 29/37 kB error 03-Jan-2023 00:01:32 Progress (1): 31/37 kB error 03-Jan-2023 00:01:32 Progress (1): 34/37 kB error 03-Jan-2023 00:01:32 Progress (1): 37/37 kB error 03-Jan-2023 00:01:32 Progress (1): 37 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 57 kB/s) error 03-Jan-2023 00:01:32 #14 71.07 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 00:01:32 #14 71.23 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:32 Progress (1): 12/13 kB error 03-Jan-2023 00:01:32 Progress (1): 13 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 39 kB/s) error 03-Jan-2023 00:01:32 #14 71.44 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 00:01:32 #14 71.57 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:01:32 Progress (1): 9.5 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 34 kB/s) error 03-Jan-2023 00:01:32 #14 71.78 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 00:01:32 #14 71.93 Progress (1): 2.0 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 7.2 kB/s) error 03-Jan-2023 00:01:32 #14 72.09 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 00:01:32 #14 72.27 Progress (1): 3.3/23 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/23 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/23 kB error 03-Jan-2023 00:01:32 Progress (1): 12/23 kB error 03-Jan-2023 00:01:32 Progress (1): 15/23 kB error 03-Jan-2023 00:01:32 Progress (1): 17/23 kB error 03-Jan-2023 00:01:32 Progress (1): 20/23 kB error 03-Jan-2023 00:01:32 Progress (1): 23 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 66 kB/s) error 03-Jan-2023 00:01:32 #14 72.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 00:01:32 #14 72.68 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:32 Progress (1): 12/13 kB error 03-Jan-2023 00:01:32 Progress (1): 13 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 39 kB/s) error 03-Jan-2023 00:01:32 #14 72.89 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 00:01:32 #14 73.03 Progress (1): 1.3 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 4.4 kB/s) error 03-Jan-2023 00:01:32 #14 73.21 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 00:01:32 #14 73.34 Progress (1): 3.3/29 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/29 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/29 kB error 03-Jan-2023 00:01:32 Progress (1): 12/29 kB error 03-Jan-2023 00:01:32 Progress (1): 15/29 kB error 03-Jan-2023 00:01:32 Progress (1): 17/29 kB error 03-Jan-2023 00:01:32 Progress (1): 20/29 kB error 03-Jan-2023 00:01:32 Progress (1): 23/29 kB error 03-Jan-2023 00:01:32 Progress (1): 26/29 kB error 03-Jan-2023 00:01:32 Progress (1): 29/29 kB error 03-Jan-2023 00:01:32 Progress (1): 29 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 105 kB/s) error 03-Jan-2023 00:01:32 #14 73.49 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 00:01:32 #14 73.62 Progress (1): 3.3/3.5 kB error 03-Jan-2023 00:01:32 Progress (1): 3.5 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 00:01:32 #14 73.75 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 00:01:32 #14 73.87 Progress (1): 3.3/10 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/10 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/10 kB error 03-Jan-2023 00:01:32 Progress (1): 10 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 43 kB/s) error 03-Jan-2023 00:01:32 #14 74.04 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 00:01:32 #14 74.18 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:32 Progress (1): 12/13 kB error 03-Jan-2023 00:01:32 Progress (1): 13 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 48 kB/s) error 03-Jan-2023 00:01:32 #14 74.52 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 00:01:32 #14 74.64 Progress (1): 3.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 14 kB/s) error 03-Jan-2023 00:01:32 #14 74.82 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 00:01:32 #14 74.95 Progress (1): 1.7 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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.6 kB/s) error 03-Jan-2023 00:01:32 #14 76.16 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 00:01:32 #14 76.59 Progress (1): 3.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 5.2 kB/s) error 03-Jan-2023 00:01:32 #14 76.96 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 00:01:32 #14 77.10 Progress (1): 2.8 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 00:01:32 #14 77.36 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 00:01:32 #14 77.52 Progress (1): 3.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 11 kB/s) error 03-Jan-2023 00:01:32 #14 77.68 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 00:01:32 #14 77.86 Progress (1): 3.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 10.0 kB/s) error 03-Jan-2023 00:01:32 #14 78.06 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 00:01:32 #14 78.21 Progress (1): 3.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 11 kB/s) error 03-Jan-2023 00:01:32 #14 78.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 00:01:32 #14 78.55 Progress (1): 3.3/59 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/59 kB error 03-Jan-2023 00:01:32 Progress (1): 8.9/59 kB error 03-Jan-2023 00:01:32 Progress (1): 12/59 kB error 03-Jan-2023 00:01:32 Progress (1): 15/59 kB error 03-Jan-2023 00:01:32 Progress (1): 17/59 kB error 03-Jan-2023 00:01:32 Progress (1): 20/59 kB error 03-Jan-2023 00:01:32 Progress (1): 23/59 kB error 03-Jan-2023 00:01:32 Progress (1): 26/59 kB error 03-Jan-2023 00:01:32 Progress (1): 29/59 kB error 03-Jan-2023 00:01:32 Progress (1): 31/59 kB error 03-Jan-2023 00:01:32 Progress (1): 34/59 kB error 03-Jan-2023 00:01:32 Progress (1): 37/59 kB error 03-Jan-2023 00:01:32 Progress (1): 40/59 kB error 03-Jan-2023 00:01:32 Progress (1): 42/59 kB error 03-Jan-2023 00:01:32 Progress (1): 45/59 kB error 03-Jan-2023 00:01:32 Progress (1): 48/59 kB error 03-Jan-2023 00:01:32 Progress (1): 51/59 kB error 03-Jan-2023 00:01:32 Progress (1): 54/59 kB error 03-Jan-2023 00:01:32 Progress (1): 56/59 kB error 03-Jan-2023 00:01:32 Progress (1): 59 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 156 kB/s) error 03-Jan-2023 00:01:32 #14 79.59 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 00:01:32 #14 79.60 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 00:01:32 #14 79.60 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 00:01:32 #14 79.60 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 00:01:32 #14 79.60 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 00:01:32 #14 ... error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:32 #17 76.96 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:01:32 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:01:32 Progress (1): 8.2 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01:32 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 36 kB/s) error 03-Jan-2023 00:01:32 #17 77.08 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 00:01:32 #17 77.20 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:01:32 Progress (1): 5.1 kB error 03-Jan-2023 00:01:32 error 03-Jan-2023 00:01: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 00:01:33 #17 77.31 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 00:01:33 #17 77.43 Progress (1): 3.3/75 kB error 03-Jan-2023 00:01:33 Progress (1): 6.1/75 kB error 03-Jan-2023 00:01:33 Progress (1): 8.9/75 kB error 03-Jan-2023 00:01:33 Progress (1): 12/75 kB error 03-Jan-2023 00:01:33 Progress (1): 15/75 kB error 03-Jan-2023 00:01:33 Progress (1): 17/75 kB error 03-Jan-2023 00:01:33 Progress (1): 20/75 kB error 03-Jan-2023 00:01:33 Progress (1): 23/75 kB error 03-Jan-2023 00:01:33 Progress (1): 26/75 kB error 03-Jan-2023 00:01:33 Progress (1): 29/75 kB error 03-Jan-2023 00:01:33 Progress (1): 31/75 kB error 03-Jan-2023 00:01:33 Progress (1): 34/75 kB error 03-Jan-2023 00:01:33 Progress (1): 37/75 kB error 03-Jan-2023 00:01:33 Progress (1): 40/75 kB error 03-Jan-2023 00:01:33 Progress (1): 43/75 kB error 03-Jan-2023 00:01:33 Progress (1): 45/75 kB error 03-Jan-2023 00:01:33 Progress (1): 48/75 kB error 03-Jan-2023 00:01:33 Progress (1): 51/75 kB error 03-Jan-2023 00:01:33 Progress (1): 54/75 kB error 03-Jan-2023 00:01:33 Progress (1): 57/75 kB error 03-Jan-2023 00:01:33 Progress (1): 59/75 kB error 03-Jan-2023 00:01:33 Progress (1): 62/75 kB error 03-Jan-2023 00:01:33 Progress (1): 65/75 kB error 03-Jan-2023 00:01:33 Progress (1): 68/75 kB error 03-Jan-2023 00:01:33 Progress (1): 71/75 kB error 03-Jan-2023 00:01:33 Progress (1): 73/75 kB error 03-Jan-2023 00:01:33 Progress (1): 75 kB error 03-Jan-2023 00:01:33 error 03-Jan-2023 00:01: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 321 kB/s) error 03-Jan-2023 00:01:33 #17 77.55 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:01:33 #17 77.55 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 00:01:33 #17 77.67 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:01:33 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:01:33 Progress (1): 6.8 kB error 03-Jan-2023 00:01:33 error 03-Jan-2023 00:01:33 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 30 kB/s) error 03-Jan-2023 00:01:33 #17 77.78 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 00:01:33 #17 77.89 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:33 Progress (1): 5.3 kB error 03-Jan-2023 00:01:33 error 03-Jan-2023 00:01:33 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 00:01:33 #17 78.01 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 00:01:33 #17 78.28 Progress (1): 4.1/235 kB error 03-Jan-2023 00:01:33 Progress (1): 8.2/235 kB error 03-Jan-2023 00:01:33 Progress (1): 12/235 kB error 03-Jan-2023 00:01:34 Progress (1): 16/235 kB error 03-Jan-2023 00:01:34 Progress (1): 20/235 kB error 03-Jan-2023 00:01:34 Progress (1): 25/235 kB error 03-Jan-2023 00:01:34 Progress (1): 29/235 kB error 03-Jan-2023 00:01:34 Progress (1): 33/235 kB error 03-Jan-2023 00:01:34 Progress (1): 37/235 kB error 03-Jan-2023 00:01:34 Progress (1): 41/235 kB error 03-Jan-2023 00:01:34 Progress (1): 45/235 kB error 03-Jan-2023 00:01:34 Progress (1): 49/235 kB error 03-Jan-2023 00:01:34 Progress (1): 52/235 kB error 03-Jan-2023 00:01:34 Progress (1): 56/235 kB error 03-Jan-2023 00:01:34 Progress (1): 60/235 kB error 03-Jan-2023 00:01:34 Progress (1): 64/235 kB error 03-Jan-2023 00:01:34 Progress (1): 68/235 kB error 03-Jan-2023 00:01:34 Progress (1): 72/235 kB error 03-Jan-2023 00:01:34 Progress (1): 76/235 kB error 03-Jan-2023 00:01:34 Progress (1): 80/235 kB error 03-Jan-2023 00:01:34 Progress (1): 84/235 kB error 03-Jan-2023 00:01:34 Progress (1): 86/235 kB error 03-Jan-2023 00:01:34 Progress (1): 90/235 kB error 03-Jan-2023 00:01:34 Progress (1): 95/235 kB error 03-Jan-2023 00:01:34 Progress (1): 99/235 kB error 03-Jan-2023 00:01:34 Progress (1): 103/235 kB error 03-Jan-2023 00:01:34 Progress (1): 107/235 kB error 03-Jan-2023 00:01:34 Progress (1): 111/235 kB error 03-Jan-2023 00:01:34 Progress (1): 115/235 kB error 03-Jan-2023 00:01:34 Progress (1): 119/235 kB error 03-Jan-2023 00:01:34 Progress (1): 121/235 kB error 03-Jan-2023 00:01:34 Progress (1): 125/235 kB error 03-Jan-2023 00:01:34 Progress (1): 129/235 kB error 03-Jan-2023 00:01:34 Progress (1): 133/235 kB error 03-Jan-2023 00:01:34 Progress (1): 138/235 kB error 03-Jan-2023 00:01:34 Progress (1): 142/235 kB error 03-Jan-2023 00:01:34 Progress (1): 146/235 kB error 03-Jan-2023 00:01:34 Progress (1): 150/235 kB error 03-Jan-2023 00:01:34 Progress (1): 154/235 kB error 03-Jan-2023 00:01:34 Progress (1): 158/235 kB error 03-Jan-2023 00:01:34 Progress (1): 160/235 kB error 03-Jan-2023 00:01:34 Progress (1): 164/235 kB error 03-Jan-2023 00:01:34 Progress (1): 168/235 kB error 03-Jan-2023 00:01:34 Progress (1): 172/235 kB error 03-Jan-2023 00:01:34 Progress (1): 177/235 kB error 03-Jan-2023 00:01:34 Progress (1): 181/235 kB error 03-Jan-2023 00:01:34 Progress (1): 185/235 kB error 03-Jan-2023 00:01:34 Progress (1): 188/235 kB error 03-Jan-2023 00:01:34 Progress (1): 192/235 kB error 03-Jan-2023 00:01:34 Progress (1): 197/235 kB error 03-Jan-2023 00:01:34 Progress (1): 201/235 kB error 03-Jan-2023 00:01:34 Progress (1): 205/235 kB error 03-Jan-2023 00:01:34 Progress (1): 209/235 kB error 03-Jan-2023 00:01:34 Progress (1): 213/235 kB error 03-Jan-2023 00:01:34 Progress (1): 217/235 kB error 03-Jan-2023 00:01:34 Progress (1): 221/235 kB error 03-Jan-2023 00:01:34 Progress (1): 224/235 kB error 03-Jan-2023 00:01:34 Progress (1): 228/235 kB error 03-Jan-2023 00:01:34 Progress (1): 232/235 kB error 03-Jan-2023 00:01:34 Progress (1): 235 kB error 03-Jan-2023 00:01:34 error 03-Jan-2023 00:01: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 577 kB/s) error 03-Jan-2023 00:01:34 #17 78.42 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:01:34 #17 78.42 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 00:01:34 #17 78.53 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:01:34 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:01:34 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:01:34 Progress (1): 9.9 kB error 03-Jan-2023 00:01:34 error 03-Jan-2023 00:01: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 43 kB/s) error 03-Jan-2023 00:01:34 #17 78.65 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 00:01:34 #17 78.77 Progress (1): 3.3/12 kB error 03-Jan-2023 00:01:34 Progress (1): 6.1/12 kB error 03-Jan-2023 00:01:34 Progress (1): 8.9/12 kB error 03-Jan-2023 00:01:34 Progress (1): 12/12 kB error 03-Jan-2023 00:01:34 Progress (1): 12 kB error 03-Jan-2023 00:01:34 error 03-Jan-2023 00:01: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 53 kB/s) error 03-Jan-2023 00:01:34 #17 78.88 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 00:01:35 #17 79.23 Progress (1): 0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.1/5.1 MB error 03-Jan-2023 00:01:35 Progress (1): 5.1 MB error 03-Jan-2023 00:01:35 error 03-Jan-2023 00:01: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 7.3 MB/s) error 03-Jan-2023 00:01:35 #17 79.58 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:01:35 #17 79.58 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 00:01:35 #17 79.70 Progress (1): 3.3/11 kB error 03-Jan-2023 00:01:35 Progress (1): 6.1/11 kB error 03-Jan-2023 00:01:35 Progress (1): 8.9/11 kB error 03-Jan-2023 00:01:35 Progress (1): 11 kB error 03-Jan-2023 00:01:35 error 03-Jan-2023 00:01: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 47 kB/s) error 03-Jan-2023 00:01:35 #17 79.81 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 00:01:35 #17 79.93 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:01:35 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:01:35 Progress (1): 6.2 kB error 03-Jan-2023 00:01:35 error 03-Jan-2023 00:01:35 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 00:01:35 #17 80.04 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 00:01:36 #17 80.33 Progress (1): 4.1/313 kB error 03-Jan-2023 00:01:36 Progress (1): 7.5/313 kB error 03-Jan-2023 00:01:36 Progress (1): 12/313 kB error 03-Jan-2023 00:01:36 Progress (1): 16/313 kB error 03-Jan-2023 00:01:36 Progress (1): 20/313 kB error 03-Jan-2023 00:01:36 Progress (1): 24/313 kB error 03-Jan-2023 00:01:36 Progress (1): 28/313 kB error 03-Jan-2023 00:01:36 Progress (1): 32/313 kB error 03-Jan-2023 00:01:36 Progress (1): 36/313 kB error 03-Jan-2023 00:01:36 Progress (1): 40/313 kB error 03-Jan-2023 00:01:36 Progress (1): 42/313 kB error 03-Jan-2023 00:01:36 Progress (1): 46/313 kB error 03-Jan-2023 00:01:36 Progress (1): 51/313 kB error 03-Jan-2023 00:01:36 Progress (1): 53/313 kB error 03-Jan-2023 00:01:36 Progress (1): 57/313 kB error 03-Jan-2023 00:01:36 Progress (1): 62/313 kB error 03-Jan-2023 00:01:36 Progress (1): 66/313 kB error 03-Jan-2023 00:01:36 Progress (1): 70/313 kB error 03-Jan-2023 00:01:36 Progress (1): 74/313 kB error 03-Jan-2023 00:01:36 Progress (1): 78/313 kB error 03-Jan-2023 00:01:36 Progress (1): 82/313 kB error 03-Jan-2023 00:01:36 Progress (1): 86/313 kB error 03-Jan-2023 00:01:36 Progress (1): 88/313 kB error 03-Jan-2023 00:01:36 Progress (1): 92/313 kB error 03-Jan-2023 00:01:36 Progress (1): 96/313 kB error 03-Jan-2023 00:01:36 Progress (1): 100/313 kB error 03-Jan-2023 00:01:36 Progress (1): 105/313 kB error 03-Jan-2023 00:01:36 Progress (1): 109/313 kB error 03-Jan-2023 00:01:36 Progress (1): 113/313 kB error 03-Jan-2023 00:01:36 Progress (1): 116/313 kB error 03-Jan-2023 00:01:36 Progress (1): 120/313 kB error 03-Jan-2023 00:01:36 Progress (1): 125/313 kB error 03-Jan-2023 00:01:36 Progress (1): 129/313 kB error 03-Jan-2023 00:01:36 Progress (1): 133/313 kB error 03-Jan-2023 00:01:36 Progress (1): 137/313 kB error 03-Jan-2023 00:01:36 Progress (1): 141/313 kB error 03-Jan-2023 00:01:36 Progress (1): 145/313 kB error 03-Jan-2023 00:01:36 Progress (1): 149/313 kB error 03-Jan-2023 00:01:36 Progress (1): 153/313 kB error 03-Jan-2023 00:01:36 Progress (1): 157/313 kB error 03-Jan-2023 00:01:36 Progress (1): 161/313 kB error 03-Jan-2023 00:01:36 Progress (1): 165/313 kB error 03-Jan-2023 00:01:36 Progress (1): 170/313 kB error 03-Jan-2023 00:01:36 Progress (1): 174/313 kB error 03-Jan-2023 00:01:36 Progress (1): 178/313 kB error 03-Jan-2023 00:01:36 Progress (1): 182/313 kB error 03-Jan-2023 00:01:36 Progress (1): 186/313 kB error 03-Jan-2023 00:01:36 Progress (1): 188/313 kB error 03-Jan-2023 00:01:36 Progress (1): 192/313 kB error 03-Jan-2023 00:01:36 Progress (1): 197/313 kB error 03-Jan-2023 00:01:36 Progress (1): 201/313 kB error 03-Jan-2023 00:01:36 Progress (1): 205/313 kB error 03-Jan-2023 00:01:36 Progress (1): 209/313 kB error 03-Jan-2023 00:01:36 Progress (1): 213/313 kB error 03-Jan-2023 00:01:36 Progress (1): 217/313 kB error 03-Jan-2023 00:01:36 Progress (1): 221/313 kB error 03-Jan-2023 00:01:36 Progress (1): 225/313 kB error 03-Jan-2023 00:01:36 Progress (1): 229/313 kB error 03-Jan-2023 00:01:36 Progress (1): 232/313 kB error 03-Jan-2023 00:01:36 Progress (1): 236/313 kB error 03-Jan-2023 00:01:36 Progress (1): 240/313 kB error 03-Jan-2023 00:01:36 Progress (1): 244/313 kB error 03-Jan-2023 00:01:36 Progress (1): 249/313 kB error 03-Jan-2023 00:01:36 Progress (1): 251/313 kB error 03-Jan-2023 00:01:36 Progress (1): 255/313 kB error 03-Jan-2023 00:01:36 Progress (1): 260/313 kB error 03-Jan-2023 00:01:36 Progress (1): 264/313 kB error 03-Jan-2023 00:01:36 Progress (1): 268/313 kB error 03-Jan-2023 00:01:36 Progress (1): 272/313 kB error 03-Jan-2023 00:01:36 Progress (1): 276/313 kB error 03-Jan-2023 00:01:36 Progress (1): 280/313 kB error 03-Jan-2023 00:01:36 Progress (1): 284/313 kB error 03-Jan-2023 00:01:36 Progress (1): 288/313 kB error 03-Jan-2023 00:01:36 Progress (1): 292/313 kB error 03-Jan-2023 00:01:36 Progress (1): 295/313 kB error 03-Jan-2023 00:01:36 Progress (1): 299/313 kB error 03-Jan-2023 00:01:36 Progress (1): 303/313 kB error 03-Jan-2023 00:01:36 Progress (1): 307/313 kB error 03-Jan-2023 00:01:36 Progress (1): 312/313 kB error 03-Jan-2023 00:01:36 Progress (1): 313 kB error 03-Jan-2023 00:01:36 error 03-Jan-2023 00:01: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 718 kB/s) error 03-Jan-2023 00:01:36 #17 80.48 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:01:36 #17 80.48 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 00:01:36 #17 80.59 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:01:36 Progress (1): 5.9 kB error 03-Jan-2023 00:01:36 error 03-Jan-2023 00:01: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 00:01:36 #17 80.71 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 00:01:36 #17 80.82 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:36 Progress (1): 5.3 kB error 03-Jan-2023 00:01:36 error 03-Jan-2023 00:01:36 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 00:01:36 #17 80.95 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 00:01:36 #17 81.06 Progress (1): 3.3/27 kB error 03-Jan-2023 00:01:36 Progress (1): 6.1/27 kB error 03-Jan-2023 00:01:36 Progress (1): 8.9/27 kB error 03-Jan-2023 00:01:36 Progress (1): 12/27 kB error 03-Jan-2023 00:01:36 Progress (1): 15/27 kB error 03-Jan-2023 00:01:36 Progress (1): 17/27 kB error 03-Jan-2023 00:01:36 Progress (1): 20/27 kB error 03-Jan-2023 00:01:36 Progress (1): 23/27 kB error 03-Jan-2023 00:01:36 Progress (1): 26/27 kB error 03-Jan-2023 00:01:36 Progress (1): 27 kB error 03-Jan-2023 00:01:36 error 03-Jan-2023 00:01:36 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 119 kB/s) error 03-Jan-2023 00:01:36 #17 81.18 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:01:36 #17 81.18 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 00:01:37 #17 81.28 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:01:37 Progress (1): 4.1 kB error 03-Jan-2023 00:01:37 error 03-Jan-2023 00:01: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 00:01:37 #17 81.40 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 00:01:37 #17 81.51 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:01:37 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:01:37 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:01:37 Progress (1): 9.9 kB error 03-Jan-2023 00:01:37 error 03-Jan-2023 00:01: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 00:01:37 #17 81.63 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 00:01:37 #17 81.93 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:01:37 Progress (1): 1.2 MB error 03-Jan-2023 00:01:37 error 03-Jan-2023 00:01:37 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 00:01:37 #17 82.16 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:01:37 #17 82.16 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 00:01:37 #17 82.27 Progress (1): 3.3/4.6 kB error 03-Jan-2023 00:01:37 Progress (1): 4.6 kB error 03-Jan-2023 00:01:38 error 03-Jan-2023 00:01: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 20 kB/s) error 03-Jan-2023 00:01:38 #17 82.39 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 00:01:38 #17 82.50 Progress (1): 3.3/12 kB error 03-Jan-2023 00:01:38 Progress (1): 6.1/12 kB error 03-Jan-2023 00:01:38 Progress (1): 8.9/12 kB error 03-Jan-2023 00:01:38 Progress (1): 12/12 kB error 03-Jan-2023 00:01:38 Progress (1): 12 kB error 03-Jan-2023 00:01:38 error 03-Jan-2023 00:01: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 00:01:38 #17 82.62 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 00:01:38 #17 82.97 Progress (1): 0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:01:38 Progress (1): 3.3 MB error 03-Jan-2023 00:01:39 error 03-Jan-2023 00:01: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.0 MB/s) error 03-Jan-2023 00:01:39 #17 83.29 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:01:39 #17 83.29 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 00:01:39 #17 83.39 Progress (1): 3.3/9.8 kB error 03-Jan-2023 00:01:39 Progress (1): 6.1/9.8 kB error 03-Jan-2023 00:01:39 Progress (1): 8.9/9.8 kB error 03-Jan-2023 00:01:39 Progress (1): 9.8 kB error 03-Jan-2023 00:01:39 error 03-Jan-2023 00:01: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 44 kB/s) error 03-Jan-2023 00:01:39 #17 83.51 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 00:01:39 #17 83.62 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:39 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:39 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:39 Progress (1): 12/13 kB error 03-Jan-2023 00:01:39 Progress (1): 13 kB error 03-Jan-2023 00:01:39 error 03-Jan-2023 00:01: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 00:01:39 #17 83.73 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 00:01:39 #17 84.02 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.5/1.5 MB error 03-Jan-2023 00:01:39 Progress (1): 1.5 MB error 03-Jan-2023 00:01:39 error 03-Jan-2023 00:01: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 3.0 MB/s) error 03-Jan-2023 00:01:40 #17 84.23 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:01:40 #17 84.23 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 00:01:40 #17 84.35 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:01:40 Progress (1): 4.9 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01: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 21 kB/s) error 03-Jan-2023 00:01:40 #17 84.46 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 00:01:40 #17 84.58 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:01:40 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:01:40 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:01:40 Progress (1): 9.9 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01: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 00:01:40 #17 84.69 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 00:01:40 #17 ... error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:40 #14 81.46 Progress (1): 4.1/689 kB error 03-Jan-2023 00:01:40 Progress (2): 4.1/689 kB | 3.3/24 kB error 03-Jan-2023 00:01:40 Progress (2): 8.2/689 kB | 3.3/24 kB error 03-Jan-2023 00:01:40 Progress (2): 12/689 kB | 3.3/24 kB error 03-Jan-2023 00:01:40 Progress (2): 16/689 kB | 3.3/24 kB error 03-Jan-2023 00:01:40 Progress (2): 19/689 kB | 3.3/24 kB error 03-Jan-2023 00:01:40 Progress (2): 19/689 kB | 6.1/24 kB error 03-Jan-2023 00:01:40 Progress (2): 23/689 kB | 6.1/24 kB error 03-Jan-2023 00:01:40 Progress (2): 27/689 kB | 6.1/24 kB error 03-Jan-2023 00:01:40 Progress (2): 31/689 kB | 6.1/24 kB error 03-Jan-2023 00:01:40 Progress (2): 34/689 kB | 6.1/24 kB error 03-Jan-2023 00:01:40 Progress (2): 34/689 kB | 8.9/24 kB error 03-Jan-2023 00:01:40 Progress (2): 34/689 kB | 12/24 kB error 03-Jan-2023 00:01:40 Progress (2): 34/689 kB | 14/24 kB error 03-Jan-2023 00:01:40 Progress (2): 38/689 kB | 14/24 kB error 03-Jan-2023 00:01:40 Progress (2): 38/689 kB | 17/24 kB error 03-Jan-2023 00:01:40 Progress (2): 42/689 kB | 17/24 kB error 03-Jan-2023 00:01:40 Progress (2): 42/689 kB | 20/24 kB error 03-Jan-2023 00:01:40 Progress (2): 46/689 kB | 20/24 kB error 03-Jan-2023 00:01:40 Progress (2): 51/689 kB | 20/24 kB error 03-Jan-2023 00:01:40 Progress (2): 51/689 kB | 23/24 kB error 03-Jan-2023 00:01:40 Progress (2): 51/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 55/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 59/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 63/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 67/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 69/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 73/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 77/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 81/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 85/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 89/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 94/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 98/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 102/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 104/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 108/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 112/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 116/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 120/689 kB | 24 kB error 03-Jan-2023 00:01:40 Progress (2): 124/689 kB | 24 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00: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 11 kB/s) error 03-Jan-2023 00:01:40 #14 81.66 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 00:01:40 #14 81.67 Progress (1): 128/689 kB error 03-Jan-2023 00:01:40 Progress (1): 132/689 kB error 03-Jan-2023 00:01:40 Progress (1): 137/689 kB error 03-Jan-2023 00:01:40 Progress (1): 139/689 kB error 03-Jan-2023 00:01:40 Progress (1): 143/689 kB error 03-Jan-2023 00:01:40 Progress (1): 147/689 kB error 03-Jan-2023 00:01:40 Progress (1): 151/689 kB error 03-Jan-2023 00:01:40 Progress (1): 155/689 kB error 03-Jan-2023 00:01:40 Progress (1): 159/689 kB error 03-Jan-2023 00:01:40 Progress (1): 163/689 kB error 03-Jan-2023 00:01:40 Progress (1): 167/689 kB error 03-Jan-2023 00:01:40 Progress (1): 171/689 kB error 03-Jan-2023 00:01:40 Progress (1): 173/689 kB error 03-Jan-2023 00:01:40 Progress (1): 177/689 kB error 03-Jan-2023 00:01:40 Progress (1): 182/689 kB error 03-Jan-2023 00:01:40 Progress (1): 186/689 kB error 03-Jan-2023 00:01:40 Progress (1): 190/689 kB error 03-Jan-2023 00:01:40 Progress (1): 194/689 kB error 03-Jan-2023 00:01:40 Progress (1): 198/689 kB error 03-Jan-2023 00:01:40 Progress (1): 202/689 kB error 03-Jan-2023 00:01:40 Progress (1): 206/689 kB error 03-Jan-2023 00:01:40 Progress (1): 208/689 kB error 03-Jan-2023 00:01:40 Progress (1): 212/689 kB error 03-Jan-2023 00:01:40 Progress (1): 216/689 kB error 03-Jan-2023 00:01:40 Progress (1): 220/689 kB error 03-Jan-2023 00:01:40 Progress (1): 225/689 kB error 03-Jan-2023 00:01:40 Progress (1): 229/689 kB error 03-Jan-2023 00:01:40 Progress (1): 233/689 kB error 03-Jan-2023 00:01:40 Progress (1): 237/689 kB error 03-Jan-2023 00:01:40 Progress (1): 241/689 kB error 03-Jan-2023 00:01:40 Progress (1): 243/689 kB error 03-Jan-2023 00:01:40 Progress (1): 247/689 kB error 03-Jan-2023 00:01:40 Progress (1): 251/689 kB error 03-Jan-2023 00:01:40 Progress (1): 255/689 kB error 03-Jan-2023 00:01:40 Progress (1): 259/689 kB error 03-Jan-2023 00:01:40 Progress (1): 264/689 kB error 03-Jan-2023 00:01:40 Progress (1): 268/689 kB error 03-Jan-2023 00:01:40 Progress (1): 272/689 kB error 03-Jan-2023 00:01:40 Progress (1): 276/689 kB error 03-Jan-2023 00:01:40 Progress (1): 278/689 kB error 03-Jan-2023 00:01:40 Progress (1): 282/689 kB error 03-Jan-2023 00:01:40 Progress (1): 286/689 kB error 03-Jan-2023 00:01:40 Progress (1): 290/689 kB error 03-Jan-2023 00:01:40 Progress (1): 294/689 kB error 03-Jan-2023 00:01:40 Progress (1): 298/689 kB error 03-Jan-2023 00:01:40 Progress (1): 302/689 kB error 03-Jan-2023 00:01:40 Progress (1): 307/689 kB error 03-Jan-2023 00:01:40 Progress (1): 311/689 kB error 03-Jan-2023 00:01:40 Progress (1): 313/689 kB error 03-Jan-2023 00:01:40 Progress (1): 317/689 kB error 03-Jan-2023 00:01:40 Progress (1): 321/689 kB error 03-Jan-2023 00:01:40 Progress (1): 325/689 kB error 03-Jan-2023 00:01:40 Progress (1): 329/689 kB error 03-Jan-2023 00:01:40 Progress (1): 333/689 kB error 03-Jan-2023 00:01:40 Progress (1): 337/689 kB error 03-Jan-2023 00:01:40 Progress (1): 341/689 kB error 03-Jan-2023 00:01:40 Progress (1): 345/689 kB error 03-Jan-2023 00:01:40 Progress (1): 347/689 kB error 03-Jan-2023 00:01:40 Progress (1): 352/689 kB error 03-Jan-2023 00:01:40 Progress (1): 356/689 kB error 03-Jan-2023 00:01:40 Progress (1): 360/689 kB error 03-Jan-2023 00:01:40 Progress (1): 364/689 kB error 03-Jan-2023 00:01:40 Progress (1): 368/689 kB error 03-Jan-2023 00:01:40 Progress (1): 372/689 kB error 03-Jan-2023 00:01:40 Progress (1): 376/689 kB error 03-Jan-2023 00:01:40 Progress (1): 380/689 kB error 03-Jan-2023 00:01:40 Progress (1): 382/689 kB error 03-Jan-2023 00:01:40 Progress (1): 386/689 kB error 03-Jan-2023 00:01:40 Progress (1): 390/689 kB error 03-Jan-2023 00:01:40 Progress (1): 395/689 kB error 03-Jan-2023 00:01:40 Progress (1): 399/689 kB error 03-Jan-2023 00:01:40 Progress (1): 403/689 kB error 03-Jan-2023 00:01:40 Progress (1): 407/689 kB error 03-Jan-2023 00:01:40 Progress (1): 411/689 kB error 03-Jan-2023 00:01:40 Progress (1): 415/689 kB error 03-Jan-2023 00:01:40 Progress (1): 417/689 kB error 03-Jan-2023 00:01:40 Progress (1): 421/689 kB error 03-Jan-2023 00:01:40 Progress (1): 425/689 kB error 03-Jan-2023 00:01:40 Progress (1): 429/689 kB error 03-Jan-2023 00:01:40 Progress (1): 433/689 kB error 03-Jan-2023 00:01:40 Progress (1): 438/689 kB error 03-Jan-2023 00:01:40 Progress (1): 442/689 kB error 03-Jan-2023 00:01:40 Progress (1): 446/689 kB error 03-Jan-2023 00:01:40 Progress (1): 450/689 kB error 03-Jan-2023 00:01:40 Progress (1): 452/689 kB error 03-Jan-2023 00:01:40 Progress (1): 456/689 kB error 03-Jan-2023 00:01:40 Progress (1): 460/689 kB error 03-Jan-2023 00:01:40 Progress (1): 464/689 kB error 03-Jan-2023 00:01:40 Progress (1): 468/689 kB error 03-Jan-2023 00:01:40 Progress (1): 472/689 kB error 03-Jan-2023 00:01:40 Progress (1): 476/689 kB error 03-Jan-2023 00:01:40 Progress (1): 481/689 kB error 03-Jan-2023 00:01:40 Progress (1): 485/689 kB error 03-Jan-2023 00:01:40 Progress (1): 487/689 kB error 03-Jan-2023 00:01:40 Progress (1): 491/689 kB error 03-Jan-2023 00:01:40 Progress (1): 495/689 kB error 03-Jan-2023 00:01:40 Progress (1): 499/689 kB error 03-Jan-2023 00:01:40 Progress (1): 503/689 kB error 03-Jan-2023 00:01:40 Progress (1): 507/689 kB error 03-Jan-2023 00:01:40 Progress (1): 511/689 kB error 03-Jan-2023 00:01:40 Progress (1): 515/689 kB error 03-Jan-2023 00:01:40 Progress (1): 520/689 kB error 03-Jan-2023 00:01:40 Progress (1): 522/689 kB error 03-Jan-2023 00:01:40 Progress (1): 526/689 kB error 03-Jan-2023 00:01:40 Progress (1): 530/689 kB error 03-Jan-2023 00:01:40 Progress (1): 534/689 kB error 03-Jan-2023 00:01:40 Progress (1): 538/689 kB error 03-Jan-2023 00:01:40 Progress (1): 542/689 kB error 03-Jan-2023 00:01:40 Progress (1): 546/689 kB error 03-Jan-2023 00:01:40 Progress (1): 550/689 kB error 03-Jan-2023 00:01:40 Progress (1): 554/689 kB error 03-Jan-2023 00:01:40 Progress (1): 556/689 kB error 03-Jan-2023 00:01:40 Progress (1): 560/689 kB error 03-Jan-2023 00:01:40 Progress (1): 565/689 kB error 03-Jan-2023 00:01:40 Progress (1): 569/689 kB error 03-Jan-2023 00:01:40 Progress (1): 573/689 kB error 03-Jan-2023 00:01:40 Progress (1): 577/689 kB error 03-Jan-2023 00:01:40 Progress (1): 581/689 kB error 03-Jan-2023 00:01:40 Progress (1): 585/689 kB error 03-Jan-2023 00:01:40 Progress (1): 589/689 kB error 03-Jan-2023 00:01:40 Progress (1): 591/689 kB error 03-Jan-2023 00:01:40 Progress (1): 595/689 kB error 03-Jan-2023 00:01:40 Progress (1): 599/689 kB error 03-Jan-2023 00:01:40 Progress (1): 603/689 kB error 03-Jan-2023 00:01:40 Progress (1): 608/689 kB error 03-Jan-2023 00:01:40 Progress (1): 612/689 kB error 03-Jan-2023 00:01:40 Progress (1): 616/689 kB error 03-Jan-2023 00:01:40 Progress (1): 620/689 kB error 03-Jan-2023 00:01:40 Progress (1): 624/689 kB error 03-Jan-2023 00:01:40 Progress (1): 626/689 kB error 03-Jan-2023 00:01:40 Progress (1): 630/689 kB error 03-Jan-2023 00:01:40 Progress (1): 634/689 kB error 03-Jan-2023 00:01:40 Progress (1): 638/689 kB error 03-Jan-2023 00:01:40 Progress (1): 642/689 kB error 03-Jan-2023 00:01:40 Progress (1): 646/689 kB error 03-Jan-2023 00:01:40 Progress (1): 651/689 kB error 03-Jan-2023 00:01:40 Progress (1): 655/689 kB error 03-Jan-2023 00:01:40 Progress (1): 659/689 kB error 03-Jan-2023 00:01:40 Progress (1): 661/689 kB error 03-Jan-2023 00:01:40 Progress (1): 665/689 kB error 03-Jan-2023 00:01:40 Progress (1): 669/689 kB error 03-Jan-2023 00:01:40 Progress (1): 673/689 kB error 03-Jan-2023 00:01:40 Progress (1): 677/689 kB error 03-Jan-2023 00:01:40 Progress (1): 681/689 kB error 03-Jan-2023 00:01:40 Progress (1): 685/689 kB error 03-Jan-2023 00:01:40 Progress (1): 689 kB error 03-Jan-2023 00:01:40 Progress (2): 689 kB | 0/1.4 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 228 kB/s) error 03-Jan-2023 00:01:40 #14 82.61 Progress (2): 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 82.62 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.1/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.1/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.1/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.2/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.2/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.2/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.3/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.4/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.3/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.3/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.4/1.4 MB | 0.5/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.5/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.4/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.6/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.5/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.5/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.7/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.6/1.4 MB | 0.8/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.6/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.7/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB error 03-Jan-2023 00:01:40 Progress (3): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.8/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (4): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB error 03-Jan-2023 00:01:40 Progress (5): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.7/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 4.1/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 4.1/282 kB | 8.2/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 8.2/282 kB | 8.2/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 12/282 kB | 8.2/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 12/282 kB | 8.2/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 8.2/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 12/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 16/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 20/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 24/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 28/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 16/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 20/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 24/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 28/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 32/282 kB | 32/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 32/282 kB | 36/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 36/282 kB | 36/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 40/282 kB | 36/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 44/282 kB | 36/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 44/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 44/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 44/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 44/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 48/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.8/2.9 MB | 51/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 40/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 44/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 48/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 51/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 53/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 53/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 53/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 57/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 57/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 57/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 62/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 62/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 62/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 66/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 66/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 66/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 66/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 0.9/1.2 MB | 0.9/2.9 MB | 51/282 kB | 70/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 70/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 74/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 78/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 78/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 78/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 78/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 82/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 86/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 88/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 88/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 88/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 88/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 92/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 92/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 92/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 92/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 96/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 96/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 96/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 96/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 100/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 105/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 105/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 109/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 113/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 116/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 51/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 55/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 59/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 63/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 67/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 71/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 75/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 79/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 83/282 kB | 120/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 83/282 kB | 125/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 83/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 83/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 85/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 0.9/2.9 MB | 85/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 85/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 85/282 kB | 129/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 85/282 kB | 133/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 85/282 kB | 133/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 89/282 kB | 133/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 89/282 kB | 137/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 137/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 137/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 141/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 94/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 98/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 102/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 145/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 149/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 149/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 153/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 106/282 kB | 157/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 110/282 kB | 157/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 114/282 kB | 157/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 118/282 kB | 157/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 120/282 kB | 157/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 120/282 kB | 161/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.0/1.2 MB | 1.0/2.9 MB | 120/282 kB | 161/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 161/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 161/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 165/373 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 165/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 165/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 170/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 174/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 174/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 174/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 174/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 178/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 178/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 182/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 182/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 182/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.0/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 120/282 kB | 186/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 120/282 kB | 188/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 120/282 kB | 188/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 120/282 kB | 192/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 120/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 124/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 128/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 132/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 137/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 141/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 145/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 149/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 153/282 kB | 197/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 153/282 kB | 201/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 153/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 155/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 205/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 209/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 209/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 213/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 217/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 221/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 225/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 225/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 225/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 225/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 159/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 163/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 167/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 229/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 233/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 237/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 171/282 kB | 237/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 175/282 kB | 237/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 175/282 kB | 237/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 237/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 242/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 242/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.0/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 180/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 184/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 188/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 190/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 190/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.1/1.2 MB | 1.1/2.9 MB | 190/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 190/282 kB | 246/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 190/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 190/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 194/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 194/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 198/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 202/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 202/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.1/2.9 MB | 202/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 202/282 kB | 250/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 202/282 kB | 254/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 202/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 202/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 202/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 258/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 262/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 206/282 kB | 262/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 210/282 kB | 262/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 210/282 kB | 266/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 214/282 kB | 266/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 218/282 kB | 266/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 223/282 kB | 266/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 225/282 kB | 266/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 225/282 kB | 269/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 225/282 kB | 269/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 229/282 kB | 269/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 229/282 kB | 269/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 229/282 kB | 269/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 229/282 kB | 273/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 229/282 kB | 273/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 233/282 kB | 273/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 233/282 kB | 273/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 233/282 kB | 277/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 233/282 kB | 281/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 233/282 kB | 285/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 237/282 kB | 285/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 241/282 kB | 285/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2/1.2 MB | 1.2/2.9 MB | 241/282 kB | 285/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 241/282 kB | 285/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 241/282 kB | 289/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 241/282 kB | 289/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 245/282 kB | 289/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 249/282 kB | 289/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 249/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 253/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 253/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 253/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 253/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 257/282 kB | 293/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 257/282 kB | 297/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 257/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.1/1.4 MB | 1.2 MB | 1.2/2.9 MB | 259/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.2/2.9 MB | 259/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.2/2.9 MB | 259/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 259/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 264/282 kB | 301/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 264/282 kB | 304/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 268/282 kB | 304/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 272/282 kB | 304/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 272/282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 272/282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 272/282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 276/282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 280/282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 308/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 312/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 314/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 318/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 318/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 318/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 323/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.3/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.2/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 327/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 331/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 331/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 335/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 339/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 339/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 339/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 343/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 347/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 351/373 kB error 03-Jan-2023 00:01:40 Progress (5): 1.3/1.4 MB | 1.2 MB | 1.4/2.9 MB | 282 kB | 355/373 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 273 kB/s) error 03-Jan-2023 00:01:40 #14 84.10 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.4/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 358/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 362/373 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 84.11 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 362/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 362/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 362/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 362/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 366/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.3/1.4 MB | 1.5/2.9 MB | 282 kB | 366/373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4/1.4 MB | 1.5/2.9 MB | 282 kB | 366/373 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 62 kB/s) error 03-Jan-2023 00:01:40 #14 84.14 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 370/373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 84.18 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.5/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.6/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.7/2.9 MB | 373 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 3.3/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 6.1/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 8.9/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 8.9/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 12/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 14/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 17/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 17/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 20/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 23/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 26/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 26/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 28/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 31/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 34/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 37/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 40/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 42/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 45/201 kB error 03-Jan-2023 00:01:40 Progress (4): 1.4 MB | 1.7/2.9 MB | 373 kB | 48/201 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 73 kB/s) error 03-Jan-2023 00:01:40 #14 84.71 Progress (3): 1.4 MB | 1.7/2.9 MB | 51/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.7/2.9 MB | 51/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.7/2.9 MB | 54/201 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 84.80 Progress (3): 1.4 MB | 1.7/2.9 MB | 54/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 54/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 56/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 56/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 59/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 62/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 65/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 67/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 70/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 73/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4 MB | 1.8/2.9 MB | 76/201 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 270 kB/s) error 03-Jan-2023 00:01:40 #14 84.93 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 00:01:40 #14 84.93 Progress (2): 1.8/2.9 MB | 79/201 kB error 03-Jan-2023 00:01:40 Progress (2): 1.8/2.9 MB | 81/201 kB error 03-Jan-2023 00:01:40 Progress (2): 1.8/2.9 MB | 84/201 kB error 03-Jan-2023 00:01:40 Progress (2): 1.8/2.9 MB | 84/201 kB error 03-Jan-2023 00:01:40 Progress (2): 1.8/2.9 MB | 84/201 kB error 03-Jan-2023 00:01:40 Progress (2): 1.8/2.9 MB | 87/201 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 4.1/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 4.1/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 8.2/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 12/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 16/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 16/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.8/2.9 MB | 87/201 kB | 19/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 87/201 kB | 19/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 87/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 87/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 87/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 90/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 1.9/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 93/201 kB | 23/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 93/201 kB | 27/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 95/201 kB | 27/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 95/201 kB | 31/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 95/201 kB | 34/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 98/201 kB | 34/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.0/2.9 MB | 98/201 kB | 34/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 98/201 kB | 34/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 98/201 kB | 38/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 101/201 kB | 38/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 104/201 kB | 38/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 104/201 kB | 42/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 104/201 kB | 42/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 104/201 kB | 46/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 104/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 107/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 109/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 112/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 115/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 118/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 120/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 123/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 126/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 129/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 132/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 134/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 137/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 140/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 143/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 146/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 148/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 151/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 154/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 157/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 160/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 162/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 165/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 168/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 170/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 173/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 176/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 179/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 182/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 184/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 187/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 187/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 51/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 55/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 59/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 63/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 67/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 69/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 73/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 77/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 81/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 85/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 89/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 94/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.1/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 190/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 193/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 196/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 198/201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 98/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 102/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 104/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 108/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 112/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 116/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 120/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 124/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 128/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 132/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 137/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 141/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 145/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 149/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 151/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 155/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 159/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 163/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 168/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 172/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 176/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 180/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 180/315 kB error 03-Jan-2023 00:01:40 Progress (3): 2.2/2.9 MB | 201 kB | 184/315 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 184/315 kB | 3.3/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 184/315 kB | 3.3/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 186/315 kB | 3.3/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 186/315 kB | 6.1/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 186/315 kB | 6.1/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 188/315 kB | 6.1/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 188/315 kB | 8.9/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 188/315 kB | 8.9/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 192/315 kB | 8.9/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 192/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 197/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 201/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 205/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 209/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 213/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 217/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.2/2.9 MB | 201 kB | 221/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 221/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 225/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 225/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 229/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 233/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 237/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 237/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 242/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 246/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 250/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 254/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 258/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 262/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 266/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 269/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 273/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 277/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 281/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 284/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 284/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 284/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 288/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 292/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 296/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 300/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 305/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.3/2.9 MB | 201 kB | 305/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 305/315 kB | 12/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 305/315 kB | 14/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 305/315 kB | 17/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 309/315 kB | 17/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 313/315 kB | 17/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 313/315 kB | 20/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 313/315 kB | 23/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 23/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 26/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 26/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 28/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 31/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 34/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 37/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 40/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 40/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 40/183 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 201 kB | 315 kB | 40/183 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 85.34 Progress (4): 2.4/2.9 MB | 315 kB | 40/183 kB | 4.1/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.4/2.9 MB | 315 kB | 40/183 kB | 8.2/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 8.2/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 12/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 16/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 20/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 25/409 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 85.35 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 29/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 33/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 37/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 41/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 45/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 49/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 52/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 56/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 60/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 64/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 69/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 40/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 42/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 45/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 48/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 51/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 54/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 56/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 59/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 62/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 65/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 67/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 67/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 67/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 70/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 73/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 76/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 79/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 81/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 84/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 87/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 87/183 kB | 71/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.5/2.9 MB | 315 kB | 87/183 kB | 75/409 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 54 kB/s) error 03-Jan-2023 00:01:40 #14 85.43 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 00:01:40 #14 85.45 Progress (3): 2.5/2.9 MB | 87/183 kB | 79/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 83/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 87/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 91/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 95/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 98/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 102/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 106/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 106/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.5/2.9 MB | 87/183 kB | 110/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 87/183 kB | 110/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 87/183 kB | 114/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 87/183 kB | 116/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 90/183 kB | 116/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 116/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 116/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 120/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 125/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 129/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 93/183 kB | 133/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 95/183 kB | 133/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 98/183 kB | 133/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 133/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 133/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 137/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 141/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 145/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 101/183 kB | 149/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 104/183 kB | 149/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 104/183 kB | 149/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 104/183 kB | 151/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 107/183 kB | 151/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 109/183 kB | 151/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 109/183 kB | 151/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 151/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 155/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 159/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 163/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 168/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 172/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 176/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 180/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 112/183 kB | 180/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 115/183 kB | 180/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 118/183 kB | 180/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 121/183 kB | 180/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 121/183 kB | 184/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 123/183 kB | 184/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 123/183 kB | 186/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 126/183 kB | 186/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.6/2.9 MB | 126/183 kB | 188/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 126/183 kB | 188/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 129/183 kB | 188/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 132/183 kB | 188/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 132/183 kB | 192/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 132/183 kB | 197/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 132/183 kB | 197/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 135/183 kB | 197/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 135/183 kB | 201/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 135/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 137/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 140/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 143/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 205/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 209/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 213/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 217/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 221/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 146/183 kB | 223/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 149/183 kB | 223/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 223/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 227/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 231/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 235/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 240/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.7/2.9 MB | 151/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 151/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 154/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 157/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 159/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 162/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 165/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 168/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 171/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 173/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 176/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 179/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 182/183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (3): 2.8/2.9 MB | 183 kB | 244/409 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 3.3/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 6.1/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 8.9/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 12/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 14/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 244/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 248/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 251/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 255/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 255/409 kB | 17/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 255/409 kB | 20/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 260/409 kB | 20/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 260/409 kB | 23/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 260/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 260/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 264/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 268/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 272/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 26/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 28/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 31/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 34/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 34/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 37/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 40/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 42/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 45/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 48/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 51/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 54/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 56/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 59/61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 276/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 280/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 284/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 288/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 292/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 295/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 299/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 303/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 307/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.8/2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.9/2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.9/2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.9/2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (4): 2.9 MB | 183 kB | 312/409 kB | 61 kB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 312/409 kB | 61 kB | 0/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 312/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 312/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 312/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 316/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 320/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 323/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 327/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 332/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 336/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 340/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 344/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (5): 2.9 MB | 183 kB | 344/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 85.77 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 00:01:40 #14 85.80 Progress (4): 2.9 MB | 348/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9 MB | 352/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9 MB | 356/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9 MB | 360/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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.8 kB/s) error 03-Jan-2023 00:01:40 #14 85.81 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 00:01:40 #14 85.81 Progress (3): 2.9 MB | 364/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (3): 2.9 MB | 368/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (3): 2.9 MB | 372/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (3): 2.9 MB | 377/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 464 kB/s) error 03-Jan-2023 00:01:40 #14 85.83 Progress (2): 377/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 381/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 385/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 389/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 393/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 395/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 399/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 404/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 408/409 kB | 0.2/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 408/409 kB | 0.3/7.5 MB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 85.86 Progress (2): 409 kB | 0.3/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 409 kB | 0.3/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 409 kB | 0.4/7.5 MB error 03-Jan-2023 00:01:40 Progress (2): 409 kB | 0.4/7.5 MB error 03-Jan-2023 00:01:40 Progress (3): 409 kB | 0.4/7.5 MB | 3.3/57 kB error 03-Jan-2023 00:01:40 Progress (3): 409 kB | 0.4/7.5 MB | 3.3/57 kB error 03-Jan-2023 00:01:40 Progress (3): 409 kB | 0.4/7.5 MB | 6.1/57 kB error 03-Jan-2023 00:01:40 Progress (3): 409 kB | 0.4/7.5 MB | 8.9/57 kB error 03-Jan-2023 00:01:40 Progress (4): 409 kB | 0.4/7.5 MB | 8.9/57 kB | 3.3/12 kB error 03-Jan-2023 00:01:40 Progress (4): 409 kB | 0.4/7.5 MB | 8.9/57 kB | 6.1/12 kB error 03-Jan-2023 00:01:40 Progress (4): 409 kB | 0.4/7.5 MB | 8.9/57 kB | 8.9/12 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 63 kB/s) error 03-Jan-2023 00:01:40 #14 86.04 Progress (3): 0.4/7.5 MB | 8.9/57 kB | 12/12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.4/7.5 MB | 12/57 kB | 12/12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.4/7.5 MB | 14/57 kB | 12/12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.4/7.5 MB | 17/57 kB | 12/12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 17/57 kB | 12/12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 17/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 20/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 23/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 26/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 28/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 31/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 34/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 37/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 40/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 42/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 45/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 48/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 48/57 kB | 12 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 86.28 Progress (3): 0.5/7.5 MB | 51/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.5/7.5 MB | 54/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.6/7.5 MB | 54/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.6/7.5 MB | 56/57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.6/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.6/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.7/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.7/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.7/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (3): 0.8/7.5 MB | 57 kB | 12 kB error 03-Jan-2023 00:01:40 Progress (4): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 3.3/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 6.1/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 8.9/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 8.9/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 12/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0/3.7 MB | 14/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 14/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 17/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 20/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 23/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 26/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 26/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 28/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.8/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 31/157 kB error 03-Jan-2023 00:01:40 Progress (5): 0.9/7.5 MB | 57 kB | 12 kB | 0.1/3.7 MB | 31/157 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 86.49 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 00:01:40 #14 86.49 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 34/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 37/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 37/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 40/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 42/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 45/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 0.9/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.0/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.0/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.0/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 51/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 51/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 51/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 54/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 56/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 59/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.1/7.5 MB | 57 kB | 0.1/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.1/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 Progress (4): 1.2/7.5 MB | 57 kB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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.1 kB/s) error 03-Jan-2023 00:01:40 #14 86.62 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 65/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 68/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 73/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 76/157 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 00:01:40 #14 86.63 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 79/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 82/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.2/3.7 MB | 84/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 84/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 87/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 90/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 93/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 93/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 96/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 98/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 101/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 104/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 107/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 110/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 112/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 115/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 118/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 121/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.2/7.5 MB | 0.3/3.7 MB | 124/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 124/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 124/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 124/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 124/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 126/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.3/3.7 MB | 126/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 126/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 129/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 132/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 135/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 138/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 140/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 143/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 143/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 146/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 149/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 152/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 152/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 154/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 157/157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.3/7.5 MB | 0.4/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/7.5 MB | 0.4/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/7.5 MB | 0.4/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/7.5 MB | 0.4/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.4/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.5/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.6/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.6/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.6/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.6/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.6/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.7/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.7/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.7/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 Progress (3): 1.7/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:01:40 error 03-Jan-2023 00:01:40 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 21 kB/s) error 03-Jan-2023 00:01:40 #14 86.91 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 00:01:40 #14 86.92 Progress (2): 1.7/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.7/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.7/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.7/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.8/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.8/7.5 MB | 0.7/3.7 MB error 03-Jan-2023 00:01:40 Progress (2): 1.8/7.5 MB | 0.8/3.7 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.8/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.8/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 1.9/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (3): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.0/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 0.9/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.1/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.2/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.3/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.4/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.5/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.6/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.4/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.7/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.8/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.8/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.8/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.8/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.5/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 2.9/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.0/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.1/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.0/3.7 MB | 1.2/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.2/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.3/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 1.3/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (4): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB | 4.1/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB | 8.2/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB | 12/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.2/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 16/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 20/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 20/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 25/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.4/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 29/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 29/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 29/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.1/1.8 MB | 33/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 33/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 37/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 37/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 41/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 41/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 45/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 49/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 52/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 56/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 56/303 kB error 03-Jan-2023 00:01:40 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 56/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 56/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 56/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 60/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 64/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 68/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 68/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 68/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 72/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 72/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 72/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 76/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 80/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 84/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 84/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 86/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.5/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 86/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 86/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 86/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 90/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 90/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 95/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 99/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 103/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 103/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.2/1.8 MB | 107/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 107/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 107/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 111/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 111/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 111/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 115/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 115/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 119/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 119/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 123/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 123/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 125/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 129/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 129/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 129/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 134/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 134/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 138/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 138/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 142/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 146/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 150/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 154/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.6/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 158/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 158/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 160/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 164/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 168/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 172/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 177/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 177/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 177/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 177/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 177/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 181/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 181/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 185/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 189/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 195/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.7/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 195/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 195/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 199/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 203/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 207/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 215/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 215/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 215/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 215/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 220/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 224/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 228/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 232/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 232/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 232/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 236/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 238/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 243/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 243/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 247/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 251/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 255/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 259/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 263/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 267/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.4/1.8 MB | 267/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 267/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 269/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 278/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 278/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 278/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 278/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 282/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 282/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 286/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 290/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 294/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 298/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 302/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 302/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.5/1.8 MB | 302/303 kB error 03-Jan-2023 00:01:41 Progress (5): 3.9/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 302/303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 302/303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.0/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 2.9/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.1/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.0/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.2/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.1/3.7 MB | 1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:01:41 Progress (5): 4.3/7.5 MB | 3.2/3.7 MB | 1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:01:41 error 03-Jan-2023 00:01:41 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 142 kB/s) error 03-Jan-2023 00:01:41 #14 88.90 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 00:01:41 #14 88.90 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 32 kB/s) error 03-Jan-2023 00:01:41 #14 88.90 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 00:01:41 #14 88.90 Progress (3): 4.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.4/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.4/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.4/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 Progress (3): 4.5/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:01:41 error 03-Jan-2023 00:01:41 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 190 kB/s) error 03-Jan-2023 00:01:41 #14 89.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 00:01:41 #14 89.12 Progress (2): 4.5/7.5 MB | 3.6/3.7 MB error 03-Jan-2023 00:01:41 Progress (2): 4.5/7.5 MB | 3.6/3.7 MB error 03-Jan-2023 00:01:41 Progress (2): 4.5/7.5 MB | 3.7/3.7 MB error 03-Jan-2023 00:01:41 Progress (2): 4.5/7.5 MB | 3.7 MB error 03-Jan-2023 00:01:41 Progress (2): 4.6/7.5 MB | 3.7 MB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 3.3/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 6.1/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 8.9/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 12/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 15/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 17/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 20/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 23/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.6/7.5 MB | 3.7 MB | 23/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.7/7.5 MB | 3.7 MB | 23/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.7/7.5 MB | 3.7 MB | 23/24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.7/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.7/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.8/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.8/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.9/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.9/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 Progress (3): 4.9/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:01:41 error 03-Jan-2023 00:01:41 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 380 kB/s) error 03-Jan-2023 00:01:41 #14 89.30 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 00:01:41 #14 89.31 Progress (2): 5.0/7.5 MB | 24 kB error 03-Jan-2023 00:01:41 error 03-Jan-2023 00:01:42 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 00:01:42 #14 89.33 Progress (1): 5.0/7.5 MB error 03-Jan-2023 00:01:42 error 03-Jan-2023 00:01:42 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 00:01:42 #14 89.35 Progress (2): 5.0/7.5 MB | 4.1/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 8.2/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 12/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 16/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 19/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 23/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 27/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 31/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.0/7.5 MB | 34/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 34/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 38/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 42/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 46/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 51/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 53/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 53/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 57/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 62/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 66/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 70/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 74/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 78/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 82/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 86/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 86/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 89/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 93/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.1/7.5 MB | 98/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 98/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 102/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 106/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 110/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 114/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 116/303 kB error 03-Jan-2023 00:01:42 Progress (2): 5.2/7.5 MB | 116/303 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 116/303 kB | 3.3/121 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 120/303 kB | 3.3/121 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 125/303 kB | 3.3/121 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 125/303 kB | 6.1/121 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 129/303 kB | 6.1/121 kB error 03-Jan-2023 00:01:42 Progress (3): 5.2/7.5 MB | 133/303 kB | 6.1/121 kB error 03-Jan-2023 00:01:42 Progress (4): 5.2/7.5 MB | 133/303 kB | 6.1/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 133/303 kB | 6.1/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 6.1/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 8.9/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 14/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 14/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 14/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 137/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 141/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 145/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 149/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 149/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 149/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 17/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 20/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 23/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 26/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 28/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 153/303 kB | 28/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 157/303 kB | 28/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 161/303 kB | 28/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 161/303 kB | 31/121 kB | 0/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 161/303 kB | 31/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 165/303 kB | 31/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 170/303 kB | 31/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 170/303 kB | 31/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 174/303 kB | 31/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 174/303 kB | 34/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.3/7.5 MB | 174/303 kB | 34/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 174/303 kB | 34/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 174/303 kB | 37/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 174/303 kB | 40/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 174/303 kB | 42/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 174/303 kB | 45/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 177/303 kB | 45/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 181/303 kB | 45/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 181/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 181/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 181/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 185/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 185/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 185/303 kB | 48/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 185/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 185/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 189/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 193/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 197/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 201/303 kB | 51/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 201/303 kB | 54/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 205/303 kB | 54/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.4/7.5 MB | 209/303 kB | 54/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 209/303 kB | 54/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 209/303 kB | 56/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 209/303 kB | 59/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 209/303 kB | 62/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 209/303 kB | 62/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 211/303 kB | 62/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 215/303 kB | 62/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 215/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 220/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 224/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 65/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 68/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 68/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 70/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 228/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.5/7.5 MB | 232/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 232/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 236/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 240/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 244/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 246/303 kB | 73/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 246/303 kB | 76/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 246/303 kB | 76/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 246/303 kB | 76/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 76/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 79/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 82/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 84/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 84/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 84/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 84/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 250/303 kB | 87/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 254/303 kB | 87/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 258/303 kB | 87/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 258/303 kB | 87/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 258/303 kB | 90/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 258/303 kB | 93/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 263/303 kB | 93/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 267/303 kB | 93/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 271/303 kB | 93/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 271/303 kB | 93/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 271/303 kB | 96/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 275/303 kB | 96/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.6/7.5 MB | 275/303 kB | 96/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 275/303 kB | 96/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 96/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 98/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 101/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 101/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 104/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 278/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 282/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 282/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 286/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 290/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 290/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 294/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 296/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 300/303 kB | 107/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 300/303 kB | 110/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.7/7.5 MB | 300/303 kB | 110/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 300/303 kB | 110/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 300/303 kB | 112/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 112/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 115/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 118/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 118/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 118/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 118/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.2/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.8/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 5.9/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.3/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.0/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.1/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.4/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.2/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.5/1.4 MB error 03-Jan-2023 00:01:42 Progress (4): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.3/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.4/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.7/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.5/7.5 MB | 303 kB | 121 kB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.6/7.5 MB | 303 kB | 121 kB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.6/7.5 MB | 303 kB | 121 kB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (5): 6.6/7.5 MB | 303 kB | 121 kB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 error 03-Jan-2023 00:01:42 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 29 kB/s) error 03-Jan-2023 00:01:42 #14 89.94 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 00:01:42 #14 89.94 Progress (3): 6.7/7.5 MB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 error 03-Jan-2023 00:01: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 00:01:42 #14 89.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 00:01:42 #14 89.95 Progress (3): 6.7/7.5 MB | 0.8/1.4 MB | 0.3/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.7/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.7/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.7/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.4/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.8/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.8/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.5/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 0.9/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 6.9/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.6/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.0/7.5 MB | 1.0/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.0/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.0/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (3): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB | 3.3/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB | 3.3/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.7/12 MB | 6.1/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 6.1/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 8.9/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 8.9/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.1/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 0.8/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.1/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.2/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 0.9/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.2/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.3/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.0/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 12/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 15/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 17/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 20/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 20/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 20/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 20/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 23/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 26/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 29/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 29/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 31/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 34/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 34/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 34/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 34/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 34/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 37/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.3/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.4/7.5 MB | 1.4/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4/1.4 MB | 1.1/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4/1.4 MB | 1.2/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4 MB | 1.2/12 MB | 40/123 kB error 03-Jan-2023 00:01:42 Progress (4): 7.5 MB | 1.4 MB | 1.2/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.3/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.4/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.4/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.5/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.5/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.6/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 40/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 42/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 42/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 45/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 48/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 51/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 54/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 56/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.7/12 MB | 59/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 59/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 62/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 65/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 65/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 68/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.8/12 MB | 70/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.9/12 MB | 70/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.9/12 MB | 73/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 1.9/12 MB | 76/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 2.0/12 MB | 76/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB error 03-Jan-2023 00:01:43 Progress (4): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB | 0/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB | 0/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 79/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 82/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 84/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 87/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 90/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 93/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 96/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (5): 7.5 MB | 1.4 MB | 2.0/12 MB | 96/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 error 03-Jan-2023 00:01: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 692 kB/s) error 03-Jan-2023 00:01:43 #14 90.39 Progress (4): 1.4 MB | 2.0/12 MB | 96/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (4): 1.4 MB | 2.1/12 MB | 96/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 error 03-Jan-2023 00:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 128 kB/s) error 03-Jan-2023 00:01:43 #14 90.39 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 00:01:43 #14 90.39 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 00:01:43 #14 90.39 Progress (3): 2.1/12 MB | 98/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 101/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 104/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 107/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 110/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 112/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 112/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 115/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 118/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 121/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 121/123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.1/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.2/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.2/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.3/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.3/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.4/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.4/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.5/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.5/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.6/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.7/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.7/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.7/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.7/12 MB | 123 kB | 0.6/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.7/12 MB | 123 kB | 0.7/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 123 kB | 0.7/2.1 MB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 123 kB | 0.7/2.1 MB error 03-Jan-2023 00:01:43 Progress (4): 2.8/12 MB | 123 kB | 0.7/2.1 MB | 3.3/129 kB error 03-Jan-2023 00:01:43 Progress (4): 2.8/12 MB | 123 kB | 0.7/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:01:43 error 03-Jan-2023 00: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 11 kB/s) error 03-Jan-2023 00:01:43 #14 90.64 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 8.9/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 12/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 14/129 kB error 03-Jan-2023 00:01:43 error 03-Jan-2023 00:01: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 00:01:43 #14 90.65 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 17/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 20/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 20/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 23/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 26/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 29/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 31/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 31/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 34/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 34/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 37/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 40/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 43/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 43/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.7/2.1 MB | 45/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 45/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 45/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 48/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 48/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 48/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 48/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 51/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.8/12 MB | 0.8/2.1 MB | 54/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.8/2.1 MB | 54/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.8/2.1 MB | 54/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.8/2.1 MB | 56/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.8/2.1 MB | 59/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 59/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 59/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 62/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 62/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 65/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 68/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 70/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 73/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 76/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 76/129 kB error 03-Jan-2023 00:01:43 Progress (3): 2.9/12 MB | 0.9/2.1 MB | 79/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 79/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 79/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 82/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 82/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 84/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 84/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 87/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 90/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 93/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 96/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 96/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 0.9/2.1 MB | 98/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 1.0/2.1 MB | 98/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 1.0/2.1 MB | 101/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 1.0/2.1 MB | 101/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.0/12 MB | 1.0/2.1 MB | 104/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 104/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 107/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 110/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 110/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 112/129 kB error 03-Jan-2023 00:01:43 Progress (3): 3.1/12 MB | 1.0/2.1 MB | 115/129 kB error 03-Jan-2023 00:01:43 Progress (4): 3.1/12 MB | 1.0/2.1 MB | 115/129 kB | 3.3/62 kB error 03-Jan-2023 00:01:43 Progress (4): 3.1/12 MB | 1.0/2.1 MB | 118/129 kB | 3.3/62 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 118/129 kB | 3.3/62 kB | 3.4/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 3.3/62 kB | 3.4/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 3.3/62 kB | 3.4/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 3.4/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 7.5/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 12/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 16/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 121/129 kB | 6.1/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 124/129 kB | 6.1/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.1/12 MB | 1.0/2.1 MB | 124/129 kB | 8.9/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.0/2.1 MB | 124/129 kB | 8.9/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.0/2.1 MB | 124/129 kB | 12/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 124/129 kB | 12/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 124/129 kB | 14/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 126/129 kB | 14/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 14/62 kB | 20/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 14/62 kB | 24/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 14/62 kB | 28/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB | 28/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB | 32/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB | 36/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 17/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 20/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 20/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB | 38/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB | 42/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 23/62 kB | 42/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 26/62 kB | 42/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 26/62 kB | 46/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 28/62 kB | 46/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 28/62 kB | 51/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 28/62 kB | 53/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 31/62 kB | 53/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 53/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 57/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 62/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 66/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 70/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 74/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 78/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 82/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 86/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.2/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 34/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 37/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 37/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 40/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 40/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 42/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 45/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 45/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.1/2.1 MB | 129 kB | 48/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 48/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 48/62 kB | 88/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 48/62 kB | 92/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 51/62 kB | 92/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 51/62 kB | 96/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 51/62 kB | 100/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 51/62 kB | 105/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 51/62 kB | 105/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 105/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 54/62 kB | 109/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 56/62 kB | 109/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 56/62 kB | 109/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 56/62 kB | 113/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 56/62 kB | 117/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 117/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 121/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 59/62 kB | 123/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 62/62 kB | 123/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 123/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.3/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 123/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 123/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 127/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 131/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 135/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 139/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 143/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 148/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 148/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 148/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.2/2.1 MB | 129 kB | 62 kB | 148/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 148/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 152/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 156/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 158/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 158/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.4/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 158/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 158/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 162/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 166/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 170/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 174/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 178/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 182/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.5/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 186/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 191/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 193/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 197/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.6/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 201/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 201/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 205/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 209/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 213/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 217/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 221/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 225/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 229/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 232/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 236/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 240/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 244/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.3/2.1 MB | 129 kB | 62 kB | 249/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 249/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 249/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 249/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 249/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 251/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 255/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 255/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 255/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 260/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 264/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.7/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 268/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 268/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 268/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 272/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 276/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 280/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 284/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.4/2.1 MB | 129 kB | 62 kB | 287/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 287/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 287/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 287/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 287/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 291/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 295/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 299/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 302/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 306/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 310/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.8/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 314/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.9/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 314/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.9/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 314/645 kB error 03-Jan-2023 00:01:43 Progress (5): 3.9/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 314/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 314/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 318/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 323/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 327/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 331/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 335/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 339/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 339/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 339/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.5/2.1 MB | 129 kB | 62 kB | 343/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 343/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 347/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 351/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 355/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 355/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 355/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 359/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 363/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 368/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 372/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 376/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.0/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 380/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 380/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 380/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 384/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 388/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 392/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 395/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 395/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 399/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 403/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 407/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 411/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 411/645 kB error 03-Jan-2023 00:01:43 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 411/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 415/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 419/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 423/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 427/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 430/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 434/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 438/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 442/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 447/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.6/2.1 MB | 129 kB | 62 kB | 449/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.7/2.1 MB | 129 kB | 62 kB | 449/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.7/2.1 MB | 129 kB | 62 kB | 453/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.1/12 MB | 1.7/2.1 MB | 129 kB | 62 kB | 458/645 kB error 03-Jan-2023 00:01:44 Progress (5): 4.2/12 MB | 1.7/2.1 MB | 129 kB | 62 kB | 458/645 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00: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 5.3 kB/s) error 03-Jan-2023 00:01:44 #14 91.28 Progress (4): 4.2/12 MB | 1.7/2.1 MB | 129 kB | 458/645 kB error 03-Jan-2023 00:01:44 Progress (4): 4.2/12 MB | 1.7/2.1 MB | 129 kB | 458/645 kB error 03-Jan-2023 00:01:44 Progress (4): 4.2/12 MB | 1.7/2.1 MB | 129 kB | 462/645 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00: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 11 kB/s) error 03-Jan-2023 00:01:44 #14 91.29 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 00:01:44 #14 91.29 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 466/645 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00:01:44 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 00:01:44 #14 91.29 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 466/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 470/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 474/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 474/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 478/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.2/12 MB | 1.7/2.1 MB | 482/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 482/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 486/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 490/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 494/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 498/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 498/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 503/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 507/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 507/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 511/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.7/2.1 MB | 511/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.7/2.1 MB | 515/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.7/2.1 MB | 519/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 519/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 523/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 527/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 530/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 534/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 534/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 534/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 538/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 538/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 542/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 546/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 550/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 550/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 554/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 557/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 557/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 561/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 561/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 565/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.8/2.1 MB | 565/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.8/2.1 MB | 569/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.8/2.1 MB | 573/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 573/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 575/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 575/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 579/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 584/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 588/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 588/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 592/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 592/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 592/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 592/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 592/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 596/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 600/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 600/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 600/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 604/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 608/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 611/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 611/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 615/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 615/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 619/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 623/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 627/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 627/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 627/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 631/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 635/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 638/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.0/2.1 MB | 642/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.5/12 MB | 2.1/2.1 MB | 642/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1/2.1 MB | 642/645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 4.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 Progress (3): 5.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00: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 174 kB/s) error 03-Jan-2023 00:01:44 #14 91.57 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 00:01:44 #14 91.58 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 54 kB/s) error 03-Jan-2023 00:01:44 #14 91.58 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 00:01:44 #14 91.59 Progress (1): 5.7/12 MB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 8.2/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 16/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 24/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 32/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 40/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 48/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 57/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 65/917 kB error 03-Jan-2023 00:01:44 Progress (2): 5.7/12 MB | 73/917 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 73/917 kB | 4.1/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 73/917 kB | 8.2/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 73/917 kB | 12/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 73/917 kB | 16/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 81/917 kB | 16/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 81/917 kB | 16/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 89/917 kB | 16/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 98/917 kB | 16/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 98/917 kB | 20/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 98/917 kB | 25/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 106/917 kB | 25/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 106/917 kB | 29/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 106/917 kB | 33/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 114/917 kB | 33/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 114/917 kB | 37/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 122/917 kB | 37/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 122/917 kB | 41/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 122/917 kB | 45/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 130/917 kB | 45/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 130/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 139/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 147/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 151/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 159/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 168/917 kB | 49/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 168/917 kB | 53/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.7/12 MB | 168/917 kB | 57/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 168/917 kB | 57/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 168/917 kB | 61/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 168/917 kB | 66/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 176/917 kB | 66/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 182/917 kB | 66/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 182/917 kB | 70/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 182/917 kB | 74/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 190/917 kB | 74/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 190/917 kB | 78/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 190/917 kB | 82/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 198/917 kB | 82/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 198/917 kB | 85/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.8/12 MB | 198/917 kB | 89/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 198/917 kB | 89/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 198/917 kB | 93/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 198/917 kB | 97/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 206/917 kB | 97/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 206/917 kB | 101/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 215/917 kB | 101/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 215/917 kB | 105/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 215/917 kB | 109/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 109/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 114/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 116/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 120/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 125/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 129/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 223/917 kB | 129/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 231/917 kB | 129/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 231/917 kB | 133/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 231/917 kB | 137/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 239/917 kB | 137/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 239/917 kB | 141/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 247/917 kB | 141/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 256/917 kB | 141/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 264/917 kB | 141/238 kB error 03-Jan-2023 00:01:44 Progress (3): 5.9/12 MB | 264/917 kB | 145/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 264/917 kB | 145/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 264/917 kB | 149/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 272/917 kB | 149/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 272/917 kB | 153/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 272/917 kB | 157/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 272/917 kB | 157/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 272/917 kB | 161/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 280/917 kB | 161/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 280/917 kB | 165/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 280/917 kB | 170/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 280/917 kB | 174/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 280/917 kB | 178/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 288/917 kB | 178/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 288/917 kB | 182/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 288/917 kB | 186/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 297/917 kB | 186/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 297/917 kB | 188/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 297/917 kB | 192/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 297/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 305/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 313/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 321/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.0/12 MB | 329/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 329/917 kB | 197/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 329/917 kB | 201/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 338/917 kB | 201/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 338/917 kB | 205/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 346/917 kB | 205/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 346/917 kB | 209/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 346/917 kB | 213/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 354/917 kB | 213/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 362/917 kB | 213/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 370/917 kB | 213/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 377/917 kB | 213/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 377/917 kB | 217/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 377/917 kB | 221/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 386/917 kB | 221/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 394/917 kB | 221/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 394/917 kB | 225/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 394/917 kB | 229/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 402/917 kB | 229/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 410/917 kB | 229/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 410/917 kB | 232/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 410/917 kB | 236/238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 410/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 418/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 426/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 426/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 435/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.1/12 MB | 443/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 443/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 451/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 459/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 467/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 476/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 484/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 492/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 500/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 508/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 517/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.2/12 MB | 525/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 525/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 533/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 541/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 549/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 549/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 558/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 566/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (3): 6.3/12 MB | 574/917 kB | 238 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 574/917 kB | 238 kB | 4.1/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 574/917 kB | 238 kB | 8.2/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 574/917 kB | 238 kB | 12/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 582/917 kB | 238 kB | 12/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 582/917 kB | 238 kB | 16/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.3/12 MB | 590/917 kB | 238 kB | 16/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.4/12 MB | 590/917 kB | 238 kB | 16/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.4/12 MB | 590/917 kB | 238 kB | 19/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.4/12 MB | 590/917 kB | 238 kB | 23/686 kB error 03-Jan-2023 00:01:44 Progress (4): 6.4/12 MB | 599/917 kB | 238 kB | 23/686 kB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 599/917 kB | 238 kB | 23/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 599/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 607/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 607/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 615/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 623/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 623/917 kB | 238 kB | 27/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 623/917 kB | 238 kB | 31/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 623/917 kB | 238 kB | 34/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 631/917 kB | 238 kB | 34/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 631/917 kB | 238 kB | 38/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 631/917 kB | 238 kB | 42/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 631/917 kB | 238 kB | 46/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 639/917 kB | 238 kB | 46/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 639/917 kB | 238 kB | 51/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 639/917 kB | 238 kB | 51/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 648/917 kB | 238 kB | 51/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 648/917 kB | 238 kB | 55/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 656/917 kB | 238 kB | 55/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 656/917 kB | 238 kB | 59/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 656/917 kB | 238 kB | 63/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 656/917 kB | 238 kB | 67/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 664/917 kB | 238 kB | 67/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 664/917 kB | 238 kB | 69/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 672/917 kB | 238 kB | 69/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 672/917 kB | 238 kB | 73/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 680/917 kB | 238 kB | 73/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 689/917 kB | 238 kB | 73/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 697/917 kB | 238 kB | 73/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 73/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 77/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 81/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 85/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 89/686 kB | 0/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 705/917 kB | 238 kB | 89/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 713/917 kB | 238 kB | 89/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 713/917 kB | 238 kB | 89/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.4/12 MB | 713/917 kB | 238 kB | 94/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00:01:44 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 00:01:44 #14 92.02 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 00:01:44 #14 92.02 Progress (4): 6.5/12 MB | 713/917 kB | 94/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 713/917 kB | 98/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 721/917 kB | 98/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 721/917 kB | 100/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 730/917 kB | 100/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 738/917 kB | 100/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 746/917 kB | 100/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 754/917 kB | 100/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 754/917 kB | 104/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 754/917 kB | 108/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 762/917 kB | 108/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 762/917 kB | 112/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 762/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 762/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 771/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 771/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 779/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 787/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 795/917 kB | 116/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 795/917 kB | 120/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 795/917 kB | 124/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 803/917 kB | 124/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 803/917 kB | 124/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 803/917 kB | 128/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 803/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 812/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 820/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 820/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 828/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 836/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 840/917 kB | 132/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 840/917 kB | 137/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 840/917 kB | 141/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 840/917 kB | 145/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.5/12 MB | 840/917 kB | 149/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 840/917 kB | 149/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 840/917 kB | 152/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 848/917 kB | 152/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 848/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 854/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 863/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 863/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 871/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 879/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 887/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 895/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 895/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.6/12 MB | 903/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 903/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 903/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 908/917 kB | 152/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 908/917 kB | 156/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 908/917 kB | 160/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 908/917 kB | 164/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 908/917 kB | 168/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917/917 kB | 168/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917/917 kB | 172/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 172/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 172/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 172/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 176/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 176/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 180/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 184/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 187/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 187/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 191/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 195/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 199/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 203/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.7/12 MB | 917 kB | 203/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 203/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 206/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 206/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 210/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 214/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 218/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 222/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 226/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 230/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 230/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 233/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 233/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 237/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 242/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 246/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 250/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 250/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 254/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 254/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 254/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 258/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 260/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 260/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.8/12 MB | 917 kB | 260/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 260/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 264/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 269/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 273/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 277/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 281/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 285/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 289/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 293/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 295/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 299/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 303/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 307/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 312/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 316/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (4): 6.9/12 MB | 917 kB | 316/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 316/686 kB | 0.4/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 320/686 kB | 0.4/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 324/686 kB | 0.4/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 328/686 kB | 0.4/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 328/686 kB | 0.4/2.5 MB | 6.1/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 330/686 kB | 0.4/2.5 MB | 6.1/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 330/686 kB | 0.4/2.5 MB | 8.9/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 330/686 kB | 0.4/2.5 MB | 12/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 334/686 kB | 0.4/2.5 MB | 12/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 338/686 kB | 0.4/2.5 MB | 12/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 342/686 kB | 0.4/2.5 MB | 12/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 342/686 kB | 0.4/2.5 MB | 15/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 346/686 kB | 0.4/2.5 MB | 15/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 346/686 kB | 0.4/2.5 MB | 17/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 350/686 kB | 0.4/2.5 MB | 17/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 350/686 kB | 0.4/2.5 MB | 17/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 350/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 350/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 355/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 359/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 363/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 365/686 kB | 0.4/2.5 MB | 20/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 365/686 kB | 0.4/2.5 MB | 23/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 365/686 kB | 0.4/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 369/686 kB | 0.4/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 369/686 kB | 0.5/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 373/686 kB | 0.5/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 377/686 kB | 0.5/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 381/686 kB | 0.5/2.5 MB | 26/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 381/686 kB | 0.5/2.5 MB | 29/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 381/686 kB | 0.5/2.5 MB | 31/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 381/686 kB | 0.5/2.5 MB | 34/194 kB error 03-Jan-2023 00:01:44 Progress (5): 6.9/12 MB | 917 kB | 385/686 kB | 0.5/2.5 MB | 34/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 385/686 kB | 0.5/2.5 MB | 34/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 385/686 kB | 0.5/2.5 MB | 34/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 389/686 kB | 0.5/2.5 MB | 34/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 389/686 kB | 0.5/2.5 MB | 37/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 393/686 kB | 0.5/2.5 MB | 37/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 398/686 kB | 0.5/2.5 MB | 37/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 400/686 kB | 0.5/2.5 MB | 37/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 404/686 kB | 0.5/2.5 MB | 37/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 404/686 kB | 0.5/2.5 MB | 40/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 408/686 kB | 0.5/2.5 MB | 40/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 412/686 kB | 0.5/2.5 MB | 40/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 412/686 kB | 0.5/2.5 MB | 43/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 412/686 kB | 0.5/2.5 MB | 43/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 416/686 kB | 0.5/2.5 MB | 43/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 420/686 kB | 0.5/2.5 MB | 43/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 420/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 424/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 428/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 432/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 436/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.0/12 MB | 917 kB | 436/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.1/12 MB | 917 kB | 436/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.1/12 MB | 917 kB | 436/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.1/12 MB | 917 kB | 439/686 kB | 0.5/2.5 MB | 45/194 kB error 03-Jan-2023 00:01:44 Progress (5): 7.1/12 MB | 917 kB | 439/686 kB | 0.5/2.5 MB | 48/194 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00: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 72 kB/s) error 03-Jan-2023 00:01:44 #14 92.26 Progress (4): 7.1/12 MB | 439/686 kB | 0.5/2.5 MB | 51/194 kB error 03-Jan-2023 00:01:44 error 03-Jan-2023 00: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 00:01:44 #14 92.27 Progress (4): 7.1/12 MB | 439/686 kB | 0.5/2.5 MB | 54/194 kB error 03-Jan-2023 00:01:44 Progress (4): 7.1/12 MB | 439/686 kB | 0.5/2.5 MB | 56/194 kB error 03-Jan-2023 00:01:44 Progress (4): 7.1/12 MB | 439/686 kB | 0.5/2.5 MB | 59/194 kB error 03-Jan-2023 00:01:44 Progress (4): 7.1/12 MB | 439/686 kB | 0.5/2.5 MB | 62/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 443/686 kB | 0.5/2.5 MB | 62/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 447/686 kB | 0.5/2.5 MB | 62/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 451/686 kB | 0.5/2.5 MB | 62/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 456/686 kB | 0.5/2.5 MB | 62/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 456/686 kB | 0.5/2.5 MB | 65/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 456/686 kB | 0.6/2.5 MB | 65/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 456/686 kB | 0.6/2.5 MB | 68/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 460/686 kB | 0.6/2.5 MB | 68/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 464/686 kB | 0.6/2.5 MB | 68/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 464/686 kB | 0.6/2.5 MB | 70/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 464/686 kB | 0.6/2.5 MB | 70/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 464/686 kB | 0.6/2.5 MB | 70/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 464/686 kB | 0.6/2.5 MB | 73/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 468/686 kB | 0.6/2.5 MB | 73/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 472/686 kB | 0.6/2.5 MB | 73/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 472/686 kB | 0.6/2.5 MB | 76/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 474/686 kB | 0.6/2.5 MB | 76/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 474/686 kB | 0.6/2.5 MB | 79/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 474/686 kB | 0.6/2.5 MB | 82/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 474/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 474/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 478/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 482/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 482/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 482/686 kB | 0.6/2.5 MB | 84/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 482/686 kB | 0.6/2.5 MB | 87/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 486/686 kB | 0.6/2.5 MB | 87/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 490/686 kB | 0.6/2.5 MB | 87/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 490/686 kB | 0.6/2.5 MB | 90/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 490/686 kB | 0.6/2.5 MB | 93/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 494/686 kB | 0.6/2.5 MB | 93/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 499/686 kB | 0.6/2.5 MB | 93/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 499/686 kB | 0.6/2.5 MB | 96/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 503/686 kB | 0.6/2.5 MB | 96/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 507/686 kB | 0.6/2.5 MB | 96/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.1/12 MB | 509/686 kB | 0.6/2.5 MB | 96/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 509/686 kB | 0.6/2.5 MB | 96/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 509/686 kB | 0.6/2.5 MB | 98/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 509/686 kB | 0.6/2.5 MB | 101/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 509/686 kB | 0.6/2.5 MB | 101/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 513/686 kB | 0.6/2.5 MB | 101/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 513/686 kB | 0.6/2.5 MB | 104/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 517/686 kB | 0.6/2.5 MB | 104/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 521/686 kB | 0.6/2.5 MB | 104/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 521/686 kB | 0.6/2.5 MB | 107/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 521/686 kB | 0.7/2.5 MB | 107/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 525/686 kB | 0.7/2.5 MB | 107/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 525/686 kB | 0.7/2.5 MB | 107/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 529/686 kB | 0.7/2.5 MB | 107/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 529/686 kB | 0.7/2.5 MB | 110/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 529/686 kB | 0.7/2.5 MB | 110/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 529/686 kB | 0.7/2.5 MB | 110/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 529/686 kB | 0.7/2.5 MB | 112/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 533/686 kB | 0.7/2.5 MB | 112/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 537/686 kB | 0.7/2.5 MB | 112/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 537/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.2/12 MB | 537/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 537/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 542/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 546/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 548/686 kB | 0.7/2.5 MB | 115/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 548/686 kB | 0.7/2.5 MB | 118/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 548/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 552/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 552/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 556/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 121/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 124/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 126/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 129/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 560/686 kB | 0.7/2.5 MB | 132/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.3/12 MB | 564/686 kB | 0.7/2.5 MB | 132/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 564/686 kB | 0.7/2.5 MB | 132/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 568/686 kB | 0.7/2.5 MB | 132/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 568/686 kB | 0.7/2.5 MB | 135/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 568/686 kB | 0.8/2.5 MB | 135/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 568/686 kB | 0.8/2.5 MB | 138/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 568/686 kB | 0.8/2.5 MB | 140/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 572/686 kB | 0.8/2.5 MB | 140/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 576/686 kB | 0.8/2.5 MB | 140/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 580/686 kB | 0.8/2.5 MB | 140/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 583/686 kB | 0.8/2.5 MB | 140/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 583/686 kB | 0.8/2.5 MB | 143/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 583/686 kB | 0.8/2.5 MB | 146/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 583/686 kB | 0.8/2.5 MB | 149/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 587/686 kB | 0.8/2.5 MB | 149/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 587/686 kB | 0.8/2.5 MB | 149/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 591/686 kB | 0.8/2.5 MB | 149/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 595/686 kB | 0.8/2.5 MB | 149/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 595/686 kB | 0.8/2.5 MB | 152/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 599/686 kB | 0.8/2.5 MB | 152/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 599/686 kB | 0.8/2.5 MB | 154/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 599/686 kB | 0.8/2.5 MB | 157/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.4/12 MB | 603/686 kB | 0.8/2.5 MB | 157/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 603/686 kB | 0.8/2.5 MB | 157/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 607/686 kB | 0.8/2.5 MB | 157/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 607/686 kB | 0.8/2.5 MB | 160/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 611/686 kB | 0.8/2.5 MB | 160/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 611/686 kB | 0.8/2.5 MB | 160/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 611/686 kB | 0.8/2.5 MB | 163/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 611/686 kB | 0.8/2.5 MB | 166/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 611/686 kB | 0.8/2.5 MB | 168/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 168/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 171/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 174/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 177/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 177/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 615/686 kB | 0.8/2.5 MB | 180/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 619/686 kB | 0.8/2.5 MB | 180/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 623/686 kB | 0.8/2.5 MB | 180/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 180/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 182/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 185/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 187/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 187/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 628/686 kB | 0.8/2.5 MB | 190/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 632/686 kB | 0.8/2.5 MB | 190/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 632/686 kB | 0.8/2.5 MB | 190/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 632/686 kB | 0.8/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 632/686 kB | 0.8/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 636/686 kB | 0.8/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 640/686 kB | 0.8/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 644/686 kB | 0.8/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 644/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 648/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 652/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 656/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 660/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 664/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 664/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.5/12 MB | 664/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 664/686 kB | 0.9/2.5 MB | 193/194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 664/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 664/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 669/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 673/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 677/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 681/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 683/686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 686 kB | 0.9/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (4): 7.6/12 MB | 686 kB | 1.0/2.5 MB | 194 kB error 03-Jan-2023 00:01:45 Progress (5): 7.6/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 3.3/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 3.3/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 3.3/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 6.1/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 8.9/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 8.9/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 12/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 12/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 14/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 17/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 20/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 20/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 23/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 23/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 26/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 28/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 31/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 34/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 37/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 40/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 42/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 45/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 48/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.0/2.5 MB | 194 kB | 51/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 51/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 54/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 56/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 59/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 62/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 65/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 68/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 70/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 70/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.7/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 73/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 73/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 76/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 79/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 82/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 84/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 87/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 90/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 93/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 96/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 98/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 98/100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.8/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.1/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 7.9/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 8.0/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 8.0/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 8.0/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 8.0/12 MB | 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 Progress (5): 8.0/12 MB | 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:01:45 error 03-Jan-2023 00: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 52 kB/s) error 03-Jan-2023 00:01:45 #14 92.78 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 00:01:45 #14 92.78 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 00:01:45 #14 92.79 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 00:01:45 #14 92.79 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 00:01:45 #14 92.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 00:01:45 #14 92.81 Progress (2): 8.0/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.0/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.0/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.0/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.0/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.4/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.1/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.2/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.2/12 MB | 1.5/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.2/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.2/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.3/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.3/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.3/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.3/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.3/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.4/12 MB | 1.6/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.4/12 MB | 1.7/2.5 MB error 03-Jan-2023 00:01:45 Progress (2): 8.4/12 MB | 1.7/2.5 MB error 03-Jan-2023 00:01:45 Progress (3): 8.4/12 MB | 1.7/2.5 MB | 3.3/67 kB error 03-Jan-2023 00:01:45 Progress (3): 8.4/12 MB | 1.7/2.5 MB | 3.3/67 kB error 03-Jan-2023 00:01:45 Progress (3): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 3.3/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 6.1/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 8.9/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 12/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 14/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 17/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 6.1/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 8.9/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 12/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 12/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 14/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 14/67 kB | 20/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 14/67 kB | 23/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 14/67 kB | 26/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 17/67 kB | 26/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 17/67 kB | 28/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 17/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 20/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 20/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 23/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 26/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 26/67 kB | 31/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 26/67 kB | 34/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 26/67 kB | 37/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.7/2.5 MB | 29/67 kB | 37/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.8/2.5 MB | 29/67 kB | 37/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.8/2.5 MB | 29/67 kB | 37/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.8/2.5 MB | 29/67 kB | 40/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.4/12 MB | 1.8/2.5 MB | 29/67 kB | 42/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 29/67 kB | 42/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 31/67 kB | 42/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 34/67 kB | 42/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 34/67 kB | 45/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 34/67 kB | 48/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 37/67 kB | 48/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 40/67 kB | 48/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 43/67 kB | 48/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 43/67 kB | 51/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 43/67 kB | 54/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 43/67 kB | 56/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 45/67 kB | 56/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 48/67 kB | 56/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 56/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 59/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 62/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 65/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 51/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 54/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 56/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 59/67 kB | 68/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 59/67 kB | 70/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 62/67 kB | 70/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 65/67 kB | 70/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.5/12 MB | 1.8/2.5 MB | 67 kB | 70/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 70/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 73/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 76/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 79/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 82/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.8/2.5 MB | 67 kB | 82/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.9/2.5 MB | 67 kB | 82/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.6/12 MB | 1.9/2.5 MB | 67 kB | 84/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 84/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 87/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 90/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 93/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 93/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 96/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 98/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 101/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 104/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 107/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 110/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 112/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 115/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 118/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 121/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 124/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 126/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 129/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 132/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 135/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 138/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 140/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 143/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 146/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 149/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.7/12 MB | 1.9/2.5 MB | 67 kB | 152/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 1.9/2.5 MB | 67 kB | 152/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 152/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 152/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 152/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 154/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 154/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 157/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 157/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 157/186 kB error 03-Jan-2023 00:01:45 Progress (4): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 160/186 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 160/186 kB | 4.1/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 160/186 kB | 8.2/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 160/186 kB | 12/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 160/186 kB | 16/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 16/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 20/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 25/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 29/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 33/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 163/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 166/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 168/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 168/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 171/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 174/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 177/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 180/186 kB | 37/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 180/186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.0/2.5 MB | 67 kB | 182/186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.1/2.5 MB | 67 kB | 182/186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.1/2.5 MB | 67 kB | 185/186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.8/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 41/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 45/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 49/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 52/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 56/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 60/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 62/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 66/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 71/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 71/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 71/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 75/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 79/230 kB error 03-Jan-2023 00:01:45 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 83/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 87/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 87/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 87/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 91/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 95/230 kB error 03-Jan-2023 00:01:46 Progress (5): 8.9/12 MB | 2.1/2.5 MB | 67 kB | 186 kB | 97/230 kB error 03-Jan-2023 00:01:46 error 03-Jan-2023 00:01:46 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 00:01:46 #14 93.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 00:01:46 #14 93.26 Progress (4): 8.9/12 MB | 2.1/2.5 MB | 186 kB | 101/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.1/2.5 MB | 186 kB | 105/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.1/2.5 MB | 186 kB | 105/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 105/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 105/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 109/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 114/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 118/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 122/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 125/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 129/230 kB error 03-Jan-2023 00:01:46 Progress (4): 8.9/12 MB | 2.2/2.5 MB | 186 kB | 134/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 134/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 138/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 142/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 142/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 146/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 150/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 154/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 158/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.0/12 MB | 2.2/2.5 MB | 186 kB | 162/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.2/2.5 MB | 186 kB | 162/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.2/2.5 MB | 186 kB | 162/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.2/2.5 MB | 186 kB | 162/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 162/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 166/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 170/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 174/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 179/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 183/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 187/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 191/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 195/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 199/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 203/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 203/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 203/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 203/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 203/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 206/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 210/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 214/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 218/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 222/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 224/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 228/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.1/12 MB | 2.3/2.5 MB | 186 kB | 228/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.2/12 MB | 2.3/2.5 MB | 186 kB | 228/230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.2/12 MB | 2.3/2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.2/12 MB | 2.3/2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:01:46 Progress (4): 9.2/12 MB | 2.4/2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:01:46 error 03-Jan-2023 00:01:46 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 00:01:46 #14 93.35 Progress (3): 9.2/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.2/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.2/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.2/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.4/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.3/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.4/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.4/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.4/12 MB | 2.5/2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.4/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.5/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.5/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.6/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.6/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 Progress (3): 9.7/12 MB | 2.5 MB | 230 kB error 03-Jan-2023 00:01:46 error 03-Jan-2023 00:01:46 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 00:01:46 #14 93.46 Progress (2): 9.8/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 9.8/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 9.9/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 9.9/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 10.0/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 2.5 MB error 03-Jan-2023 00:01:46 error 03-Jan-2023 00:01:46 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 181 kB/s) error 03-Jan-2023 00:01:46 #14 93.53 Progress (1): 10/12 MB error 03-Jan-2023 00:01:46 Progress (1): 10/12 MB error 03-Jan-2023 00:01:46 Progress (1): 10/12 MB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 4.1/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 8.2/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 8.2/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 12/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 16/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 20/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 25/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 29/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 33/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 37/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 37/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 41/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 45/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 49/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 53/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 57/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 61/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 66/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 70/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 74/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 78/636 kB error 03-Jan-2023 00:01:46 Progress (2): 10/12 MB | 82/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 82/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 86/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 90/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 94/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 97/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 101/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 105/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 109/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 109/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 114/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 116/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 120/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 125/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 129/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 133/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 133/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 137/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 141/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 145/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 149/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 149/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 152/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 156/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 161/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 165/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 169/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 169/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 173/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 177/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 181/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 185/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 187/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 191/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 195/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 199/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 204/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 204/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 208/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 212/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 215/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 215/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 219/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 223/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 227/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 230/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 234/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 238/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 242/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 246/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 251/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 255/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 255/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 259/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 263/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 267/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 271/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 275/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 278/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 282/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 286/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 286/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 290/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 293/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 297/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 301/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 305/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 309/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 314/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 314/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 318/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 322/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 326/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 330/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 334/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 338/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 341/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 341/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 341/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 345/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 349/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 353/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 357/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 361/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 365/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 369/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 374/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 376/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 380/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 384/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 388/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 392/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 395/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 395/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 399/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 403/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 407/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 411/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 415/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 419/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 423/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 423/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 427/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 431/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 435/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 438/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 442/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 446/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 449/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 453/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 458/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 462/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 462/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 466/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 470/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 474/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 478/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 482/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 486/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 490/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 490/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 493/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 497/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 501/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 505/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 510/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 510/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 514/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 518/636 kB error 03-Jan-2023 00:01:46 Progress (2): 11/12 MB | 521/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12/12 MB | 521/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 521/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 525/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 530/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 534/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 538/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 542/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 546/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 550/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 554/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 556/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 560/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 564/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 568/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 573/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 577/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 581/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 584/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 588/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 593/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 597/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 601/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 605/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 609/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 613/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 617/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 621/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 625/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 629/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 633/636 kB error 03-Jan-2023 00:01:46 Progress (2): 12 MB | 636 kB error 03-Jan-2023 00:01:46 error 03-Jan-2023 00:01:46 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 799 kB/s) error 03-Jan-2023 00:01:46 #14 94.05 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 00:01:46 #14 94.20 [INFO] error 03-Jan-2023 00:01:46 #14 94.20 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 00:01:47 #14 94.54 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 00:01:47 #14 94.67 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:01:47 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:01:47 Progress (1): 6.7 kB error 03-Jan-2023 00:01:47 error 03-Jan-2023 00:01:47 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 26 kB/s) error 03-Jan-2023 00:01:47 #14 94.86 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 00:01:47 #14 94.99 Progress (1): 1.9 kB error 03-Jan-2023 00:01:47 error 03-Jan-2023 00:01:47 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.8 kB/s) error 03-Jan-2023 00:01:47 #14 95.13 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 00:01:48 #14 95.26 Progress (1): 1.8 kB error 03-Jan-2023 00:01:48 error 03-Jan-2023 00: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.pom (1.8 kB at 7.0 kB/s) error 03-Jan-2023 00:01:48 #14 95.43 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 00:01:48 #14 95.58 Progress (1): 1.4 kB error 03-Jan-2023 00:01:48 error 03-Jan-2023 00:01:48 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.2 kB/s) error 03-Jan-2023 00:01:48 #14 95.74 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 00:01:48 #14 95.87 Progress (1): 424 B error 03-Jan-2023 00:01:48 error 03-Jan-2023 00: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.pom (424 B at 1.5 kB/s) error 03-Jan-2023 00:01:48 #14 96.03 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 00:01:48 #14 96.17 Progress (1): 3.4/3.9 kB error 03-Jan-2023 00:01:48 Progress (1): 3.9 kB error 03-Jan-2023 00:01:49 error 03-Jan-2023 00:01:49 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 13 kB/s) error 03-Jan-2023 00:01:49 #14 96.34 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 00:01:49 #14 96.48 Progress (1): 1.7 kB error 03-Jan-2023 00:01:49 error 03-Jan-2023 00:01:49 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.6 kB/s) error 03-Jan-2023 00:01:49 #14 96.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 00:01:49 #14 96.77 Progress (1): 2.1 kB error 03-Jan-2023 00:01:49 error 03-Jan-2023 00:01:49 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.0 kB/s) error 03-Jan-2023 00:01:49 #14 96.94 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 00:01:49 #14 97.09 Progress (1): 2.0 kB error 03-Jan-2023 00:01:49 error 03-Jan-2023 00:01:49 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.3 kB/s) error 03-Jan-2023 00:01:50 #14 97.38 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 00:01:50 #14 97.54 Progress (1): 1.3 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.2 kB/s) error 03-Jan-2023 00:01:50 #14 97.82 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 00:01:50 #14 ... error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:50 #17 84.81 Progress (1): 3.3/57 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/57 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/57 kB error 03-Jan-2023 00:01:50 Progress (1): 12/57 kB error 03-Jan-2023 00:01:50 Progress (1): 14/57 kB error 03-Jan-2023 00:01:50 Progress (1): 17/57 kB error 03-Jan-2023 00:01:50 Progress (1): 20/57 kB error 03-Jan-2023 00:01:50 Progress (1): 23/57 kB error 03-Jan-2023 00:01:50 Progress (1): 26/57 kB error 03-Jan-2023 00:01:50 Progress (1): 28/57 kB error 03-Jan-2023 00:01:50 Progress (1): 31/57 kB error 03-Jan-2023 00:01:50 Progress (1): 34/57 kB error 03-Jan-2023 00:01:50 Progress (1): 37/57 kB error 03-Jan-2023 00:01:50 Progress (1): 40/57 kB error 03-Jan-2023 00:01:50 Progress (1): 42/57 kB error 03-Jan-2023 00:01:50 Progress (1): 45/57 kB error 03-Jan-2023 00:01:50 Progress (1): 48/57 kB error 03-Jan-2023 00:01:50 Progress (1): 51/57 kB error 03-Jan-2023 00:01:50 Progress (1): 54/57 kB error 03-Jan-2023 00:01:50 Progress (1): 56/57 kB error 03-Jan-2023 00:01:50 Progress (1): 57 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 227 kB/s) error 03-Jan-2023 00:01:50 #17 84.94 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:01:50 #17 84.94 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 00:01:50 #17 85.07 Progress (1): 3.3/19 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/19 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/19 kB error 03-Jan-2023 00:01:50 Progress (1): 12/19 kB error 03-Jan-2023 00:01:50 Progress (1): 15/19 kB error 03-Jan-2023 00:01:50 Progress (1): 17/19 kB error 03-Jan-2023 00:01:50 Progress (1): 19 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 77 kB/s) error 03-Jan-2023 00:01:50 #17 85.20 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 00:01:50 #17 85.32 Progress (1): 3.3/15 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/15 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/15 kB error 03-Jan-2023 00:01:50 Progress (1): 12/15 kB error 03-Jan-2023 00:01:50 Progress (1): 15/15 kB error 03-Jan-2023 00:01:50 Progress (1): 15 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 63 kB/s) error 03-Jan-2023 00:01:50 #17 85.46 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 00:01:50 #17 85.77 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0 MB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.1 MB/s) error 03-Jan-2023 00:01:50 #17 85.95 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:01:50 #17 85.97 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 00:01:50 #17 86.09 Progress (1): 802 B error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.4 kB/s) error 03-Jan-2023 00:01:50 #17 86.21 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 00:01:50 #17 86.33 Progress (1): 3.2/8.8 kB error 03-Jan-2023 00:01:50 Progress (1): 6.0/8.8 kB error 03-Jan-2023 00:01:50 Progress (1): 8.8 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 39 kB/s) error 03-Jan-2023 00:01:50 #17 86.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 00:01:50 #17 87.07 Progress (1): 621 B error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (621 B at 838 B/s) error 03-Jan-2023 00:01:50 #17 87.18 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 00:01:50 #17 87.30 Progress (1): 3.2/22 kB error 03-Jan-2023 00:01:50 Progress (1): 6.0/22 kB error 03-Jan-2023 00:01:50 Progress (1): 8.8/22 kB error 03-Jan-2023 00:01:50 Progress (1): 12/22 kB error 03-Jan-2023 00:01:50 Progress (1): 14/22 kB error 03-Jan-2023 00:01:50 Progress (1): 17/22 kB error 03-Jan-2023 00:01:50 Progress (1): 20/22 kB error 03-Jan-2023 00:01:50 Progress (1): 22 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 95 kB/s) error 03-Jan-2023 00:01:50 #17 87.41 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 00:01:50 #17 87.69 Progress (1): 0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9 MB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 4.2 MB/s) error 03-Jan-2023 00:01:50 #17 87.88 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:01:50 #17 87.88 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 00:01:50 #17 88.00 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 88.11 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 00:01:50 #17 88.22 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:50 Progress (1): 12/16 kB error 03-Jan-2023 00:01:50 Progress (1): 15/16 kB error 03-Jan-2023 00:01:50 Progress (1): 16 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 73 kB/s) error 03-Jan-2023 00:01:50 #17 88.33 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 00:01:50 #17 88.70 Progress (1): 0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3 MB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.8 MB/s) error 03-Jan-2023 00:01:50 #17 88.93 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:01:50 #17 88.93 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 00:01:50 #17 89.05 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 89.16 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 00:01:50 #17 89.27 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:01:50 Progress (1): 7.5 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 89.38 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 00:01:50 #17 89.70 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6 MB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.9 MB/s) error 03-Jan-2023 00:01:50 #17 89.94 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:01:50 #17 89.95 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 00:01:50 #17 90.06 Progress (1): 3.1 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 90.17 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 00:01:50 #17 90.28 Progress (1): 3.3/11 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/11 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/11 kB error 03-Jan-2023 00:01:50 Progress (1): 11 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 51 kB/s) error 03-Jan-2023 00:01:50 #17 90.39 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 00:01:50 #17 90.66 Progress (1): 4.1/545 kB error 03-Jan-2023 00:01:50 Progress (1): 7.5/545 kB error 03-Jan-2023 00:01:50 Progress (1): 12/545 kB error 03-Jan-2023 00:01:50 Progress (1): 16/545 kB error 03-Jan-2023 00:01:50 Progress (1): 20/545 kB error 03-Jan-2023 00:01:50 Progress (1): 24/545 kB error 03-Jan-2023 00:01:50 Progress (1): 28/545 kB error 03-Jan-2023 00:01:50 Progress (1): 32/545 kB error 03-Jan-2023 00:01:50 Progress (1): 36/545 kB error 03-Jan-2023 00:01:50 Progress (1): 40/545 kB error 03-Jan-2023 00:01:50 Progress (1): 42/545 kB error 03-Jan-2023 00:01:50 Progress (1): 46/545 kB error 03-Jan-2023 00:01:50 Progress (1): 51/545 kB error 03-Jan-2023 00:01:50 Progress (1): 55/545 kB error 03-Jan-2023 00:01:50 Progress (1): 59/545 kB error 03-Jan-2023 00:01:50 Progress (1): 63/545 kB error 03-Jan-2023 00:01:50 Progress (1): 67/545 kB error 03-Jan-2023 00:01:50 Progress (1): 71/545 kB error 03-Jan-2023 00:01:50 Progress (1): 75/545 kB error 03-Jan-2023 00:01:50 Progress (1): 77/545 kB error 03-Jan-2023 00:01:50 Progress (1): 81/545 kB error 03-Jan-2023 00:01:50 Progress (1): 85/545 kB error 03-Jan-2023 00:01:50 Progress (1): 89/545 kB error 03-Jan-2023 00:01:50 Progress (1): 94/545 kB error 03-Jan-2023 00:01:50 Progress (1): 98/545 kB error 03-Jan-2023 00:01:50 Progress (1): 102/545 kB error 03-Jan-2023 00:01:50 Progress (1): 106/545 kB error 03-Jan-2023 00:01:50 Progress (1): 110/545 kB error 03-Jan-2023 00:01:50 Progress (1): 112/545 kB error 03-Jan-2023 00:01:50 Progress (1): 116/545 kB error 03-Jan-2023 00:01:50 Progress (1): 120/545 kB error 03-Jan-2023 00:01:50 Progress (1): 124/545 kB error 03-Jan-2023 00:01:50 Progress (1): 128/545 kB error 03-Jan-2023 00:01:50 Progress (1): 132/545 kB error 03-Jan-2023 00:01:50 Progress (1): 137/545 kB error 03-Jan-2023 00:01:50 Progress (1): 141/545 kB error 03-Jan-2023 00:01:50 Progress (1): 143/545 kB error 03-Jan-2023 00:01:50 Progress (1): 147/545 kB error 03-Jan-2023 00:01:50 Progress (1): 151/545 kB error 03-Jan-2023 00:01:50 Progress (1): 155/545 kB error 03-Jan-2023 00:01:50 Progress (1): 158/545 kB error 03-Jan-2023 00:01:50 Progress (1): 162/545 kB error 03-Jan-2023 00:01:50 Progress (1): 166/545 kB error 03-Jan-2023 00:01:50 Progress (1): 170/545 kB error 03-Jan-2023 00:01:50 Progress (1): 174/545 kB error 03-Jan-2023 00:01:50 Progress (1): 179/545 kB error 03-Jan-2023 00:01:50 Progress (1): 183/545 kB error 03-Jan-2023 00:01:50 Progress (1): 187/545 kB error 03-Jan-2023 00:01:50 Progress (1): 191/545 kB error 03-Jan-2023 00:01:50 Progress (1): 195/545 kB error 03-Jan-2023 00:01:50 Progress (1): 197/545 kB error 03-Jan-2023 00:01:50 Progress (1): 201/545 kB error 03-Jan-2023 00:01:50 Progress (1): 206/545 kB error 03-Jan-2023 00:01:50 Progress (1): 210/545 kB error 03-Jan-2023 00:01:50 Progress (1): 214/545 kB error 03-Jan-2023 00:01:50 Progress (1): 218/545 kB error 03-Jan-2023 00:01:50 Progress (1): 222/545 kB error 03-Jan-2023 00:01:50 Progress (1): 224/545 kB error 03-Jan-2023 00:01:50 Progress (1): 228/545 kB error 03-Jan-2023 00:01:50 Progress (1): 233/545 kB error 03-Jan-2023 00:01:50 Progress (1): 237/545 kB error 03-Jan-2023 00:01:50 Progress (1): 241/545 kB error 03-Jan-2023 00:01:50 Progress (1): 245/545 kB error 03-Jan-2023 00:01:50 Progress (1): 249/545 kB error 03-Jan-2023 00:01:50 Progress (1): 251/545 kB error 03-Jan-2023 00:01:50 Progress (1): 255/545 kB error 03-Jan-2023 00:01:50 Progress (1): 260/545 kB error 03-Jan-2023 00:01:50 Progress (1): 264/545 kB error 03-Jan-2023 00:01:50 Progress (1): 268/545 kB error 03-Jan-2023 00:01:50 Progress (1): 272/545 kB error 03-Jan-2023 00:01:50 Progress (1): 276/545 kB error 03-Jan-2023 00:01:50 Progress (1): 280/545 kB error 03-Jan-2023 00:01:50 Progress (1): 284/545 kB error 03-Jan-2023 00:01:50 Progress (1): 288/545 kB error 03-Jan-2023 00:01:50 Progress (1): 292/545 kB error 03-Jan-2023 00:01:50 Progress (1): 296/545 kB error 03-Jan-2023 00:01:50 Progress (1): 300/545 kB error 03-Jan-2023 00:01:50 Progress (1): 305/545 kB error 03-Jan-2023 00:01:50 Progress (1): 309/545 kB error 03-Jan-2023 00:01:50 Progress (1): 312/545 kB error 03-Jan-2023 00:01:50 Progress (1): 314/545 kB error 03-Jan-2023 00:01:50 Progress (1): 318/545 kB error 03-Jan-2023 00:01:50 Progress (1): 323/545 kB error 03-Jan-2023 00:01:50 Progress (1): 327/545 kB error 03-Jan-2023 00:01:50 Progress (1): 331/545 kB error 03-Jan-2023 00:01:50 Progress (1): 335/545 kB error 03-Jan-2023 00:01:50 Progress (1): 339/545 kB error 03-Jan-2023 00:01:50 Progress (1): 343/545 kB error 03-Jan-2023 00:01:50 Progress (1): 347/545 kB error 03-Jan-2023 00:01:50 Progress (1): 351/545 kB error 03-Jan-2023 00:01:50 Progress (1): 355/545 kB error 03-Jan-2023 00:01:50 Progress (1): 359/545 kB error 03-Jan-2023 00:01:50 Progress (1): 363/545 kB error 03-Jan-2023 00:01:50 Progress (1): 368/545 kB error 03-Jan-2023 00:01:50 Progress (1): 372/545 kB error 03-Jan-2023 00:01:50 Progress (1): 376/545 kB error 03-Jan-2023 00:01:50 Progress (1): 380/545 kB error 03-Jan-2023 00:01:50 Progress (1): 384/545 kB error 03-Jan-2023 00:01:50 Progress (1): 386/545 kB error 03-Jan-2023 00:01:50 Progress (1): 390/545 kB error 03-Jan-2023 00:01:50 Progress (1): 395/545 kB error 03-Jan-2023 00:01:50 Progress (1): 399/545 kB error 03-Jan-2023 00:01:50 Progress (1): 403/545 kB error 03-Jan-2023 00:01:50 Progress (1): 407/545 kB error 03-Jan-2023 00:01:50 Progress (1): 411/545 kB error 03-Jan-2023 00:01:50 Progress (1): 415/545 kB error 03-Jan-2023 00:01:50 Progress (1): 419/545 kB error 03-Jan-2023 00:01:50 Progress (1): 421/545 kB error 03-Jan-2023 00:01:50 Progress (1): 425/545 kB error 03-Jan-2023 00:01:50 Progress (1): 429/545 kB error 03-Jan-2023 00:01:50 Progress (1): 433/545 kB error 03-Jan-2023 00:01:50 Progress (1): 438/545 kB error 03-Jan-2023 00:01:50 Progress (1): 442/545 kB error 03-Jan-2023 00:01:50 Progress (1): 446/545 kB error 03-Jan-2023 00:01:50 Progress (1): 449/545 kB error 03-Jan-2023 00:01:50 Progress (1): 453/545 kB error 03-Jan-2023 00:01:50 Progress (1): 458/545 kB error 03-Jan-2023 00:01:50 Progress (1): 462/545 kB error 03-Jan-2023 00:01:50 Progress (1): 466/545 kB error 03-Jan-2023 00:01:50 Progress (1): 470/545 kB error 03-Jan-2023 00:01:50 Progress (1): 474/545 kB error 03-Jan-2023 00:01:50 Progress (1): 478/545 kB error 03-Jan-2023 00:01:50 Progress (1): 482/545 kB error 03-Jan-2023 00:01:50 Progress (1): 485/545 kB error 03-Jan-2023 00:01:50 Progress (1): 489/545 kB error 03-Jan-2023 00:01:50 Progress (1): 493/545 kB error 03-Jan-2023 00:01:50 Progress (1): 497/545 kB error 03-Jan-2023 00:01:50 Progress (1): 501/545 kB error 03-Jan-2023 00:01:50 Progress (1): 505/545 kB error 03-Jan-2023 00:01:50 Progress (1): 509/545 kB error 03-Jan-2023 00:01:50 Progress (1): 512/545 kB error 03-Jan-2023 00:01:50 Progress (1): 516/545 kB error 03-Jan-2023 00:01:50 Progress (1): 521/545 kB error 03-Jan-2023 00:01:50 Progress (1): 525/545 kB error 03-Jan-2023 00:01:50 Progress (1): 529/545 kB error 03-Jan-2023 00:01:50 Progress (1): 533/545 kB error 03-Jan-2023 00:01:50 Progress (1): 537/545 kB error 03-Jan-2023 00:01:50 Progress (1): 539/545 kB error 03-Jan-2023 00:01:50 Progress (1): 543/545 kB error 03-Jan-2023 00:01:50 Progress (1): 545 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 90.84 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:01:50 #17 90.85 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 00:01:50 #17 90.96 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:01:50 Progress (1): 8.2 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 91.07 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 00:01:50 #17 91.18 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:01:50 Progress (1): 9.2 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 91.29 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 00:01:50 #17 91.40 Progress (1): 3.3/141 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/141 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/141 kB error 03-Jan-2023 00:01:50 Progress (1): 12/141 kB error 03-Jan-2023 00:01:50 Progress (1): 15/141 kB error 03-Jan-2023 00:01:50 Progress (1): 17/141 kB error 03-Jan-2023 00:01:50 Progress (1): 20/141 kB error 03-Jan-2023 00:01:50 Progress (1): 23/141 kB error 03-Jan-2023 00:01:50 Progress (1): 26/141 kB error 03-Jan-2023 00:01:50 Progress (1): 29/141 kB error 03-Jan-2023 00:01:50 Progress (1): 31/141 kB error 03-Jan-2023 00:01:50 Progress (1): 34/141 kB error 03-Jan-2023 00:01:50 Progress (1): 37/141 kB error 03-Jan-2023 00:01:50 Progress (1): 40/141 kB error 03-Jan-2023 00:01:50 Progress (1): 43/141 kB error 03-Jan-2023 00:01:50 Progress (1): 45/141 kB error 03-Jan-2023 00:01:50 Progress (1): 48/141 kB error 03-Jan-2023 00:01:50 Progress (1): 51/141 kB error 03-Jan-2023 00:01:50 Progress (1): 54/141 kB error 03-Jan-2023 00:01:50 Progress (1): 56/141 kB error 03-Jan-2023 00:01:50 Progress (1): 59/141 kB error 03-Jan-2023 00:01:50 Progress (1): 62/141 kB error 03-Jan-2023 00:01:50 Progress (1): 65/141 kB error 03-Jan-2023 00:01:50 Progress (1): 68/141 kB error 03-Jan-2023 00:01:50 Progress (1): 70/141 kB error 03-Jan-2023 00:01:50 Progress (1): 73/141 kB error 03-Jan-2023 00:01:50 Progress (1): 76/141 kB error 03-Jan-2023 00:01:50 Progress (1): 79/141 kB error 03-Jan-2023 00:01:50 Progress (1): 82/141 kB error 03-Jan-2023 00:01:50 Progress (1): 84/141 kB error 03-Jan-2023 00:01:50 Progress (1): 87/141 kB error 03-Jan-2023 00:01:50 Progress (1): 90/141 kB error 03-Jan-2023 00:01:50 Progress (1): 93/141 kB error 03-Jan-2023 00:01:50 Progress (1): 96/141 kB error 03-Jan-2023 00:01:50 Progress (1): 98/141 kB error 03-Jan-2023 00:01:50 Progress (1): 101/141 kB error 03-Jan-2023 00:01:50 Progress (1): 104/141 kB error 03-Jan-2023 00:01:50 Progress (1): 107/141 kB error 03-Jan-2023 00:01:50 Progress (1): 110/141 kB error 03-Jan-2023 00:01:50 Progress (1): 112/141 kB error 03-Jan-2023 00:01:50 Progress (1): 115/141 kB error 03-Jan-2023 00:01:50 Progress (1): 118/141 kB error 03-Jan-2023 00:01:50 Progress (1): 121/141 kB error 03-Jan-2023 00:01:50 Progress (1): 124/141 kB error 03-Jan-2023 00:01:50 Progress (1): 126/141 kB error 03-Jan-2023 00:01:50 Progress (1): 129/141 kB error 03-Jan-2023 00:01:50 Progress (1): 132/141 kB error 03-Jan-2023 00:01:50 Progress (1): 135/141 kB error 03-Jan-2023 00:01:50 Progress (1): 138/141 kB error 03-Jan-2023 00:01:50 Progress (1): 140/141 kB error 03-Jan-2023 00:01:50 Progress (1): 141 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 544 kB/s) error 03-Jan-2023 00:01:50 #17 91.55 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:01:50 #17 91.55 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 00:01:50 #17 91.66 Progress (1): 3.3/18 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/18 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/18 kB error 03-Jan-2023 00:01:50 Progress (1): 12/18 kB error 03-Jan-2023 00:01:50 Progress (1): 15/18 kB error 03-Jan-2023 00:01:50 Progress (1): 17/18 kB error 03-Jan-2023 00:01:50 Progress (1): 18 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 91.77 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 00:01:50 #17 91.88 Progress (1): 3.3/12 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/12 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/12 kB error 03-Jan-2023 00:01:50 Progress (1): 12/12 kB error 03-Jan-2023 00:01:50 Progress (1): 12 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 91.99 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 00:01:50 #17 92.29 Progress (1): 0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:01:50 Progress (1): 4.0 MB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.1 MB/s) error 03-Jan-2023 00:01:50 #17 92.55 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:01:50 #17 92.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 00:01:50 #17 92.67 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:01:50 Progress (1): 4.1 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 92.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 00:01:50 #17 92.89 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:01:50 Progress (1): 4.3 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 20 kB/s) error 03-Jan-2023 00:01:50 #17 93.00 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 00:01:50 #17 93.28 Progress (1): 4.1/775 kB error 03-Jan-2023 00:01:50 Progress (1): 8.2/775 kB error 03-Jan-2023 00:01:50 Progress (1): 12/775 kB error 03-Jan-2023 00:01:50 Progress (1): 16/775 kB error 03-Jan-2023 00:01:50 Progress (1): 19/775 kB error 03-Jan-2023 00:01:50 Progress (1): 23/775 kB error 03-Jan-2023 00:01:50 Progress (1): 27/775 kB error 03-Jan-2023 00:01:50 Progress (1): 31/775 kB error 03-Jan-2023 00:01:50 Progress (1): 35/775 kB error 03-Jan-2023 00:01:50 Progress (1): 39/775 kB error 03-Jan-2023 00:01:50 Progress (1): 43/775 kB error 03-Jan-2023 00:01:50 Progress (1): 47/775 kB error 03-Jan-2023 00:01:50 Progress (1): 52/775 kB error 03-Jan-2023 00:01:50 Progress (1): 54/775 kB error 03-Jan-2023 00:01:50 Progress (1): 58/775 kB error 03-Jan-2023 00:01:50 Progress (1): 62/775 kB error 03-Jan-2023 00:01:50 Progress (1): 66/775 kB error 03-Jan-2023 00:01:50 Progress (1): 70/775 kB error 03-Jan-2023 00:01:50 Progress (1): 74/775 kB error 03-Jan-2023 00:01:50 Progress (1): 78/775 kB error 03-Jan-2023 00:01:50 Progress (1): 82/775 kB error 03-Jan-2023 00:01:50 Progress (1): 86/775 kB error 03-Jan-2023 00:01:50 Progress (1): 88/775 kB error 03-Jan-2023 00:01:50 Progress (1): 92/775 kB error 03-Jan-2023 00:01:50 Progress (1): 97/775 kB error 03-Jan-2023 00:01:50 Progress (1): 101/775 kB error 03-Jan-2023 00:01:50 Progress (1): 105/775 kB error 03-Jan-2023 00:01:50 Progress (1): 109/775 kB error 03-Jan-2023 00:01:50 Progress (1): 113/775 kB error 03-Jan-2023 00:01:50 Progress (1): 116/775 kB error 03-Jan-2023 00:01:50 Progress (1): 120/775 kB error 03-Jan-2023 00:01:50 Progress (1): 124/775 kB error 03-Jan-2023 00:01:50 Progress (1): 129/775 kB error 03-Jan-2023 00:01:50 Progress (1): 133/775 kB error 03-Jan-2023 00:01:50 Progress (1): 137/775 kB error 03-Jan-2023 00:01:50 Progress (1): 141/775 kB error 03-Jan-2023 00:01:50 Progress (1): 145/775 kB error 03-Jan-2023 00:01:50 Progress (1): 149/775 kB error 03-Jan-2023 00:01:50 Progress (1): 152/775 kB error 03-Jan-2023 00:01:50 Progress (1): 156/775 kB error 03-Jan-2023 00:01:50 Progress (1): 160/775 kB error 03-Jan-2023 00:01:50 Progress (1): 164/775 kB error 03-Jan-2023 00:01:50 Progress (1): 167/775 kB error 03-Jan-2023 00:01:50 Progress (1): 171/775 kB error 03-Jan-2023 00:01:50 Progress (1): 175/775 kB error 03-Jan-2023 00:01:50 Progress (1): 179/775 kB error 03-Jan-2023 00:01:50 Progress (1): 183/775 kB error 03-Jan-2023 00:01:50 Progress (1): 188/775 kB error 03-Jan-2023 00:01:50 Progress (1): 192/775 kB error 03-Jan-2023 00:01:50 Progress (1): 196/775 kB error 03-Jan-2023 00:01:50 Progress (1): 200/775 kB error 03-Jan-2023 00:01:50 Progress (1): 204/775 kB error 03-Jan-2023 00:01:50 Progress (1): 208/775 kB error 03-Jan-2023 00:01:50 Progress (1): 212/775 kB error 03-Jan-2023 00:01:50 Progress (1): 215/775 kB error 03-Jan-2023 00:01:50 Progress (1): 219/775 kB error 03-Jan-2023 00:01:50 Progress (1): 223/775 kB error 03-Jan-2023 00:01:50 Progress (1): 228/775 kB error 03-Jan-2023 00:01:50 Progress (1): 232/775 kB error 03-Jan-2023 00:01:50 Progress (1): 236/775 kB error 03-Jan-2023 00:01:50 Progress (1): 240/775 kB error 03-Jan-2023 00:01:50 Progress (1): 244/775 kB error 03-Jan-2023 00:01:50 Progress (1): 248/775 kB error 03-Jan-2023 00:01:50 Progress (1): 250/775 kB error 03-Jan-2023 00:01:50 Progress (1): 254/775 kB error 03-Jan-2023 00:01:50 Progress (1): 258/775 kB error 03-Jan-2023 00:01:50 Progress (1): 262/775 kB error 03-Jan-2023 00:01:50 Progress (1): 267/775 kB error 03-Jan-2023 00:01:50 Progress (1): 271/775 kB error 03-Jan-2023 00:01:50 Progress (1): 275/775 kB error 03-Jan-2023 00:01:50 Progress (1): 278/775 kB error 03-Jan-2023 00:01:50 Progress (1): 282/775 kB error 03-Jan-2023 00:01:50 Progress (1): 286/775 kB error 03-Jan-2023 00:01:50 Progress (1): 291/775 kB error 03-Jan-2023 00:01:50 Progress (1): 295/775 kB error 03-Jan-2023 00:01:50 Progress (1): 299/775 kB error 03-Jan-2023 00:01:50 Progress (1): 303/775 kB error 03-Jan-2023 00:01:50 Progress (1): 307/775 kB error 03-Jan-2023 00:01:50 Progress (1): 311/775 kB error 03-Jan-2023 00:01:50 Progress (1): 313/775 kB error 03-Jan-2023 00:01:50 Progress (1): 317/775 kB error 03-Jan-2023 00:01:50 Progress (1): 321/775 kB error 03-Jan-2023 00:01:50 Progress (1): 325/775 kB error 03-Jan-2023 00:01:50 Progress (1): 330/775 kB error 03-Jan-2023 00:01:50 Progress (1): 332/775 kB error 03-Jan-2023 00:01:50 Progress (1): 336/775 kB error 03-Jan-2023 00:01:50 Progress (1): 340/775 kB error 03-Jan-2023 00:01:50 Progress (1): 344/775 kB error 03-Jan-2023 00:01:50 Progress (1): 348/775 kB error 03-Jan-2023 00:01:50 Progress (1): 352/775 kB error 03-Jan-2023 00:01:50 Progress (1): 356/775 kB error 03-Jan-2023 00:01:50 Progress (1): 359/775 kB error 03-Jan-2023 00:01:50 Progress (1): 363/775 kB error 03-Jan-2023 00:01:50 Progress (1): 367/775 kB error 03-Jan-2023 00:01:50 Progress (1): 371/775 kB error 03-Jan-2023 00:01:50 Progress (1): 375/775 kB error 03-Jan-2023 00:01:50 Progress (1): 377/775 kB error 03-Jan-2023 00:01:50 Progress (1): 381/775 kB error 03-Jan-2023 00:01:50 Progress (1): 385/775 kB error 03-Jan-2023 00:01:50 Progress (1): 390/775 kB error 03-Jan-2023 00:01:50 Progress (1): 394/775 kB error 03-Jan-2023 00:01:50 Progress (1): 398/775 kB error 03-Jan-2023 00:01:50 Progress (1): 402/775 kB error 03-Jan-2023 00:01:50 Progress (1): 406/775 kB error 03-Jan-2023 00:01:50 Progress (1): 410/775 kB error 03-Jan-2023 00:01:50 Progress (1): 414/775 kB error 03-Jan-2023 00:01:50 Progress (1): 418/775 kB error 03-Jan-2023 00:01:50 Progress (1): 422/775 kB error 03-Jan-2023 00:01:50 Progress (1): 426/775 kB error 03-Jan-2023 00:01:50 Progress (1): 431/775 kB error 03-Jan-2023 00:01:50 Progress (1): 435/775 kB error 03-Jan-2023 00:01:50 Progress (1): 439/775 kB error 03-Jan-2023 00:01:50 Progress (1): 443/775 kB error 03-Jan-2023 00:01:50 Progress (1): 447/775 kB error 03-Jan-2023 00:01:50 Progress (1): 449/775 kB error 03-Jan-2023 00:01:50 Progress (1): 453/775 kB error 03-Jan-2023 00:01:50 Progress (1): 457/775 kB error 03-Jan-2023 00:01:50 Progress (1): 462/775 kB error 03-Jan-2023 00:01:50 Progress (1): 466/775 kB error 03-Jan-2023 00:01:50 Progress (1): 470/775 kB error 03-Jan-2023 00:01:50 Progress (1): 474/775 kB error 03-Jan-2023 00:01:50 Progress (1): 478/775 kB error 03-Jan-2023 00:01:50 Progress (1): 482/775 kB error 03-Jan-2023 00:01:50 Progress (1): 486/775 kB error 03-Jan-2023 00:01:50 Progress (1): 490/775 kB error 03-Jan-2023 00:01:50 Progress (1): 494/775 kB error 03-Jan-2023 00:01:50 Progress (1): 498/775 kB error 03-Jan-2023 00:01:50 Progress (1): 503/775 kB error 03-Jan-2023 00:01:50 Progress (1): 507/775 kB error 03-Jan-2023 00:01:50 Progress (1): 511/775 kB error 03-Jan-2023 00:01:50 Progress (1): 515/775 kB error 03-Jan-2023 00:01:50 Progress (1): 519/775 kB error 03-Jan-2023 00:01:50 Progress (1): 521/775 kB error 03-Jan-2023 00:01:50 Progress (1): 525/775 kB error 03-Jan-2023 00:01:50 Progress (1): 529/775 kB error 03-Jan-2023 00:01:50 Progress (1): 534/775 kB error 03-Jan-2023 00:01:50 Progress (1): 538/775 kB error 03-Jan-2023 00:01:50 Progress (1): 542/775 kB error 03-Jan-2023 00:01:50 Progress (1): 546/775 kB error 03-Jan-2023 00:01:50 Progress (1): 550/775 kB error 03-Jan-2023 00:01:50 Progress (1): 554/775 kB error 03-Jan-2023 00:01:50 Progress (1): 558/775 kB error 03-Jan-2023 00:01:50 Progress (1): 562/775 kB error 03-Jan-2023 00:01:50 Progress (1): 566/775 kB error 03-Jan-2023 00:01:50 Progress (1): 570/775 kB error 03-Jan-2023 00:01:50 Progress (1): 575/775 kB error 03-Jan-2023 00:01:50 Progress (1): 579/775 kB error 03-Jan-2023 00:01:50 Progress (1): 583/775 kB error 03-Jan-2023 00:01:50 Progress (1): 587/775 kB error 03-Jan-2023 00:01:50 Progress (1): 589/775 kB error 03-Jan-2023 00:01:50 Progress (1): 593/775 kB error 03-Jan-2023 00:01:50 Progress (1): 597/775 kB error 03-Jan-2023 00:01:50 Progress (1): 601/775 kB error 03-Jan-2023 00:01:50 Progress (1): 605/775 kB error 03-Jan-2023 00:01:50 Progress (1): 609/775 kB error 03-Jan-2023 00:01:50 Progress (1): 613/775 kB error 03-Jan-2023 00:01:50 Progress (1): 618/775 kB error 03-Jan-2023 00:01:50 Progress (1): 622/775 kB error 03-Jan-2023 00:01:50 Progress (1): 626/775 kB error 03-Jan-2023 00:01:50 Progress (1): 630/775 kB error 03-Jan-2023 00:01:50 Progress (1): 634/775 kB error 03-Jan-2023 00:01:50 Progress (1): 638/775 kB error 03-Jan-2023 00:01:50 Progress (1): 642/775 kB error 03-Jan-2023 00:01:50 Progress (1): 646/775 kB error 03-Jan-2023 00:01:50 Progress (1): 650/775 kB error 03-Jan-2023 00:01:50 Progress (1): 654/775 kB error 03-Jan-2023 00:01:50 Progress (1): 659/775 kB error 03-Jan-2023 00:01:50 Progress (1): 663/775 kB error 03-Jan-2023 00:01:50 Progress (1): 665/775 kB error 03-Jan-2023 00:01:50 Progress (1): 669/775 kB error 03-Jan-2023 00:01:50 Progress (1): 673/775 kB error 03-Jan-2023 00:01:50 Progress (1): 678/775 kB error 03-Jan-2023 00:01:50 Progress (1): 682/775 kB error 03-Jan-2023 00:01:50 Progress (1): 686/775 kB error 03-Jan-2023 00:01:50 Progress (1): 690/775 kB error 03-Jan-2023 00:01:50 Progress (1): 694/775 kB error 03-Jan-2023 00:01:50 Progress (1): 698/775 kB error 03-Jan-2023 00:01:50 Progress (1): 700/775 kB error 03-Jan-2023 00:01:50 Progress (1): 704/775 kB error 03-Jan-2023 00:01:50 Progress (1): 708/775 kB error 03-Jan-2023 00:01:50 Progress (1): 712/775 kB error 03-Jan-2023 00:01:50 Progress (1): 717/775 kB error 03-Jan-2023 00:01:50 Progress (1): 719/775 kB error 03-Jan-2023 00:01:50 Progress (1): 723/775 kB error 03-Jan-2023 00:01:50 Progress (1): 727/775 kB error 03-Jan-2023 00:01:50 Progress (1): 732/775 kB error 03-Jan-2023 00:01:50 Progress (1): 736/775 kB error 03-Jan-2023 00:01:50 Progress (1): 740/775 kB error 03-Jan-2023 00:01:50 Progress (1): 744/775 kB error 03-Jan-2023 00:01:50 Progress (1): 748/775 kB error 03-Jan-2023 00:01:50 Progress (1): 752/775 kB error 03-Jan-2023 00:01:50 Progress (1): 756/775 kB error 03-Jan-2023 00:01:50 Progress (1): 760/775 kB error 03-Jan-2023 00:01:50 Progress (1): 764/775 kB error 03-Jan-2023 00:01:50 Progress (1): 768/775 kB error 03-Jan-2023 00:01:50 Progress (1): 772/775 kB error 03-Jan-2023 00:01:50 Progress (1): 775 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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.9 MB/s) error 03-Jan-2023 00:01:50 #17 93.41 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:01:50 #17 93.41 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 00:01:50 #17 93.52 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:01:50 Progress (1): 4.1 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 00:01:50 #17 93.64 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 00:01:50 #17 93.75 Progress (1): 3.3/19 kB error 03-Jan-2023 00:01:50 Progress (1): 6.1/19 kB error 03-Jan-2023 00:01:50 Progress (1): 8.9/19 kB error 03-Jan-2023 00:01:50 Progress (1): 12/19 kB error 03-Jan-2023 00:01:50 Progress (1): 15/19 kB error 03-Jan-2023 00:01:50 Progress (1): 17/19 kB error 03-Jan-2023 00:01:50 Progress (1): 19 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 86 kB/s) error 03-Jan-2023 00:01:50 #17 93.87 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 00:01:50 #17 94.22 Progress (1): 0.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 0.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 1.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 2.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 3.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 4.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 5.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 6.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 7.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 8.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.1/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.2/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.3/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.4/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.5/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.6/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.7/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.8/17 MB error 03-Jan-2023 00:01:50 Progress (1): 9.9/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10.0/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 10/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 11/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 12/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 13/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 14/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 15/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 16/17 MB error 03-Jan-2023 00:01:50 Progress (1): 17/17 MB error 03-Jan-2023 00:01:50 Progress (1): 17/17 MB error 03-Jan-2023 00:01:50 Progress (1): 17 MB error 03-Jan-2023 00:01:50 #17 ... error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:50 #14 97.99 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:01:50 Progress (1): 5.8 kB error 03-Jan-2023 00:01:50 error 03-Jan-2023 00:01:50 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 17 kB/s) error 03-Jan-2023 00:01:51 #14 98.73 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 00:01:51 #14 98.74 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 00:01:51 #14 98.74 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 00:01:51 #14 98.74 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 00:01:51 #14 98.74 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 00:01:51 #14 99.08 Progress (1): 3.4/14 kB error 03-Jan-2023 00:01:51 Progress (2): 3.4/14 kB | 3.4/9.9 kB error 03-Jan-2023 00:01:51 Progress (3): 3.4/14 kB | 3.4/9.9 kB | 3.4/5.9 kB error 03-Jan-2023 00:01:51 Progress (3): 3.4/14 kB | 3.4/9.9 kB | 5.9 kB error 03-Jan-2023 00:01:51 Progress (3): 3.4/14 kB | 6.2/9.9 kB | 5.9 kB error 03-Jan-2023 00:01:51 Progress (3): 3.4/14 kB | 9.0/9.9 kB | 5.9 kB error 03-Jan-2023 00:01:51 Progress (3): 3.4/14 kB | 9.9 kB | 5.9 kB error 03-Jan-2023 00:01:51 Progress (4): 3.4/14 kB | 9.9 kB | 5.9 kB | 3.4/152 kB error 03-Jan-2023 00:01:51 Progress (4): 3.4/14 kB | 9.9 kB | 5.9 kB | 6.2/152 kB error 03-Jan-2023 00:01:51 Progress (4): 3.4/14 kB | 9.9 kB | 5.9 kB | 9.0/152 kB error 03-Jan-2023 00:01:51 Progress (4): 3.4/14 kB | 9.9 kB | 5.9 kB | 12/152 kB error 03-Jan-2023 00:01:51 Progress (4): 6.2/14 kB | 9.9 kB | 5.9 kB | 12/152 kB error 03-Jan-2023 00:01:51 Progress (5): 6.2/14 kB | 9.9 kB | 5.9 kB | 12/152 kB | 3.3/21 kB error 03-Jan-2023 00:01:51 Progress (5): 6.2/14 kB | 9.9 kB | 5.9 kB | 12/152 kB | 6.1/21 kB error 03-Jan-2023 00:01:51 Progress (5): 6.2/14 kB | 9.9 kB | 5.9 kB | 12/152 kB | 8.9/21 kB error 03-Jan-2023 00:01:51 Progress (5): 6.2/14 kB | 9.9 kB | 5.9 kB | 15/152 kB | 8.9/21 kB error 03-Jan-2023 00:01:51 Progress (5): 9.0/14 kB | 9.9 kB | 5.9 kB | 15/152 kB | 8.9/21 kB error 03-Jan-2023 00:01:51 Progress (5): 9.0/14 kB | 9.9 kB | 5.9 kB | 15/152 kB | 12/21 kB error 03-Jan-2023 00:01:51 Progress (5): 12/14 kB | 9.9 kB | 5.9 kB | 15/152 kB | 12/21 kB error 03-Jan-2023 00:01:51 Progress (5): 12/14 kB | 9.9 kB | 5.9 kB | 15/152 kB | 15/21 kB error 03-Jan-2023 00:01:51 Progress (5): 12/14 kB | 9.9 kB | 5.9 kB | 17/152 kB | 15/21 kB error 03-Jan-2023 00:01:51 Progress (5): 12/14 kB | 9.9 kB | 5.9 kB | 17/152 kB | 17/21 kB error 03-Jan-2023 00:01:51 Progress (5): 12/14 kB | 9.9 kB | 5.9 kB | 17/152 kB | 20/21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 17/152 kB | 20/21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 20/152 kB | 20/21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 23/152 kB | 20/21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 26/152 kB | 20/21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 26/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 29/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 31/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 34/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 37/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 40/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 43/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 45/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 48/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 51/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 54/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 56/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 59/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 62/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 65/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 68/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 70/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 73/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 76/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 79/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 82/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 84/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 87/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 90/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 93/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 95/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 98/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 101/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 104/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 107/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 109/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 112/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 115/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 118/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 120/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 123/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 126/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 129/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 132/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 134/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 137/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 140/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 143/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 146/152 kB | 21 kB error 03-Jan-2023 00:01:51 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 148/152 kB | 21 kB error 03-Jan-2023 00:01:52 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 151/152 kB | 21 kB error 03-Jan-2023 00:01:52 Progress (5): 14 kB | 9.9 kB | 5.9 kB | 152 kB | 21 kB error 03-Jan-2023 00:01:52 error 03-Jan-2023 00:01: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.jar (5.9 kB at 9.5 kB/s) error 03-Jan-2023 00:01:52 #14 99.37 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 16 kB/s) error 03-Jan-2023 00:01:52 #14 99.37 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 00:01:52 #14 99.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 00:01:52 #14 99.37 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 31 kB/s) error 03-Jan-2023 00:01:52 #14 99.38 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 21 kB/s) error 03-Jan-2023 00:01:52 #14 99.38 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 00:01:52 #14 99.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 00:01:52 #14 99.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 183 kB/s) error 03-Jan-2023 00:01:52 #14 99.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 00:01:52 #14 99.56 Progress (1): 3.4/38 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 3.4/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 6.2/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 9.0/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 12/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 15/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 17/37 kB error 03-Jan-2023 00:01:52 Progress (2): 3.4/38 kB | 20/37 kB error 03-Jan-2023 00:01:52 Progress (3): 3.4/38 kB | 20/37 kB | 3.4/30 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 3.4/30 kB | 3.4/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 6.2/30 kB | 3.4/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 6.2/30 kB | 6.2/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 6.2/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 9.0/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 12/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 15/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 17/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 20/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 23/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 26/30 kB | 9.0/10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 20/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 3.4/38 kB | 23/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 6.2/38 kB | 23/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 6.2/38 kB | 26/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 6.2/38 kB | 29/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 6.2/38 kB | 31/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 9.0/38 kB | 31/37 kB | 26/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 9.0/38 kB | 31/37 kB | 29/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 9.0/38 kB | 34/37 kB | 29/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 9.0/38 kB | 37 kB | 29/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 12/38 kB | 37 kB | 29/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 15/38 kB | 37 kB | 29/30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 15/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 17/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 20/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 23/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 26/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 29/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 31/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 34/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 37/38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 Progress (4): 38 kB | 37 kB | 30 kB | 10 kB error 03-Jan-2023 00:01:52 error 03-Jan-2023 00:01:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 28 kB/s) error 03-Jan-2023 00:01:52 #14 99.80 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 9.6 kB/s) error 03-Jan-2023 00:01:52 #14 99.80 Progress (3): 38 kB | 37 kB | 3.4/43 kB error 03-Jan-2023 00:01:52 error 03-Jan-2023 00:01:52 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 34 kB/s) error 03-Jan-2023 00:01:52 #14 99.81 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 35 kB/s) error 03-Jan-2023 00:01:52 #14 99.81 Progress (1): 6.2/43 kB error 03-Jan-2023 00:01:52 Progress (1): 9.0/43 kB error 03-Jan-2023 00:01:52 Progress (1): 12/43 kB error 03-Jan-2023 00:01:52 Progress (1): 15/43 kB error 03-Jan-2023 00:01:52 Progress (1): 17/43 kB error 03-Jan-2023 00:01:52 Progress (1): 20/43 kB error 03-Jan-2023 00:01:52 Progress (1): 23/43 kB error 03-Jan-2023 00:01:52 Progress (1): 26/43 kB error 03-Jan-2023 00:01:52 Progress (1): 29/43 kB error 03-Jan-2023 00:01:52 Progress (1): 31/43 kB error 03-Jan-2023 00:01:52 Progress (1): 34/43 kB error 03-Jan-2023 00:01:52 Progress (1): 37/43 kB error 03-Jan-2023 00:01:52 Progress (1): 40/43 kB error 03-Jan-2023 00:01:52 Progress (1): 43/43 kB error 03-Jan-2023 00:01:52 Progress (1): 43 kB error 03-Jan-2023 00:01:52 error 03-Jan-2023 00:01:52 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 34 kB/s) error 03-Jan-2023 00:01:54 #14 101.2 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:01:54 #14 101.3 [INFO] Copying 1 resource error 03-Jan-2023 00:01:54 #14 101.3 [INFO] Copying 2 resources error 03-Jan-2023 00:01:54 #14 101.5 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 00:01:54 #14 101.5 [INFO] error 03-Jan-2023 00:01:54 #14 101.5 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 00:01:57 #14 ... error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:01:57 #17 94.22 Progress (1): 0.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 1.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 2.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 3.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 4.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 5.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 6.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 7.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 8.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.1/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.2/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.3/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.4/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.5/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.6/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.7/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.8/17 MB error 03-Jan-2023 00:01:57 Progress (1): 9.9/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10.0/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 10/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 11/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 12/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 13/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 14/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 15/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 16/17 MB error 03-Jan-2023 00:01:57 Progress (1): 17/17 MB error 03-Jan-2023 00:01:57 Progress (1): 17/17 MB error 03-Jan-2023 00:01:57 Progress (1): 17 MB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 95.08 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:01:57 #17 95.08 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 00:01:57 #17 95.20 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:01:57 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:01:57 Progress (1): 9.2 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 95.33 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 00:01:57 #17 95.45 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:01:57 Progress (1): 7.2 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 95.56 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 00:01:57 #17 95.87 Progress (1): 4.1/257 kB error 03-Jan-2023 00:01:57 Progress (1): 8.2/257 kB error 03-Jan-2023 00:01:57 Progress (1): 12/257 kB error 03-Jan-2023 00:01:57 Progress (1): 16/257 kB error 03-Jan-2023 00:01:57 Progress (1): 20/257 kB error 03-Jan-2023 00:01:57 Progress (1): 24/257 kB error 03-Jan-2023 00:01:57 Progress (1): 28/257 kB error 03-Jan-2023 00:01:57 Progress (1): 32/257 kB error 03-Jan-2023 00:01:57 Progress (1): 36/257 kB error 03-Jan-2023 00:01:57 Progress (1): 40/257 kB error 03-Jan-2023 00:01:57 Progress (1): 44/257 kB error 03-Jan-2023 00:01:57 Progress (1): 48/257 kB error 03-Jan-2023 00:01:57 Progress (1): 51/257 kB error 03-Jan-2023 00:01:57 Progress (1): 53/257 kB error 03-Jan-2023 00:01:57 Progress (1): 57/257 kB error 03-Jan-2023 00:01:57 Progress (1): 62/257 kB error 03-Jan-2023 00:01:57 Progress (1): 66/257 kB error 03-Jan-2023 00:01:57 Progress (1): 70/257 kB error 03-Jan-2023 00:01:57 Progress (1): 74/257 kB error 03-Jan-2023 00:01:57 Progress (1): 78/257 kB error 03-Jan-2023 00:01:57 Progress (1): 82/257 kB error 03-Jan-2023 00:01:57 Progress (1): 86/257 kB error 03-Jan-2023 00:01:57 Progress (1): 89/257 kB error 03-Jan-2023 00:01:57 Progress (1): 93/257 kB error 03-Jan-2023 00:01:57 Progress (1): 98/257 kB error 03-Jan-2023 00:01:57 Progress (1): 102/257 kB error 03-Jan-2023 00:01:57 Progress (1): 106/257 kB error 03-Jan-2023 00:01:57 Progress (1): 110/257 kB error 03-Jan-2023 00:01:57 Progress (1): 114/257 kB error 03-Jan-2023 00:01:57 Progress (1): 116/257 kB error 03-Jan-2023 00:01:57 Progress (1): 120/257 kB error 03-Jan-2023 00:01:57 Progress (1): 125/257 kB error 03-Jan-2023 00:01:57 Progress (1): 129/257 kB error 03-Jan-2023 00:01:57 Progress (1): 133/257 kB error 03-Jan-2023 00:01:57 Progress (1): 137/257 kB error 03-Jan-2023 00:01:57 Progress (1): 141/257 kB error 03-Jan-2023 00:01:57 Progress (1): 145/257 kB error 03-Jan-2023 00:01:57 Progress (1): 149/257 kB error 03-Jan-2023 00:01:57 Progress (1): 151/257 kB error 03-Jan-2023 00:01:57 Progress (1): 155/257 kB error 03-Jan-2023 00:01:57 Progress (1): 159/257 kB error 03-Jan-2023 00:01:57 Progress (1): 163/257 kB error 03-Jan-2023 00:01:57 Progress (1): 168/257 kB error 03-Jan-2023 00:01:57 Progress (1): 172/257 kB error 03-Jan-2023 00:01:57 Progress (1): 176/257 kB error 03-Jan-2023 00:01:57 Progress (1): 180/257 kB error 03-Jan-2023 00:01:57 Progress (1): 184/257 kB error 03-Jan-2023 00:01:57 Progress (1): 186/257 kB error 03-Jan-2023 00:01:57 Progress (1): 188/257 kB error 03-Jan-2023 00:01:57 Progress (1): 192/257 kB error 03-Jan-2023 00:01:57 Progress (1): 197/257 kB error 03-Jan-2023 00:01:57 Progress (1): 201/257 kB error 03-Jan-2023 00:01:57 Progress (1): 205/257 kB error 03-Jan-2023 00:01:57 Progress (1): 209/257 kB error 03-Jan-2023 00:01:57 Progress (1): 213/257 kB error 03-Jan-2023 00:01:57 Progress (1): 217/257 kB error 03-Jan-2023 00:01:57 Progress (1): 221/257 kB error 03-Jan-2023 00:01:57 Progress (1): 225/257 kB error 03-Jan-2023 00:01:57 Progress (1): 229/257 kB error 03-Jan-2023 00:01:57 Progress (1): 232/257 kB error 03-Jan-2023 00:01:57 Progress (1): 236/257 kB error 03-Jan-2023 00:01:57 Progress (1): 240/257 kB error 03-Jan-2023 00:01:57 Progress (1): 244/257 kB error 03-Jan-2023 00:01:57 Progress (1): 249/257 kB error 03-Jan-2023 00:01:57 Progress (1): 251/257 kB error 03-Jan-2023 00:01:57 Progress (1): 255/257 kB error 03-Jan-2023 00:01:57 Progress (1): 257 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 611 kB/s) error 03-Jan-2023 00:01:57 #17 95.98 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:01:57 #17 95.99 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 00:01:57 #17 96.11 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.3 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 96.22 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 00:01:57 #17 96.33 Progress (1): 3.3/7.7 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/7.7 kB error 03-Jan-2023 00:01:57 Progress (1): 7.7 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 34 kB/s) error 03-Jan-2023 00:01:57 #17 96.45 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 00:01:57 #17 96.57 Progress (1): 3.3/127 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/127 kB error 03-Jan-2023 00:01:57 Progress (1): 8.9/127 kB error 03-Jan-2023 00:01:57 Progress (1): 12/127 kB error 03-Jan-2023 00:01:57 Progress (1): 14/127 kB error 03-Jan-2023 00:01:57 Progress (1): 17/127 kB error 03-Jan-2023 00:01:57 Progress (1): 20/127 kB error 03-Jan-2023 00:01:57 Progress (1): 23/127 kB error 03-Jan-2023 00:01:57 Progress (1): 26/127 kB error 03-Jan-2023 00:01:57 Progress (1): 28/127 kB error 03-Jan-2023 00:01:57 Progress (1): 31/127 kB error 03-Jan-2023 00:01:57 Progress (1): 34/127 kB error 03-Jan-2023 00:01:57 Progress (1): 37/127 kB error 03-Jan-2023 00:01:57 Progress (1): 40/127 kB error 03-Jan-2023 00:01:57 Progress (1): 42/127 kB error 03-Jan-2023 00:01:57 Progress (1): 45/127 kB error 03-Jan-2023 00:01:57 Progress (1): 48/127 kB error 03-Jan-2023 00:01:57 Progress (1): 51/127 kB error 03-Jan-2023 00:01:57 Progress (1): 54/127 kB error 03-Jan-2023 00:01:57 Progress (1): 56/127 kB error 03-Jan-2023 00:01:57 Progress (1): 59/127 kB error 03-Jan-2023 00:01:57 Progress (1): 62/127 kB error 03-Jan-2023 00:01:57 Progress (1): 65/127 kB error 03-Jan-2023 00:01:57 Progress (1): 68/127 kB error 03-Jan-2023 00:01:57 Progress (1): 70/127 kB error 03-Jan-2023 00:01:57 Progress (1): 73/127 kB error 03-Jan-2023 00:01:57 Progress (1): 76/127 kB error 03-Jan-2023 00:01:57 Progress (1): 79/127 kB error 03-Jan-2023 00:01:57 Progress (1): 82/127 kB error 03-Jan-2023 00:01:57 Progress (1): 84/127 kB error 03-Jan-2023 00:01:57 Progress (1): 87/127 kB error 03-Jan-2023 00:01:57 Progress (1): 90/127 kB error 03-Jan-2023 00:01:57 Progress (1): 93/127 kB error 03-Jan-2023 00:01:57 Progress (1): 96/127 kB error 03-Jan-2023 00:01:57 Progress (1): 98/127 kB error 03-Jan-2023 00:01:57 Progress (1): 101/127 kB error 03-Jan-2023 00:01:57 Progress (1): 104/127 kB error 03-Jan-2023 00:01:57 Progress (1): 107/127 kB error 03-Jan-2023 00:01:57 Progress (1): 110/127 kB error 03-Jan-2023 00:01:57 Progress (1): 112/127 kB error 03-Jan-2023 00:01:57 Progress (1): 115/127 kB error 03-Jan-2023 00:01:57 Progress (1): 118/127 kB error 03-Jan-2023 00:01:57 Progress (1): 121/127 kB error 03-Jan-2023 00:01:57 Progress (1): 124/127 kB error 03-Jan-2023 00:01:57 Progress (1): 126/127 kB error 03-Jan-2023 00:01:57 Progress (1): 127 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 510 kB/s) error 03-Jan-2023 00:01:57 #17 96.70 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:01:57 #17 96.70 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 00:01:57 #17 96.81 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.3 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 96.92 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 00:01:57 #17 97.03 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:01:57 Progress (1): 6.3 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 97.14 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 00:01:57 #17 97.42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6 MB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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.1 MB/s) error 03-Jan-2023 00:01:57 #17 97.64 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:01:57 #17 97.64 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 00:01:57 #17 99.38 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 00:01:57 #17 99.44 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:01:57 #17 99.45 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 00:01:57 #17 99.55 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:01:57 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:01:57 Progress (1): 9.6 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 42 kB/s) error 03-Jan-2023 00:01:57 #17 99.67 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:01:57 #17 99.68 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 00:01:57 #17 99.80 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:01:57 Progress (1): 6.2 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 99.92 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 00:01:57 #17 100.0 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:57 Progress (1): 5.3 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 22 kB/s) error 03-Jan-2023 00:01:57 #17 100.2 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 00:01:57 #17 100.4 Progress (1): 4.1/279 kB error 03-Jan-2023 00:01:57 Progress (1): 8.2/279 kB error 03-Jan-2023 00:01:57 Progress (1): 12/279 kB error 03-Jan-2023 00:01:57 Progress (1): 16/279 kB error 03-Jan-2023 00:01:57 Progress (1): 19/279 kB error 03-Jan-2023 00:01:57 Progress (1): 23/279 kB error 03-Jan-2023 00:01:57 Progress (1): 27/279 kB error 03-Jan-2023 00:01:57 Progress (1): 31/279 kB error 03-Jan-2023 00:01:57 Progress (1): 34/279 kB error 03-Jan-2023 00:01:57 Progress (1): 38/279 kB error 03-Jan-2023 00:01:57 Progress (1): 42/279 kB error 03-Jan-2023 00:01:57 Progress (1): 46/279 kB error 03-Jan-2023 00:01:57 Progress (1): 51/279 kB error 03-Jan-2023 00:01:57 Progress (1): 55/279 kB error 03-Jan-2023 00:01:57 Progress (1): 59/279 kB error 03-Jan-2023 00:01:57 Progress (1): 63/279 kB error 03-Jan-2023 00:01:57 Progress (1): 67/279 kB error 03-Jan-2023 00:01:57 Progress (1): 69/279 kB error 03-Jan-2023 00:01:57 Progress (1): 73/279 kB error 03-Jan-2023 00:01:57 Progress (1): 77/279 kB error 03-Jan-2023 00:01:57 Progress (1): 81/279 kB error 03-Jan-2023 00:01:57 Progress (1): 85/279 kB error 03-Jan-2023 00:01:57 Progress (1): 89/279 kB error 03-Jan-2023 00:01:57 Progress (1): 94/279 kB error 03-Jan-2023 00:01:57 Progress (1): 98/279 kB error 03-Jan-2023 00:01:57 Progress (1): 100/279 kB error 03-Jan-2023 00:01:57 Progress (1): 104/279 kB error 03-Jan-2023 00:01:57 Progress (1): 108/279 kB error 03-Jan-2023 00:01:57 Progress (1): 112/279 kB error 03-Jan-2023 00:01:57 Progress (1): 116/279 kB error 03-Jan-2023 00:01:57 Progress (1): 120/279 kB error 03-Jan-2023 00:01:57 Progress (1): 124/279 kB error 03-Jan-2023 00:01:57 Progress (1): 128/279 kB error 03-Jan-2023 00:01:57 Progress (1): 132/279 kB error 03-Jan-2023 00:01:57 Progress (1): 134/279 kB error 03-Jan-2023 00:01:57 Progress (1): 139/279 kB error 03-Jan-2023 00:01:57 Progress (1): 143/279 kB error 03-Jan-2023 00:01:57 Progress (1): 147/279 kB error 03-Jan-2023 00:01:57 Progress (1): 151/279 kB error 03-Jan-2023 00:01:57 Progress (1): 155/279 kB error 03-Jan-2023 00:01:57 Progress (1): 159/279 kB error 03-Jan-2023 00:01:57 Progress (1): 163/279 kB error 03-Jan-2023 00:01:57 Progress (1): 167/279 kB error 03-Jan-2023 00:01:57 Progress (1): 169/279 kB error 03-Jan-2023 00:01:57 Progress (1): 173/279 kB error 03-Jan-2023 00:01:57 Progress (1): 177/279 kB error 03-Jan-2023 00:01:57 Progress (1): 182/279 kB error 03-Jan-2023 00:01:57 Progress (1): 186/279 kB error 03-Jan-2023 00:01:57 Progress (1): 190/279 kB error 03-Jan-2023 00:01:57 Progress (1): 194/279 kB error 03-Jan-2023 00:01:57 Progress (1): 198/279 kB error 03-Jan-2023 00:01:57 Progress (1): 202/279 kB error 03-Jan-2023 00:01:57 Progress (1): 204/279 kB error 03-Jan-2023 00:01:57 Progress (1): 208/279 kB error 03-Jan-2023 00:01:57 Progress (1): 212/279 kB error 03-Jan-2023 00:01:57 Progress (1): 216/279 kB error 03-Jan-2023 00:01:57 Progress (1): 221/279 kB error 03-Jan-2023 00:01:57 Progress (1): 225/279 kB error 03-Jan-2023 00:01:57 Progress (1): 229/279 kB error 03-Jan-2023 00:01:57 Progress (1): 233/279 kB error 03-Jan-2023 00:01:57 Progress (1): 237/279 kB error 03-Jan-2023 00:01:57 Progress (1): 239/279 kB error 03-Jan-2023 00:01:57 Progress (1): 243/279 kB error 03-Jan-2023 00:01:57 Progress (1): 247/279 kB error 03-Jan-2023 00:01:57 Progress (1): 251/279 kB error 03-Jan-2023 00:01:57 Progress (1): 255/279 kB error 03-Jan-2023 00:01:57 Progress (1): 259/279 kB error 03-Jan-2023 00:01:57 Progress (1): 264/279 kB error 03-Jan-2023 00:01:57 Progress (1): 268/279 kB error 03-Jan-2023 00:01:57 Progress (1): 272/279 kB error 03-Jan-2023 00:01:57 Progress (1): 274/279 kB error 03-Jan-2023 00:01:57 Progress (1): 278/279 kB error 03-Jan-2023 00:01:57 Progress (1): 279 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 656 kB/s) error 03-Jan-2023 00:01:57 #17 100.6 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:01:57 #17 100.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.pom error 03-Jan-2023 00:01:57 #17 100.7 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:01:57 Progress (1): 7.2 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 100.8 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 00:01:57 #17 100.9 Progress (1): 3.3/16 kB error 03-Jan-2023 00:01:57 Progress (1): 6.1/16 kB error 03-Jan-2023 00:01:57 Progress (1): 8.9/16 kB error 03-Jan-2023 00:01:57 Progress (1): 12/16 kB error 03-Jan-2023 00:01:57 Progress (1): 14/16 kB error 03-Jan-2023 00:01:57 Progress (1): 16 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 69 kB/s) error 03-Jan-2023 00:01:57 #17 101.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.jar error 03-Jan-2023 00:01:57 #17 101.4 Progress (1): 0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:01:57 Progress (1): 6.9 MB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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.6 MB/s) error 03-Jan-2023 00:01:57 #17 101.8 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:01:57 #17 101.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 00:01:57 #17 101.9 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:01:57 Progress (1): 5.3 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01:57 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 00:01:57 #17 102.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 00:01:57 #17 102.1 Progress (1): 3.3/3.6 kB error 03-Jan-2023 00:01:57 Progress (1): 3.6 kB error 03-Jan-2023 00:01:57 error 03-Jan-2023 00:01: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 16 kB/s) error 03-Jan-2023 00:01:58 #17 102.2 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 00:01:58 #17 102.3 Progress (1): 3.3/13 kB error 03-Jan-2023 00:01:58 Progress (1): 6.1/13 kB error 03-Jan-2023 00:01:58 Progress (1): 8.9/13 kB error 03-Jan-2023 00:01:58 Progress (1): 12/13 kB error 03-Jan-2023 00:01:58 Progress (1): 13 kB error 03-Jan-2023 00:01:58 error 03-Jan-2023 00:01:58 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 00:01:58 #17 102.4 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:01:58 #17 102.4 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 00:01:58 #17 102.6 Progress (1): 3.3/8.9 kB error 03-Jan-2023 00:01:58 Progress (1): 6.1/8.9 kB error 03-Jan-2023 00:01:58 Progress (1): 8.9 kB error 03-Jan-2023 00:01:58 error 03-Jan-2023 00:01:58 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 00:01:58 #17 102.7 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 00:01:58 #17 102.8 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:01:58 Progress (1): 6.0 kB error 03-Jan-2023 00:01:58 error 03-Jan-2023 00:01: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 27 kB/s) error 03-Jan-2023 00:01:58 #17 102.9 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 00:01:58 #17 103.2 Progress (1): 0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:58 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:01:59 Progress (1): 4.8 MB error 03-Jan-2023 00:01:59 error 03-Jan-2023 00:01:59 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.3 MB/s) error 03-Jan-2023 00:01:59 #17 103.6 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:01:59 #17 103.6 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 00:01:59 #17 103.7 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:01:59 Progress (1): 5.9 kB error 03-Jan-2023 00:01:59 error 03-Jan-2023 00:01:59 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 25 kB/s) error 03-Jan-2023 00:01:59 #17 103.8 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 00:01:59 #17 103.9 Progress (1): 3.3/11 kB error 03-Jan-2023 00:01:59 Progress (1): 6.1/11 kB error 03-Jan-2023 00:01:59 Progress (1): 8.9/11 kB error 03-Jan-2023 00:01:59 Progress (1): 11 kB error 03-Jan-2023 00:01:59 error 03-Jan-2023 00:01: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 00:01:59 #17 104.0 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 00:02:00 #17 104.4 Progress (1): 0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:02:00 Progress (1): 2.7 MB error 03-Jan-2023 00:02:00 error 03-Jan-2023 00:02: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.4 MB/s) error 03-Jan-2023 00:02:00 #17 104.6 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:02:00 #17 104.6 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 00:02:00 #17 104.8 Progress (1): 2.9 kB error 03-Jan-2023 00:02:00 error 03-Jan-2023 00:02: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 13 kB/s) error 03-Jan-2023 00:02:00 #17 104.9 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 00:02:00 #17 105.0 Progress (1): 3.3/11 kB error 03-Jan-2023 00:02:00 Progress (1): 6.1/11 kB error 03-Jan-2023 00:02:00 Progress (1): 8.9/11 kB error 03-Jan-2023 00:02:00 Progress (1): 11 kB error 03-Jan-2023 00:02:00 error 03-Jan-2023 00:02: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 00:02:00 #17 105.1 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 00:02:01 #17 105.4 Progress (1): 4.1/509 kB error 03-Jan-2023 00:02:01 Progress (1): 8.2/509 kB error 03-Jan-2023 00:02:01 Progress (1): 12/509 kB error 03-Jan-2023 00:02:01 Progress (1): 16/509 kB error 03-Jan-2023 00:02:01 Progress (1): 20/509 kB error 03-Jan-2023 00:02:01 Progress (1): 25/509 kB error 03-Jan-2023 00:02:01 Progress (1): 29/509 kB error 03-Jan-2023 00:02:01 Progress (1): 33/509 kB error 03-Jan-2023 00:02:01 Progress (1): 37/509 kB error 03-Jan-2023 00:02:01 Progress (1): 41/509 kB error 03-Jan-2023 00:02:01 Progress (1): 45/509 kB error 03-Jan-2023 00:02:01 Progress (1): 49/509 kB error 03-Jan-2023 00:02:01 Progress (1): 52/509 kB error 03-Jan-2023 00:02:01 Progress (1): 56/509 kB error 03-Jan-2023 00:02:01 Progress (1): 60/509 kB error 03-Jan-2023 00:02:01 Progress (1): 62/509 kB error 03-Jan-2023 00:02:01 Progress (1): 66/509 kB error 03-Jan-2023 00:02:01 Progress (1): 71/509 kB error 03-Jan-2023 00:02:01 Progress (1): 75/509 kB error 03-Jan-2023 00:02:01 Progress (1): 79/509 kB error 03-Jan-2023 00:02:01 Progress (1): 83/509 kB error 03-Jan-2023 00:02:01 Progress (1): 87/509 kB error 03-Jan-2023 00:02:01 Progress (1): 89/509 kB error 03-Jan-2023 00:02:01 Progress (1): 93/509 kB error 03-Jan-2023 00:02:01 Progress (1): 98/509 kB error 03-Jan-2023 00:02:01 Progress (1): 102/509 kB error 03-Jan-2023 00:02:01 Progress (1): 106/509 kB error 03-Jan-2023 00:02:01 Progress (1): 110/509 kB error 03-Jan-2023 00:02:01 Progress (1): 114/509 kB error 03-Jan-2023 00:02:01 Progress (1): 116/509 kB error 03-Jan-2023 00:02:01 Progress (1): 120/509 kB error 03-Jan-2023 00:02:01 Progress (1): 125/509 kB error 03-Jan-2023 00:02:01 Progress (1): 129/509 kB error 03-Jan-2023 00:02:01 Progress (1): 133/509 kB error 03-Jan-2023 00:02:01 Progress (1): 137/509 kB error 03-Jan-2023 00:02:01 Progress (1): 141/509 kB error 03-Jan-2023 00:02:01 Progress (1): 145/509 kB error 03-Jan-2023 00:02:01 Progress (1): 149/509 kB error 03-Jan-2023 00:02:01 Progress (1): 153/509 kB error 03-Jan-2023 00:02:01 Progress (1): 157/509 kB error 03-Jan-2023 00:02:01 Progress (1): 161/509 kB error 03-Jan-2023 00:02:01 Progress (1): 165/509 kB error 03-Jan-2023 00:02:01 Progress (1): 170/509 kB error 03-Jan-2023 00:02:01 Progress (1): 174/509 kB error 03-Jan-2023 00:02:01 Progress (1): 177/509 kB error 03-Jan-2023 00:02:01 Progress (1): 181/509 kB error 03-Jan-2023 00:02:01 Progress (1): 185/509 kB error 03-Jan-2023 00:02:01 Progress (1): 188/509 kB error 03-Jan-2023 00:02:01 Progress (1): 192/509 kB error 03-Jan-2023 00:02:01 Progress (1): 197/509 kB error 03-Jan-2023 00:02:01 Progress (1): 201/509 kB error 03-Jan-2023 00:02:01 Progress (1): 205/509 kB error 03-Jan-2023 00:02:01 Progress (1): 209/509 kB error 03-Jan-2023 00:02:01 Progress (1): 213/509 kB error 03-Jan-2023 00:02:01 Progress (1): 217/509 kB error 03-Jan-2023 00:02:01 Progress (1): 221/509 kB error 03-Jan-2023 00:02:01 Progress (1): 225/509 kB error 03-Jan-2023 00:02:01 Progress (1): 229/509 kB error 03-Jan-2023 00:02:01 Progress (1): 232/509 kB error 03-Jan-2023 00:02:01 Progress (1): 236/509 kB error 03-Jan-2023 00:02:01 Progress (1): 240/509 kB error 03-Jan-2023 00:02:01 Progress (1): 244/509 kB error 03-Jan-2023 00:02:01 Progress (1): 249/509 kB error 03-Jan-2023 00:02:01 Progress (1): 251/509 kB error 03-Jan-2023 00:02:01 Progress (1): 255/509 kB error 03-Jan-2023 00:02:01 Progress (1): 260/509 kB error 03-Jan-2023 00:02:01 Progress (1): 264/509 kB error 03-Jan-2023 00:02:01 Progress (1): 268/509 kB error 03-Jan-2023 00:02:01 Progress (1): 272/509 kB error 03-Jan-2023 00:02:01 Progress (1): 276/509 kB error 03-Jan-2023 00:02:01 Progress (1): 280/509 kB error 03-Jan-2023 00:02:01 Progress (1): 284/509 kB error 03-Jan-2023 00:02:01 Progress (1): 287/509 kB error 03-Jan-2023 00:02:01 Progress (1): 291/509 kB error 03-Jan-2023 00:02:01 Progress (1): 296/509 kB error 03-Jan-2023 00:02:01 Progress (1): 300/509 kB error 03-Jan-2023 00:02:01 Progress (1): 304/509 kB error 03-Jan-2023 00:02:01 Progress (1): 308/509 kB error 03-Jan-2023 00:02:01 Progress (1): 312/509 kB error 03-Jan-2023 00:02:01 Progress (1): 314/509 kB error 03-Jan-2023 00:02:01 Progress (1): 318/509 kB error 03-Jan-2023 00:02:01 Progress (1): 323/509 kB error 03-Jan-2023 00:02:01 Progress (1): 327/509 kB error 03-Jan-2023 00:02:01 Progress (1): 331/509 kB error 03-Jan-2023 00:02:01 Progress (1): 335/509 kB error 03-Jan-2023 00:02:01 Progress (1): 339/509 kB error 03-Jan-2023 00:02:01 Progress (1): 343/509 kB error 03-Jan-2023 00:02:01 Progress (1): 347/509 kB error 03-Jan-2023 00:02:01 Progress (1): 351/509 kB error 03-Jan-2023 00:02:01 Progress (1): 355/509 kB error 03-Jan-2023 00:02:01 Progress (1): 359/509 kB error 03-Jan-2023 00:02:01 Progress (1): 363/509 kB error 03-Jan-2023 00:02:01 Progress (1): 368/509 kB error 03-Jan-2023 00:02:01 Progress (1): 372/509 kB error 03-Jan-2023 00:02:01 Progress (1): 375/509 kB error 03-Jan-2023 00:02:01 Progress (1): 377/509 kB error 03-Jan-2023 00:02:01 Progress (1): 381/509 kB error 03-Jan-2023 00:02:01 Progress (1): 386/509 kB error 03-Jan-2023 00:02:01 Progress (1): 390/509 kB error 03-Jan-2023 00:02:01 Progress (1): 394/509 kB error 03-Jan-2023 00:02:01 Progress (1): 398/509 kB error 03-Jan-2023 00:02:01 Progress (1): 402/509 kB error 03-Jan-2023 00:02:01 Progress (1): 406/509 kB error 03-Jan-2023 00:02:01 Progress (1): 410/509 kB error 03-Jan-2023 00:02:01 Progress (1): 413/509 kB error 03-Jan-2023 00:02:01 Progress (1): 417/509 kB error 03-Jan-2023 00:02:01 Progress (1): 422/509 kB error 03-Jan-2023 00:02:01 Progress (1): 426/509 kB error 03-Jan-2023 00:02:01 Progress (1): 430/509 kB error 03-Jan-2023 00:02:01 Progress (1): 434/509 kB error 03-Jan-2023 00:02:01 Progress (1): 438/509 kB error 03-Jan-2023 00:02:01 Progress (1): 442/509 kB error 03-Jan-2023 00:02:01 Progress (1): 446/509 kB error 03-Jan-2023 00:02:01 Progress (1): 448/509 kB error 03-Jan-2023 00:02:01 Progress (1): 452/509 kB error 03-Jan-2023 00:02:01 Progress (1): 456/509 kB error 03-Jan-2023 00:02:01 Progress (1): 460/509 kB error 03-Jan-2023 00:02:01 Progress (1): 465/509 kB error 03-Jan-2023 00:02:01 Progress (1): 469/509 kB error 03-Jan-2023 00:02:01 Progress (1): 473/509 kB error 03-Jan-2023 00:02:01 Progress (1): 476/509 kB error 03-Jan-2023 00:02:01 Progress (1): 480/509 kB error 03-Jan-2023 00:02:01 Progress (1): 484/509 kB error 03-Jan-2023 00:02:01 Progress (1): 488/509 kB error 03-Jan-2023 00:02:01 Progress (1): 492/509 kB error 03-Jan-2023 00:02:01 Progress (1): 496/509 kB error 03-Jan-2023 00:02:01 Progress (1): 500/509 kB error 03-Jan-2023 00:02:01 Progress (1): 503/509 kB error 03-Jan-2023 00:02:01 Progress (1): 507/509 kB error 03-Jan-2023 00:02:01 Progress (1): 509 kB error 03-Jan-2023 00:02:01 error 03-Jan-2023 00:02:01 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 645 kB/s) error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 00:02:01 #17 105.9 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [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 00:02:01 #17 106.0 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [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 00:02:01 #17 106.0 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod error 03-Jan-2023 00:02:01 #17 106.0 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [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 00:02:01 #17 106.1 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 00:02:01 #17 106.1 error 03-Jan-2023 00:02:01 #17 106.1 Downloading OWAs... error 03-Jan-2023 00:02:01 #17 106.1 error 03-Jan-2023 00:02:01 #17 106.1 error 03-Jan-2023 00:02:01 #17 106.1 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:02:01 #17 106.1 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:02:01 #17 106.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 00:02:02 #17 106.2 Progress (1): 424 B error 03-Jan-2023 00:02:02 error 03-Jan-2023 00:02:02 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 00:02:02 #17 106.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 00:02:02 #17 106.7 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:02:02 Progress (1): 1.1 MB error 03-Jan-2023 00:02:02 error 03-Jan-2023 00:02:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 2.2 MB/s) error 03-Jan-2023 00:02:02 #17 106.9 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 00:02:02 #17 106.9 error 03-Jan-2023 00:02:02 #17 106.9 Creating Docker Compose configuration... error 03-Jan-2023 00:02:02 #17 106.9 error 03-Jan-2023 00:02:02 #17 107.1 error 03-Jan-2023 00:02:02 #17 107.1 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 00:02:02 #17 107.1 error 03-Jan-2023 00:02:02 #17 107.1 [INFO] error 03-Jan-2023 00:02:02 #17 107.1 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 00:02:02 #17 107.1 error 03-Jan-2023 00:02:02 #17 107.1 Downloading modules... error 03-Jan-2023 00:02:02 #17 107.1 error 03-Jan-2023 00:02:02 #17 107.1 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:02:02 #17 107.1 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:02:02 #17 107.2 error 03-Jan-2023 00:02:02 #17 107.2 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:02:02 #17 107.2 error 03-Jan-2023 00:02:02 #17 107.2 target:/app/package/target/bundled-distro/web error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:02:02 #17 107.2 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:02:02 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:02:03 #17 107.3 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:02:03 #17 107.3 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:02:03 #17 107.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 00:02:03 #17 107.3 [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 00:02:03 #17 107.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 00:02:03 #17 107.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 00:02:03 #17 107.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 00:02:03 #17 107.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 00:02:03 #17 107.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 00:02:03 #17 107.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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.5 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 [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 00:02:03 #17 107.6 error 03-Jan-2023 00:02:03 #17 107.6 Downloading OWAs... error 03-Jan-2023 00:02:03 #17 107.6 error 03-Jan-2023 00:02:03 #17 107.6 error 03-Jan-2023 00:02:03 #17 107.6 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:02:03 #17 107.6 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:02:03 #17 107.6 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 00:02:04 #17 108.4 error 03-Jan-2023 00:02:04 #17 108.4 Creating Docker Compose configuration... error 03-Jan-2023 00:02:04 #17 108.4 error 03-Jan-2023 00:02:04 #17 ... error 03-Jan-2023 00:02:04 error 03-Jan-2023 00:02:04 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:04 #14 111.5 Jan 03, 2023 12:02:04 AM org.jline.utils.Log logr error 03-Jan-2023 00:02:04 #14 111.5 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 00:02:06 #14 113.7 error 03-Jan-2023 00:02:06 #14 113.7 Downloading modules... error 03-Jan-2023 00:02:06 #14 113.7 error 03-Jan-2023 00:02:06 #14 113.9 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 00:02:07 #14 114.4 Progress (1): 3.3/18 kB error 03-Jan-2023 00:02:07 Progress (1): 6.1/18 kB error 03-Jan-2023 00:02:07 Progress (1): 8.9/18 kB error 03-Jan-2023 00:02:07 Progress (1): 12/18 kB error 03-Jan-2023 00:02:07 Progress (1): 14/18 kB error 03-Jan-2023 00:02:07 Progress (1): 17/18 kB error 03-Jan-2023 00:02:07 Progress (1): 18 kB error 03-Jan-2023 00:02:07 error 03-Jan-2023 00:02:07 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 29 kB/s) error 03-Jan-2023 00:02:07 #14 114.9 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 00:02:09 #14 116.7 Progress (1): 4.1/205 kB error 03-Jan-2023 00:02:09 Progress (1): 8.2/205 kB error 03-Jan-2023 00:02:09 Progress (1): 12/205 kB error 03-Jan-2023 00:02:09 Progress (1): 16/205 kB error 03-Jan-2023 00:02:09 Progress (1): 20/205 kB error 03-Jan-2023 00:02:09 Progress (1): 25/205 kB error 03-Jan-2023 00:02:09 Progress (1): 29/205 kB error 03-Jan-2023 00:02:09 Progress (1): 33/205 kB error 03-Jan-2023 00:02:09 Progress (1): 37/205 kB error 03-Jan-2023 00:02:09 Progress (1): 41/205 kB error 03-Jan-2023 00:02:09 Progress (1): 45/205 kB error 03-Jan-2023 00:02:09 Progress (1): 49/205 kB error 03-Jan-2023 00:02:09 Progress (1): 52/205 kB error 03-Jan-2023 00:02:09 Progress (1): 56/205 kB error 03-Jan-2023 00:02:09 Progress (1): 60/205 kB error 03-Jan-2023 00:02:09 Progress (1): 64/205 kB error 03-Jan-2023 00:02:09 Progress (1): 68/205 kB error 03-Jan-2023 00:02:09 Progress (1): 72/205 kB error 03-Jan-2023 00:02:09 Progress (1): 76/205 kB error 03-Jan-2023 00:02:09 Progress (1): 80/205 kB error 03-Jan-2023 00:02:09 Progress (1): 84/205 kB error 03-Jan-2023 00:02:09 Progress (1): 86/205 kB error 03-Jan-2023 00:02:09 Progress (1): 90/205 kB error 03-Jan-2023 00:02:09 Progress (1): 95/205 kB error 03-Jan-2023 00:02:09 Progress (1): 99/205 kB error 03-Jan-2023 00:02:09 Progress (1): 103/205 kB error 03-Jan-2023 00:02:09 Progress (1): 107/205 kB error 03-Jan-2023 00:02:09 Progress (1): 111/205 kB error 03-Jan-2023 00:02:09 Progress (1): 115/205 kB error 03-Jan-2023 00:02:09 Progress (1): 119/205 kB error 03-Jan-2023 00:02:09 Progress (1): 121/205 kB error 03-Jan-2023 00:02:09 Progress (1): 125/205 kB error 03-Jan-2023 00:02:09 Progress (1): 129/205 kB error 03-Jan-2023 00:02:09 Progress (1): 133/205 kB error 03-Jan-2023 00:02:09 Progress (1): 138/205 kB error 03-Jan-2023 00:02:09 Progress (1): 142/205 kB error 03-Jan-2023 00:02:09 Progress (1): 146/205 kB error 03-Jan-2023 00:02:09 Progress (1): 150/205 kB error 03-Jan-2023 00:02:09 Progress (1): 154/205 kB error 03-Jan-2023 00:02:09 Progress (1): 156/205 kB error 03-Jan-2023 00:02:09 Progress (1): 160/205 kB error 03-Jan-2023 00:02:09 Progress (1): 164/205 kB error 03-Jan-2023 00:02:09 Progress (1): 168/205 kB error 03-Jan-2023 00:02:09 Progress (1): 172/205 kB error 03-Jan-2023 00:02:09 Progress (1): 176/205 kB error 03-Jan-2023 00:02:09 Progress (1): 181/205 kB error 03-Jan-2023 00:02:09 Progress (1): 185/205 kB error 03-Jan-2023 00:02:09 Progress (1): 189/205 kB error 03-Jan-2023 00:02:09 Progress (1): 191/205 kB error 03-Jan-2023 00:02:09 Progress (1): 195/205 kB error 03-Jan-2023 00:02:09 Progress (1): 199/205 kB error 03-Jan-2023 00:02:09 Progress (1): 203/205 kB error 03-Jan-2023 00:02:09 Progress (1): 205 kB error 03-Jan-2023 00:02:10 error 03-Jan-2023 00:02:10 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 76 kB/s) error 03-Jan-2023 00:02:11 #14 ... error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:11 #17 108.5 error 03-Jan-2023 00:02:11 #17 108.5 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 00:02:11 #17 108.5 error 03-Jan-2023 00:02:11 #17 108.5 [INFO] error 03-Jan-2023 00:02:11 #17 108.5 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 00:02:11 #17 108.5 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 00:02:11 #17 108.6 Progress (1): 1.5 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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.pom (1.5 kB at 4.8 kB/s) error 03-Jan-2023 00:02:11 #17 108.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 00:02:11 #17 108.9 Progress (1): 3.4/19 kB error 03-Jan-2023 00:02:11 Progress (1): 6.2/19 kB error 03-Jan-2023 00:02:11 Progress (1): 9.0/19 kB error 03-Jan-2023 00:02:11 Progress (1): 12/19 kB error 03-Jan-2023 00:02:11 Progress (1): 15/19 kB error 03-Jan-2023 00:02:11 Progress (1): 17/19 kB error 03-Jan-2023 00:02:11 Progress (1): 19 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 55 kB/s) error 03-Jan-2023 00:02:11 #17 109.2 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 00:02:11 #17 109.3 Progress (1): 1.6 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 6.7 kB/s) error 03-Jan-2023 00:02:11 #17 109.4 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 00:02:11 #17 109.6 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:02:11 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:02:11 Progress (1): 7.6 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 31 kB/s) error 03-Jan-2023 00:02:11 #17 109.7 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 00:02:11 #17 109.8 Progress (1): 2.1 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 109.9 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 00:02:11 #17 110.0 Progress (1): 3.1 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 110.2 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 00:02:11 #17 110.3 Progress (1): 2.0 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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.pom (2.0 kB at 8.5 kB/s) error 03-Jan-2023 00:02:11 #17 110.4 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 00:02:11 #17 110.5 Progress (1): 2.0 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 110.6 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 00:02:11 #17 110.7 Progress (1): 1.9 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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.pom (1.9 kB at 8.2 kB/s) error 03-Jan-2023 00:02:11 #17 110.9 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 00:02:11 #17 111.0 Progress (1): 1.7 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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.5 kB/s) error 03-Jan-2023 00:02:11 #17 111.1 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 00:02:11 #17 111.2 Progress (1): 2.7 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 111.3 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 00:02:11 #17 111.4 Progress (1): 2.7 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 111.6 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 00:02:11 #17 111.7 Progress (1): 2.0 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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.5 kB/s) error 03-Jan-2023 00:02:11 #17 111.8 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 00:02:11 #17 111.9 Progress (1): 2.1 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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.9 kB/s) error 03-Jan-2023 00:02:11 #17 112.0 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 00:02:11 #17 112.1 Progress (1): 1.3 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 112.3 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 00:02:11 #17 112.4 Progress (1): 3.4/4.0 kB error 03-Jan-2023 00:02:11 Progress (1): 4.0 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 18 kB/s) error 03-Jan-2023 00:02:11 #17 112.5 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 00:02:11 #17 112.6 Progress (1): 1.9 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 112.8 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 00:02:11 #17 112.9 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:02:11 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:02:11 Progress (1): 7.8 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 35 kB/s) error 03-Jan-2023 00:02:11 #17 113.0 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 00:02:11 #17 113.1 Progress (1): 3.0 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 113.3 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 00:02:11 #17 113.4 Progress (1): 2.2 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 113.5 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 00:02:11 #17 113.6 Progress (1): 865 B error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 113.8 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 00:02:11 #17 113.9 Progress (1): 3.4/3.6 kB error 03-Jan-2023 00:02:11 Progress (1): 3.6 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 15 kB/s) error 03-Jan-2023 00:02:11 #17 114.0 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 00:02:11 #17 114.1 Progress (1): 690 B error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 114.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 00:02:11 #17 114.4 Progress (1): 769 B error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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.4 kB/s) error 03-Jan-2023 00:02:11 #17 114.5 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 00:02:11 #17 114.6 Progress (1): 1.2 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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.2 kB/s) error 03-Jan-2023 00:02:11 #17 114.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.pom error 03-Jan-2023 00:02:11 #17 114.8 Progress (1): 2.8 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 115.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 00:02:11 #17 115.1 Progress (1): 747 B error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02:11 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 00:02:11 #17 115.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.jar error 03-Jan-2023 00:02:11 #17 115.2 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 00:02:11 #17 115.3 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 00:02:11 #17 115.3 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 00:02:11 #17 115.3 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 00:02:11 #17 115.4 Progress (1): 3.4/13 kB error 03-Jan-2023 00:02:11 Progress (1): 6.2/13 kB error 03-Jan-2023 00:02:11 Progress (1): 9.0/13 kB error 03-Jan-2023 00:02:11 Progress (1): 12/13 kB error 03-Jan-2023 00:02:11 Progress (1): 13 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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 43 kB/s) error 03-Jan-2023 00:02:11 #17 115.5 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 00:02:11 #17 115.6 Progress (1): 3.3/21 kB error 03-Jan-2023 00:02:11 Progress (1): 6.1/21 kB error 03-Jan-2023 00:02:11 Progress (1): 8.9/21 kB error 03-Jan-2023 00:02:11 Progress (1): 12/21 kB error 03-Jan-2023 00:02:11 Progress (1): 15/21 kB error 03-Jan-2023 00:02:11 Progress (1): 17/21 kB error 03-Jan-2023 00:02:11 Progress (1): 20/21 kB error 03-Jan-2023 00:02:11 Progress (1): 21 kB error 03-Jan-2023 00:02:11 Progress (2): 21 kB | 3.4/160 kB error 03-Jan-2023 00:02:11 Progress (2): 21 kB | 6.2/160 kB error 03-Jan-2023 00:02:11 Progress (2): 21 kB | 9.0/160 kB error 03-Jan-2023 00:02:11 Progress (2): 21 kB | 12/160 kB error 03-Jan-2023 00:02:11 Progress (3): 21 kB | 12/160 kB | 3.4/49 kB error 03-Jan-2023 00:02:11 Progress (3): 21 kB | 12/160 kB | 6.2/49 kB error 03-Jan-2023 00:02:11 Progress (3): 21 kB | 12/160 kB | 9.0/49 kB error 03-Jan-2023 00:02:11 Progress (3): 21 kB | 12/160 kB | 12/49 kB error 03-Jan-2023 00:02:11 Progress (4): 21 kB | 12/160 kB | 12/49 kB | 3.4/89 kB error 03-Jan-2023 00:02:11 Progress (4): 21 kB | 12/160 kB | 12/49 kB | 6.2/89 kB error 03-Jan-2023 00:02:11 Progress (4): 21 kB | 12/160 kB | 12/49 kB | 9.0/89 kB error 03-Jan-2023 00:02:11 Progress (4): 21 kB | 12/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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 45 kB/s) error 03-Jan-2023 00:02:11 #17 115.8 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 00:02:11 #17 115.8 Progress (3): 15/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 17/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 20/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 23/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 26/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 29/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 31/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 34/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 37/160 kB | 12/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 37/160 kB | 15/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 15/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 17/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 20/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 23/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 26/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 29/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 31/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 34/49 kB | 12/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 34/49 kB | 15/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 34/49 kB | 17/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 37/49 kB | 17/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 37/49 kB | 20/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 20/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 23/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 26/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 29/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 31/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 34/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 37/89 kB error 03-Jan-2023 00:02:11 Progress (3): 40/160 kB | 40/49 kB | 40/89 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 3.4/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 6.2/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 9.0/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 12/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 15/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 17/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 20/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 23/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 26/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 29/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 31/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 34/35 kB error 03-Jan-2023 00:02:11 Progress (4): 40/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 43/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 45/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 48/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 51/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 54/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 56/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 59/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 62/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 65/160 kB | 40/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 65/160 kB | 43/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 68/160 kB | 43/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 70/160 kB | 43/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 70/160 kB | 45/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 73/160 kB | 45/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 76/160 kB | 45/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 76/160 kB | 48/49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 76/160 kB | 49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 79/160 kB | 49 kB | 40/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 79/160 kB | 49 kB | 43/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 79/160 kB | 49 kB | 45/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 82/160 kB | 49 kB | 45/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 84/160 kB | 49 kB | 45/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 45/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 48/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 51/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 54/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 57/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 59/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 62/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 65/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 68/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 70/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 73/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 76/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 79/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 82/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 84/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 87/89 kB | 35 kB error 03-Jan-2023 00:02:11 Progress (4): 87/160 kB | 49 kB | 89 kB | 35 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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 49 kB/s) error 03-Jan-2023 00:02:11 #17 116.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 00:02:11 #17 116.0 Progress (3): 90/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 93/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 96/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 98/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 101/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 104/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 107/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 109/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 112/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 115/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 118/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 120/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 123/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 126/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 129/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 132/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 134/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 137/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 140/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 143/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 146/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 148/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 151/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 154/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 157/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 160/160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 Progress (3): 160 kB | 49 kB | 89 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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 62 kB/s) error 03-Jan-2023 00:02:11 #17 116.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.jar error 03-Jan-2023 00:02:11 #17 116.1 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 106 kB/s) error 03-Jan-2023 00:02:11 #17 116.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 00:02:11 #17 116.1 Progress (2): 160 kB | 3.4/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 6.2/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 9.0/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 12/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 15/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 17/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 20/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 23/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 26/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 29/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 31/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 34/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 37/87 kB error 03-Jan-2023 00:02:11 Progress (2): 160 kB | 40/87 kB error 03-Jan-2023 00:02:11 error 03-Jan-2023 00:02: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 175 kB/s) error 03-Jan-2023 00:02:11 #17 116.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 00:02:11 #17 116.2 Progress (2): 40/87 kB | 3.4/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 6.2/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 9.0/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 12/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 15/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 17/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 20/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 23/25 kB error 03-Jan-2023 00:02:11 Progress (2): 40/87 kB | 25 kB error 03-Jan-2023 00:02:11 Progress (3): 40/87 kB | 25 kB | 3.4/14 kB error 03-Jan-2023 00:02:11 Progress (3): 40/87 kB | 25 kB | 6.2/14 kB error 03-Jan-2023 00:02:11 Progress (3): 40/87 kB | 25 kB | 9.0/14 kB error 03-Jan-2023 00:02:11 Progress (3): 40/87 kB | 25 kB | 12/14 kB error 03-Jan-2023 00:02:11 Progress (3): 40/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:11 Progress (3): 43/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:11 Progress (3): 45/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:11 Progress (3): 48/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:11 Progress (3): 51/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:11 Progress (3): 54/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 56/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 59/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 62/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 65/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 68/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 70/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 73/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 76/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 79/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 82/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 84/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 87/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 25 kB | 14 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 25 kB | 14 kB | 4.1/211 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 25 kB | 14 kB | 8.2/211 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 25 kB | 14 kB | 12/211 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 25 kB | 14 kB | 16/211 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 3.4/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 6.2/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 9.0/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 12/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 15/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 17/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 20/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 23/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 26/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 29/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 31/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 34/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 37/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 40/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 43/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 45/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 48/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 51/122 kB error 03-Jan-2023 00:02:12 Progress (5): 87 kB | 25 kB | 14 kB | 16/211 kB | 54/122 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02:12 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 25 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.3 Progress (4): 87 kB | 14 kB | 16/211 kB | 57/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 59/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 62/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 65/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 68/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 71/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 73/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 76/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 79/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 82/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 85/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 87/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 90/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 93/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 96/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 99/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 101/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 104/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 107/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 110/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 113/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 115/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 118/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 121/122 kB error 03-Jan-2023 00:02:12 Progress (4): 87 kB | 14 kB | 16/211 kB | 122 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 14 kB/s) error 03-Jan-2023 00:02:12 #17 116.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.jar error 03-Jan-2023 00:02:12 #17 116.4 Progress (3): 87 kB | 20/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 25/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 29/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 33/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 37/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 41/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 45/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 49/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 53/211 kB | 122 kB error 03-Jan-2023 00:02:12 Progress (3): 87 kB | 57/211 kB | 122 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 82 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.4 Progress (3): 57/211 kB | 122 kB | 3.4/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 6.2/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 9.0/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 12/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 15/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 17/29 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 122 kB | 20/29 kB error 03-Jan-2023 00:02:12 Progress (4): 57/211 kB | 122 kB | 20/29 kB | 3.4/37 kB error 03-Jan-2023 00:02:12 Progress (4): 57/211 kB | 122 kB | 20/29 kB | 6.2/37 kB error 03-Jan-2023 00:02:12 Progress (4): 57/211 kB | 122 kB | 20/29 kB | 9.0/37 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 109 kB/s) error 03-Jan-2023 00:02:12 #17 116.4 Progress (3): 57/211 kB | 20/29 kB | 12/37 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02:12 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 00:02:12 #17 116.4 Progress (3): 57/211 kB | 20/29 kB | 15/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 17/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 20/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 23/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 26/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 29/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 31/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 34/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 37/37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 20/29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 23/29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 26/29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 29/29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 57/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 60/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 64/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 68/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 72/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 76/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 80/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 84/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 88/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 92/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 94/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 98/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 103/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 107/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (3): 111/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 3.4/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 6.2/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 9.0/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 12/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 15/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 17/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 20/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 23/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 26/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 29/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 31/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 34/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 37/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 40/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 43/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 45/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 48/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 51/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 54/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 56/58 kB error 03-Jan-2023 00:02:12 Progress (4): 111/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:02:12 Progress (5): 111/211 kB | 29 kB | 37 kB | 58 kB | 3.4/10 kB error 03-Jan-2023 00:02:12 Progress (5): 111/211 kB | 29 kB | 37 kB | 58 kB | 6.2/10 kB error 03-Jan-2023 00:02:12 Progress (5): 111/211 kB | 29 kB | 37 kB | 58 kB | 9.0/10 kB error 03-Jan-2023 00:02:12 Progress (5): 111/211 kB | 29 kB | 37 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 30 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.5 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 23 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.6 Progress (3): 115/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 119/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 123/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 127/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 129/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 133/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 137/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 141/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 146/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 150/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 154/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 158/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 162/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 164/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 168/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 172/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 176/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 180/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 184/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 189/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 193/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 197/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 199/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 203/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 207/211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 58 kB | 10 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 45 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.6 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.6 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.7 Progress (2): 211 kB | 3.4/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 6.2/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 9.0/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 12/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 15/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 17/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 20/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 23/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 26/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 29/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 31/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 34/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 37/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 40/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 43/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 45/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 48/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 51/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 54/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 57/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 59/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 62/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 65/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 68/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 71/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 73/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 76/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 79/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 82/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 85/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 87/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 90/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 93/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 96/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 99/155 kB error 03-Jan-2023 00:02:12 Progress (2): 211 kB | 101/155 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 3.4/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 6.2/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 9.0/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 12/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 15/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 17/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 20/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 23/25 kB error 03-Jan-2023 00:02:12 Progress (3): 211 kB | 101/155 kB | 25 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02: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 146 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 00:02:12 #17 116.7 Progress (3): 101/155 kB | 25 kB | 3.4/4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 101/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 104/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 107/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 110/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 113/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 115/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 118/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 121/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 124/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 127/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 129/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 132/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 135/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 138/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 141/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 143/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 146/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 149/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 152/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (3): 155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 3.4/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 6.2/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 9.0/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 12/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 15/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 17/19 kB error 03-Jan-2023 00:02:12 Progress (4): 155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02:12 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 17 kB/s) error 03-Jan-2023 00:02:12 #17 116.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 00:02:12 #17 116.8 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 00:02:12 #17 116.9 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 98 kB/s) error 03-Jan-2023 00:02:12 #17 116.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 12 kB/s) error 03-Jan-2023 00:02:12 #17 116.9 Progress (1): 3.4/121 kB error 03-Jan-2023 00:02:12 Progress (1): 6.2/121 kB error 03-Jan-2023 00:02:12 Progress (1): 9.0/121 kB error 03-Jan-2023 00:02:12 Progress (1): 12/121 kB error 03-Jan-2023 00:02:12 Progress (1): 15/121 kB error 03-Jan-2023 00:02:12 Progress (1): 17/121 kB error 03-Jan-2023 00:02:12 Progress (1): 20/121 kB error 03-Jan-2023 00:02:12 Progress (1): 23/121 kB error 03-Jan-2023 00:02:12 Progress (1): 26/121 kB error 03-Jan-2023 00:02:12 Progress (1): 29/121 kB error 03-Jan-2023 00:02:12 Progress (1): 31/121 kB error 03-Jan-2023 00:02:12 Progress (1): 34/121 kB error 03-Jan-2023 00:02:12 Progress (1): 37/121 kB error 03-Jan-2023 00:02:12 Progress (1): 40/121 kB error 03-Jan-2023 00:02:12 Progress (1): 43/121 kB error 03-Jan-2023 00:02:12 Progress (1): 45/121 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 4.1/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 8.2/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 12/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 16/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 20/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 25/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 29/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 33/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 37/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 41/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 45/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 49/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 53/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 57/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 61/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 66/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 70/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 74/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 78/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 82/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 85/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 89/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 93/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 97/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 101/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 105/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 110/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 114/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 118/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 120/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 124/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 128/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 132/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 134/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 138/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 143/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 147/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 151/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 155/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 159/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 163/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 167/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 169/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 173/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 177/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 181/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 186/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 188/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 192/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 197/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 201/217 kB error 03-Jan-2023 00:02:12 Progress (2): 45/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 48/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 51/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 54/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 56/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 59/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 62/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 65/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 68/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 70/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 73/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 76/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 79/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 82/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 84/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 87/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 90/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 93/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 96/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 98/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 101/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 104/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 107/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 110/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 112/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 115/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 118/121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 121 kB | 205/217 kB error 03-Jan-2023 00:02:12 Progress (2): 121 kB | 209/217 kB error 03-Jan-2023 00:02:12 Progress (2): 121 kB | 213/217 kB error 03-Jan-2023 00:02:12 Progress (2): 121 kB | 217 kB error 03-Jan-2023 00:02:12 error 03-Jan-2023 00:02:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 66 kB/s) error 03-Jan-2023 00:02:12 #17 117.2 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 115 kB/s) error 03-Jan-2023 00:02:13 #17 117.5 [INFO] No sources to compile error 03-Jan-2023 00:02:13 #17 117.5 [INFO] error 03-Jan-2023 00:02:13 #17 117.5 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 00:02:13 #17 117.5 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:02:13 #17 117.5 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:02:13 #17 117.5 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:02:13 #17 117.5 [INFO] error 03-Jan-2023 00:02:13 #17 117.5 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 00:02:13 #17 117.5 [INFO] No sources to compile error 03-Jan-2023 00:02:13 #17 117.5 [INFO] error 03-Jan-2023 00:02:13 #17 117.5 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 00:02:13 #17 117.5 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 00:02:13 #17 117.6 Progress (1): 3.0 kB error 03-Jan-2023 00:02:13 error 03-Jan-2023 00:02: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 00:02:13 #17 117.8 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 00:02:13 #17 117.9 Progress (1): 2.5 kB error 03-Jan-2023 00:02:13 error 03-Jan-2023 00:02: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 11 kB/s) error 03-Jan-2023 00:02:13 #17 118.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 00:02:13 #17 118.1 Progress (1): 3.4/5.1 kB error 03-Jan-2023 00:02:13 Progress (1): 5.1 kB error 03-Jan-2023 00:02:13 error 03-Jan-2023 00:02: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 22 kB/s) error 03-Jan-2023 00:02:13 #17 118.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 00:02:14 #17 118.3 Progress (1): 1.8 kB error 03-Jan-2023 00:02:14 error 03-Jan-2023 00:02:14 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.9 kB/s) error 03-Jan-2023 00:02:14 #17 118.5 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 00:02:14 #17 118.6 Progress (1): 1.5 kB error 03-Jan-2023 00:02:14 error 03-Jan-2023 00:02: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.4 kB/s) error 03-Jan-2023 00:02:14 #17 118.7 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 00:02:14 #17 118.8 Progress (1): 3.4/3.5 kB error 03-Jan-2023 00:02:14 Progress (1): 3.5 kB error 03-Jan-2023 00:02:14 error 03-Jan-2023 00:02: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 15 kB/s) error 03-Jan-2023 00:02:14 #17 118.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 00:02:14 #17 119.0 Progress (1): 3.4/3.7 kB error 03-Jan-2023 00:02:14 Progress (1): 3.7 kB error 03-Jan-2023 00:02:14 error 03-Jan-2023 00:02: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 00:02:14 #17 119.2 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 00:02:14 #17 119.3 Progress (1): 3.4/9.3 kB error 03-Jan-2023 00:02:15 Progress (1): 6.2/9.3 kB error 03-Jan-2023 00:02:15 Progress (1): 9.0/9.3 kB error 03-Jan-2023 00:02:15 Progress (1): 9.3 kB error 03-Jan-2023 00:02:15 error 03-Jan-2023 00:02:15 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 00:02:15 #17 119.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 00:02:15 #17 119.5 Progress (1): 3.4/23 kB error 03-Jan-2023 00:02:15 Progress (1): 6.2/23 kB error 03-Jan-2023 00:02:15 Progress (1): 9.0/23 kB error 03-Jan-2023 00:02:15 Progress (1): 12/23 kB error 03-Jan-2023 00:02:15 Progress (1): 15/23 kB error 03-Jan-2023 00:02:15 Progress (1): 17/23 kB error 03-Jan-2023 00:02:15 Progress (1): 20/23 kB error 03-Jan-2023 00:02:15 Progress (1): 23 kB error 03-Jan-2023 00:02:15 error 03-Jan-2023 00:02:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 97 kB/s) error 03-Jan-2023 00:02:15 #17 119.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 00:02:15 #17 119.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 00:02:15 #17 119.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 00:02:15 #17 119.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 00:02:15 #17 119.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 00:02:15 #17 119.8 Progress (1): 3.4/33 kB error 03-Jan-2023 00:02:15 Progress (1): 6.2/33 kB error 03-Jan-2023 00:02:15 Progress (1): 9.0/33 kB error 03-Jan-2023 00:02:15 Progress (1): 12/33 kB error 03-Jan-2023 00:02:15 Progress (1): 15/33 kB error 03-Jan-2023 00:02:15 Progress (1): 17/33 kB error 03-Jan-2023 00:02:15 Progress (1): 20/33 kB error 03-Jan-2023 00:02:15 Progress (1): 23/33 kB error 03-Jan-2023 00:02:15 Progress (1): 26/33 kB error 03-Jan-2023 00:02:15 Progress (1): 29/33 kB error 03-Jan-2023 00:02:15 Progress (1): 31/33 kB error 03-Jan-2023 00:02:15 Progress (1): 33 kB error 03-Jan-2023 00:02:15 Progress (2): 33 kB | 3.4/124 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 3.4/124 kB | 3.4/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 6.2/124 kB | 3.4/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 9.0/124 kB | 3.4/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 12/124 kB | 3.4/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 15/124 kB | 3.4/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 15/124 kB | 6.2/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 15/124 kB | 9.0/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 17/124 kB | 9.0/10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 17/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 20/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 23/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 26/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 29/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 31/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 34/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 37/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 40/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (3): 33 kB | 43/124 kB | 10 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 43/124 kB | 10 kB | 3.4/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 45/124 kB | 10 kB | 3.4/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 48/124 kB | 10 kB | 3.4/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 48/124 kB | 10 kB | 6.2/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 51/124 kB | 10 kB | 6.2/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 51/124 kB | 10 kB | 9.0/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 51/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 54/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 57/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 59/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 62/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 65/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 68/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 71/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 73/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 76/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 79/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 82/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 84/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 87/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 90/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 93/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 95/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 98/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 101/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 104/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 107/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 109/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 112/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 115/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 118/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 121/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 123/124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 Progress (4): 33 kB | 124 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:02:15 error 03-Jan-2023 00:02: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 136 kB/s) error 03-Jan-2023 00:02:15 #17 119.9 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 00:02:15 #17 119.9 Progress (3): 124 kB | 10 kB | 15/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 17/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 20/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 23/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 26/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 29/31 kB error 03-Jan-2023 00:02:15 Progress (3): 124 kB | 10 kB | 31 kB error 03-Jan-2023 00:02:15 error 03-Jan-2023 00:02:15 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 39 kB/s) error 03-Jan-2023 00:02:15 #17 119.9 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 431 kB/s) error 03-Jan-2023 00:02:15 #17 120.0 Progress (2): 31 kB | 4.1/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 8.2/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 12/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 16/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 20/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 25/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 29/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 33/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 37/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 41/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 45/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 49/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 53/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 57/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 60/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 64/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 68/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 72/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 76/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 80/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 84/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 88/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 90/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 94/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 98/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 103/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 107/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 111/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 115/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 119/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 123/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 125/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 129/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 133/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 137/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 141/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 146/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 150/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 154/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 158/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 160/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 164/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 168/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 172/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 176/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 180/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 184/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 188/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 192/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 197/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 201/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 205/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 209/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 213/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 215/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 219/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 224/224 kB error 03-Jan-2023 00:02:15 Progress (2): 31 kB | 224 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 3.4/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 6.2/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 9.0/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 12/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 15/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 17/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 20/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 23/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 26/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 29/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 31/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 34/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 37/38 kB error 03-Jan-2023 00:02:15 Progress (3): 31 kB | 224 kB | 38 kB error 03-Jan-2023 00:02:15 error 03-Jan-2023 00:02:15 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 87 kB/s) error 03-Jan-2023 00:02:15 #17 120.1 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 476 kB/s) error 03-Jan-2023 00:02:15 #17 120.1 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 81 kB/s) error 03-Jan-2023 00:02:15 #17 120.2 [INFO] No tests to run. error 03-Jan-2023 00:02:15 #17 120.2 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 00:02:15 #17 120.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 00:02:16 #17 120.3 Progress (1): 2.4 kB error 03-Jan-2023 00:02:16 error 03-Jan-2023 00:02:16 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 00:02:16 #17 120.5 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 00:02:16 #17 120.6 Progress (1): 2.3 kB error 03-Jan-2023 00:02:16 error 03-Jan-2023 00:02: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 00:02:16 #17 120.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 00:02:16 #17 120.8 Progress (1): 3.4/34 kB error 03-Jan-2023 00:02:16 Progress (1): 6.2/34 kB error 03-Jan-2023 00:02:16 Progress (1): 9.0/34 kB error 03-Jan-2023 00:02:16 Progress (1): 12/34 kB error 03-Jan-2023 00:02:16 Progress (1): 15/34 kB error 03-Jan-2023 00:02:16 Progress (1): 17/34 kB error 03-Jan-2023 00:02:16 Progress (1): 20/34 kB error 03-Jan-2023 00:02:16 Progress (1): 23/34 kB error 03-Jan-2023 00:02:16 Progress (1): 26/34 kB error 03-Jan-2023 00:02:16 Progress (1): 29/34 kB error 03-Jan-2023 00:02:16 Progress (1): 31/34 kB error 03-Jan-2023 00:02:16 Progress (1): 34/34 kB error 03-Jan-2023 00:02:16 Progress (1): 34 kB error 03-Jan-2023 00:02:16 error 03-Jan-2023 00:02: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 144 kB/s) error 03-Jan-2023 00:02:16 #17 121.0 error 03-Jan-2023 00:02:16 #17 121.0 ------------------------------------------------------- error 03-Jan-2023 00:02:16 #17 121.0 T E S T S error 03-Jan-2023 00:02:16 #17 121.0 ------------------------------------------------------- error 03-Jan-2023 00:02:17 #17 121.6 error 03-Jan-2023 00:02:17 #17 121.6 Results : error 03-Jan-2023 00:02:17 #17 121.6 error 03-Jan-2023 00:02:17 #17 121.6 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 00:02:17 #17 121.6 error 03-Jan-2023 00:02:17 #17 121.6 [INFO] error 03-Jan-2023 00:02:17 #17 121.6 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 00:02:17 #17 121.6 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 00:02:17 #17 121.7 Progress (1): 3.4/4.5 kB error 03-Jan-2023 00:02:17 Progress (1): 4.5 kB error 03-Jan-2023 00:02:17 error 03-Jan-2023 00:02: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 19 kB/s) error 03-Jan-2023 00:02:17 #17 121.8 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 00:02:17 #17 122.0 Progress (1): 2.8 kB error 03-Jan-2023 00:02:17 error 03-Jan-2023 00:02: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 00:02:17 #17 122.1 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 00:02:17 #17 122.2 Progress (1): 1.7 kB error 03-Jan-2023 00:02:17 error 03-Jan-2023 00:02:18 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.0 kB/s) error 03-Jan-2023 00:02:18 #17 122.3 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 00:02:18 #17 122.4 Progress (1): 1.0 kB error 03-Jan-2023 00:02:18 error 03-Jan-2023 00:02: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.4 kB/s) error 03-Jan-2023 00:02:18 #17 122.6 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 00:02:18 #17 122.6 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 00:02:18 #17 122.6 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 00:02:18 #17 122.6 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 00:02:18 #17 122.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 00:02:18 #17 122.7 Progress (1): 3.4/22 kB error 03-Jan-2023 00:02:18 Progress (1): 6.2/22 kB error 03-Jan-2023 00:02:18 Progress (1): 9.0/22 kB error 03-Jan-2023 00:02:18 Progress (1): 12/22 kB error 03-Jan-2023 00:02:18 Progress (1): 15/22 kB error 03-Jan-2023 00:02:18 Progress (1): 17/22 kB error 03-Jan-2023 00:02:18 Progress (1): 20/22 kB error 03-Jan-2023 00:02:18 Progress (1): 22 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 3.4/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 6.2/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 9.0/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 12/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 15/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 17/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 20/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 23/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 26/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 29/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 31/60 kB error 03-Jan-2023 00:02:18 Progress (2): 22 kB | 34/60 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 34/60 kB | 3.4/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 37/60 kB | 3.4/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 40/60 kB | 3.4/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 43/60 kB | 3.4/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 43/60 kB | 6.2/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 45/60 kB | 6.2/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 45/60 kB | 9.0/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 48/60 kB | 9.0/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 48/60 kB | 12/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 48/60 kB | 15/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 51/60 kB | 15/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 51/60 kB | 17/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 54/60 kB | 17/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 54/60 kB | 20/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 54/60 kB | 23/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 57/60 kB | 23/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 57/60 kB | 26/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 59/60 kB | 26/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 59/60 kB | 29/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 60 kB | 29/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 60 kB | 31/58 kB error 03-Jan-2023 00:02:18 Progress (3): 22 kB | 60 kB | 34/58 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 3.4/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 6.2/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 9.0/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 12/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 15/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 17/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 20/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 23/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 26/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 29/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 31/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 34/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 37/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 40/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 43/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 45/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 48/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 51/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 54/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 57/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 59/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 62/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 65/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 68/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 70/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 73/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 76/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 79/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 82/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 84/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 87/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 90/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 93/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 96/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 98/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 101/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 104/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 107/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 110/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 112/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 115/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 118/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 121/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 124/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 126/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 129/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 132/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 135/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 138/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 140/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 143/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 146/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 149/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 152/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 154/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 157/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 160/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 163/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 166/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 168/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 171/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 174/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 177/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 180/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 182/184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 34/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 37/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 40/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 43/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 45/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 48/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 51/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 54/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 57/58 kB | 184 kB error 03-Jan-2023 00:02:18 Progress (4): 22 kB | 60 kB | 58 kB | 184 kB error 03-Jan-2023 00:02:18 error 03-Jan-2023 00:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 88 kB/s) error 03-Jan-2023 00:02:18 #17 122.8 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 224 kB/s) error 03-Jan-2023 00:02:18 #17 122.9 Progress (3): 58 kB | 184 kB | 4.1/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 8.2/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 12/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 16/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 20/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 25/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 29/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 33/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 37/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 41/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 45/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 49/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 53/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 57/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 61/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 66/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 70/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 74/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 78/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 82/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 85/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 89/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 93/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 97/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 101/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 105/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 110/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 114/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 118/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 120/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 124/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 128/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 132/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 134/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 138/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 143/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 147/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 151/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 155/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 159/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 163/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 167/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 169/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 173/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 177/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 181/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 186/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 188/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 192/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 197/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 201/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 205/208 kB error 03-Jan-2023 00:02:18 Progress (3): 58 kB | 184 kB | 208 kB error 03-Jan-2023 00:02:18 error 03-Jan-2023 00:02:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 539 kB/s) error 03-Jan-2023 00:02:18 #17 122.9 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 171 kB/s) error 03-Jan-2023 00:02:18 #17 123.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 485 kB/s) error 03-Jan-2023 00:02:18 #17 123.1 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 00:02:18 #17 123.2 [INFO] error 03-Jan-2023 00:02:18 #17 123.2 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 00:02:18 #17 123.2 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 00:02:19 #17 123.3 Progress (1): 3.4/3.8 kB error 03-Jan-2023 00:02:19 Progress (1): 3.8 kB error 03-Jan-2023 00:02:19 error 03-Jan-2023 00:02: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 17 kB/s) error 03-Jan-2023 00:02:19 #17 123.5 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 00:02:19 #17 123.6 Progress (1): 1.6 kB error 03-Jan-2023 00:02:19 error 03-Jan-2023 00:02: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 7.2 kB/s) error 03-Jan-2023 00:02:19 #17 123.7 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 00:02:19 #17 123.8 Progress (1): 3.4/12 kB error 03-Jan-2023 00:02:19 Progress (1): 6.2/12 kB error 03-Jan-2023 00:02:19 Progress (1): 9.0/12 kB error 03-Jan-2023 00:02:19 Progress (1): 12/12 kB error 03-Jan-2023 00:02:19 Progress (1): 12 kB error 03-Jan-2023 00:02:19 error 03-Jan-2023 00:02: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 00:02:19 #17 123.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 00:02:19 #17 124.0 Progress (1): 3.4/20 kB error 03-Jan-2023 00:02:19 Progress (1): 6.2/20 kB error 03-Jan-2023 00:02:19 Progress (1): 9.0/20 kB error 03-Jan-2023 00:02:19 Progress (1): 12/20 kB error 03-Jan-2023 00:02:19 Progress (1): 15/20 kB error 03-Jan-2023 00:02:19 Progress (1): 17/20 kB error 03-Jan-2023 00:02:19 Progress (1): 20 kB error 03-Jan-2023 00:02:19 error 03-Jan-2023 00:02:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 88 kB/s) error 03-Jan-2023 00:02:19 #17 124.2 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 00:02:19 #17 124.3 Progress (1): 3.1 kB error 03-Jan-2023 00:02:20 error 03-Jan-2023 00:02: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 00:02:20 #17 124.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 00:02:20 #17 124.5 Progress (1): 2.7 kB error 03-Jan-2023 00:02:20 error 03-Jan-2023 00:02: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 00:02:20 #17 124.6 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 00:02:20 #17 124.7 Progress (1): 2.1 kB error 03-Jan-2023 00:02:20 error 03-Jan-2023 00:02: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.1 kB/s) error 03-Jan-2023 00:02:20 #17 124.9 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 00:02:20 #17 125.0 Progress (1): 2.0 kB error 03-Jan-2023 00:02:20 error 03-Jan-2023 00:02: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.6 kB/s) error 03-Jan-2023 00:02:20 #17 125.1 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 00:02:20 #17 125.2 Progress (1): 2.7 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02: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 00:02:21 #17 125.3 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 00:02:21 #17 125.4 Progress (1): 1.9 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02: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.4 kB/s) error 03-Jan-2023 00:02:21 #17 125.6 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 00:02:21 #17 125.7 Progress (1): 2.0 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02: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.7 kB/s) error 03-Jan-2023 00:02:21 #17 125.8 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 00:02:21 #17 125.9 Progress (1): 1.5 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02: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.6 kB/s) error 03-Jan-2023 00:02:21 #17 ... error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:21 #14 119.0 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 00:02:21 #14 119.1 Progress (1): 2.0 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 6.3 kB/s) error 03-Jan-2023 00:02:21 #14 119.4 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 00:02:21 #14 119.5 Progress (1): 3.4/22 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/22 kB error 03-Jan-2023 00:02:21 Progress (1): 9.0/22 kB error 03-Jan-2023 00:02:21 Progress (1): 12/22 kB error 03-Jan-2023 00:02:21 Progress (1): 15/22 kB error 03-Jan-2023 00:02:21 Progress (1): 17/22 kB error 03-Jan-2023 00:02:21 Progress (1): 20/22 kB error 03-Jan-2023 00:02:21 Progress (1): 22 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 64 kB/s) error 03-Jan-2023 00:02:21 #14 119.8 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 00:02:21 #14 120.0 Progress (1): 3.4 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 12 kB/s) error 03-Jan-2023 00:02:21 #14 120.1 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 00:02:21 #14 120.3 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:02:21 Progress (1): 4.1 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 120.5 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 00:02:21 #14 120.6 Progress (1): 3.4/4.8 kB error 03-Jan-2023 00:02:21 Progress (1): 4.8 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 18 kB/s) error 03-Jan-2023 00:02:21 #14 120.7 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 00:02:21 #14 120.9 Progress (1): 3.4/13 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/13 kB error 03-Jan-2023 00:02:21 Progress (1): 9.0/13 kB error 03-Jan-2023 00:02:21 Progress (1): 12/13 kB error 03-Jan-2023 00:02:21 Progress (1): 13 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 51 kB/s) error 03-Jan-2023 00:02:21 #14 121.1 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 00:02:21 #14 121.2 Progress (1): 2.5 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.9 kB/s) error 03-Jan-2023 00:02:21 #14 121.3 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 00:02:21 #14 121.5 Progress (1): 3.4/14 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/14 kB error 03-Jan-2023 00:02:21 Progress (1): 9.0/14 kB error 03-Jan-2023 00:02:21 Progress (1): 12/14 kB error 03-Jan-2023 00:02:21 Progress (1): 14 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 121.7 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 00:02:21 #14 121.8 Progress (1): 3.4/7.3 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/7.3 kB error 03-Jan-2023 00:02:21 Progress (1): 7.3 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 30 kB/s) error 03-Jan-2023 00:02:21 #14 121.9 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 00:02:21 #14 122.0 Progress (1): 2.2 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.6 kB/s) error 03-Jan-2023 00:02:21 #14 122.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.pom error 03-Jan-2023 00:02:21 #14 122.3 Progress (1): 2.6 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 122.5 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 00:02:21 #14 122.6 Progress (1): 1.0 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 3.8 kB/s) error 03-Jan-2023 00:02:21 #14 122.8 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 00:02:21 #14 122.9 Progress (1): 2.2 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.7 kB/s) error 03-Jan-2023 00:02:21 #14 123.1 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 00:02:21 #14 123.3 Progress (1): 2.8 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.6 kB/s) error 03-Jan-2023 00:02:21 #14 123.5 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 00:02:21 #14 123.6 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:02:21 Progress (1): 4.1 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 15 kB/s) error 03-Jan-2023 00:02:21 #14 123.9 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 00:02:21 #14 124.1 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:02:21 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:02:21 Progress (1): 7.6 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 124.5 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 00:02:21 #14 124.6 Progress (1): 3.4/4.9 kB error 03-Jan-2023 00:02:21 Progress (1): 4.9 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 15 kB/s) error 03-Jan-2023 00:02:21 #14 124.9 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 00:02:21 #14 125.2 Progress (1): 1.5 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 4.2 kB/s) error 03-Jan-2023 00:02:21 #14 125.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 00:02:21 #14 125.5 Progress (1): 3.3/15 kB error 03-Jan-2023 00:02:21 Progress (1): 6.1/15 kB error 03-Jan-2023 00:02:21 Progress (1): 8.9/15 kB error 03-Jan-2023 00:02:21 Progress (1): 12/15 kB error 03-Jan-2023 00:02:21 Progress (1): 15/15 kB error 03-Jan-2023 00:02:21 Progress (1): 15 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 57 kB/s) error 03-Jan-2023 00:02:21 #14 125.8 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 00:02:21 #14 125.9 Progress (1): 1.5 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.1 kB/s) error 03-Jan-2023 00:02:21 #14 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 00:02:21 #14 126.3 Progress (1): 3.4/3.4 kB error 03-Jan-2023 00:02:21 Progress (1): 3.4 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 14 kB/s) error 03-Jan-2023 00:02:21 #14 126.4 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 00:02:21 #14 126.5 Progress (1): 3.4/14 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/14 kB error 03-Jan-2023 00:02:21 Progress (1): 9.0/14 kB error 03-Jan-2023 00:02:21 Progress (1): 12/14 kB error 03-Jan-2023 00:02:21 Progress (1): 14 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 57 kB/s) error 03-Jan-2023 00:02:21 #14 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 00:02:21 #14 126.8 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:02:21 Progress (1): 4.1 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 127.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 00:02:21 #14 127.3 Progress (1): 3.0 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 12 kB/s) error 03-Jan-2023 00:02:21 #14 127.4 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 00:02:21 #14 127.6 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:02:21 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:02:21 Progress (1): 6.7 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 25 kB/s) error 03-Jan-2023 00:02:21 #14 127.7 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 00:02:21 #14 127.9 Progress (1): 3.0 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 12 kB/s) error 03-Jan-2023 00:02:21 #14 128.0 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 00:02:21 #14 128.2 Progress (1): 1.6 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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.7 kB/s) error 03-Jan-2023 00:02:21 #14 128.3 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 00:02:21 #14 128.5 Progress (1): 2.6 kB error 03-Jan-2023 00:02:21 error 03-Jan-2023 00:02:21 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 00:02:21 #14 129.1 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 00:02:21 #14 129.2 Progress (1): 1.5 kB error 03-Jan-2023 00:02:22 error 03-Jan-2023 00:02:22 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.9 kB/s) error 03-Jan-2023 00:02:22 #14 129.4 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 00:02:22 #14 129.5 Progress (1): 3.3/18 kB error 03-Jan-2023 00:02:22 Progress (1): 6.1/18 kB error 03-Jan-2023 00:02:22 Progress (1): 8.9/18 kB error 03-Jan-2023 00:02:22 Progress (1): 12/18 kB error 03-Jan-2023 00:02:22 Progress (1): 15/18 kB error 03-Jan-2023 00:02:22 Progress (1): 17/18 kB error 03-Jan-2023 00:02:22 Progress (1): 18 kB error 03-Jan-2023 00:02:22 error 03-Jan-2023 00:02:22 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 65 kB/s) error 03-Jan-2023 00:02:22 #14 129.7 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 00:02:22 #14 129.8 Progress (1): 1.5 kB error 03-Jan-2023 00:02:22 error 03-Jan-2023 00:02:22 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 5.6 kB/s) error 03-Jan-2023 00:02:22 #14 130.0 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 00:02:22 #14 130.1 Progress (1): 2.8 kB error 03-Jan-2023 00:02:22 error 03-Jan-2023 00:02:22 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 10 kB/s) error 03-Jan-2023 00:02:23 #14 130.2 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 00:02:23 #14 130.4 Progress (1): 3.4/5.0 kB error 03-Jan-2023 00:02:23 Progress (1): 5.0 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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 00:02:23 #14 130.6 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 00:02:23 #14 ... error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:23 #17 126.1 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 00:02:23 #17 126.2 Progress (1): 2.7 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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 12 kB/s) error 03-Jan-2023 00:02:23 #17 126.3 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 00:02:23 #17 126.4 Progress (1): 2.2 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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.6 kB/s) error 03-Jan-2023 00:02:23 #17 126.5 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 00:02:23 #17 126.7 Progress (1): 3.0 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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 00:02:23 #17 126.8 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 00:02:23 #17 126.9 Progress (1): 767 B error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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.4 kB/s) error 03-Jan-2023 00:02:23 #17 127.0 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 00:02:23 #17 127.1 Progress (1): 3.4/5.9 kB error 03-Jan-2023 00:02:23 Progress (1): 5.9 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02:23 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 00:02:23 #17 127.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.pom error 03-Jan-2023 00:02:23 #17 127.4 Progress (1): 3.2 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02: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 00:02:23 #17 127.5 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 00:02:23 #17 127.6 Progress (1): 2.6 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02: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 00:02:23 #17 127.7 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 00:02:23 #17 127.8 Progress (1): 765 B error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02: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 00:02:23 #17 128.0 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 00:02:23 #17 128.1 Progress (1): 3.3/11 kB error 03-Jan-2023 00:02:23 Progress (1): 6.1/11 kB error 03-Jan-2023 00:02:23 Progress (1): 8.9/11 kB error 03-Jan-2023 00:02:23 Progress (1): 11 kB error 03-Jan-2023 00:02:23 error 03-Jan-2023 00:02: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 00:02:23 #17 128.2 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 00:02:24 #17 128.3 Progress (1): 1.4 kB error 03-Jan-2023 00:02:24 error 03-Jan-2023 00:02: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 00:02:24 #17 128.4 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 00:02:24 #17 128.5 Progress (1): 1.5 kB error 03-Jan-2023 00:02:24 error 03-Jan-2023 00:02: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.2 kB/s) error 03-Jan-2023 00:02:24 #17 128.7 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 00:02:24 #17 128.8 Progress (1): 1.8 kB error 03-Jan-2023 00:02:24 error 03-Jan-2023 00:02: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.2 kB/s) error 03-Jan-2023 00:02:24 #17 128.9 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 00:02:24 #17 129.0 Progress (1): 1.6 kB error 03-Jan-2023 00:02:24 error 03-Jan-2023 00:02: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.8 kB/s) error 03-Jan-2023 00:02:24 #17 129.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 00:02:24 #17 129.2 Progress (1): 2.7 kB error 03-Jan-2023 00:02:25 error 03-Jan-2023 00:02: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 12 kB/s) error 03-Jan-2023 00:02:25 #17 129.4 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 00:02:25 #17 129.5 Progress (1): 1.6 kB error 03-Jan-2023 00:02:25 error 03-Jan-2023 00:02: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 7.2 kB/s) error 03-Jan-2023 00:02:25 #17 129.6 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 00:02:25 #17 129.7 Progress (1): 1.8 kB error 03-Jan-2023 00:02:25 error 03-Jan-2023 00:02: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.9 kB/s) error 03-Jan-2023 00:02:25 #17 129.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 00:02:25 #17 129.9 Progress (1): 3.1 kB error 03-Jan-2023 00:02:25 error 03-Jan-2023 00:02: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 14 kB/s) error 03-Jan-2023 00:02:25 #17 130.1 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 00:02:25 #17 130.1 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 00:02:25 #17 130.1 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 00:02:25 #17 130.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 00:02:25 #17 130.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 00:02:25 #17 130.2 Progress (1): 3.4/8.8 kB error 03-Jan-2023 00:02:25 Progress (1): 6.2/8.8 kB error 03-Jan-2023 00:02:25 Progress (2): 6.2/8.8 kB | 3.4/22 kB error 03-Jan-2023 00:02:25 Progress (2): 6.2/8.8 kB | 6.2/22 kB error 03-Jan-2023 00:02:25 Progress (2): 6.2/8.8 kB | 9.0/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 9.0/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 12/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 15/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 17/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 20/22 kB error 03-Jan-2023 00:02:25 Progress (2): 8.8 kB | 22 kB error 03-Jan-2023 00:02:25 Progress (3): 8.8 kB | 22 kB | 3.4/17 kB error 03-Jan-2023 00:02:25 Progress (3): 8.8 kB | 22 kB | 6.2/17 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 6.2/17 kB | 3.4/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 9.0/17 kB | 3.4/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 12/17 kB | 3.4/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 12/17 kB | 6.2/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 12/17 kB | 9.0/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 15/17 kB | 9.0/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 15/17 kB | 12/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 12/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 15/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 17/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 20/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 23/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 26/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 29/31 kB error 03-Jan-2023 00:02:25 Progress (4): 8.8 kB | 22 kB | 17 kB | 31 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 3.4/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 6.2/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 9.0/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 12/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 15/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 17/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 20/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 23/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 26/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 29/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 31/32 kB error 03-Jan-2023 00:02:25 Progress (5): 8.8 kB | 22 kB | 17 kB | 31 kB | 32 kB error 03-Jan-2023 00:02:25 error 03-Jan-2023 00:02: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 37 kB/s) error 03-Jan-2023 00:02:26 #17 130.3 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 93 kB/s) error 03-Jan-2023 00:02:26 #17 130.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 00:02:26 #17 130.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 123 kB/s) error 03-Jan-2023 00:02:26 #17 130.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 65 kB/s) error 03-Jan-2023 00:02:26 #17 130.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 121 kB/s) error 03-Jan-2023 00:02:26 #17 130.4 Progress (1): 3.3/23 kB error 03-Jan-2023 00:02:26 Progress (1): 6.1/23 kB error 03-Jan-2023 00:02:26 Progress (1): 8.9/23 kB error 03-Jan-2023 00:02:26 Progress (1): 12/23 kB error 03-Jan-2023 00:02:26 Progress (1): 15/23 kB error 03-Jan-2023 00:02:26 Progress (1): 17/23 kB error 03-Jan-2023 00:02:26 Progress (1): 20/23 kB error 03-Jan-2023 00:02:26 Progress (1): 23/23 kB error 03-Jan-2023 00:02:26 Progress (1): 23 kB error 03-Jan-2023 00:02:26 error 03-Jan-2023 00:02: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 00:02:26 #17 130.7 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 00:02:26 #17 130.8 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 00:02:31 #17 ... error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:31 #14 130.7 Progress (1): 3.3/4.2 kB error 03-Jan-2023 00:02:31 Progress (1): 4.2 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 130.8 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 00:02:31 #14 131.0 Progress (1): 3.4/4.7 kB error 03-Jan-2023 00:02:31 Progress (1): 4.7 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 131.2 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 00:02:31 #14 131.3 Progress (1): 3.3/6.6 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/6.6 kB error 03-Jan-2023 00:02:31 Progress (1): 6.6 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 22 kB/s) error 03-Jan-2023 00:02:31 #14 131.5 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 00:02:31 #14 131.7 Progress (1): 3.3/16 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/16 kB error 03-Jan-2023 00:02:31 Progress (1): 8.9/16 kB error 03-Jan-2023 00:02:31 Progress (1): 12/16 kB error 03-Jan-2023 00:02:31 Progress (1): 14/16 kB error 03-Jan-2023 00:02:31 Progress (1): 16 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 42 kB/s) error 03-Jan-2023 00:02:31 #14 132.1 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 00:02:31 #14 132.3 Progress (1): 3.3/5.2 kB error 03-Jan-2023 00:02:31 Progress (1): 5.2 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 132.5 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 00:02:31 #14 132.6 Progress (1): 3.3/13 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/13 kB error 03-Jan-2023 00:02:31 Progress (1): 8.9/13 kB error 03-Jan-2023 00:02:31 Progress (1): 12/13 kB error 03-Jan-2023 00:02:31 Progress (1): 13 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 46 kB/s) error 03-Jan-2023 00:02:31 #14 132.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 00:02:31 #14 133.0 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:02:31 Progress (1): 7.5 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02: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 28 kB/s) error 03-Jan-2023 00:02:31 #14 133.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 00:02:31 #14 133.3 Progress (1): 3.3/15 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/15 kB error 03-Jan-2023 00:02:31 Progress (1): 8.9/15 kB error 03-Jan-2023 00:02:31 Progress (1): 12/15 kB error 03-Jan-2023 00:02:31 Progress (1): 15/15 kB error 03-Jan-2023 00:02:31 Progress (1): 15 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 133.4 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 00:02:31 #14 133.6 Progress (1): 3.3/3.3 kB error 03-Jan-2023 00:02:31 Progress (1): 3.3 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 11 kB/s) error 03-Jan-2023 00:02:31 #14 133.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 00:02:31 #14 134.0 Progress (1): 2.9 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 11 kB/s) error 03-Jan-2023 00:02:31 #14 134.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 00:02:31 #14 134.3 Progress (1): 1.9 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 5.6 kB/s) error 03-Jan-2023 00:02:31 #14 134.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 00:02:31 #14 134.7 Progress (1): 2.7 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 9.4 kB/s) error 03-Jan-2023 00:02:31 #14 135.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.pom error 03-Jan-2023 00:02:31 #14 136.1 Progress (1): 1.9 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 2.3 kB/s) error 03-Jan-2023 00:02:31 #14 136.8 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 00:02:31 #14 137.0 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:02:31 Progress (1): 6.8 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 25 kB/s) error 03-Jan-2023 00:02:31 #14 137.1 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 00:02:31 #14 137.3 Progress (1): 2.3 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 137.4 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 00:02:31 #14 137.5 Progress (1): 2.7 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 00:02:31 #14 137.7 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 00:02:31 #14 137.8 Progress (1): 3.4/5.7 kB error 03-Jan-2023 00:02:31 Progress (1): 5.7 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 23 kB/s) error 03-Jan-2023 00:02:31 #14 138.0 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 00:02:31 #14 138.1 Progress (1): 727 B error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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.7 kB/s) error 03-Jan-2023 00:02:31 #14 138.3 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 00:02:31 #14 138.4 Progress (1): 3.4/7.5 kB error 03-Jan-2023 00:02:31 Progress (1): 6.2/7.5 kB error 03-Jan-2023 00:02:31 Progress (1): 7.5 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 25 kB/s) error 03-Jan-2023 00:02:31 #14 138.7 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 00:02:31 #14 138.9 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:02:31 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:02:31 Progress (1): 6.9 kB error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 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 22 kB/s) error 03-Jan-2023 00:02:31 #14 ... error 03-Jan-2023 00:02:31 error 03-Jan-2023 00:02:31 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:31 #17 136.2 [INFO] error 03-Jan-2023 00:02:31 #17 136.2 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 00:02:32 #17 136.3 [INFO] error 03-Jan-2023 00:02:32 #17 136.3 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 00:02:32 #17 136.3 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 00:02:32 #17 136.3 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 00:02:32 #17 136.3 [INFO] error 03-Jan-2023 00:02:32 #17 136.3 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 00:02:32 #17 136.3 [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 00:02:32 #17 136.3 [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 00:02:32 #17 136.3 [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 00:02:32 #17 136.4 [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 00:02:32 #17 136.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 00:02:32 #17 136.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:02:32 #17 136.7 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 00:02:32 #17 136.7 [INFO] error 03-Jan-2023 00:02:32 #17 136.7 [INFO] Reference Application Distribution ................. SUCCESS [ 0.447 s] error 03-Jan-2023 00:02:32 #17 136.7 [INFO] Reference Application Distribution Package ......... SUCCESS [02:13 min] error 03-Jan-2023 00:02:32 #17 136.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:02:32 #17 136.7 [INFO] BUILD SUCCESS error 03-Jan-2023 00:02:32 #17 136.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:02:32 #17 136.7 [INFO] Total time: 02:14 min error 03-Jan-2023 00:02:32 #17 136.7 [INFO] Finished at: 2023-01-03T00:02:32Z error 03-Jan-2023 00:02:32 #17 136.7 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:02:32 #17 DONE 137.0s error 03-Jan-2023 00:02:32 error 03-Jan-2023 00:02:32 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:02:32 #14 139.3 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 00:02:32 #14 139.3 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 00:02:32 #14 139.3 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 00:02:32 #14 139.3 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 00:02:32 #14 139.3 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 00:02:32 #14 139.5 Progress (1): 3.4/52 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 3.4/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 6.2/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 9.0/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 12/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 15/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 17/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 20/45 kB error 03-Jan-2023 00:02:32 Progress (2): 3.4/52 kB | 23/45 kB error 03-Jan-2023 00:02:32 Progress (2): 6.2/52 kB | 23/45 kB error 03-Jan-2023 00:02:32 Progress (2): 6.2/52 kB | 26/45 kB error 03-Jan-2023 00:02:32 Progress (2): 6.2/52 kB | 29/45 kB error 03-Jan-2023 00:02:32 Progress (2): 9.0/52 kB | 29/45 kB error 03-Jan-2023 00:02:32 Progress (2): 12/52 kB | 29/45 kB error 03-Jan-2023 00:02:32 Progress (2): 12/52 kB | 31/45 kB error 03-Jan-2023 00:02:32 Progress (2): 15/52 kB | 31/45 kB error 03-Jan-2023 00:02:32 Progress (2): 15/52 kB | 34/45 kB error 03-Jan-2023 00:02:32 Progress (2): 17/52 kB | 34/45 kB error 03-Jan-2023 00:02:32 Progress (2): 17/52 kB | 37/45 kB error 03-Jan-2023 00:02:32 Progress (2): 20/52 kB | 37/45 kB error 03-Jan-2023 00:02:32 Progress (2): 20/52 kB | 40/45 kB error 03-Jan-2023 00:02:32 Progress (2): 20/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 23/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 26/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 29/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 31/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 34/52 kB | 43/45 kB error 03-Jan-2023 00:02:32 Progress (2): 34/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 37/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 40/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 43/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 45/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 48/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 51/52 kB | 45 kB error 03-Jan-2023 00:02:32 Progress (2): 52 kB | 45 kB error 03-Jan-2023 00:02:32 error 03-Jan-2023 00:02:32 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 85 kB/s) error 03-Jan-2023 00:02:32 #14 139.8 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 00:02:32 #14 139.8 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 90 kB/s) error 03-Jan-2023 00:02:32 #14 139.8 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 00:02:32 #14 140.0 Progress (1): 3.4/42 kB error 03-Jan-2023 00:02:32 Progress (1): 6.2/42 kB error 03-Jan-2023 00:02:32 Progress (1): 9.0/42 kB error 03-Jan-2023 00:02:32 Progress (1): 12/42 kB error 03-Jan-2023 00:02:32 Progress (1): 15/42 kB error 03-Jan-2023 00:02:32 Progress (1): 17/42 kB error 03-Jan-2023 00:02:32 Progress (1): 20/42 kB error 03-Jan-2023 00:02:32 Progress (1): 23/42 kB error 03-Jan-2023 00:02:32 Progress (1): 26/42 kB error 03-Jan-2023 00:02:32 Progress (1): 29/42 kB error 03-Jan-2023 00:02:32 Progress (1): 31/42 kB error 03-Jan-2023 00:02:32 Progress (1): 34/42 kB error 03-Jan-2023 00:02:32 Progress (1): 37/42 kB error 03-Jan-2023 00:02:33 Progress (1): 40/42 kB error 03-Jan-2023 00:02:33 Progress (1): 42 kB error 03-Jan-2023 00:02:33 error 03-Jan-2023 00:02:33 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 29 kB/s) error 03-Jan-2023 00:02:33 #14 140.8 Progress (1): 3.4/154 kB error 03-Jan-2023 00:02:33 Progress (1): 6.2/154 kB error 03-Jan-2023 00:02:33 Progress (1): 9.0/154 kB error 03-Jan-2023 00:02:33 error 03-Jan-2023 00:02:33 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 00:02:33 #14 140.8 Progress (1): 12/154 kB error 03-Jan-2023 00:02:33 Progress (2): 12/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 15/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 17/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 20/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 23/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 26/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 29/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 31/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 34/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 37/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (2): 40/154 kB | 2.3/291 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 2.3/291 kB | 3.4/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 2.3/291 kB | 6.2/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 2.3/291 kB | 9.0/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 2.3/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 6.4/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 10/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 15/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 19/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 23/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 27/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 31/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 35/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 39/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 43/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 47/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (3): 40/154 kB | 51/291 kB | 12/197 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 3.4/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 6.2/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 9.0/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 12/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 15/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 17/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 20/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 23/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 26/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 29/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 31/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 34/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 37/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 40/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 43/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 45/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 48/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 51/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 54/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 57/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 59/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 62/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 65/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 68/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 71/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 73/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 76/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 79/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 82/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 85/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 87/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 90/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 93/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 96/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 99/160 kB error 03-Jan-2023 00:02:33 Progress (4): 40/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 43/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 45/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 48/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 51/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 54/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 57/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 59/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 62/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 65/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 68/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 71/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 73/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 76/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 79/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 82/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 85/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 12/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 15/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 17/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 20/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 23/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 26/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 29/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 31/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 51/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 56/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 60/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 64/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 68/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 70/291 kB | 34/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 70/291 kB | 37/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 74/291 kB | 37/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 78/291 kB | 37/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 78/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 82/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 87/154 kB | 86/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 90/154 kB | 86/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 93/154 kB | 86/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 101/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 104/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 107/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 109/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 112/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 115/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 118/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 121/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 123/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 126/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 129/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 132/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 135/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 137/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 140/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 143/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 146/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 149/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 151/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 154/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 157/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 159/160 kB error 03-Jan-2023 00:02:33 Progress (4): 96/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 99/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 101/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 104/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 107/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 110/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 113/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 115/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 118/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 121/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 124/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 127/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 129/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 132/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 135/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 138/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 141/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 143/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 146/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 149/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 151/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154/154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 86/291 kB | 40/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 86/291 kB | 43/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 86/291 kB | 45/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 86/291 kB | 48/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 86/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 90/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 94/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 99/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 103/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 105/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 109/291 kB | 51/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 109/291 kB | 54/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 109/291 kB | 57/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 113/291 kB | 57/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 113/291 kB | 59/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 117/291 kB | 59/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 121/291 kB | 59/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 121/291 kB | 62/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 121/291 kB | 65/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 121/291 kB | 68/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 125/291 kB | 68/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 129/291 kB | 68/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 133/291 kB | 68/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 133/291 kB | 71/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 137/291 kB | 71/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 137/291 kB | 73/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 140/291 kB | 73/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 140/291 kB | 76/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 140/291 kB | 79/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 144/291 kB | 79/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 144/291 kB | 82/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 148/291 kB | 82/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 148/291 kB | 85/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 152/291 kB | 85/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 156/291 kB | 85/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 156/291 kB | 87/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 160/291 kB | 87/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 160/291 kB | 90/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 160/291 kB | 93/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 160/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 164/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 168/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 172/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 174/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 178/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 183/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 187/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 191/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 195/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 199/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 203/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 207/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (4): 154 kB | 209/291 kB | 96/197 kB | 160 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 4.1/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 8.2/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 12/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 16/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 19/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 23/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 27/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 31/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 34/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 38/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 42/557 kB error 03-Jan-2023 00:02:33 Progress (5): 154 kB | 209/291 kB | 96/197 kB | 160 kB | 46/557 kB error 03-Jan-2023 00:02:33 error 03-Jan-2023 00:02:33 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 88 kB/s) error 03-Jan-2023 00:02:33 #14 141.2 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 00:02:33 #14 141.2 Progress (4): 154 kB | 209/291 kB | 96/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 error 03-Jan-2023 00:02:33 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 82 kB/s) error 03-Jan-2023 00:02:33 #14 141.2 Progress (3): 209/291 kB | 99/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 209/291 kB | 101/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 error 03-Jan-2023 00:02:33 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 00:02:33 #14 141.2 Progress (3): 209/291 kB | 104/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 209/291 kB | 107/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 209/291 kB | 110/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 209/291 kB | 113/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 213/291 kB | 113/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 213/291 kB | 115/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 213/291 kB | 118/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 217/291 kB | 118/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 221/291 kB | 118/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 221/291 kB | 121/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 226/291 kB | 121/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 226/291 kB | 124/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 226/291 kB | 127/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 230/291 kB | 127/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 230/291 kB | 129/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 234/291 kB | 129/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 238/291 kB | 129/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 238/291 kB | 132/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 242/291 kB | 132/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 244/291 kB | 132/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 244/291 kB | 135/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 244/291 kB | 137/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 248/291 kB | 137/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 252/291 kB | 137/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 252/291 kB | 140/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 256/291 kB | 140/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 260/291 kB | 140/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 260/291 kB | 143/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 260/291 kB | 146/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 260/291 kB | 149/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 264/291 kB | 149/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 269/291 kB | 149/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 273/291 kB | 149/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 277/291 kB | 149/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 277/291 kB | 151/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 279/291 kB | 151/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 279/291 kB | 154/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 283/291 kB | 154/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 283/291 kB | 157/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 283/291 kB | 160/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 287/291 kB | 160/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 160/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 51/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 55/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 59/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 63/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 67/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291/291 kB | 163/197 kB | 69/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 163/197 kB | 69/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 163/197 kB | 73/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 163/197 kB | 77/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 163/197 kB | 81/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 163/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 165/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 168/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 171/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 174/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 177/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 179/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 182/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 185/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 188/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 191/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 193/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 196/197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (3): 291 kB | 197 kB | 85/557 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 3.4/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 6.2/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 9.0/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 12/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 15/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 17/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 20/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 23/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 26/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 29/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 31/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 34/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 37/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 40/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 43/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 45/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 48/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 51/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 54/62 kB error 03-Jan-2023 00:02:33 Progress (4): 291 kB | 197 kB | 85/557 kB | 57/62 kB error 03-Jan-2023 00:02:34 Progress (4): 291 kB | 197 kB | 85/557 kB | 59/62 kB error 03-Jan-2023 00:02:34 Progress (4): 291 kB | 197 kB | 85/557 kB | 62 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 3.4/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 6.2/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 9.0/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 12/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 15/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 17/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 20/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 23/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 26/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 29/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 31/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 34/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 37/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 85/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 89/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 94/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 98/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 102/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 104/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 108/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 112/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 116/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 120/557 kB | 62 kB | 40/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 120/557 kB | 62 kB | 43/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 120/557 kB | 62 kB | 45/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 124/557 kB | 62 kB | 45/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 128/557 kB | 62 kB | 45/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 128/557 kB | 62 kB | 48/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 132/557 kB | 62 kB | 48/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 137/557 kB | 62 kB | 48/50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 137/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (5): 291 kB | 197 kB | 139/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 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 141 kB/s) error 03-Jan-2023 00:02:34 #14 141.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 00:02:34 #14 141.4 Progress (4): 197 kB | 143/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 147/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 151/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 155/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 159/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 163/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 167/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 171/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 173/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 178/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (4): 197 kB | 182/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 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 94 kB/s) error 03-Jan-2023 00:02:34 #14 141.4 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 00:02:34 #14 141.4 Progress (3): 186/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 190/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 194/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 198/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 202/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 206/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 208/557 kB | 62 kB | 50 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 30 kB/s) error 03-Jan-2023 00:02:34 #14 141.4 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 00:02:34 #14 141.4 Progress (2): 212/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 216/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 221/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 225/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 229/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 233/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 237/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 241/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 243/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 247/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 251/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 255/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 259/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 264/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 268/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 272/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 276/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 278/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 282/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 286/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 290/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 294/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 298/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 302/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 307/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 311/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 313/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 317/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 321/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 325/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 329/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 333/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 337/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 341/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 345/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 348/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 352/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 356/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 360/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 364/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 368/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 372/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 376/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 380/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 382/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 386/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 391/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 395/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 399/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 403/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 407/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 411/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 415/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 417/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 421/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (2): 425/557 kB | 50 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 3.4/25 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 6.2/25 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 9.0/25 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 12/25 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 15/25 kB error 03-Jan-2023 00:02:34 Progress (3): 425/557 kB | 50 kB | 17/25 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 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 23 kB/s) error 03-Jan-2023 00:02:34 #14 141.5 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 00:02:34 #14 141.5 Progress (2): 425/557 kB | 20/25 kB error 03-Jan-2023 00:02:34 Progress (2): 425/557 kB | 23/25 kB error 03-Jan-2023 00:02:34 Progress (2): 429/557 kB | 23/25 kB error 03-Jan-2023 00:02:34 Progress (2): 434/557 kB | 23/25 kB error 03-Jan-2023 00:02:34 Progress (2): 434/557 kB | 25 kB error 03-Jan-2023 00:02:34 Progress (2): 438/557 kB | 25 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 3.4/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 6.2/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 9.0/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 12/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 15/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 17/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 20/42 kB error 03-Jan-2023 00:02:34 Progress (3): 438/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 00:02:34 Progress (3): 442/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 00:02:34 Progress (3): 446/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 00:02:34 Progress (3): 450/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 00:02:34 Progress (3): 450/557 kB | 25 kB | 26/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 26/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 29/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 31/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 34/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 37/42 kB error 03-Jan-2023 00:02:34 Progress (3): 452/557 kB | 25 kB | 40/42 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 3.4/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 6.2/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 9.0/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 12/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 15/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 17/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 20/60 kB error 03-Jan-2023 00:02:34 Progress (4): 452/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 456/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 460/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 464/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 468/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 472/557 kB | 25 kB | 40/42 kB | 23/60 kB error 03-Jan-2023 00:02:34 Progress (4): 472/557 kB | 25 kB | 40/42 kB | 26/60 kB error 03-Jan-2023 00:02:34 Progress (4): 472/557 kB | 25 kB | 42 kB | 26/60 kB error 03-Jan-2023 00:02:34 Progress (4): 472/557 kB | 25 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:02:34 Progress (4): 477/557 kB | 25 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:02:34 Progress (4): 481/557 kB | 25 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:02:34 Progress (4): 485/557 kB | 25 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:02:34 Progress (4): 485/557 kB | 25 kB | 42 kB | 31/60 kB error 03-Jan-2023 00:02:34 Progress (4): 487/557 kB | 25 kB | 42 kB | 31/60 kB error 03-Jan-2023 00:02:34 Progress (4): 491/557 kB | 25 kB | 42 kB | 31/60 kB error 03-Jan-2023 00:02:34 Progress (4): 491/557 kB | 25 kB | 42 kB | 34/60 kB error 03-Jan-2023 00:02:34 Progress (4): 491/557 kB | 25 kB | 42 kB | 37/60 kB error 03-Jan-2023 00:02:34 Progress (4): 491/557 kB | 25 kB | 42 kB | 40/60 kB error 03-Jan-2023 00:02:34 Progress (4): 491/557 kB | 25 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:02:34 Progress (4): 495/557 kB | 25 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:02:34 Progress (4): 499/557 kB | 25 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:02:34 Progress (4): 503/557 kB | 25 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:02:34 Progress (4): 503/557 kB | 25 kB | 42 kB | 45/60 kB error 03-Jan-2023 00:02:34 Progress (4): 503/557 kB | 25 kB | 42 kB | 48/60 kB error 03-Jan-2023 00:02:34 Progress (4): 503/557 kB | 25 kB | 42 kB | 51/60 kB error 03-Jan-2023 00:02:34 Progress (4): 507/557 kB | 25 kB | 42 kB | 51/60 kB error 03-Jan-2023 00:02:34 Progress (4): 511/557 kB | 25 kB | 42 kB | 51/60 kB error 03-Jan-2023 00:02:34 Progress (4): 511/557 kB | 25 kB | 42 kB | 54/60 kB error 03-Jan-2023 00:02:34 Progress (4): 515/557 kB | 25 kB | 42 kB | 54/60 kB error 03-Jan-2023 00:02:34 Progress (4): 520/557 kB | 25 kB | 42 kB | 54/60 kB error 03-Jan-2023 00:02:34 Progress (4): 520/557 kB | 25 kB | 42 kB | 57/60 kB error 03-Jan-2023 00:02:34 Progress (4): 522/557 kB | 25 kB | 42 kB | 57/60 kB error 03-Jan-2023 00:02:34 Progress (4): 522/557 kB | 25 kB | 42 kB | 59/60 kB error 03-Jan-2023 00:02:34 Progress (4): 522/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 526/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 530/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 534/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 538/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 542/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 546/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 550/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 554/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 556/557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (4): 557 kB | 25 kB | 42 kB | 60 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 12/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 14/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 17/18 kB error 03-Jan-2023 00:02:34 Progress (5): 557 kB | 25 kB | 42 kB | 60 kB | 18 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 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 00:02:34 #14 141.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.jar error 03-Jan-2023 00:02:34 #14 141.7 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 18 kB/s) error 03-Jan-2023 00:02:34 #14 141.7 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 00:02:34 #14 141.7 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 25 kB/s) error 03-Jan-2023 00:02:34 #14 141.7 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 00:02:34 #14 141.7 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 236 kB/s) error 03-Jan-2023 00:02:34 #14 141.7 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 00:02:34 #14 141.7 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 7.6 kB/s) error 03-Jan-2023 00:02:34 #14 141.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.jar error 03-Jan-2023 00:02:34 #14 141.8 Progress (1): 3.4/61 kB error 03-Jan-2023 00:02:34 Progress (1): 6.2/61 kB error 03-Jan-2023 00:02:34 Progress (1): 9.0/61 kB error 03-Jan-2023 00:02:34 Progress (1): 12/61 kB error 03-Jan-2023 00:02:34 Progress (1): 15/61 kB error 03-Jan-2023 00:02:34 Progress (1): 17/61 kB error 03-Jan-2023 00:02:34 Progress (1): 20/61 kB error 03-Jan-2023 00:02:34 Progress (1): 23/61 kB error 03-Jan-2023 00:02:34 Progress (1): 26/61 kB error 03-Jan-2023 00:02:34 Progress (1): 29/61 kB error 03-Jan-2023 00:02:34 Progress (2): 29/61 kB | 3.3/12 kB error 03-Jan-2023 00:02:34 Progress (2): 29/61 kB | 6.1/12 kB error 03-Jan-2023 00:02:34 Progress (2): 29/61 kB | 8.9/12 kB error 03-Jan-2023 00:02:34 Progress (2): 29/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 31/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 34/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 37/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 40/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 43/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 45/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 48/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 51/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 54/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 57/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 59/61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (2): 61 kB | 12 kB error 03-Jan-2023 00:02:34 Progress (3): 61 kB | 12 kB | 3.3/12 kB error 03-Jan-2023 00:02:34 Progress (3): 61 kB | 12 kB | 6.1/12 kB error 03-Jan-2023 00:02:34 Progress (3): 61 kB | 12 kB | 8.9/12 kB error 03-Jan-2023 00:02:34 Progress (3): 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:02:34 error 03-Jan-2023 00:02:34 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 4.5 kB/s) error 03-Jan-2023 00:02:34 #14 141.9 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 00:02:34 #14 141.9 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 23 kB/s) error 03-Jan-2023 00:02:34 #14 141.9 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 00:02:34 #14 142.0 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 4.4 kB/s) error 03-Jan-2023 00:02:34 #14 142.0 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 00:02:34 #14 142.0 Progress (1): 4.1/217 kB error 03-Jan-2023 00:02:34 Progress (1): 8.2/217 kB error 03-Jan-2023 00:02:34 Progress (1): 12/217 kB error 03-Jan-2023 00:02:34 Progress (1): 16/217 kB error 03-Jan-2023 00:02:34 Progress (1): 20/217 kB error 03-Jan-2023 00:02:34 Progress (1): 25/217 kB error 03-Jan-2023 00:02:34 Progress (1): 29/217 kB error 03-Jan-2023 00:02:34 Progress (1): 33/217 kB error 03-Jan-2023 00:02:34 Progress (1): 37/217 kB error 03-Jan-2023 00:02:34 Progress (1): 41/217 kB error 03-Jan-2023 00:02:34 Progress (1): 45/217 kB error 03-Jan-2023 00:02:34 Progress (1): 49/217 kB error 03-Jan-2023 00:02:34 Progress (1): 52/217 kB error 03-Jan-2023 00:02:34 Progress (1): 56/217 kB error 03-Jan-2023 00:02:34 Progress (1): 59/217 kB error 03-Jan-2023 00:02:34 Progress (1): 63/217 kB error 03-Jan-2023 00:02:34 Progress (1): 67/217 kB error 03-Jan-2023 00:02:34 Progress (1): 71/217 kB error 03-Jan-2023 00:02:34 Progress (1): 76/217 kB error 03-Jan-2023 00:02:34 Progress (1): 80/217 kB error 03-Jan-2023 00:02:34 Progress (1): 84/217 kB error 03-Jan-2023 00:02:34 Progress (1): 88/217 kB error 03-Jan-2023 00:02:34 Progress (1): 92/217 kB error 03-Jan-2023 00:02:34 Progress (1): 94/217 kB error 03-Jan-2023 00:02:34 Progress (1): 98/217 kB error 03-Jan-2023 00:02:34 Progress (1): 102/217 kB error 03-Jan-2023 00:02:34 Progress (1): 106/217 kB error 03-Jan-2023 00:02:34 Progress (1): 110/217 kB error 03-Jan-2023 00:02:34 Progress (2): 110/217 kB | 4.1/231 kB error 03-Jan-2023 00:02:34 Progress (2): 114/217 kB | 4.1/231 kB error 03-Jan-2023 00:02:34 Progress (2): 119/217 kB | 4.1/231 kB error 03-Jan-2023 00:02:34 Progress (2): 123/217 kB | 4.1/231 kB error 03-Jan-2023 00:02:34 Progress (2): 125/217 kB | 4.1/231 kB error 03-Jan-2023 00:02:34 Progress (2): 125/217 kB | 8.2/231 kB error 03-Jan-2023 00:02:34 Progress (2): 125/217 kB | 12/231 kB error 03-Jan-2023 00:02:34 Progress (2): 129/217 kB | 12/231 kB error 03-Jan-2023 00:02:34 Progress (2): 129/217 kB | 16/231 kB error 03-Jan-2023 00:02:34 Progress (2): 134/217 kB | 16/231 kB error 03-Jan-2023 00:02:34 Progress (2): 134/217 kB | 19/231 kB error 03-Jan-2023 00:02:34 Progress (2): 138/217 kB | 19/231 kB error 03-Jan-2023 00:02:34 Progress (2): 138/217 kB | 23/231 kB error 03-Jan-2023 00:02:34 Progress (2): 138/217 kB | 27/231 kB error 03-Jan-2023 00:02:34 Progress (2): 138/217 kB | 32/231 kB error 03-Jan-2023 00:02:34 Progress (2): 138/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 142/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 146/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 150/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 154/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 158/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 161/217 kB | 35/231 kB error 03-Jan-2023 00:02:34 Progress (2): 161/217 kB | 39/231 kB error 03-Jan-2023 00:02:34 Progress (2): 161/217 kB | 43/231 kB error 03-Jan-2023 00:02:34 Progress (2): 161/217 kB | 47/231 kB error 03-Jan-2023 00:02:34 Progress (2): 161/217 kB | 51/231 kB error 03-Jan-2023 00:02:34 Progress (2): 165/217 kB | 51/231 kB error 03-Jan-2023 00:02:34 Progress (2): 170/217 kB | 51/231 kB error 03-Jan-2023 00:02:34 Progress (2): 170/217 kB | 55/231 kB error 03-Jan-2023 00:02:34 Progress (2): 174/217 kB | 55/231 kB error 03-Jan-2023 00:02:34 Progress (2): 174/217 kB | 59/231 kB error 03-Jan-2023 00:02:34 Progress (2): 178/217 kB | 59/231 kB error 03-Jan-2023 00:02:34 Progress (2): 178/217 kB | 63/231 kB error 03-Jan-2023 00:02:34 Progress (2): 178/217 kB | 67/231 kB error 03-Jan-2023 00:02:34 Progress (2): 178/217 kB | 69/231 kB error 03-Jan-2023 00:02:34 Progress (2): 182/217 kB | 69/231 kB error 03-Jan-2023 00:02:34 Progress (2): 186/217 kB | 69/231 kB error 03-Jan-2023 00:02:34 Progress (2): 188/217 kB | 69/231 kB error 03-Jan-2023 00:02:34 Progress (2): 192/217 kB | 69/231 kB error 03-Jan-2023 00:02:34 Progress (2): 192/217 kB | 74/231 kB error 03-Jan-2023 00:02:34 Progress (2): 197/217 kB | 74/231 kB error 03-Jan-2023 00:02:34 Progress (2): 197/217 kB | 78/231 kB error 03-Jan-2023 00:02:34 Progress (2): 197/217 kB | 82/231 kB error 03-Jan-2023 00:02:34 Progress (2): 197/217 kB | 86/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 86/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 90/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 94/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 98/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 102/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 104/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 108/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 112/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 117/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 121/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 125/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 129/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 133/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 137/231 kB error 03-Jan-2023 00:02:34 Progress (2): 201/217 kB | 139/231 kB error 03-Jan-2023 00:02:34 Progress (2): 205/217 kB | 139/231 kB error 03-Jan-2023 00:02:34 Progress (2): 205/217 kB | 143/231 kB error 03-Jan-2023 00:02:34 Progress (2): 205/217 kB | 147/231 kB error 03-Jan-2023 00:02:34 Progress (2): 205/217 kB | 151/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 151/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 155/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 160/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 164/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 168/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 172/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 176/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 180/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 184/231 kB error 03-Jan-2023 00:02:34 Progress (2): 209/217 kB | 187/231 kB error 03-Jan-2023 00:02:34 Progress (2): 213/217 kB | 187/231 kB error 03-Jan-2023 00:02:34 Progress (2): 215/217 kB | 187/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 187/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 191/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 195/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 199/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 204/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 208/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 212/231 kB error 03-Jan-2023 00:02:34 Progress (2): 217 kB | 216/231 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 3.3/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 6.1/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 8.9/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 12/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 14/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 17/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 20/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 23/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 216/231 kB | 26/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 220/231 kB | 26/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 222/231 kB | 26/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 222/231 kB | 29/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 29/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 31/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 34/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 37/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 40/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 43/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 224/231 kB | 45/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 228/231 kB | 45/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 45/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 48/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 51/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 54/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 57/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 59/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 62/65 kB error 03-Jan-2023 00:02:34 Progress (3): 217 kB | 231 kB | 65 kB error 03-Jan-2023 00:02:35 error 03-Jan-2023 00:02:35 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 73 kB/s) error 03-Jan-2023 00:02:35 #14 142.3 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 00:02:35 #14 142.4 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 77 kB/s) error 03-Jan-2023 00:02:35 #14 142.4 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 00:02:35 #14 142.4 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 21 kB/s) error 03-Jan-2023 00:02:35 #14 142.4 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 00:02:35 #14 142.4 Progress (1): 4.1/327 kB error 03-Jan-2023 00:02:35 Progress (1): 8.2/327 kB error 03-Jan-2023 00:02:35 Progress (1): 12/327 kB error 03-Jan-2023 00:02:35 Progress (1): 16/327 kB error 03-Jan-2023 00:02:35 Progress (1): 19/327 kB error 03-Jan-2023 00:02:35 Progress (1): 23/327 kB error 03-Jan-2023 00:02:35 Progress (1): 27/327 kB error 03-Jan-2023 00:02:35 Progress (1): 31/327 kB error 03-Jan-2023 00:02:35 Progress (1): 35/327 kB error 03-Jan-2023 00:02:35 Progress (1): 39/327 kB error 03-Jan-2023 00:02:35 Progress (1): 43/327 kB error 03-Jan-2023 00:02:35 Progress (1): 47/327 kB error 03-Jan-2023 00:02:35 Progress (1): 52/327 kB error 03-Jan-2023 00:02:35 Progress (1): 54/327 kB error 03-Jan-2023 00:02:35 Progress (1): 58/327 kB error 03-Jan-2023 00:02:35 Progress (1): 62/327 kB error 03-Jan-2023 00:02:35 Progress (1): 66/327 kB error 03-Jan-2023 00:02:35 Progress (1): 70/327 kB error 03-Jan-2023 00:02:35 Progress (1): 74/327 kB error 03-Jan-2023 00:02:35 Progress (1): 78/327 kB error 03-Jan-2023 00:02:35 Progress (1): 82/327 kB error 03-Jan-2023 00:02:35 Progress (1): 86/327 kB error 03-Jan-2023 00:02:35 Progress (1): 88/327 kB error 03-Jan-2023 00:02:35 Progress (1): 92/327 kB error 03-Jan-2023 00:02:35 Progress (1): 97/327 kB error 03-Jan-2023 00:02:35 Progress (1): 101/327 kB error 03-Jan-2023 00:02:35 Progress (1): 105/327 kB error 03-Jan-2023 00:02:35 Progress (1): 109/327 kB error 03-Jan-2023 00:02:35 Progress (2): 109/327 kB | 3.3/16 kB error 03-Jan-2023 00:02:35 Progress (2): 113/327 kB | 3.3/16 kB error 03-Jan-2023 00:02:35 Progress (2): 117/327 kB | 3.3/16 kB error 03-Jan-2023 00:02:35 Progress (2): 121/327 kB | 3.3/16 kB error 03-Jan-2023 00:02:35 Progress (2): 123/327 kB | 3.3/16 kB error 03-Jan-2023 00:02:35 Progress (2): 123/327 kB | 6.1/16 kB error 03-Jan-2023 00:02:35 Progress (2): 123/327 kB | 8.9/16 kB error 03-Jan-2023 00:02:35 Progress (3): 123/327 kB | 8.9/16 kB | 3.3/17 kB error 03-Jan-2023 00:02:35 Progress (3): 123/327 kB | 8.9/16 kB | 6.1/17 kB error 03-Jan-2023 00:02:35 Progress (3): 127/327 kB | 8.9/16 kB | 6.1/17 kB error 03-Jan-2023 00:02:35 Progress (3): 131/327 kB | 8.9/16 kB | 6.1/17 kB error 03-Jan-2023 00:02:35 Progress (3): 135/327 kB | 8.9/16 kB | 6.1/17 kB error 03-Jan-2023 00:02:35 Progress (3): 135/327 kB | 8.9/16 kB | 8.9/17 kB error 03-Jan-2023 00:02:35 Progress (3): 135/327 kB | 12/16 kB | 8.9/17 kB error 03-Jan-2023 00:02:35 Progress (3): 135/327 kB | 15/16 kB | 8.9/17 kB error 03-Jan-2023 00:02:35 Progress (3): 140/327 kB | 15/16 kB | 8.9/17 kB error 03-Jan-2023 00:02:35 Progress (3): 140/327 kB | 15/16 kB | 12/17 kB error 03-Jan-2023 00:02:35 Progress (3): 140/327 kB | 15/16 kB | 14/17 kB error 03-Jan-2023 00:02:35 Progress (3): 140/327 kB | 15/16 kB | 17/17 kB error 03-Jan-2023 00:02:35 Progress (3): 144/327 kB | 15/16 kB | 17/17 kB error 03-Jan-2023 00:02:35 Progress (3): 144/327 kB | 16 kB | 17/17 kB error 03-Jan-2023 00:02:35 Progress (3): 144/327 kB | 16 kB | 17 kB error 03-Jan-2023 00:02:35 Progress (3): 148/327 kB | 16 kB | 17 kB error 03-Jan-2023 00:02:35 Progress (3): 152/327 kB | 16 kB | 17 kB error 03-Jan-2023 00:02:35 Progress (3): 156/327 kB | 16 kB | 17 kB error 03-Jan-2023 00:02:35 Progress (4): 156/327 kB | 16 kB | 17 kB | 3.3/18 kB error 03-Jan-2023 00:02:35 Progress (4): 158/327 kB | 16 kB | 17 kB | 3.3/18 kB error 03-Jan-2023 00:02:35 Progress (4): 158/327 kB | 16 kB | 17 kB | 6.1/18 kB error 03-Jan-2023 00:02:35 Progress (4): 158/327 kB | 16 kB | 17 kB | 8.9/18 kB error 03-Jan-2023 00:02:35 Progress (4): 162/327 kB | 16 kB | 17 kB | 8.9/18 kB error 03-Jan-2023 00:02:35 Progress (4): 166/327 kB | 16 kB | 17 kB | 8.9/18 kB error 03-Jan-2023 00:02:35 Progress (4): 170/327 kB | 16 kB | 17 kB | 8.9/18 kB error 03-Jan-2023 00:02:35 Progress (4): 170/327 kB | 16 kB | 17 kB | 12/18 kB error 03-Jan-2023 00:02:35 Progress (4): 170/327 kB | 16 kB | 17 kB | 14/18 kB error 03-Jan-2023 00:02:35 Progress (4): 170/327 kB | 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:02:35 Progress (4): 174/327 kB | 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:02:35 Progress (4): 179/327 kB | 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:02:35 Progress (4): 183/327 kB | 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:02:35 Progress (4): 187/327 kB | 16 kB | 17 kB | 17/18 kB error 03-Jan-2023 00:02:35 Progress (4): 187/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 191/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 193/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 197/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 201/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 205/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 209/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 213/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 217/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 222/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 224/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 228/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 232/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 237/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 241/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 245/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 249/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 253/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 257/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 259/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 263/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 267/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 271/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 276/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 280/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 284/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 287/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 291/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 295/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 299/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 303/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 307/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 311/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 314/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 318/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 322/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 327/327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 Progress (4): 327 kB | 16 kB | 17 kB | 18 kB error 03-Jan-2023 00:02:35 error 03-Jan-2023 00:02:35 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.9 kB/s) error 03-Jan-2023 00:02:35 #14 143.0 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 00:02:35 #14 143.0 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.8 kB/s) error 03-Jan-2023 00:02:35 #14 143.0 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 89 kB/s) error 03-Jan-2023 00:02:35 #14 143.0 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 00:02:35 #14 143.0 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.5 kB/s) error 03-Jan-2023 00:02:35 #14 143.0 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 00:02:35 #14 143.1 Progress (1): 4.1/772 kB error 03-Jan-2023 00:02:35 Progress (1): 8.2/772 kB error 03-Jan-2023 00:02:35 Progress (1): 12/772 kB error 03-Jan-2023 00:02:35 Progress (1): 16/772 kB error 03-Jan-2023 00:02:35 Progress (2): 16/772 kB | 3.4/37 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 3.4/37 kB | 3.3/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 6.2/37 kB | 3.3/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 9.0/37 kB | 3.3/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 12/37 kB | 3.3/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 12/37 kB | 6.1/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 12/37 kB | 8.9/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 12/37 kB | 12/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 12/37 kB | 14/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 15/37 kB | 14/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 17/37 kB | 14/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 20/37 kB | 14/36 kB error 03-Jan-2023 00:02:35 Progress (3): 16/772 kB | 20/37 kB | 17/36 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 20/37 kB | 17/36 kB | 3.3/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 20/37 kB | 20/36 kB | 3.3/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 20/37 kB | 20/36 kB | 6.1/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 23/37 kB | 20/36 kB | 6.1/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 26/37 kB | 20/36 kB | 6.1/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 26/37 kB | 23/36 kB | 6.1/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 26/37 kB | 23/36 kB | 8.9/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 26/37 kB | 26/36 kB | 8.9/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 26/37 kB | 26/36 kB | 12/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 29/37 kB | 26/36 kB | 12/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 26/36 kB | 12/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 28/36 kB | 12/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 28/36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 31/36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 34/36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 31/37 kB | 36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 34/37 kB | 36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 37 kB | 36 kB | 14/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 37 kB | 36 kB | 17/61 kB error 03-Jan-2023 00:02:35 Progress (4): 16/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 20/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 25/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 29/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 33/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 37/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 41/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 45/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 49/772 kB | 37 kB | 36 kB | 20/61 kB error 03-Jan-2023 00:02:35 Progress (4): 49/772 kB | 37 kB | 36 kB | 23/61 kB error 03-Jan-2023 00:02:35 Progress (4): 49/772 kB | 37 kB | 36 kB | 26/61 kB error 03-Jan-2023 00:02:35 Progress (4): 49/772 kB | 37 kB | 36 kB | 28/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 28/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 31/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 34/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 37/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 40/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 42/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 45/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 48/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 51/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 54/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 56/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 59/61 kB error 03-Jan-2023 00:02:35 Progress (4): 52/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:35 Progress (4): 56/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:35 Progress (4): 60/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:35 Progress (4): 64/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:35 Progress (4): 68/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:35 Progress (4): 72/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (4): 76/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (4): 80/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (4): 84/772 kB | 37 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 error 03-Jan-2023 00:02:36 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 9.3 kB/s) error 03-Jan-2023 00:02:36 #14 143.3 Progress (3): 86/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 91/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 95/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 99/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 103/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 107/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 111/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 115/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 119/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 Progress (3): 121/772 kB | 36 kB | 61 kB error 03-Jan-2023 00:02:36 error 03-Jan-2023 00:02:36 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 9.0 kB/s) error 03-Jan-2023 00:02:36 #14 143.4 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 15 kB/s) error 03-Jan-2023 00:02:36 #14 143.4 Progress (1): 125/772 kB error 03-Jan-2023 00:02:36 Progress (1): 129/772 kB error 03-Jan-2023 00:02:36 Progress (1): 134/772 kB error 03-Jan-2023 00:02:36 Progress (1): 138/772 kB error 03-Jan-2023 00:02:36 Progress (1): 142/772 kB error 03-Jan-2023 00:02:36 Progress (1): 146/772 kB error 03-Jan-2023 00:02:36 Progress (1): 150/772 kB error 03-Jan-2023 00:02:36 Progress (1): 154/772 kB error 03-Jan-2023 00:02:36 Progress (1): 156/772 kB error 03-Jan-2023 00:02:36 Progress (1): 160/772 kB error 03-Jan-2023 00:02:36 Progress (1): 164/772 kB error 03-Jan-2023 00:02:36 Progress (1): 168/772 kB error 03-Jan-2023 00:02:36 Progress (1): 172/772 kB error 03-Jan-2023 00:02:36 Progress (1): 177/772 kB error 03-Jan-2023 00:02:36 Progress (1): 181/772 kB error 03-Jan-2023 00:02:36 Progress (1): 185/772 kB error 03-Jan-2023 00:02:36 Progress (1): 189/772 kB error 03-Jan-2023 00:02:36 Progress (1): 191/772 kB error 03-Jan-2023 00:02:36 Progress (1): 195/772 kB error 03-Jan-2023 00:02:36 Progress (1): 199/772 kB error 03-Jan-2023 00:02:36 Progress (1): 203/772 kB error 03-Jan-2023 00:02:36 Progress (1): 207/772 kB error 03-Jan-2023 00:02:36 Progress (1): 211/772 kB error 03-Jan-2023 00:02:36 Progress (1): 215/772 kB error 03-Jan-2023 00:02:36 Progress (1): 220/772 kB error 03-Jan-2023 00:02:36 Progress (1): 224/772 kB error 03-Jan-2023 00:02:36 Progress (1): 226/772 kB error 03-Jan-2023 00:02:36 Progress (1): 230/772 kB error 03-Jan-2023 00:02:36 Progress (1): 234/772 kB error 03-Jan-2023 00:02:36 Progress (1): 238/772 kB error 03-Jan-2023 00:02:36 Progress (1): 242/772 kB error 03-Jan-2023 00:02:36 Progress (1): 246/772 kB error 03-Jan-2023 00:02:36 Progress (1): 250/772 kB error 03-Jan-2023 00:02:36 Progress (1): 254/772 kB error 03-Jan-2023 00:02:36 Progress (1): 258/772 kB error 03-Jan-2023 00:02:36 Progress (1): 261/772 kB error 03-Jan-2023 00:02:36 Progress (1): 265/772 kB error 03-Jan-2023 00:02:36 Progress (1): 269/772 kB error 03-Jan-2023 00:02:36 Progress (1): 273/772 kB error 03-Jan-2023 00:02:36 Progress (1): 277/772 kB error 03-Jan-2023 00:02:36 Progress (1): 281/772 kB error 03-Jan-2023 00:02:36 Progress (1): 285/772 kB error 03-Jan-2023 00:02:36 Progress (1): 289/772 kB error 03-Jan-2023 00:02:36 Progress (1): 293/772 kB error 03-Jan-2023 00:02:36 Progress (1): 295/772 kB error 03-Jan-2023 00:02:36 Progress (1): 299/772 kB error 03-Jan-2023 00:02:36 Progress (1): 304/772 kB error 03-Jan-2023 00:02:36 Progress (1): 308/772 kB error 03-Jan-2023 00:02:36 Progress (1): 312/772 kB error 03-Jan-2023 00:02:36 Progress (1): 316/772 kB error 03-Jan-2023 00:02:36 Progress (1): 320/772 kB error 03-Jan-2023 00:02:36 Progress (1): 324/772 kB error 03-Jan-2023 00:02:36 Progress (1): 328/772 kB error 03-Jan-2023 00:02:36 Progress (1): 330/772 kB error 03-Jan-2023 00:02:36 Progress (1): 334/772 kB error 03-Jan-2023 00:02:36 Progress (1): 338/772 kB error 03-Jan-2023 00:02:36 Progress (1): 342/772 kB error 03-Jan-2023 00:02:36 Progress (1): 347/772 kB error 03-Jan-2023 00:02:36 Progress (1): 351/772 kB error 03-Jan-2023 00:02:36 Progress (1): 355/772 kB error 03-Jan-2023 00:02:36 Progress (1): 359/772 kB error 03-Jan-2023 00:02:36 Progress (1): 363/772 kB error 03-Jan-2023 00:02:36 Progress (1): 365/772 kB error 03-Jan-2023 00:02:36 Progress (1): 369/772 kB error 03-Jan-2023 00:02:36 Progress (1): 373/772 kB error 03-Jan-2023 00:02:36 Progress (1): 377/772 kB error 03-Jan-2023 00:02:36 Progress (1): 381/772 kB error 03-Jan-2023 00:02:36 Progress (1): 385/772 kB error 03-Jan-2023 00:02:36 Progress (1): 390/772 kB error 03-Jan-2023 00:02:36 Progress (1): 394/772 kB error 03-Jan-2023 00:02:36 Progress (1): 398/772 kB error 03-Jan-2023 00:02:36 Progress (1): 400/772 kB error 03-Jan-2023 00:02:36 Progress (1): 404/772 kB error 03-Jan-2023 00:02:36 Progress (1): 408/772 kB error 03-Jan-2023 00:02:36 Progress (1): 412/772 kB error 03-Jan-2023 00:02:36 Progress (1): 416/772 kB error 03-Jan-2023 00:02:36 Progress (1): 420/772 kB error 03-Jan-2023 00:02:36 Progress (1): 424/772 kB error 03-Jan-2023 00:02:36 Progress (1): 428/772 kB error 03-Jan-2023 00:02:36 Progress (1): 433/772 kB error 03-Jan-2023 00:02:36 Progress (1): 435/772 kB error 03-Jan-2023 00:02:36 Progress (1): 439/772 kB error 03-Jan-2023 00:02:36 Progress (1): 443/772 kB error 03-Jan-2023 00:02:36 Progress (1): 447/772 kB error 03-Jan-2023 00:02:36 Progress (1): 451/772 kB error 03-Jan-2023 00:02:36 Progress (1): 455/772 kB error 03-Jan-2023 00:02:36 Progress (1): 459/772 kB error 03-Jan-2023 00:02:36 Progress (1): 463/772 kB error 03-Jan-2023 00:02:36 Progress (1): 467/772 kB error 03-Jan-2023 00:02:36 Progress (1): 469/772 kB error 03-Jan-2023 00:02:36 Progress (1): 474/772 kB error 03-Jan-2023 00:02:36 Progress (1): 478/772 kB error 03-Jan-2023 00:02:36 Progress (1): 482/772 kB error 03-Jan-2023 00:02:36 Progress (1): 486/772 kB error 03-Jan-2023 00:02:36 Progress (1): 490/772 kB error 03-Jan-2023 00:02:36 Progress (1): 494/772 kB error 03-Jan-2023 00:02:36 Progress (1): 498/772 kB error 03-Jan-2023 00:02:36 Progress (1): 502/772 kB error 03-Jan-2023 00:02:36 Progress (1): 504/772 kB error 03-Jan-2023 00:02:36 Progress (1): 508/772 kB error 03-Jan-2023 00:02:36 Progress (1): 512/772 kB error 03-Jan-2023 00:02:36 Progress (1): 517/772 kB error 03-Jan-2023 00:02:36 Progress (1): 521/772 kB error 03-Jan-2023 00:02:36 Progress (1): 525/772 kB error 03-Jan-2023 00:02:36 Progress (1): 529/772 kB error 03-Jan-2023 00:02:36 Progress (1): 533/772 kB error 03-Jan-2023 00:02:36 Progress (1): 537/772 kB error 03-Jan-2023 00:02:36 Progress (1): 539/772 kB error 03-Jan-2023 00:02:36 Progress (1): 543/772 kB error 03-Jan-2023 00:02:36 Progress (1): 547/772 kB error 03-Jan-2023 00:02:36 Progress (1): 551/772 kB error 03-Jan-2023 00:02:36 Progress (1): 555/772 kB error 03-Jan-2023 00:02:36 Progress (1): 560/772 kB error 03-Jan-2023 00:02:36 Progress (1): 564/772 kB error 03-Jan-2023 00:02:36 Progress (1): 568/772 kB error 03-Jan-2023 00:02:36 Progress (1): 572/772 kB error 03-Jan-2023 00:02:36 Progress (1): 574/772 kB error 03-Jan-2023 00:02:36 Progress (1): 578/772 kB error 03-Jan-2023 00:02:36 Progress (1): 582/772 kB error 03-Jan-2023 00:02:36 Progress (1): 586/772 kB error 03-Jan-2023 00:02:36 Progress (1): 590/772 kB error 03-Jan-2023 00:02:36 Progress (1): 594/772 kB error 03-Jan-2023 00:02:36 Progress (1): 598/772 kB error 03-Jan-2023 00:02:36 Progress (1): 603/772 kB error 03-Jan-2023 00:02:36 Progress (1): 607/772 kB error 03-Jan-2023 00:02:36 Progress (1): 609/772 kB error 03-Jan-2023 00:02:36 Progress (1): 613/772 kB error 03-Jan-2023 00:02:36 Progress (1): 617/772 kB error 03-Jan-2023 00:02:36 Progress (1): 621/772 kB error 03-Jan-2023 00:02:36 Progress (1): 625/772 kB error 03-Jan-2023 00:02:36 Progress (1): 629/772 kB error 03-Jan-2023 00:02:36 Progress (1): 633/772 kB error 03-Jan-2023 00:02:36 Progress (1): 637/772 kB error 03-Jan-2023 00:02:36 Progress (1): 641/772 kB error 03-Jan-2023 00:02:36 Progress (1): 644/772 kB error 03-Jan-2023 00:02:36 Progress (1): 648/772 kB error 03-Jan-2023 00:02:36 Progress (1): 652/772 kB error 03-Jan-2023 00:02:36 Progress (1): 656/772 kB error 03-Jan-2023 00:02:36 Progress (1): 660/772 kB error 03-Jan-2023 00:02:36 Progress (1): 664/772 kB error 03-Jan-2023 00:02:36 Progress (1): 668/772 kB error 03-Jan-2023 00:02:36 Progress (1): 672/772 kB error 03-Jan-2023 00:02:36 Progress (1): 676/772 kB error 03-Jan-2023 00:02:36 Progress (1): 678/772 kB error 03-Jan-2023 00:02:36 Progress (1): 682/772 kB error 03-Jan-2023 00:02:36 Progress (1): 687/772 kB error 03-Jan-2023 00:02:36 Progress (1): 691/772 kB error 03-Jan-2023 00:02:36 Progress (1): 695/772 kB error 03-Jan-2023 00:02:36 Progress (1): 699/772 kB error 03-Jan-2023 00:02:36 Progress (1): 703/772 kB error 03-Jan-2023 00:02:36 Progress (1): 707/772 kB error 03-Jan-2023 00:02:36 Progress (1): 711/772 kB error 03-Jan-2023 00:02:36 Progress (1): 713/772 kB error 03-Jan-2023 00:02:36 Progress (1): 717/772 kB error 03-Jan-2023 00:02:36 Progress (1): 721/772 kB error 03-Jan-2023 00:02:36 Progress (1): 725/772 kB error 03-Jan-2023 00:02:36 Progress (1): 730/772 kB error 03-Jan-2023 00:02:36 Progress (1): 734/772 kB error 03-Jan-2023 00:02:36 Progress (1): 738/772 kB error 03-Jan-2023 00:02:36 Progress (1): 742/772 kB error 03-Jan-2023 00:02:36 Progress (1): 746/772 kB error 03-Jan-2023 00:02:36 Progress (1): 748/772 kB error 03-Jan-2023 00:02:36 Progress (1): 752/772 kB error 03-Jan-2023 00:02:36 Progress (1): 756/772 kB error 03-Jan-2023 00:02:36 Progress (1): 760/772 kB error 03-Jan-2023 00:02:36 Progress (1): 764/772 kB error 03-Jan-2023 00:02:36 Progress (1): 768/772 kB error 03-Jan-2023 00:02:36 Progress (1): 772 kB error 03-Jan-2023 00:02:36 error 03-Jan-2023 00:02:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 167 kB/s) error 03-Jan-2023 00:02:39 #14 147.1 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:02:39 #14 147.2 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 00:02:40 #14 147.4 Progress (1): 3.3/13 kB error 03-Jan-2023 00:02:40 Progress (1): 6.1/13 kB error 03-Jan-2023 00:02:40 Progress (1): 8.9/13 kB error 03-Jan-2023 00:02:40 Progress (1): 12/13 kB error 03-Jan-2023 00:02:40 Progress (1): 13 kB error 03-Jan-2023 00:02:40 error 03-Jan-2023 00:02:40 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 43 kB/s) error 03-Jan-2023 00:02:40 #14 147.7 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 00:02:40 #14 148.0 Progress (1): 0.3/79 MB error 03-Jan-2023 00:02:40 Progress (1): 0.5/79 MB error 03-Jan-2023 00:02:40 Progress (1): 0.8/79 MB error 03-Jan-2023 00:02:40 Progress (1): 1.1/79 MB error 03-Jan-2023 00:02:40 Progress (1): 1.3/79 MB error 03-Jan-2023 00:02:40 Progress (1): 1.6/79 MB error 03-Jan-2023 00:02:40 Progress (1): 1.9/79 MB error 03-Jan-2023 00:02:40 Progress (1): 2.1/79 MB error 03-Jan-2023 00:02:41 Progress (1): 2.4/79 MB error 03-Jan-2023 00:02:41 Progress (1): 2.7/79 MB error 03-Jan-2023 00:02:41 Progress (1): 2.9/79 MB error 03-Jan-2023 00:02:41 Progress (1): 3.2/79 MB error 03-Jan-2023 00:02:41 Progress (1): 3.4/79 MB error 03-Jan-2023 00:02:41 Progress (1): 3.7/79 MB error 03-Jan-2023 00:02:41 Progress (1): 4.0/79 MB error 03-Jan-2023 00:02:41 Progress (1): 4.2/79 MB error 03-Jan-2023 00:02:41 Progress (1): 4.5/79 MB error 03-Jan-2023 00:02:41 Progress (1): 4.8/79 MB error 03-Jan-2023 00:02:41 Progress (1): 5.0/79 MB error 03-Jan-2023 00:02:41 Progress (1): 5.3/79 MB error 03-Jan-2023 00:02:41 Progress (1): 5.5/79 MB error 03-Jan-2023 00:02:41 Progress (1): 5.8/79 MB error 03-Jan-2023 00:02:41 Progress (1): 6.1/79 MB error 03-Jan-2023 00:02:41 Progress (1): 6.3/79 MB error 03-Jan-2023 00:02:41 Progress (1): 6.6/79 MB error 03-Jan-2023 00:02:41 Progress (1): 6.8/79 MB error 03-Jan-2023 00:02:41 Progress (1): 7.1/79 MB error 03-Jan-2023 00:02:41 Progress (1): 7.4/79 MB error 03-Jan-2023 00:02:41 Progress (1): 7.6/79 MB error 03-Jan-2023 00:02:41 Progress (1): 7.9/79 MB error 03-Jan-2023 00:02:41 Progress (1): 8.2/79 MB error 03-Jan-2023 00:02:41 Progress (1): 8.4/79 MB error 03-Jan-2023 00:02:41 Progress (1): 8.7/79 MB error 03-Jan-2023 00:02:41 Progress (1): 8.9/79 MB error 03-Jan-2023 00:02:41 Progress (1): 9.2/79 MB error 03-Jan-2023 00:02:41 Progress (1): 9.5/79 MB error 03-Jan-2023 00:02:41 Progress (1): 9.7/79 MB error 03-Jan-2023 00:02:41 Progress (1): 10.0/79 MB error 03-Jan-2023 00:02:41 Progress (1): 10/79 MB error 03-Jan-2023 00:02:41 Progress (1): 11/79 MB error 03-Jan-2023 00:02:42 Progress (1): 11/79 MB error 03-Jan-2023 00:02:42 Progress (1): 11/79 MB error 03-Jan-2023 00:02:42 Progress (1): 11/79 MB error 03-Jan-2023 00:02:42 Progress (1): 12/79 MB error 03-Jan-2023 00:02:42 Progress (1): 12/79 MB error 03-Jan-2023 00:02:42 Progress (1): 12/79 MB error 03-Jan-2023 00:02:42 Progress (1): 12/79 MB error 03-Jan-2023 00:02:42 Progress (1): 13/79 MB error 03-Jan-2023 00:02:42 Progress (1): 13/79 MB error 03-Jan-2023 00:02:42 Progress (1): 13/79 MB error 03-Jan-2023 00:02:42 Progress (1): 13/79 MB error 03-Jan-2023 00:02:42 Progress (1): 14/79 MB error 03-Jan-2023 00:02:42 Progress (1): 14/79 MB error 03-Jan-2023 00:02:42 Progress (1): 14/79 MB error 03-Jan-2023 00:02:42 Progress (1): 14/79 MB error 03-Jan-2023 00:02:42 Progress (1): 15/79 MB error 03-Jan-2023 00:02:42 Progress (1): 15/79 MB error 03-Jan-2023 00:02:42 Progress (1): 15/79 MB error 03-Jan-2023 00:02:42 Progress (1): 15/79 MB error 03-Jan-2023 00:02:42 Progress (1): 16/79 MB error 03-Jan-2023 00:02:42 Progress (1): 16/79 MB error 03-Jan-2023 00:02:42 Progress (1): 16/79 MB error 03-Jan-2023 00:02:42 Progress (1): 17/79 MB error 03-Jan-2023 00:02:42 Progress (1): 17/79 MB error 03-Jan-2023 00:02:42 Progress (1): 17/79 MB error 03-Jan-2023 00:02:42 Progress (1): 17/79 MB error 03-Jan-2023 00:02:42 Progress (1): 18/79 MB error 03-Jan-2023 00:02:42 Progress (1): 18/79 MB error 03-Jan-2023 00:02:42 Progress (1): 18/79 MB error 03-Jan-2023 00:02:42 Progress (1): 18/79 MB error 03-Jan-2023 00:02:42 Progress (1): 19/79 MB error 03-Jan-2023 00:02:42 Progress (1): 19/79 MB error 03-Jan-2023 00:02:42 Progress (1): 19/79 MB error 03-Jan-2023 00:02:42 Progress (1): 19/79 MB error 03-Jan-2023 00:02:42 Progress (1): 20/79 MB error 03-Jan-2023 00:02:42 Progress (1): 20/79 MB error 03-Jan-2023 00:02:42 Progress (1): 20/79 MB error 03-Jan-2023 00:02:43 Progress (1): 20/79 MB error 03-Jan-2023 00:02:43 Progress (1): 21/79 MB error 03-Jan-2023 00:02:43 Progress (1): 21/79 MB error 03-Jan-2023 00:02:43 Progress (1): 21/79 MB error 03-Jan-2023 00:02:43 Progress (1): 22/79 MB error 03-Jan-2023 00:02:43 Progress (1): 22/79 MB error 03-Jan-2023 00:02:43 Progress (1): 22/79 MB error 03-Jan-2023 00:02:43 Progress (1): 22/79 MB error 03-Jan-2023 00:02:43 Progress (1): 23/79 MB error 03-Jan-2023 00:02:43 Progress (1): 23/79 MB error 03-Jan-2023 00:02:43 Progress (1): 23/79 MB error 03-Jan-2023 00:02:43 Progress (1): 23/79 MB error 03-Jan-2023 00:02:43 Progress (1): 24/79 MB error 03-Jan-2023 00:02:43 Progress (1): 24/79 MB error 03-Jan-2023 00:02:43 Progress (1): 24/79 MB error 03-Jan-2023 00:02:43 Progress (1): 24/79 MB error 03-Jan-2023 00:02:43 Progress (1): 25/79 MB error 03-Jan-2023 00:02:43 Progress (1): 25/79 MB error 03-Jan-2023 00:02:43 Progress (1): 25/79 MB error 03-Jan-2023 00:02:43 Progress (1): 25/79 MB error 03-Jan-2023 00:02:43 Progress (1): 26/79 MB error 03-Jan-2023 00:02:43 Progress (1): 26/79 MB error 03-Jan-2023 00:02:43 Progress (1): 26/79 MB error 03-Jan-2023 00:02:43 Progress (1): 27/79 MB error 03-Jan-2023 00:02:43 Progress (1): 27/79 MB error 03-Jan-2023 00:02:43 Progress (1): 27/79 MB error 03-Jan-2023 00:02:43 Progress (1): 27/79 MB error 03-Jan-2023 00:02:43 Progress (1): 28/79 MB error 03-Jan-2023 00:02:43 Progress (1): 28/79 MB error 03-Jan-2023 00:02:43 Progress (1): 28/79 MB error 03-Jan-2023 00:02:43 Progress (1): 28/79 MB error 03-Jan-2023 00:02:43 Progress (1): 29/79 MB error 03-Jan-2023 00:02:43 Progress (1): 29/79 MB error 03-Jan-2023 00:02:43 Progress (1): 29/79 MB error 03-Jan-2023 00:02:43 Progress (1): 29/79 MB error 03-Jan-2023 00:02:43 Progress (1): 30/79 MB error 03-Jan-2023 00:02:43 Progress (1): 30/79 MB error 03-Jan-2023 00:02:43 Progress (1): 30/79 MB error 03-Jan-2023 00:02:44 Progress (1): 30/79 MB error 03-Jan-2023 00:02:44 Progress (1): 31/79 MB error 03-Jan-2023 00:02:44 Progress (1): 31/79 MB error 03-Jan-2023 00:02:44 Progress (1): 31/79 MB error 03-Jan-2023 00:02:44 Progress (1): 31/79 MB error 03-Jan-2023 00:02:44 Progress (1): 32/79 MB error 03-Jan-2023 00:02:44 Progress (1): 32/79 MB error 03-Jan-2023 00:02:44 Progress (1): 32/79 MB error 03-Jan-2023 00:02:44 Progress (1): 33/79 MB error 03-Jan-2023 00:02:44 Progress (1): 33/79 MB error 03-Jan-2023 00:02:44 Progress (1): 33/79 MB error 03-Jan-2023 00:02:44 Progress (1): 33/79 MB error 03-Jan-2023 00:02:44 Progress (1): 34/79 MB error 03-Jan-2023 00:02:44 Progress (1): 34/79 MB error 03-Jan-2023 00:02:44 Progress (1): 34/79 MB error 03-Jan-2023 00:02:44 Progress (1): 34/79 MB error 03-Jan-2023 00:02:44 Progress (1): 35/79 MB error 03-Jan-2023 00:02:44 Progress (1): 35/79 MB error 03-Jan-2023 00:02:44 Progress (1): 35/79 MB error 03-Jan-2023 00:02:44 Progress (1): 35/79 MB error 03-Jan-2023 00:02:44 Progress (1): 36/79 MB error 03-Jan-2023 00:02:44 Progress (1): 36/79 MB error 03-Jan-2023 00:02:44 Progress (1): 36/79 MB error 03-Jan-2023 00:02:44 Progress (1): 36/79 MB error 03-Jan-2023 00:02:44 Progress (1): 37/79 MB error 03-Jan-2023 00:02:44 Progress (1): 37/79 MB error 03-Jan-2023 00:02:44 Progress (1): 37/79 MB error 03-Jan-2023 00:02:44 Progress (1): 38/79 MB error 03-Jan-2023 00:02:44 Progress (1): 38/79 MB error 03-Jan-2023 00:02:44 Progress (1): 38/79 MB error 03-Jan-2023 00:02:44 Progress (1): 38/79 MB error 03-Jan-2023 00:02:44 Progress (1): 39/79 MB error 03-Jan-2023 00:02:44 Progress (1): 39/79 MB error 03-Jan-2023 00:02:44 Progress (1): 39/79 MB error 03-Jan-2023 00:02:44 Progress (1): 39/79 MB error 03-Jan-2023 00:02:44 Progress (1): 40/79 MB error 03-Jan-2023 00:02:44 Progress (1): 40/79 MB error 03-Jan-2023 00:02:44 Progress (1): 40/79 MB error 03-Jan-2023 00:02:44 Progress (1): 40/79 MB error 03-Jan-2023 00:02:44 Progress (1): 41/79 MB error 03-Jan-2023 00:02:44 Progress (1): 41/79 MB error 03-Jan-2023 00:02:44 Progress (1): 41/79 MB error 03-Jan-2023 00:02:44 Progress (1): 41/79 MB error 03-Jan-2023 00:02:44 Progress (1): 42/79 MB error 03-Jan-2023 00:02:44 Progress (1): 42/79 MB error 03-Jan-2023 00:02:45 Progress (1): 42/79 MB error 03-Jan-2023 00:02:45 Progress (1): 42/79 MB error 03-Jan-2023 00:02:45 Progress (1): 43/79 MB error 03-Jan-2023 00:02:45 Progress (1): 43/79 MB error 03-Jan-2023 00:02:45 Progress (1): 43/79 MB error 03-Jan-2023 00:02:45 Progress (1): 44/79 MB error 03-Jan-2023 00:02:45 Progress (1): 44/79 MB error 03-Jan-2023 00:02:45 Progress (1): 44/79 MB error 03-Jan-2023 00:02:45 Progress (1): 44/79 MB error 03-Jan-2023 00:02:45 Progress (1): 45/79 MB error 03-Jan-2023 00:02:45 Progress (1): 45/79 MB error 03-Jan-2023 00:02:45 Progress (1): 45/79 MB error 03-Jan-2023 00:02:45 Progress (1): 45/79 MB error 03-Jan-2023 00:02:45 Progress (1): 46/79 MB error 03-Jan-2023 00:02:45 Progress (1): 46/79 MB error 03-Jan-2023 00:02:45 Progress (1): 46/79 MB error 03-Jan-2023 00:02:45 Progress (1): 46/79 MB error 03-Jan-2023 00:02:45 Progress (1): 47/79 MB error 03-Jan-2023 00:02:45 Progress (1): 47/79 MB error 03-Jan-2023 00:02:45 Progress (1): 47/79 MB error 03-Jan-2023 00:02:45 Progress (1): 47/79 MB error 03-Jan-2023 00:02:45 Progress (1): 48/79 MB error 03-Jan-2023 00:02:45 Progress (1): 48/79 MB error 03-Jan-2023 00:02:45 Progress (1): 48/79 MB error 03-Jan-2023 00:02:45 Progress (1): 49/79 MB error 03-Jan-2023 00:02:45 Progress (1): 49/79 MB error 03-Jan-2023 00:02:45 Progress (1): 49/79 MB error 03-Jan-2023 00:02:45 Progress (1): 49/79 MB error 03-Jan-2023 00:02:45 Progress (1): 50/79 MB error 03-Jan-2023 00:02:45 Progress (1): 50/79 MB error 03-Jan-2023 00:02:45 Progress (1): 50/79 MB error 03-Jan-2023 00:02:45 Progress (1): 50/79 MB error 03-Jan-2023 00:02:45 Progress (1): 51/79 MB error 03-Jan-2023 00:02:45 Progress (1): 51/79 MB error 03-Jan-2023 00:02:45 Progress (1): 51/79 MB error 03-Jan-2023 00:02:45 Progress (1): 51/79 MB error 03-Jan-2023 00:02:45 Progress (1): 52/79 MB error 03-Jan-2023 00:02:45 Progress (1): 52/79 MB error 03-Jan-2023 00:02:45 Progress (1): 52/79 MB error 03-Jan-2023 00:02:45 Progress (1): 52/79 MB error 03-Jan-2023 00:02:45 Progress (1): 53/79 MB error 03-Jan-2023 00:02:45 Progress (1): 53/79 MB error 03-Jan-2023 00:02:45 Progress (1): 53/79 MB error 03-Jan-2023 00:02:45 Progress (1): 54/79 MB error 03-Jan-2023 00:02:45 Progress (1): 54/79 MB error 03-Jan-2023 00:02:46 Progress (1): 54/79 MB error 03-Jan-2023 00:02:46 Progress (1): 54/79 MB error 03-Jan-2023 00:02:46 Progress (1): 55/79 MB error 03-Jan-2023 00:02:46 Progress (1): 55/79 MB error 03-Jan-2023 00:02:46 Progress (1): 55/79 MB error 03-Jan-2023 00:02:46 Progress (1): 55/79 MB error 03-Jan-2023 00:02:46 Progress (1): 56/79 MB error 03-Jan-2023 00:02:46 Progress (1): 56/79 MB error 03-Jan-2023 00:02:46 Progress (1): 56/79 MB error 03-Jan-2023 00:02:46 Progress (1): 56/79 MB error 03-Jan-2023 00:02:46 Progress (1): 57/79 MB error 03-Jan-2023 00:02:46 Progress (1): 57/79 MB error 03-Jan-2023 00:02:46 Progress (1): 57/79 MB error 03-Jan-2023 00:02:46 Progress (1): 57/79 MB error 03-Jan-2023 00:02:46 Progress (1): 58/79 MB error 03-Jan-2023 00:02:46 Progress (1): 58/79 MB error 03-Jan-2023 00:02:46 Progress (1): 58/79 MB error 03-Jan-2023 00:02:46 Progress (1): 58/79 MB error 03-Jan-2023 00:02:46 Progress (1): 59/79 MB error 03-Jan-2023 00:02:46 Progress (1): 59/79 MB error 03-Jan-2023 00:02:46 Progress (1): 59/79 MB error 03-Jan-2023 00:02:46 Progress (1): 60/79 MB error 03-Jan-2023 00:02:46 Progress (1): 60/79 MB error 03-Jan-2023 00:02:46 Progress (1): 60/79 MB error 03-Jan-2023 00:02:46 Progress (1): 60/79 MB error 03-Jan-2023 00:02:46 Progress (1): 61/79 MB error 03-Jan-2023 00:02:46 Progress (1): 61/79 MB error 03-Jan-2023 00:02:46 Progress (1): 61/79 MB error 03-Jan-2023 00:02:46 Progress (1): 61/79 MB error 03-Jan-2023 00:02:46 Progress (1): 62/79 MB error 03-Jan-2023 00:02:46 Progress (1): 62/79 MB error 03-Jan-2023 00:02:46 Progress (1): 62/79 MB error 03-Jan-2023 00:02:46 Progress (1): 62/79 MB error 03-Jan-2023 00:02:46 Progress (1): 63/79 MB error 03-Jan-2023 00:02:46 Progress (1): 63/79 MB error 03-Jan-2023 00:02:46 Progress (1): 63/79 MB error 03-Jan-2023 00:02:46 Progress (1): 63/79 MB error 03-Jan-2023 00:02:46 Progress (1): 64/79 MB error 03-Jan-2023 00:02:46 Progress (1): 64/79 MB error 03-Jan-2023 00:02:46 Progress (1): 64/79 MB error 03-Jan-2023 00:02:46 Progress (1): 65/79 MB error 03-Jan-2023 00:02:46 Progress (1): 65/79 MB error 03-Jan-2023 00:02:46 Progress (1): 65/79 MB error 03-Jan-2023 00:02:46 Progress (1): 65/79 MB error 03-Jan-2023 00:02:47 Progress (1): 66/79 MB error 03-Jan-2023 00:02:47 Progress (1): 66/79 MB error 03-Jan-2023 00:02:47 Progress (1): 66/79 MB error 03-Jan-2023 00:02:47 Progress (1): 66/79 MB error 03-Jan-2023 00:02:47 Progress (1): 67/79 MB error 03-Jan-2023 00:02:47 Progress (1): 67/79 MB error 03-Jan-2023 00:02:47 Progress (1): 67/79 MB error 03-Jan-2023 00:02:47 Progress (1): 67/79 MB error 03-Jan-2023 00:02:47 Progress (1): 68/79 MB error 03-Jan-2023 00:02:47 Progress (1): 68/79 MB error 03-Jan-2023 00:02:47 Progress (1): 68/79 MB error 03-Jan-2023 00:02:47 Progress (1): 68/79 MB error 03-Jan-2023 00:02:47 Progress (1): 69/79 MB error 03-Jan-2023 00:02:47 Progress (1): 69/79 MB error 03-Jan-2023 00:02:47 Progress (1): 69/79 MB error 03-Jan-2023 00:02:47 Progress (1): 70/79 MB error 03-Jan-2023 00:02:47 Progress (1): 70/79 MB error 03-Jan-2023 00:02:47 Progress (1): 70/79 MB error 03-Jan-2023 00:02:47 Progress (1): 70/79 MB error 03-Jan-2023 00:02:47 Progress (1): 71/79 MB error 03-Jan-2023 00:02:47 Progress (1): 71/79 MB error 03-Jan-2023 00:02:47 Progress (1): 71/79 MB error 03-Jan-2023 00:02:47 Progress (1): 71/79 MB error 03-Jan-2023 00:02:47 Progress (1): 72/79 MB error 03-Jan-2023 00:02:47 Progress (1): 72/79 MB error 03-Jan-2023 00:02:47 Progress (1): 72/79 MB error 03-Jan-2023 00:02:47 Progress (1): 72/79 MB error 03-Jan-2023 00:02:47 Progress (1): 73/79 MB error 03-Jan-2023 00:02:47 Progress (1): 73/79 MB error 03-Jan-2023 00:02:47 Progress (1): 73/79 MB error 03-Jan-2023 00:02:47 Progress (1): 73/79 MB error 03-Jan-2023 00:02:47 Progress (1): 74/79 MB error 03-Jan-2023 00:02:47 Progress (1): 74/79 MB error 03-Jan-2023 00:02:47 Progress (1): 74/79 MB error 03-Jan-2023 00:02:47 Progress (1): 74/79 MB error 03-Jan-2023 00:02:47 Progress (1): 75/79 MB error 03-Jan-2023 00:02:47 Progress (1): 75/79 MB error 03-Jan-2023 00:02:47 Progress (1): 75/79 MB error 03-Jan-2023 00:02:47 Progress (1): 76/79 MB error 03-Jan-2023 00:02:48 Progress (1): 76/79 MB error 03-Jan-2023 00:02:48 Progress (1): 76/79 MB error 03-Jan-2023 00:02:48 Progress (1): 76/79 MB error 03-Jan-2023 00:02:48 Progress (1): 77/79 MB error 03-Jan-2023 00:02:48 Progress (1): 77/79 MB error 03-Jan-2023 00:02:48 Progress (1): 77/79 MB error 03-Jan-2023 00:02:48 Progress (1): 77/79 MB error 03-Jan-2023 00:02:48 Progress (1): 78/79 MB error 03-Jan-2023 00:02:48 Progress (1): 78/79 MB error 03-Jan-2023 00:02:48 Progress (1): 78/79 MB error 03-Jan-2023 00:02:48 Progress (1): 78/79 MB error 03-Jan-2023 00:02:48 Progress (1): 79/79 MB error 03-Jan-2023 00:02:48 Progress (1): 79/79 MB error 03-Jan-2023 00:02:48 Progress (1): 79 MB error 03-Jan-2023 00:02:48 error 03-Jan-2023 00:02:48 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.4 MB/s) error 03-Jan-2023 00:02:48 #14 156.2 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:02:49 #14 156.4 error 03-Jan-2023 00:02:49 #14 156.4 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:02:49 #14 156.4 error 03-Jan-2023 00:02:49 #14 156.4 target:/app/package/target/distro/web error 03-Jan-2023 00:02:49 #14 157.0 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:02:50 #14 157.3 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 00:02:50 #14 157.7 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:02:50 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:02:50 Progress (1): 6.9 kB error 03-Jan-2023 00:02:50 error 03-Jan-2023 00:02:50 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 10 kB/s) error 03-Jan-2023 00:02:51 #14 158.2 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 00:02:51 #14 158.3 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:02:51 Progress (1): 5.3 kB error 03-Jan-2023 00:02:51 error 03-Jan-2023 00:02:51 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 00:02:51 #14 158.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 00:02:51 #14 159.0 Progress (1): 4.1/324 kB error 03-Jan-2023 00:02:51 Progress (1): 8.2/324 kB error 03-Jan-2023 00:02:51 Progress (1): 12/324 kB error 03-Jan-2023 00:02:51 Progress (1): 16/324 kB error 03-Jan-2023 00:02:51 Progress (1): 19/324 kB error 03-Jan-2023 00:02:51 Progress (1): 23/324 kB error 03-Jan-2023 00:02:51 Progress (1): 27/324 kB error 03-Jan-2023 00:02:51 Progress (1): 31/324 kB error 03-Jan-2023 00:02:51 Progress (1): 34/324 kB error 03-Jan-2023 00:02:51 Progress (1): 38/324 kB error 03-Jan-2023 00:02:51 Progress (1): 42/324 kB error 03-Jan-2023 00:02:51 Progress (1): 46/324 kB error 03-Jan-2023 00:02:51 Progress (1): 51/324 kB error 03-Jan-2023 00:02:51 Progress (1): 53/324 kB error 03-Jan-2023 00:02:51 Progress (1): 57/324 kB error 03-Jan-2023 00:02:51 Progress (1): 62/324 kB error 03-Jan-2023 00:02:51 Progress (1): 66/324 kB error 03-Jan-2023 00:02:51 Progress (1): 70/324 kB error 03-Jan-2023 00:02:51 Progress (1): 74/324 kB error 03-Jan-2023 00:02:51 Progress (1): 78/324 kB error 03-Jan-2023 00:02:51 Progress (1): 82/324 kB error 03-Jan-2023 00:02:51 Progress (1): 86/324 kB error 03-Jan-2023 00:02:51 Progress (1): 90/324 kB error 03-Jan-2023 00:02:51 Progress (1): 94/324 kB error 03-Jan-2023 00:02:51 Progress (1): 97/324 kB error 03-Jan-2023 00:02:51 Progress (1): 101/324 kB error 03-Jan-2023 00:02:51 Progress (1): 105/324 kB error 03-Jan-2023 00:02:51 Progress (1): 109/324 kB error 03-Jan-2023 00:02:51 Progress (1): 114/324 kB error 03-Jan-2023 00:02:51 Progress (1): 116/324 kB error 03-Jan-2023 00:02:51 Progress (1): 120/324 kB error 03-Jan-2023 00:02:51 Progress (1): 125/324 kB error 03-Jan-2023 00:02:51 Progress (1): 129/324 kB error 03-Jan-2023 00:02:51 Progress (1): 133/324 kB error 03-Jan-2023 00:02:51 Progress (1): 137/324 kB error 03-Jan-2023 00:02:51 Progress (1): 141/324 kB error 03-Jan-2023 00:02:51 Progress (1): 143/324 kB error 03-Jan-2023 00:02:51 Progress (1): 147/324 kB error 03-Jan-2023 00:02:51 Progress (1): 152/324 kB error 03-Jan-2023 00:02:51 Progress (1): 156/324 kB error 03-Jan-2023 00:02:51 Progress (1): 160/324 kB error 03-Jan-2023 00:02:51 Progress (1): 164/324 kB error 03-Jan-2023 00:02:51 Progress (1): 168/324 kB error 03-Jan-2023 00:02:51 Progress (1): 172/324 kB error 03-Jan-2023 00:02:51 Progress (1): 176/324 kB error 03-Jan-2023 00:02:51 Progress (1): 180/324 kB error 03-Jan-2023 00:02:51 Progress (1): 184/324 kB error 03-Jan-2023 00:02:51 Progress (1): 188/324 kB error 03-Jan-2023 00:02:51 Progress (1): 192/324 kB error 03-Jan-2023 00:02:51 Progress (1): 197/324 kB error 03-Jan-2023 00:02:51 Progress (1): 201/324 kB error 03-Jan-2023 00:02:51 Progress (1): 205/324 kB error 03-Jan-2023 00:02:51 Progress (1): 209/324 kB error 03-Jan-2023 00:02:51 Progress (1): 213/324 kB error 03-Jan-2023 00:02:51 Progress (1): 217/324 kB error 03-Jan-2023 00:02:51 Progress (1): 221/324 kB error 03-Jan-2023 00:02:51 Progress (1): 225/324 kB error 03-Jan-2023 00:02:51 Progress (1): 229/324 kB error 03-Jan-2023 00:02:51 Progress (1): 233/324 kB error 03-Jan-2023 00:02:51 Progress (1): 237/324 kB error 03-Jan-2023 00:02:51 Progress (1): 240/324 kB error 03-Jan-2023 00:02:51 Progress (1): 244/324 kB error 03-Jan-2023 00:02:51 Progress (1): 248/324 kB error 03-Jan-2023 00:02:51 Progress (1): 251/324 kB error 03-Jan-2023 00:02:51 Progress (1): 255/324 kB error 03-Jan-2023 00:02:51 Progress (1): 260/324 kB error 03-Jan-2023 00:02:51 Progress (1): 264/324 kB error 03-Jan-2023 00:02:51 Progress (1): 268/324 kB error 03-Jan-2023 00:02:51 Progress (1): 272/324 kB error 03-Jan-2023 00:02:51 Progress (1): 276/324 kB error 03-Jan-2023 00:02:51 Progress (1): 280/324 kB error 03-Jan-2023 00:02:51 Progress (1): 284/324 kB error 03-Jan-2023 00:02:51 Progress (1): 288/324 kB error 03-Jan-2023 00:02:51 Progress (1): 292/324 kB error 03-Jan-2023 00:02:51 Progress (1): 296/324 kB error 03-Jan-2023 00:02:51 Progress (1): 300/324 kB error 03-Jan-2023 00:02:51 Progress (1): 305/324 kB error 03-Jan-2023 00:02:51 Progress (1): 309/324 kB error 03-Jan-2023 00:02:51 Progress (1): 313/324 kB error 03-Jan-2023 00:02:51 Progress (1): 317/324 kB error 03-Jan-2023 00:02:51 Progress (1): 321/324 kB error 03-Jan-2023 00:02:51 Progress (1): 324 kB error 03-Jan-2023 00:02:51 error 03-Jan-2023 00:02:52 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 540 kB/s) error 03-Jan-2023 00:02:52 #14 159.3 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:02:52 #14 159.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 00:02:52 #14 159.4 Progress (1): 3.3/7.1 kB error 03-Jan-2023 00:02:52 Progress (1): 6.1/7.1 kB error 03-Jan-2023 00:02:52 Progress (1): 7.1 kB error 03-Jan-2023 00:02:52 error 03-Jan-2023 00:02:52 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 28 kB/s) error 03-Jan-2023 00:02:52 #14 159.6 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 00:02:52 #14 159.7 Progress (1): 3.3/9.1 kB error 03-Jan-2023 00:02:52 Progress (1): 6.1/9.1 kB error 03-Jan-2023 00:02:52 Progress (1): 8.9/9.1 kB error 03-Jan-2023 00:02:52 Progress (1): 9.1 kB error 03-Jan-2023 00:02:52 error 03-Jan-2023 00:02:52 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 38 kB/s) error 03-Jan-2023 00:02:52 #14 159.8 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 00:02:52 #14 160.0 Progress (1): 3.3/15 kB error 03-Jan-2023 00:02:52 Progress (1): 6.1/15 kB error 03-Jan-2023 00:02:52 Progress (1): 8.9/15 kB error 03-Jan-2023 00:02:52 Progress (1): 12/15 kB error 03-Jan-2023 00:02:52 Progress (1): 14/15 kB error 03-Jan-2023 00:02:52 Progress (1): 15 kB error 03-Jan-2023 00:02:52 error 03-Jan-2023 00:02:52 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 65 kB/s) error 03-Jan-2023 00:02:53 #14 160.2 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 00:02:53 #14 160.6 Progress (1): 0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:02:53 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 4.0/4.0 MB error 03-Jan-2023 00:02:54 Progress (1): 4.0 MB error 03-Jan-2023 00:02:54 error 03-Jan-2023 00:02:54 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.4 MB/s) error 03-Jan-2023 00:02:54 #14 161.4 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:02:54 #14 161.4 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 00:02:54 #14 161.5 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:02:54 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:02:54 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:02:54 Progress (1): 9.5 kB error 03-Jan-2023 00:02:54 error 03-Jan-2023 00:02:54 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 00:02:54 #14 161.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 00:02:54 #14 161.8 Progress (1): 3.3/10 kB error 03-Jan-2023 00:02:54 Progress (1): 6.1/10 kB error 03-Jan-2023 00:02:54 Progress (1): 8.9/10 kB error 03-Jan-2023 00:02:54 Progress (1): 10 kB error 03-Jan-2023 00:02:54 error 03-Jan-2023 00:02:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 40 kB/s) error 03-Jan-2023 00:02:54 #14 162.0 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 00:02:54 #14 162.3 Progress (1): 0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:02:55 Progress (1): 2.4 MB error 03-Jan-2023 00:02:55 error 03-Jan-2023 00:02:55 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.9 MB/s) error 03-Jan-2023 00:02:55 #14 162.8 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:02:55 #14 162.8 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 00:02:55 #14 162.9 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:02:55 Progress (1): 4.9 kB error 03-Jan-2023 00:02:55 error 03-Jan-2023 00:02:55 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 19 kB/s) error 03-Jan-2023 00:02:55 #14 163.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 00:02:55 #14 163.2 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:02:55 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:02:55 Progress (1): 6.2 kB error 03-Jan-2023 00:02:55 error 03-Jan-2023 00:02:56 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 00:02:56 #14 163.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 00:02:56 #14 163.4 Progress (1): 3.3/110 kB error 03-Jan-2023 00:02:56 Progress (1): 6.1/110 kB error 03-Jan-2023 00:02:56 Progress (1): 8.9/110 kB error 03-Jan-2023 00:02:56 Progress (1): 12/110 kB error 03-Jan-2023 00:02:56 Progress (1): 14/110 kB error 03-Jan-2023 00:02:56 Progress (1): 17/110 kB error 03-Jan-2023 00:02:56 Progress (1): 20/110 kB error 03-Jan-2023 00:02:56 Progress (1): 23/110 kB error 03-Jan-2023 00:02:56 Progress (1): 26/110 kB error 03-Jan-2023 00:02:56 Progress (1): 28/110 kB error 03-Jan-2023 00:02:56 Progress (1): 31/110 kB error 03-Jan-2023 00:02:56 Progress (1): 34/110 kB error 03-Jan-2023 00:02:56 Progress (1): 37/110 kB error 03-Jan-2023 00:02:56 Progress (1): 40/110 kB error 03-Jan-2023 00:02:56 Progress (1): 42/110 kB error 03-Jan-2023 00:02:56 Progress (1): 45/110 kB error 03-Jan-2023 00:02:56 Progress (1): 48/110 kB error 03-Jan-2023 00:02:56 Progress (1): 51/110 kB error 03-Jan-2023 00:02:56 Progress (1): 54/110 kB error 03-Jan-2023 00:02:56 Progress (1): 56/110 kB error 03-Jan-2023 00:02:56 Progress (1): 59/110 kB error 03-Jan-2023 00:02:56 Progress (1): 62/110 kB error 03-Jan-2023 00:02:56 Progress (1): 65/110 kB error 03-Jan-2023 00:02:56 Progress (1): 68/110 kB error 03-Jan-2023 00:02:56 Progress (1): 70/110 kB error 03-Jan-2023 00:02:56 Progress (1): 73/110 kB error 03-Jan-2023 00:02:56 Progress (1): 76/110 kB error 03-Jan-2023 00:02:56 Progress (1): 79/110 kB error 03-Jan-2023 00:02:56 Progress (1): 82/110 kB error 03-Jan-2023 00:02:56 Progress (1): 84/110 kB error 03-Jan-2023 00:02:56 Progress (1): 87/110 kB error 03-Jan-2023 00:02:56 Progress (1): 90/110 kB error 03-Jan-2023 00:02:56 Progress (1): 93/110 kB error 03-Jan-2023 00:02:56 Progress (1): 96/110 kB error 03-Jan-2023 00:02:56 Progress (1): 98/110 kB error 03-Jan-2023 00:02:56 Progress (1): 101/110 kB error 03-Jan-2023 00:02:56 Progress (1): 104/110 kB error 03-Jan-2023 00:02:56 Progress (1): 107/110 kB error 03-Jan-2023 00:02:56 Progress (1): 110/110 kB error 03-Jan-2023 00:02:56 Progress (1): 110 kB error 03-Jan-2023 00:02:56 error 03-Jan-2023 00:02:56 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 397 kB/s) error 03-Jan-2023 00:02:56 #14 163.6 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:02:56 #14 163.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 00:02:56 #14 163.7 Progress (1): 3.3/5.4 kB error 03-Jan-2023 00:02:56 Progress (1): 5.4 kB error 03-Jan-2023 00:02:56 error 03-Jan-2023 00:02:56 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 00:02:56 #14 163.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 00:02:56 #14 164.0 Progress (1): 3.3/7.0 kB error 03-Jan-2023 00:02:56 Progress (1): 6.1/7.0 kB error 03-Jan-2023 00:02:56 Progress (1): 7.0 kB error 03-Jan-2023 00:02:56 error 03-Jan-2023 00:02:56 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 29 kB/s) error 03-Jan-2023 00:02:56 #14 164.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 00:02:56 #14 164.2 Progress (1): 3.3/75 kB error 03-Jan-2023 00:02:57 Progress (1): 6.1/75 kB error 03-Jan-2023 00:02:57 Progress (1): 8.9/75 kB error 03-Jan-2023 00:02:57 Progress (1): 12/75 kB error 03-Jan-2023 00:02:57 Progress (1): 14/75 kB error 03-Jan-2023 00:02:57 Progress (1): 17/75 kB error 03-Jan-2023 00:02:57 Progress (1): 20/75 kB error 03-Jan-2023 00:02:57 Progress (1): 23/75 kB error 03-Jan-2023 00:02:57 Progress (1): 26/75 kB error 03-Jan-2023 00:02:57 Progress (1): 28/75 kB error 03-Jan-2023 00:02:57 Progress (1): 31/75 kB error 03-Jan-2023 00:02:57 Progress (1): 34/75 kB error 03-Jan-2023 00:02:57 Progress (1): 37/75 kB error 03-Jan-2023 00:02:57 Progress (1): 40/75 kB error 03-Jan-2023 00:02:57 Progress (1): 42/75 kB error 03-Jan-2023 00:02:57 Progress (1): 45/75 kB error 03-Jan-2023 00:02:57 Progress (1): 48/75 kB error 03-Jan-2023 00:02:57 Progress (1): 51/75 kB error 03-Jan-2023 00:02:57 Progress (1): 54/75 kB error 03-Jan-2023 00:02:57 Progress (1): 56/75 kB error 03-Jan-2023 00:02:57 Progress (1): 59/75 kB error 03-Jan-2023 00:02:57 Progress (1): 62/75 kB error 03-Jan-2023 00:02:57 Progress (1): 65/75 kB error 03-Jan-2023 00:02:57 Progress (1): 68/75 kB error 03-Jan-2023 00:02:57 Progress (1): 70/75 kB error 03-Jan-2023 00:02:57 Progress (1): 73/75 kB error 03-Jan-2023 00:02:57 Progress (1): 75 kB error 03-Jan-2023 00:02:57 error 03-Jan-2023 00:02:57 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 269 kB/s) error 03-Jan-2023 00:02:57 #14 164.4 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:02:57 #14 164.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 00:02:57 #14 164.5 Progress (1): 3.3/8.5 kB error 03-Jan-2023 00:02:57 Progress (1): 6.1/8.5 kB error 03-Jan-2023 00:02:57 Progress (1): 8.5 kB error 03-Jan-2023 00:02:57 error 03-Jan-2023 00:02:57 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 37 kB/s) error 03-Jan-2023 00:02:57 #14 164.6 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 00:02:57 #14 164.7 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:02:57 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:02:57 Progress (1): 6.9 kB error 03-Jan-2023 00:02:57 error 03-Jan-2023 00:02:57 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 00:02:57 #14 164.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 00:02:57 #14 165.1 Progress (1): 0/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:57 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:02:58 Progress (1): 1.3 MB error 03-Jan-2023 00:02:58 error 03-Jan-2023 00:02:58 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.1 MB/s) error 03-Jan-2023 00:02:58 #14 165.5 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:02:58 #14 165.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 00:02:58 #14 165.6 Progress (1): 3.3/4.5 kB error 03-Jan-2023 00:02:58 Progress (1): 4.5 kB error 03-Jan-2023 00:02:58 error 03-Jan-2023 00:02:58 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 19 kB/s) error 03-Jan-2023 00:02:58 #14 165.7 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 00:02:58 #14 165.8 Progress (1): 3.3/36 kB error 03-Jan-2023 00:02:58 Progress (1): 6.1/36 kB error 03-Jan-2023 00:02:58 Progress (1): 8.9/36 kB error 03-Jan-2023 00:02:58 Progress (1): 12/36 kB error 03-Jan-2023 00:02:58 Progress (1): 15/36 kB error 03-Jan-2023 00:02:58 Progress (1): 17/36 kB error 03-Jan-2023 00:02:58 Progress (1): 20/36 kB error 03-Jan-2023 00:02:58 Progress (1): 23/36 kB error 03-Jan-2023 00:02:58 Progress (1): 26/36 kB error 03-Jan-2023 00:02:58 Progress (1): 29/36 kB error 03-Jan-2023 00:02:58 Progress (1): 31/36 kB error 03-Jan-2023 00:02:58 Progress (1): 34/36 kB error 03-Jan-2023 00:02:58 Progress (1): 36 kB error 03-Jan-2023 00:02:58 error 03-Jan-2023 00:02:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 143 kB/s) error 03-Jan-2023 00:02:58 #14 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 00:02:59 #14 166.4 Progress (1): 0.2/37 MB error 03-Jan-2023 00:02:59 Progress (1): 0.4/37 MB error 03-Jan-2023 00:02:59 Progress (1): 0.6/37 MB error 03-Jan-2023 00:02:59 Progress (1): 0.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 0.9/37 MB error 03-Jan-2023 00:02:59 Progress (1): 1.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 1.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 1.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 1.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 1.9/37 MB error 03-Jan-2023 00:02:59 Progress (1): 2.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 2.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 2.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 2.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 2.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 3.0/37 MB error 03-Jan-2023 00:02:59 Progress (1): 3.2/37 MB error 03-Jan-2023 00:02:59 Progress (1): 3.4/37 MB error 03-Jan-2023 00:02:59 Progress (1): 3.6/37 MB error 03-Jan-2023 00:02:59 Progress (1): 3.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.0/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.2/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.4/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.6/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 4.9/37 MB error 03-Jan-2023 00:02:59 Progress (1): 5.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 5.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 5.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 5.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 5.9/37 MB error 03-Jan-2023 00:02:59 Progress (1): 6.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 6.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 6.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 6.6/37 MB error 03-Jan-2023 00:02:59 Progress (1): 6.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 7.0/37 MB error 03-Jan-2023 00:02:59 Progress (1): 7.2/37 MB error 03-Jan-2023 00:02:59 Progress (1): 7.4/37 MB error 03-Jan-2023 00:02:59 Progress (1): 7.6/37 MB error 03-Jan-2023 00:02:59 Progress (1): 7.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.0/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 8.9/37 MB error 03-Jan-2023 00:02:59 Progress (1): 9.1/37 MB error 03-Jan-2023 00:02:59 Progress (1): 9.3/37 MB error 03-Jan-2023 00:02:59 Progress (1): 9.5/37 MB error 03-Jan-2023 00:02:59 Progress (1): 9.7/37 MB error 03-Jan-2023 00:02:59 Progress (1): 9.8/37 MB error 03-Jan-2023 00:02:59 Progress (1): 10/37 MB error 03-Jan-2023 00:02:59 Progress (1): 10/37 MB error 03-Jan-2023 00:02:59 Progress (1): 10/37 MB error 03-Jan-2023 00:02:59 Progress (1): 11/37 MB error 03-Jan-2023 00:02:59 Progress (1): 11/37 MB error 03-Jan-2023 00:03:00 Progress (1): 11/37 MB error 03-Jan-2023 00:03:00 Progress (1): 11/37 MB error 03-Jan-2023 00:03:00 Progress (1): 11/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 12/37 MB error 03-Jan-2023 00:03:00 Progress (1): 13/37 MB error 03-Jan-2023 00:03:00 Progress (1): 13/37 MB error 03-Jan-2023 00:03:00 Progress (1): 13/37 MB error 03-Jan-2023 00:03:00 Progress (1): 13/37 MB error 03-Jan-2023 00:03:00 Progress (1): 13/37 MB error 03-Jan-2023 00:03:00 Progress (1): 14/37 MB error 03-Jan-2023 00:03:00 Progress (1): 14/37 MB error 03-Jan-2023 00:03:00 Progress (1): 14/37 MB error 03-Jan-2023 00:03:00 Progress (1): 14/37 MB error 03-Jan-2023 00:03:00 Progress (1): 14/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 15/37 MB error 03-Jan-2023 00:03:00 Progress (1): 16/37 MB error 03-Jan-2023 00:03:00 Progress (1): 16/37 MB error 03-Jan-2023 00:03:00 Progress (1): 16/37 MB error 03-Jan-2023 00:03:00 Progress (1): 16/37 MB error 03-Jan-2023 00:03:00 Progress (1): 16/37 MB error 03-Jan-2023 00:03:00 Progress (1): 17/37 MB error 03-Jan-2023 00:03:00 Progress (1): 17/37 MB error 03-Jan-2023 00:03:00 Progress (1): 17/37 MB error 03-Jan-2023 00:03:00 Progress (1): 17/37 MB error 03-Jan-2023 00:03:00 Progress (1): 17/37 MB error 03-Jan-2023 00:03:00 Progress (1): 18/37 MB error 03-Jan-2023 00:03:00 Progress (1): 18/37 MB error 03-Jan-2023 00:03:00 Progress (1): 18/37 MB error 03-Jan-2023 00:03:00 Progress (1): 18/37 MB error 03-Jan-2023 00:03:00 Progress (1): 18/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 19/37 MB error 03-Jan-2023 00:03:00 Progress (1): 20/37 MB error 03-Jan-2023 00:03:00 Progress (1): 20/37 MB error 03-Jan-2023 00:03:00 Progress (1): 20/37 MB error 03-Jan-2023 00:03:00 Progress (1): 20/37 MB error 03-Jan-2023 00:03:00 Progress (1): 20/37 MB error 03-Jan-2023 00:03:00 Progress (1): 21/37 MB error 03-Jan-2023 00:03:00 Progress (1): 21/37 MB error 03-Jan-2023 00:03:00 Progress (1): 21/37 MB error 03-Jan-2023 00:03:00 Progress (1): 21/37 MB error 03-Jan-2023 00:03:00 Progress (1): 21/37 MB error 03-Jan-2023 00:03:00 Progress (1): 22/37 MB error 03-Jan-2023 00:03:00 Progress (1): 22/37 MB error 03-Jan-2023 00:03:00 Progress (1): 22/37 MB error 03-Jan-2023 00:03:01 Progress (1): 22/37 MB error 03-Jan-2023 00:03:01 Progress (1): 22/37 MB error 03-Jan-2023 00:03:01 Progress (1): 22/37 MB error 03-Jan-2023 00:03:01 Progress (1): 23/37 MB error 03-Jan-2023 00:03:01 Progress (1): 23/37 MB error 03-Jan-2023 00:03:01 Progress (1): 23/37 MB error 03-Jan-2023 00:03:01 Progress (1): 23/37 MB error 03-Jan-2023 00:03:01 Progress (1): 23/37 MB error 03-Jan-2023 00:03:01 Progress (1): 24/37 MB error 03-Jan-2023 00:03:01 Progress (1): 24/37 MB error 03-Jan-2023 00:03:01 Progress (1): 24/37 MB error 03-Jan-2023 00:03:01 Progress (1): 24/37 MB error 03-Jan-2023 00:03:01 Progress (1): 24/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 25/37 MB error 03-Jan-2023 00:03:01 Progress (1): 26/37 MB error 03-Jan-2023 00:03:01 Progress (1): 26/37 MB error 03-Jan-2023 00:03:01 Progress (1): 26/37 MB error 03-Jan-2023 00:03:01 Progress (1): 26/37 MB error 03-Jan-2023 00:03:01 Progress (1): 26/37 MB error 03-Jan-2023 00:03:01 Progress (1): 27/37 MB error 03-Jan-2023 00:03:01 Progress (1): 27/37 MB error 03-Jan-2023 00:03:01 Progress (1): 27/37 MB error 03-Jan-2023 00:03:01 Progress (1): 27/37 MB error 03-Jan-2023 00:03:01 Progress (1): 27/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 28/37 MB error 03-Jan-2023 00:03:01 Progress (1): 29/37 MB error 03-Jan-2023 00:03:01 Progress (1): 29/37 MB error 03-Jan-2023 00:03:01 Progress (1): 29/37 MB error 03-Jan-2023 00:03:01 Progress (1): 29/37 MB error 03-Jan-2023 00:03:01 Progress (1): 29/37 MB error 03-Jan-2023 00:03:01 Progress (1): 30/37 MB error 03-Jan-2023 00:03:01 Progress (1): 30/37 MB error 03-Jan-2023 00:03:01 Progress (1): 30/37 MB error 03-Jan-2023 00:03:01 Progress (1): 30/37 MB error 03-Jan-2023 00:03:01 Progress (1): 30/37 MB error 03-Jan-2023 00:03:01 Progress (1): 31/37 MB error 03-Jan-2023 00:03:01 Progress (1): 31/37 MB error 03-Jan-2023 00:03:01 Progress (1): 31/37 MB error 03-Jan-2023 00:03:01 Progress (1): 31/37 MB error 03-Jan-2023 00:03:01 Progress (1): 31/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 32/37 MB error 03-Jan-2023 00:03:01 Progress (1): 33/37 MB error 03-Jan-2023 00:03:01 Progress (1): 33/37 MB error 03-Jan-2023 00:03:01 Progress (1): 33/37 MB error 03-Jan-2023 00:03:02 Progress (1): 33/37 MB error 03-Jan-2023 00:03:02 Progress (1): 33/37 MB error 03-Jan-2023 00:03:02 Progress (1): 34/37 MB error 03-Jan-2023 00:03:02 Progress (1): 34/37 MB error 03-Jan-2023 00:03:02 Progress (1): 34/37 MB error 03-Jan-2023 00:03:02 Progress (1): 34/37 MB error 03-Jan-2023 00:03:02 Progress (1): 34/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 35/37 MB error 03-Jan-2023 00:03:02 Progress (1): 36/37 MB error 03-Jan-2023 00:03:02 Progress (1): 36/37 MB error 03-Jan-2023 00:03:02 Progress (1): 36/37 MB error 03-Jan-2023 00:03:02 Progress (1): 36/37 MB error 03-Jan-2023 00:03:02 Progress (1): 36/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37/37 MB error 03-Jan-2023 00:03:02 Progress (1): 37 MB error 03-Jan-2023 00:03:02 error 03-Jan-2023 00:03:02 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 9.5 MB/s) error 03-Jan-2023 00:03:02 #14 169.9 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:03:02 #14 170.0 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 00:03:02 #14 170.1 Progress (1): 3.3/10 kB error 03-Jan-2023 00:03:02 Progress (1): 6.1/10 kB error 03-Jan-2023 00:03:02 Progress (1): 8.9/10 kB error 03-Jan-2023 00:03:02 Progress (1): 10 kB error 03-Jan-2023 00:03:03 error 03-Jan-2023 00:03:03 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 35 kB/s) error 03-Jan-2023 00:03:03 #14 170.3 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 00:03:03 #14 170.5 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:03:03 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:03:03 Progress (1): 7.8 kB error 03-Jan-2023 00:03:03 error 03-Jan-2023 00:03:03 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 18 kB/s) error 03-Jan-2023 00:03:03 #14 170.9 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 00:03:03 #14 171.2 Progress (1): 4.1/348 kB error 03-Jan-2023 00:03:03 Progress (1): 8.2/348 kB error 03-Jan-2023 00:03:03 Progress (1): 12/348 kB error 03-Jan-2023 00:03:03 Progress (1): 16/348 kB error 03-Jan-2023 00:03:03 Progress (1): 20/348 kB error 03-Jan-2023 00:03:03 Progress (1): 25/348 kB error 03-Jan-2023 00:03:03 Progress (1): 29/348 kB error 03-Jan-2023 00:03:03 Progress (1): 33/348 kB error 03-Jan-2023 00:03:03 Progress (1): 37/348 kB error 03-Jan-2023 00:03:03 Progress (1): 41/348 kB error 03-Jan-2023 00:03:03 Progress (1): 45/348 kB error 03-Jan-2023 00:03:03 Progress (1): 49/348 kB error 03-Jan-2023 00:03:03 Progress (1): 53/348 kB error 03-Jan-2023 00:03:03 Progress (1): 57/348 kB error 03-Jan-2023 00:03:03 Progress (1): 60/348 kB error 03-Jan-2023 00:03:03 Progress (1): 62/348 kB error 03-Jan-2023 00:03:03 Progress (1): 66/348 kB error 03-Jan-2023 00:03:03 Progress (1): 70/348 kB error 03-Jan-2023 00:03:03 Progress (1): 75/348 kB error 03-Jan-2023 00:03:03 Progress (1): 79/348 kB error 03-Jan-2023 00:03:03 Progress (1): 83/348 kB error 03-Jan-2023 00:03:03 Progress (1): 87/348 kB error 03-Jan-2023 00:03:03 Progress (1): 91/348 kB error 03-Jan-2023 00:03:03 Progress (1): 95/348 kB error 03-Jan-2023 00:03:03 Progress (1): 97/348 kB error 03-Jan-2023 00:03:03 Progress (1): 101/348 kB error 03-Jan-2023 00:03:03 Progress (1): 105/348 kB error 03-Jan-2023 00:03:03 Progress (1): 109/348 kB error 03-Jan-2023 00:03:03 Progress (1): 114/348 kB error 03-Jan-2023 00:03:03 Progress (1): 116/348 kB error 03-Jan-2023 00:03:03 Progress (1): 120/348 kB error 03-Jan-2023 00:03:03 Progress (1): 124/348 kB error 03-Jan-2023 00:03:03 Progress (1): 129/348 kB error 03-Jan-2023 00:03:03 Progress (1): 133/348 kB error 03-Jan-2023 00:03:03 Progress (1): 137/348 kB error 03-Jan-2023 00:03:03 Progress (1): 141/348 kB error 03-Jan-2023 00:03:03 Progress (1): 145/348 kB error 03-Jan-2023 00:03:03 Progress (1): 149/348 kB error 03-Jan-2023 00:03:03 Progress (1): 151/348 kB error 03-Jan-2023 00:03:03 Progress (1): 155/348 kB error 03-Jan-2023 00:03:03 Progress (1): 159/348 kB error 03-Jan-2023 00:03:03 Progress (1): 163/348 kB error 03-Jan-2023 00:03:03 Progress (1): 168/348 kB error 03-Jan-2023 00:03:03 Progress (1): 172/348 kB error 03-Jan-2023 00:03:03 Progress (1): 176/348 kB error 03-Jan-2023 00:03:03 Progress (1): 180/348 kB error 03-Jan-2023 00:03:03 Progress (1): 184/348 kB error 03-Jan-2023 00:03:03 Progress (1): 186/348 kB error 03-Jan-2023 00:03:03 Progress (1): 188/348 kB error 03-Jan-2023 00:03:03 Progress (1): 192/348 kB error 03-Jan-2023 00:03:04 Progress (1): 196/348 kB error 03-Jan-2023 00:03:04 Progress (1): 201/348 kB error 03-Jan-2023 00:03:04 Progress (1): 205/348 kB error 03-Jan-2023 00:03:04 Progress (1): 209/348 kB error 03-Jan-2023 00:03:04 Progress (1): 213/348 kB error 03-Jan-2023 00:03:04 Progress (1): 215/348 kB error 03-Jan-2023 00:03:04 Progress (1): 219/348 kB error 03-Jan-2023 00:03:04 Progress (1): 223/348 kB error 03-Jan-2023 00:03:04 Progress (1): 228/348 kB error 03-Jan-2023 00:03:04 Progress (1): 232/348 kB error 03-Jan-2023 00:03:04 Progress (1): 236/348 kB error 03-Jan-2023 00:03:04 Progress (1): 240/348 kB error 03-Jan-2023 00:03:04 Progress (1): 244/348 kB error 03-Jan-2023 00:03:04 Progress (1): 248/348 kB error 03-Jan-2023 00:03:04 Progress (1): 250/348 kB error 03-Jan-2023 00:03:04 Progress (1): 254/348 kB error 03-Jan-2023 00:03:04 Progress (1): 258/348 kB error 03-Jan-2023 00:03:04 Progress (1): 262/348 kB error 03-Jan-2023 00:03:04 Progress (1): 267/348 kB error 03-Jan-2023 00:03:04 Progress (1): 271/348 kB error 03-Jan-2023 00:03:04 Progress (1): 275/348 kB error 03-Jan-2023 00:03:04 Progress (1): 278/348 kB error 03-Jan-2023 00:03:04 Progress (1): 282/348 kB error 03-Jan-2023 00:03:04 Progress (1): 286/348 kB error 03-Jan-2023 00:03:04 Progress (1): 290/348 kB error 03-Jan-2023 00:03:04 Progress (1): 293/348 kB error 03-Jan-2023 00:03:04 Progress (1): 297/348 kB error 03-Jan-2023 00:03:04 Progress (1): 301/348 kB error 03-Jan-2023 00:03:04 Progress (1): 305/348 kB error 03-Jan-2023 00:03:04 Progress (1): 309/348 kB error 03-Jan-2023 00:03:04 Progress (1): 314/348 kB error 03-Jan-2023 00:03:04 Progress (1): 318/348 kB error 03-Jan-2023 00:03:04 Progress (1): 322/348 kB error 03-Jan-2023 00:03:04 Progress (1): 326/348 kB error 03-Jan-2023 00:03:04 Progress (1): 330/348 kB error 03-Jan-2023 00:03:04 Progress (1): 334/348 kB error 03-Jan-2023 00:03:04 Progress (1): 338/348 kB error 03-Jan-2023 00:03:04 Progress (1): 341/348 kB error 03-Jan-2023 00:03:04 Progress (1): 345/348 kB error 03-Jan-2023 00:03:04 Progress (1): 348 kB error 03-Jan-2023 00:03:04 error 03-Jan-2023 00:03:04 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 720 kB/s) error 03-Jan-2023 00:03:04 #14 171.4 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:03:04 #14 171.4 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 00:03:04 #14 171.5 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:03:04 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:03:04 Progress (1): 7.2 kB error 03-Jan-2023 00:03:04 error 03-Jan-2023 00:03:04 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 00:03:04 #14 171.7 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 00:03:04 #14 171.8 Progress (1): 3.3/13 kB error 03-Jan-2023 00:03:04 Progress (1): 6.1/13 kB error 03-Jan-2023 00:03:04 Progress (1): 8.9/13 kB error 03-Jan-2023 00:03:04 Progress (1): 12/13 kB error 03-Jan-2023 00:03:04 Progress (1): 13 kB error 03-Jan-2023 00:03:04 error 03-Jan-2023 00:03:04 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 00:03:04 #14 172.0 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 00:03:04 #14 172.3 Progress (1): 8.2/947 kB error 03-Jan-2023 00:03:04 Progress (1): 16/947 kB error 03-Jan-2023 00:03:04 Progress (1): 25/947 kB error 03-Jan-2023 00:03:04 Progress (1): 33/947 kB error 03-Jan-2023 00:03:04 Progress (1): 41/947 kB error 03-Jan-2023 00:03:04 Progress (1): 49/947 kB error 03-Jan-2023 00:03:04 Progress (1): 57/947 kB error 03-Jan-2023 00:03:04 Progress (1): 66/947 kB error 03-Jan-2023 00:03:04 Progress (1): 74/947 kB error 03-Jan-2023 00:03:04 Progress (1): 82/947 kB error 03-Jan-2023 00:03:04 Progress (1): 86/947 kB error 03-Jan-2023 00:03:05 Progress (1): 95/947 kB error 03-Jan-2023 00:03:05 Progress (1): 103/947 kB error 03-Jan-2023 00:03:05 Progress (1): 111/947 kB error 03-Jan-2023 00:03:05 Progress (1): 119/947 kB error 03-Jan-2023 00:03:05 Progress (1): 127/947 kB error 03-Jan-2023 00:03:05 Progress (1): 136/947 kB error 03-Jan-2023 00:03:05 Progress (1): 144/947 kB error 03-Jan-2023 00:03:05 Progress (1): 152/947 kB error 03-Jan-2023 00:03:05 Progress (1): 156/947 kB error 03-Jan-2023 00:03:05 Progress (1): 164/947 kB error 03-Jan-2023 00:03:05 Progress (1): 172/947 kB error 03-Jan-2023 00:03:05 Progress (1): 181/947 kB error 03-Jan-2023 00:03:05 Progress (1): 189/947 kB error 03-Jan-2023 00:03:05 Progress (1): 197/947 kB error 03-Jan-2023 00:03:05 Progress (1): 205/947 kB error 03-Jan-2023 00:03:05 Progress (1): 213/947 kB error 03-Jan-2023 00:03:05 Progress (1): 222/947 kB error 03-Jan-2023 00:03:05 Progress (1): 230/947 kB error 03-Jan-2023 00:03:05 Progress (1): 238/947 kB error 03-Jan-2023 00:03:05 Progress (1): 246/947 kB error 03-Jan-2023 00:03:05 Progress (1): 251/947 kB error 03-Jan-2023 00:03:05 Progress (1): 260/947 kB error 03-Jan-2023 00:03:05 Progress (1): 268/947 kB error 03-Jan-2023 00:03:05 Progress (1): 276/947 kB error 03-Jan-2023 00:03:05 Progress (1): 284/947 kB error 03-Jan-2023 00:03:05 Progress (1): 292/947 kB error 03-Jan-2023 00:03:05 Progress (1): 300/947 kB error 03-Jan-2023 00:03:05 Progress (1): 309/947 kB error 03-Jan-2023 00:03:05 Progress (1): 314/947 kB error 03-Jan-2023 00:03:05 Progress (1): 323/947 kB error 03-Jan-2023 00:03:05 Progress (1): 331/947 kB error 03-Jan-2023 00:03:05 Progress (1): 339/947 kB error 03-Jan-2023 00:03:05 Progress (1): 347/947 kB error 03-Jan-2023 00:03:05 Progress (1): 355/947 kB error 03-Jan-2023 00:03:05 Progress (1): 363/947 kB error 03-Jan-2023 00:03:05 Progress (1): 372/947 kB error 03-Jan-2023 00:03:05 Progress (1): 377/947 kB error 03-Jan-2023 00:03:05 Progress (1): 386/947 kB error 03-Jan-2023 00:03:05 Progress (1): 394/947 kB error 03-Jan-2023 00:03:05 Progress (1): 402/947 kB error 03-Jan-2023 00:03:05 Progress (1): 410/947 kB error 03-Jan-2023 00:03:05 Progress (1): 418/947 kB error 03-Jan-2023 00:03:05 Progress (1): 426/947 kB error 03-Jan-2023 00:03:05 Progress (1): 431/947 kB error 03-Jan-2023 00:03:05 Progress (1): 439/947 kB error 03-Jan-2023 00:03:05 Progress (1): 447/947 kB error 03-Jan-2023 00:03:05 Progress (1): 455/947 kB error 03-Jan-2023 00:03:05 Progress (1): 463/947 kB error 03-Jan-2023 00:03:05 Progress (1): 472/947 kB error 03-Jan-2023 00:03:05 Progress (1): 480/947 kB error 03-Jan-2023 00:03:05 Progress (1): 488/947 kB error 03-Jan-2023 00:03:05 Progress (1): 496/947 kB error 03-Jan-2023 00:03:05 Progress (1): 504/947 kB error 03-Jan-2023 00:03:05 Progress (1): 512/947 kB error 03-Jan-2023 00:03:05 Progress (1): 521/947 kB error 03-Jan-2023 00:03:05 Progress (1): 529/947 kB error 03-Jan-2023 00:03:05 Progress (1): 537/947 kB error 03-Jan-2023 00:03:05 Progress (1): 545/947 kB error 03-Jan-2023 00:03:05 Progress (1): 553/947 kB error 03-Jan-2023 00:03:05 Progress (1): 561/947 kB error 03-Jan-2023 00:03:05 Progress (1): 566/947 kB error 03-Jan-2023 00:03:05 Progress (1): 574/947 kB error 03-Jan-2023 00:03:05 Progress (1): 582/947 kB error 03-Jan-2023 00:03:05 Progress (1): 590/947 kB error 03-Jan-2023 00:03:05 Progress (1): 598/947 kB error 03-Jan-2023 00:03:05 Progress (1): 607/947 kB error 03-Jan-2023 00:03:05 Progress (1): 615/947 kB error 03-Jan-2023 00:03:05 Progress (1): 623/947 kB error 03-Jan-2023 00:03:05 Progress (1): 629/947 kB error 03-Jan-2023 00:03:05 Progress (1): 638/947 kB error 03-Jan-2023 00:03:05 Progress (1): 646/947 kB error 03-Jan-2023 00:03:05 Progress (1): 654/947 kB error 03-Jan-2023 00:03:05 Progress (1): 662/947 kB error 03-Jan-2023 00:03:05 Progress (1): 670/947 kB error 03-Jan-2023 00:03:05 Progress (1): 678/947 kB error 03-Jan-2023 00:03:05 Progress (1): 687/947 kB error 03-Jan-2023 00:03:05 Progress (1): 695/947 kB error 03-Jan-2023 00:03:05 Progress (1): 703/947 kB error 03-Jan-2023 00:03:05 Progress (1): 710/947 kB error 03-Jan-2023 00:03:05 Progress (1): 719/947 kB error 03-Jan-2023 00:03:05 Progress (1): 727/947 kB error 03-Jan-2023 00:03:05 Progress (1): 735/947 kB error 03-Jan-2023 00:03:05 Progress (1): 743/947 kB error 03-Jan-2023 00:03:05 Progress (1): 751/947 kB error 03-Jan-2023 00:03:05 Progress (1): 759/947 kB error 03-Jan-2023 00:03:05 Progress (1): 764/947 kB error 03-Jan-2023 00:03:05 Progress (1): 772/947 kB error 03-Jan-2023 00:03:05 Progress (1): 780/947 kB error 03-Jan-2023 00:03:05 Progress (1): 788/947 kB error 03-Jan-2023 00:03:05 Progress (1): 796/947 kB error 03-Jan-2023 00:03:05 Progress (1): 805/947 kB error 03-Jan-2023 00:03:05 Progress (1): 813/947 kB error 03-Jan-2023 00:03:05 Progress (1): 821/947 kB error 03-Jan-2023 00:03:05 Progress (1): 826/947 kB error 03-Jan-2023 00:03:05 Progress (1): 834/947 kB error 03-Jan-2023 00:03:05 Progress (1): 843/947 kB error 03-Jan-2023 00:03:05 Progress (1): 851/947 kB error 03-Jan-2023 00:03:05 Progress (1): 859/947 kB error 03-Jan-2023 00:03:05 Progress (1): 867/947 kB error 03-Jan-2023 00:03:05 Progress (1): 872/947 kB error 03-Jan-2023 00:03:05 Progress (1): 880/947 kB error 03-Jan-2023 00:03:05 Progress (1): 887/947 kB error 03-Jan-2023 00:03:05 Progress (1): 895/947 kB error 03-Jan-2023 00:03:05 Progress (1): 903/947 kB error 03-Jan-2023 00:03:05 Progress (1): 908/947 kB error 03-Jan-2023 00:03:05 Progress (1): 917/947 kB error 03-Jan-2023 00:03:05 Progress (1): 925/947 kB error 03-Jan-2023 00:03:05 Progress (1): 933/947 kB error 03-Jan-2023 00:03:05 Progress (1): 941/947 kB error 03-Jan-2023 00:03:05 Progress (1): 947 kB error 03-Jan-2023 00:03:05 error 03-Jan-2023 00:03:05 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 00:03:05 #14 172.7 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:03:05 #14 172.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 00:03:05 #14 172.9 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:03:05 Progress (1): 5.0 kB error 03-Jan-2023 00:03:05 error 03-Jan-2023 00:03:05 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 21 kB/s) error 03-Jan-2023 00:03:05 #14 173.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 00:03:05 #14 173.1 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:03:05 Progress (1): 4.3 kB error 03-Jan-2023 00:03:05 error 03-Jan-2023 00:03:06 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 00:03:06 #14 173.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 00:03:06 #14 173.5 Progress (1): 0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:06 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:03:07 Progress (1): 4.8 MB error 03-Jan-2023 00:03:07 error 03-Jan-2023 00:03:07 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 3.7 MB/s) error 03-Jan-2023 00:03:07 #14 174.5 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:03:07 #14 174.6 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 00:03:07 #14 174.7 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:03:07 Progress (1): 5.5 kB error 03-Jan-2023 00:03:07 error 03-Jan-2023 00:03:07 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 24 kB/s) error 03-Jan-2023 00:03:07 #14 174.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 00:03:07 #14 174.9 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:03:07 Progress (1): 5.1 kB error 03-Jan-2023 00:03:07 error 03-Jan-2023 00:03:07 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 00:03:07 #14 175.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 00:03:08 #14 175.5 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:08 Progress (1): 1.2 MB error 03-Jan-2023 00:03:08 error 03-Jan-2023 00:03:08 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.6 MB/s) error 03-Jan-2023 00:03:08 #14 175.9 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:03:08 #14 175.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 00:03:08 #14 176.0 Progress (1): 3.2 kB error 03-Jan-2023 00:03:08 error 03-Jan-2023 00:03:08 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 00:03:08 #14 176.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 00:03:09 #14 176.3 Progress (1): 3.3/7.9 kB error 03-Jan-2023 00:03:09 Progress (1): 6.1/7.9 kB error 03-Jan-2023 00:03:09 Progress (1): 7.9 kB error 03-Jan-2023 00:03:09 error 03-Jan-2023 00:03:09 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 00:03:09 #14 176.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 00:03:09 #14 176.6 Progress (1): 3.3/116 kB error 03-Jan-2023 00:03:09 Progress (1): 6.1/116 kB error 03-Jan-2023 00:03:09 Progress (1): 8.9/116 kB error 03-Jan-2023 00:03:09 Progress (1): 12/116 kB error 03-Jan-2023 00:03:09 Progress (1): 15/116 kB error 03-Jan-2023 00:03:09 Progress (1): 17/116 kB error 03-Jan-2023 00:03:09 Progress (1): 20/116 kB error 03-Jan-2023 00:03:09 Progress (1): 23/116 kB error 03-Jan-2023 00:03:09 Progress (1): 26/116 kB error 03-Jan-2023 00:03:09 Progress (1): 29/116 kB error 03-Jan-2023 00:03:09 Progress (1): 31/116 kB error 03-Jan-2023 00:03:09 Progress (1): 34/116 kB error 03-Jan-2023 00:03:09 Progress (1): 37/116 kB error 03-Jan-2023 00:03:09 Progress (1): 40/116 kB error 03-Jan-2023 00:03:09 Progress (1): 43/116 kB error 03-Jan-2023 00:03:09 Progress (1): 45/116 kB error 03-Jan-2023 00:03:09 Progress (1): 48/116 kB error 03-Jan-2023 00:03:09 Progress (1): 51/116 kB error 03-Jan-2023 00:03:09 Progress (1): 54/116 kB error 03-Jan-2023 00:03:09 Progress (1): 56/116 kB error 03-Jan-2023 00:03:09 Progress (1): 59/116 kB error 03-Jan-2023 00:03:09 Progress (1): 62/116 kB error 03-Jan-2023 00:03:09 Progress (1): 65/116 kB error 03-Jan-2023 00:03:09 Progress (1): 67/116 kB error 03-Jan-2023 00:03:09 Progress (1): 70/116 kB error 03-Jan-2023 00:03:09 Progress (1): 73/116 kB error 03-Jan-2023 00:03:09 Progress (1): 76/116 kB error 03-Jan-2023 00:03:09 Progress (1): 79/116 kB error 03-Jan-2023 00:03:09 Progress (1): 81/116 kB error 03-Jan-2023 00:03:09 Progress (1): 84/116 kB error 03-Jan-2023 00:03:09 Progress (1): 87/116 kB error 03-Jan-2023 00:03:09 Progress (1): 90/116 kB error 03-Jan-2023 00:03:09 Progress (1): 93/116 kB error 03-Jan-2023 00:03:09 Progress (1): 95/116 kB error 03-Jan-2023 00:03:09 Progress (1): 98/116 kB error 03-Jan-2023 00:03:09 Progress (1): 101/116 kB error 03-Jan-2023 00:03:09 Progress (1): 104/116 kB error 03-Jan-2023 00:03:09 Progress (1): 107/116 kB error 03-Jan-2023 00:03:09 Progress (1): 109/116 kB error 03-Jan-2023 00:03:09 Progress (1): 112/116 kB error 03-Jan-2023 00:03:09 Progress (1): 115/116 kB error 03-Jan-2023 00:03:09 Progress (1): 116 kB error 03-Jan-2023 00:03:09 error 03-Jan-2023 00:03:09 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 381 kB/s) error 03-Jan-2023 00:03:09 #14 176.7 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:03:09 #14 176.8 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 00:03:09 #14 176.9 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:03:09 Progress (1): 5.9 kB error 03-Jan-2023 00:03:09 error 03-Jan-2023 00:03:09 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 21 kB/s) error 03-Jan-2023 00:03:09 #14 177.1 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 00:03:09 #14 177.2 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:03:09 Progress (1): 6.0 kB error 03-Jan-2023 00:03:10 error 03-Jan-2023 00:03:10 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 20 kB/s) error 03-Jan-2023 00:03:10 #14 177.4 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 00:03:10 #14 177.7 Progress (1): 4.1/571 kB error 03-Jan-2023 00:03:10 Progress (1): 8.2/571 kB error 03-Jan-2023 00:03:10 Progress (1): 12/571 kB error 03-Jan-2023 00:03:10 Progress (1): 16/571 kB error 03-Jan-2023 00:03:10 Progress (1): 20/571 kB error 03-Jan-2023 00:03:10 Progress (1): 25/571 kB error 03-Jan-2023 00:03:10 Progress (1): 29/571 kB error 03-Jan-2023 00:03:10 Progress (1): 33/571 kB error 03-Jan-2023 00:03:10 Progress (1): 37/571 kB error 03-Jan-2023 00:03:10 Progress (1): 41/571 kB error 03-Jan-2023 00:03:10 Progress (1): 45/571 kB error 03-Jan-2023 00:03:10 Progress (1): 49/571 kB error 03-Jan-2023 00:03:10 Progress (1): 53/571 kB error 03-Jan-2023 00:03:10 Progress (1): 57/571 kB error 03-Jan-2023 00:03:10 Progress (1): 60/571 kB error 03-Jan-2023 00:03:10 Progress (1): 64/571 kB error 03-Jan-2023 00:03:10 Progress (1): 68/571 kB error 03-Jan-2023 00:03:10 Progress (1): 72/571 kB error 03-Jan-2023 00:03:10 Progress (1): 76/571 kB error 03-Jan-2023 00:03:10 Progress (1): 80/571 kB error 03-Jan-2023 00:03:10 Progress (1): 84/571 kB error 03-Jan-2023 00:03:10 Progress (1): 88/571 kB error 03-Jan-2023 00:03:10 Progress (1): 92/571 kB error 03-Jan-2023 00:03:10 Progress (1): 94/571 kB error 03-Jan-2023 00:03:10 Progress (1): 98/571 kB error 03-Jan-2023 00:03:10 Progress (1): 103/571 kB error 03-Jan-2023 00:03:10 Progress (1): 107/571 kB error 03-Jan-2023 00:03:10 Progress (1): 111/571 kB error 03-Jan-2023 00:03:10 Progress (1): 115/571 kB error 03-Jan-2023 00:03:10 Progress (1): 119/571 kB error 03-Jan-2023 00:03:10 Progress (1): 123/571 kB error 03-Jan-2023 00:03:10 Progress (1): 127/571 kB error 03-Jan-2023 00:03:10 Progress (1): 129/571 kB error 03-Jan-2023 00:03:10 Progress (1): 133/571 kB error 03-Jan-2023 00:03:10 Progress (1): 137/571 kB error 03-Jan-2023 00:03:10 Progress (1): 141/571 kB error 03-Jan-2023 00:03:10 Progress (1): 146/571 kB error 03-Jan-2023 00:03:10 Progress (1): 150/571 kB error 03-Jan-2023 00:03:10 Progress (1): 154/571 kB error 03-Jan-2023 00:03:10 Progress (1): 158/571 kB error 03-Jan-2023 00:03:10 Progress (1): 162/571 kB error 03-Jan-2023 00:03:10 Progress (1): 164/571 kB error 03-Jan-2023 00:03:10 Progress (1): 168/571 kB error 03-Jan-2023 00:03:10 Progress (1): 172/571 kB error 03-Jan-2023 00:03:10 Progress (1): 176/571 kB error 03-Jan-2023 00:03:10 Progress (1): 180/571 kB error 03-Jan-2023 00:03:10 Progress (1): 184/571 kB error 03-Jan-2023 00:03:10 Progress (1): 188/571 kB error 03-Jan-2023 00:03:10 Progress (1): 192/571 kB error 03-Jan-2023 00:03:10 Progress (1): 197/571 kB error 03-Jan-2023 00:03:10 Progress (1): 201/571 kB error 03-Jan-2023 00:03:10 Progress (1): 205/571 kB error 03-Jan-2023 00:03:10 Progress (1): 209/571 kB error 03-Jan-2023 00:03:10 Progress (1): 213/571 kB error 03-Jan-2023 00:03:10 Progress (1): 217/571 kB error 03-Jan-2023 00:03:10 Progress (1): 221/571 kB error 03-Jan-2023 00:03:10 Progress (1): 223/571 kB error 03-Jan-2023 00:03:10 Progress (1): 227/571 kB error 03-Jan-2023 00:03:10 Progress (1): 231/571 kB error 03-Jan-2023 00:03:10 Progress (1): 235/571 kB error 03-Jan-2023 00:03:10 Progress (1): 240/571 kB error 03-Jan-2023 00:03:10 Progress (1): 244/571 kB error 03-Jan-2023 00:03:10 Progress (1): 248/571 kB error 03-Jan-2023 00:03:10 Progress (1): 251/571 kB error 03-Jan-2023 00:03:10 Progress (1): 255/571 kB error 03-Jan-2023 00:03:10 Progress (1): 260/571 kB error 03-Jan-2023 00:03:10 Progress (1): 264/571 kB error 03-Jan-2023 00:03:10 Progress (1): 268/571 kB error 03-Jan-2023 00:03:10 Progress (1): 272/571 kB error 03-Jan-2023 00:03:10 Progress (1): 276/571 kB error 03-Jan-2023 00:03:10 Progress (1): 280/571 kB error 03-Jan-2023 00:03:10 Progress (1): 284/571 kB error 03-Jan-2023 00:03:10 Progress (1): 286/571 kB error 03-Jan-2023 00:03:10 Progress (1): 290/571 kB error 03-Jan-2023 00:03:10 Progress (1): 294/571 kB error 03-Jan-2023 00:03:10 Progress (1): 298/571 kB error 03-Jan-2023 00:03:10 Progress (1): 303/571 kB error 03-Jan-2023 00:03:10 Progress (1): 307/571 kB error 03-Jan-2023 00:03:10 Progress (1): 311/571 kB error 03-Jan-2023 00:03:10 Progress (1): 314/571 kB error 03-Jan-2023 00:03:10 Progress (1): 318/571 kB error 03-Jan-2023 00:03:10 Progress (1): 323/571 kB error 03-Jan-2023 00:03:10 Progress (1): 327/571 kB error 03-Jan-2023 00:03:10 Progress (1): 331/571 kB error 03-Jan-2023 00:03:10 Progress (1): 335/571 kB error 03-Jan-2023 00:03:10 Progress (1): 339/571 kB error 03-Jan-2023 00:03:10 Progress (1): 343/571 kB error 03-Jan-2023 00:03:10 Progress (1): 347/571 kB error 03-Jan-2023 00:03:10 Progress (1): 349/571 kB error 03-Jan-2023 00:03:10 Progress (1): 353/571 kB error 03-Jan-2023 00:03:10 Progress (1): 357/571 kB error 03-Jan-2023 00:03:10 Progress (1): 361/571 kB error 03-Jan-2023 00:03:10 Progress (1): 366/571 kB error 03-Jan-2023 00:03:10 Progress (1): 370/571 kB error 03-Jan-2023 00:03:10 Progress (1): 374/571 kB error 03-Jan-2023 00:03:10 Progress (1): 378/571 kB error 03-Jan-2023 00:03:10 Progress (1): 382/571 kB error 03-Jan-2023 00:03:10 Progress (1): 384/571 kB error 03-Jan-2023 00:03:10 Progress (1): 388/571 kB error 03-Jan-2023 00:03:10 Progress (1): 392/571 kB error 03-Jan-2023 00:03:10 Progress (1): 396/571 kB error 03-Jan-2023 00:03:10 Progress (1): 400/571 kB error 03-Jan-2023 00:03:10 Progress (1): 404/571 kB error 03-Jan-2023 00:03:10 Progress (1): 409/571 kB error 03-Jan-2023 00:03:10 Progress (1): 413/571 kB error 03-Jan-2023 00:03:10 Progress (1): 417/571 kB error 03-Jan-2023 00:03:10 Progress (1): 419/571 kB error 03-Jan-2023 00:03:10 Progress (1): 423/571 kB error 03-Jan-2023 00:03:10 Progress (1): 427/571 kB error 03-Jan-2023 00:03:10 Progress (1): 431/571 kB error 03-Jan-2023 00:03:10 Progress (1): 435/571 kB error 03-Jan-2023 00:03:10 Progress (1): 439/571 kB error 03-Jan-2023 00:03:10 Progress (1): 443/571 kB error 03-Jan-2023 00:03:10 Progress (1): 447/571 kB error 03-Jan-2023 00:03:10 Progress (1): 452/571 kB error 03-Jan-2023 00:03:10 Progress (1): 456/571 kB error 03-Jan-2023 00:03:10 Progress (1): 460/571 kB error 03-Jan-2023 00:03:10 Progress (1): 464/571 kB error 03-Jan-2023 00:03:10 Progress (1): 467/571 kB error 03-Jan-2023 00:03:10 Progress (1): 471/571 kB error 03-Jan-2023 00:03:10 Progress (1): 475/571 kB error 03-Jan-2023 00:03:10 Progress (1): 479/571 kB error 03-Jan-2023 00:03:10 Progress (1): 483/571 kB error 03-Jan-2023 00:03:10 Progress (1): 487/571 kB error 03-Jan-2023 00:03:10 Progress (1): 491/571 kB error 03-Jan-2023 00:03:10 Progress (1): 495/571 kB error 03-Jan-2023 00:03:10 Progress (1): 499/571 kB error 03-Jan-2023 00:03:10 Progress (1): 502/571 kB error 03-Jan-2023 00:03:10 Progress (1): 506/571 kB error 03-Jan-2023 00:03:10 Progress (1): 510/571 kB error 03-Jan-2023 00:03:10 Progress (1): 514/571 kB error 03-Jan-2023 00:03:10 Progress (1): 518/571 kB error 03-Jan-2023 00:03:10 Progress (1): 522/571 kB error 03-Jan-2023 00:03:10 Progress (1): 526/571 kB error 03-Jan-2023 00:03:10 Progress (1): 530/571 kB error 03-Jan-2023 00:03:10 Progress (1): 534/571 kB error 03-Jan-2023 00:03:10 Progress (1): 536/571 kB error 03-Jan-2023 00:03:10 Progress (1): 540/571 kB error 03-Jan-2023 00:03:10 Progress (1): 545/571 kB error 03-Jan-2023 00:03:10 Progress (1): 549/571 kB error 03-Jan-2023 00:03:10 Progress (1): 553/571 kB error 03-Jan-2023 00:03:10 Progress (1): 557/571 kB error 03-Jan-2023 00:03:10 Progress (1): 561/571 kB error 03-Jan-2023 00:03:10 Progress (1): 565/571 kB error 03-Jan-2023 00:03:10 Progress (1): 569/571 kB error 03-Jan-2023 00:03:10 Progress (1): 571 kB error 03-Jan-2023 00:03:10 error 03-Jan-2023 00:03:10 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 00:03:10 #14 177.9 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:03:10 #14 177.9 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 00:03:10 #14 178.0 Progress (1): 3.3/4.7 kB error 03-Jan-2023 00:03:10 Progress (1): 4.7 kB error 03-Jan-2023 00:03:10 error 03-Jan-2023 00:03:10 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 00:03:10 #14 178.1 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 00:03:10 #14 178.2 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:03:11 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:03:11 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:03:11 Progress (1): 9.6 kB error 03-Jan-2023 00:03:11 error 03-Jan-2023 00:03:11 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 40 kB/s) error 03-Jan-2023 00:03:11 #14 178.4 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 00:03:11 #14 178.7 Progress (1): 3.4/222 kB error 03-Jan-2023 00:03:11 Progress (1): 7.5/222 kB error 03-Jan-2023 00:03:11 Progress (1): 12/222 kB error 03-Jan-2023 00:03:11 Progress (1): 16/222 kB error 03-Jan-2023 00:03:11 Progress (1): 20/222 kB error 03-Jan-2023 00:03:11 Progress (1): 24/222 kB error 03-Jan-2023 00:03:11 Progress (1): 28/222 kB error 03-Jan-2023 00:03:11 Progress (1): 32/222 kB error 03-Jan-2023 00:03:11 Progress (1): 36/222 kB error 03-Jan-2023 00:03:11 Progress (1): 38/222 kB error 03-Jan-2023 00:03:11 Progress (1): 42/222 kB error 03-Jan-2023 00:03:11 Progress (1): 46/222 kB error 03-Jan-2023 00:03:11 Progress (1): 51/222 kB error 03-Jan-2023 00:03:11 Progress (1): 55/222 kB error 03-Jan-2023 00:03:11 Progress (1): 59/222 kB error 03-Jan-2023 00:03:11 Progress (1): 63/222 kB error 03-Jan-2023 00:03:11 Progress (1): 67/222 kB error 03-Jan-2023 00:03:11 Progress (1): 71/222 kB error 03-Jan-2023 00:03:11 Progress (1): 73/222 kB error 03-Jan-2023 00:03:11 Progress (1): 77/222 kB error 03-Jan-2023 00:03:11 Progress (1): 81/222 kB error 03-Jan-2023 00:03:11 Progress (1): 85/222 kB error 03-Jan-2023 00:03:11 Progress (1): 89/222 kB error 03-Jan-2023 00:03:11 Progress (1): 94/222 kB error 03-Jan-2023 00:03:11 Progress (1): 98/222 kB error 03-Jan-2023 00:03:11 Progress (1): 102/222 kB error 03-Jan-2023 00:03:11 Progress (1): 106/222 kB error 03-Jan-2023 00:03:11 Progress (1): 108/222 kB error 03-Jan-2023 00:03:11 Progress (1): 112/222 kB error 03-Jan-2023 00:03:11 Progress (1): 116/222 kB error 03-Jan-2023 00:03:11 Progress (1): 120/222 kB error 03-Jan-2023 00:03:11 Progress (1): 124/222 kB error 03-Jan-2023 00:03:11 Progress (1): 128/222 kB error 03-Jan-2023 00:03:11 Progress (1): 132/222 kB error 03-Jan-2023 00:03:11 Progress (1): 137/222 kB error 03-Jan-2023 00:03:11 Progress (1): 141/222 kB error 03-Jan-2023 00:03:11 Progress (1): 143/222 kB error 03-Jan-2023 00:03:11 Progress (1): 147/222 kB error 03-Jan-2023 00:03:11 Progress (1): 151/222 kB error 03-Jan-2023 00:03:11 Progress (1): 155/222 kB error 03-Jan-2023 00:03:11 Progress (1): 159/222 kB error 03-Jan-2023 00:03:11 Progress (1): 163/222 kB error 03-Jan-2023 00:03:11 Progress (1): 167/222 kB error 03-Jan-2023 00:03:11 Progress (1): 171/222 kB error 03-Jan-2023 00:03:11 Progress (1): 176/222 kB error 03-Jan-2023 00:03:11 Progress (1): 178/222 kB error 03-Jan-2023 00:03:11 Progress (1): 182/222 kB error 03-Jan-2023 00:03:11 Progress (1): 186/222 kB error 03-Jan-2023 00:03:11 Progress (1): 188/222 kB error 03-Jan-2023 00:03:11 Progress (1): 192/222 kB error 03-Jan-2023 00:03:11 Progress (1): 197/222 kB error 03-Jan-2023 00:03:11 Progress (1): 201/222 kB error 03-Jan-2023 00:03:11 Progress (1): 205/222 kB error 03-Jan-2023 00:03:11 Progress (1): 209/222 kB error 03-Jan-2023 00:03:11 Progress (1): 213/222 kB error 03-Jan-2023 00:03:11 Progress (1): 215/222 kB error 03-Jan-2023 00:03:11 Progress (1): 219/222 kB error 03-Jan-2023 00:03:11 Progress (1): 222 kB error 03-Jan-2023 00:03:11 error 03-Jan-2023 00:03:11 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 450 kB/s) error 03-Jan-2023 00:03:11 #14 178.9 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:03:11 #14 178.9 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 00:03:11 #14 179.0 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:03:11 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:03:11 Progress (1): 8.2 kB error 03-Jan-2023 00:03:11 error 03-Jan-2023 00:03:11 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 34 kB/s) error 03-Jan-2023 00:03:11 #14 179.1 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 00:03:11 #14 179.3 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:03:12 Progress (1): 5.1 kB error 03-Jan-2023 00:03:12 error 03-Jan-2023 00:03:12 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 21 kB/s) error 03-Jan-2023 00:03:12 #14 179.4 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 00:03:12 #14 179.5 Progress (1): 3.3/75 kB error 03-Jan-2023 00:03:12 Progress (1): 6.1/75 kB error 03-Jan-2023 00:03:12 Progress (1): 8.9/75 kB error 03-Jan-2023 00:03:12 Progress (1): 12/75 kB error 03-Jan-2023 00:03:12 Progress (1): 15/75 kB error 03-Jan-2023 00:03:12 Progress (1): 17/75 kB error 03-Jan-2023 00:03:12 Progress (1): 20/75 kB error 03-Jan-2023 00:03:12 Progress (1): 23/75 kB error 03-Jan-2023 00:03:12 Progress (1): 26/75 kB error 03-Jan-2023 00:03:12 Progress (1): 29/75 kB error 03-Jan-2023 00:03:12 Progress (1): 31/75 kB error 03-Jan-2023 00:03:12 Progress (1): 34/75 kB error 03-Jan-2023 00:03:12 Progress (1): 37/75 kB error 03-Jan-2023 00:03:12 Progress (1): 40/75 kB error 03-Jan-2023 00:03:12 Progress (1): 43/75 kB error 03-Jan-2023 00:03:12 Progress (1): 45/75 kB error 03-Jan-2023 00:03:12 Progress (1): 48/75 kB error 03-Jan-2023 00:03:12 Progress (1): 51/75 kB error 03-Jan-2023 00:03:12 Progress (1): 54/75 kB error 03-Jan-2023 00:03:12 Progress (1): 57/75 kB error 03-Jan-2023 00:03:12 Progress (1): 59/75 kB error 03-Jan-2023 00:03:12 Progress (1): 62/75 kB error 03-Jan-2023 00:03:12 Progress (1): 65/75 kB error 03-Jan-2023 00:03:12 Progress (1): 68/75 kB error 03-Jan-2023 00:03:12 Progress (1): 71/75 kB error 03-Jan-2023 00:03:12 Progress (1): 73/75 kB error 03-Jan-2023 00:03:12 Progress (1): 75 kB error 03-Jan-2023 00:03:12 error 03-Jan-2023 00:03:12 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 293 kB/s) error 03-Jan-2023 00:03:12 #14 179.7 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:03:12 #14 179.7 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 00:03:12 #14 179.9 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:03:12 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:03:12 Progress (1): 6.8 kB error 03-Jan-2023 00:03:12 error 03-Jan-2023 00:03:12 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 17 kB/s) error 03-Jan-2023 00:03:12 #14 180.2 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 00:03:13 #14 180.3 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:03:13 Progress (1): 5.3 kB error 03-Jan-2023 00:03:13 error 03-Jan-2023 00:03:13 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 20 kB/s) error 03-Jan-2023 00:03:13 #14 180.5 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 00:03:13 #14 180.9 Progress (1): 4.1/235 kB error 03-Jan-2023 00:03:13 Progress (1): 8.2/235 kB error 03-Jan-2023 00:03:13 Progress (1): 12/235 kB error 03-Jan-2023 00:03:13 Progress (1): 16/235 kB error 03-Jan-2023 00:03:13 Progress (1): 20/235 kB error 03-Jan-2023 00:03:13 Progress (1): 24/235 kB error 03-Jan-2023 00:03:13 Progress (1): 28/235 kB error 03-Jan-2023 00:03:13 Progress (1): 32/235 kB error 03-Jan-2023 00:03:13 Progress (1): 36/235 kB error 03-Jan-2023 00:03:13 Progress (1): 40/235 kB error 03-Jan-2023 00:03:13 Progress (1): 44/235 kB error 03-Jan-2023 00:03:13 Progress (1): 48/235 kB error 03-Jan-2023 00:03:13 Progress (1): 51/235 kB error 03-Jan-2023 00:03:13 Progress (1): 55/235 kB error 03-Jan-2023 00:03:13 Progress (1): 59/235 kB error 03-Jan-2023 00:03:13 Progress (1): 62/235 kB error 03-Jan-2023 00:03:13 Progress (1): 66/235 kB error 03-Jan-2023 00:03:13 Progress (1): 71/235 kB error 03-Jan-2023 00:03:13 Progress (1): 75/235 kB error 03-Jan-2023 00:03:13 Progress (1): 79/235 kB error 03-Jan-2023 00:03:13 Progress (1): 83/235 kB error 03-Jan-2023 00:03:13 Progress (1): 87/235 kB error 03-Jan-2023 00:03:13 Progress (1): 91/235 kB error 03-Jan-2023 00:03:13 Progress (1): 95/235 kB error 03-Jan-2023 00:03:13 Progress (1): 99/235 kB error 03-Jan-2023 00:03:13 Progress (1): 103/235 kB error 03-Jan-2023 00:03:13 Progress (1): 107/235 kB error 03-Jan-2023 00:03:13 Progress (1): 111/235 kB error 03-Jan-2023 00:03:13 Progress (1): 116/235 kB error 03-Jan-2023 00:03:13 Progress (1): 120/235 kB error 03-Jan-2023 00:03:13 Progress (1): 124/235 kB error 03-Jan-2023 00:03:13 Progress (1): 128/235 kB error 03-Jan-2023 00:03:13 Progress (1): 132/235 kB error 03-Jan-2023 00:03:13 Progress (1): 136/235 kB error 03-Jan-2023 00:03:13 Progress (1): 140/235 kB error 03-Jan-2023 00:03:13 Progress (1): 144/235 kB error 03-Jan-2023 00:03:13 Progress (1): 148/235 kB error 03-Jan-2023 00:03:13 Progress (1): 151/235 kB error 03-Jan-2023 00:03:13 Progress (1): 155/235 kB error 03-Jan-2023 00:03:13 Progress (1): 159/235 kB error 03-Jan-2023 00:03:13 Progress (1): 163/235 kB error 03-Jan-2023 00:03:13 Progress (1): 167/235 kB error 03-Jan-2023 00:03:13 Progress (1): 171/235 kB error 03-Jan-2023 00:03:13 Progress (1): 175/235 kB error 03-Jan-2023 00:03:13 Progress (1): 179/235 kB error 03-Jan-2023 00:03:13 Progress (1): 183/235 kB error 03-Jan-2023 00:03:13 Progress (1): 188/235 kB error 03-Jan-2023 00:03:13 Progress (1): 192/235 kB error 03-Jan-2023 00:03:13 Progress (1): 196/235 kB error 03-Jan-2023 00:03:13 Progress (1): 200/235 kB error 03-Jan-2023 00:03:13 Progress (1): 204/235 kB error 03-Jan-2023 00:03:13 Progress (1): 208/235 kB error 03-Jan-2023 00:03:13 Progress (1): 212/235 kB error 03-Jan-2023 00:03:13 Progress (1): 216/235 kB error 03-Jan-2023 00:03:13 Progress (1): 220/235 kB error 03-Jan-2023 00:03:13 Progress (1): 223/235 kB error 03-Jan-2023 00:03:13 Progress (1): 227/235 kB error 03-Jan-2023 00:03:13 Progress (1): 231/235 kB error 03-Jan-2023 00:03:13 Progress (1): 235 kB error 03-Jan-2023 00:03:13 error 03-Jan-2023 00:03:13 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 478 kB/s) error 03-Jan-2023 00:03:13 #14 181.0 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:03:13 #14 181.1 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 00:03:13 #14 181.2 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:03:13 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:03:13 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:03:13 Progress (1): 9.9 kB error 03-Jan-2023 00:03:14 error 03-Jan-2023 00:03:14 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 00:03:14 #14 181.3 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 00:03:14 #14 181.4 Progress (1): 3.3/12 kB error 03-Jan-2023 00:03:14 Progress (1): 6.1/12 kB error 03-Jan-2023 00:03:14 Progress (1): 8.9/12 kB error 03-Jan-2023 00:03:14 Progress (1): 12/12 kB error 03-Jan-2023 00:03:14 Progress (1): 12 kB error 03-Jan-2023 00:03:14 error 03-Jan-2023 00:03:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 51 kB/s) error 03-Jan-2023 00:03:14 #14 181.6 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 00:03:14 #14 181.9 Progress (1): 0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:03:14 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.1/5.1 MB error 03-Jan-2023 00:03:15 Progress (1): 5.1 MB error 03-Jan-2023 00:03:15 error 03-Jan-2023 00:03:15 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.5 MB/s) error 03-Jan-2023 00:03:15 #14 182.5 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:03:15 #14 182.5 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 00:03:15 #14 182.6 Progress (1): 3.3/11 kB error 03-Jan-2023 00:03:15 Progress (1): 6.1/11 kB error 03-Jan-2023 00:03:15 Progress (1): 8.9/11 kB error 03-Jan-2023 00:03:15 Progress (1): 11 kB error 03-Jan-2023 00:03:15 error 03-Jan-2023 00:03:15 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 47 kB/s) error 03-Jan-2023 00:03:15 #14 182.7 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 00:03:15 #14 182.9 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:03:15 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:03:15 Progress (1): 6.2 kB error 03-Jan-2023 00:03:15 error 03-Jan-2023 00:03:15 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 24 kB/s) error 03-Jan-2023 00:03:15 #14 183.0 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 00:03:16 #14 183.3 Progress (1): 4.1/313 kB error 03-Jan-2023 00:03:16 Progress (1): 8.2/313 kB error 03-Jan-2023 00:03:16 Progress (1): 12/313 kB error 03-Jan-2023 00:03:16 Progress (1): 16/313 kB error 03-Jan-2023 00:03:16 Progress (1): 19/313 kB error 03-Jan-2023 00:03:16 Progress (1): 23/313 kB error 03-Jan-2023 00:03:16 Progress (1): 27/313 kB error 03-Jan-2023 00:03:16 Progress (1): 31/313 kB error 03-Jan-2023 00:03:16 Progress (1): 34/313 kB error 03-Jan-2023 00:03:16 Progress (1): 38/313 kB error 03-Jan-2023 00:03:16 Progress (1): 42/313 kB error 03-Jan-2023 00:03:16 Progress (1): 46/313 kB error 03-Jan-2023 00:03:16 Progress (1): 51/313 kB error 03-Jan-2023 00:03:16 Progress (1): 55/313 kB error 03-Jan-2023 00:03:16 Progress (1): 59/313 kB error 03-Jan-2023 00:03:16 Progress (1): 62/313 kB error 03-Jan-2023 00:03:16 Progress (1): 66/313 kB error 03-Jan-2023 00:03:16 Progress (1): 71/313 kB error 03-Jan-2023 00:03:16 Progress (1): 75/313 kB error 03-Jan-2023 00:03:16 Progress (1): 79/313 kB error 03-Jan-2023 00:03:16 Progress (1): 83/313 kB error 03-Jan-2023 00:03:16 Progress (1): 87/313 kB error 03-Jan-2023 00:03:16 Progress (1): 91/313 kB error 03-Jan-2023 00:03:16 Progress (1): 95/313 kB error 03-Jan-2023 00:03:16 Progress (1): 99/313 kB error 03-Jan-2023 00:03:16 Progress (1): 103/313 kB error 03-Jan-2023 00:03:16 Progress (1): 107/313 kB error 03-Jan-2023 00:03:16 Progress (1): 111/313 kB error 03-Jan-2023 00:03:16 Progress (1): 116/313 kB error 03-Jan-2023 00:03:16 Progress (1): 120/313 kB error 03-Jan-2023 00:03:16 Progress (1): 124/313 kB error 03-Jan-2023 00:03:16 Progress (1): 128/313 kB error 03-Jan-2023 00:03:16 Progress (1): 132/313 kB error 03-Jan-2023 00:03:16 Progress (1): 136/313 kB error 03-Jan-2023 00:03:16 Progress (1): 140/313 kB error 03-Jan-2023 00:03:16 Progress (1): 143/313 kB error 03-Jan-2023 00:03:16 Progress (1): 147/313 kB error 03-Jan-2023 00:03:16 Progress (1): 151/313 kB error 03-Jan-2023 00:03:16 Progress (1): 155/313 kB error 03-Jan-2023 00:03:16 Progress (1): 158/313 kB error 03-Jan-2023 00:03:16 Progress (1): 162/313 kB error 03-Jan-2023 00:03:16 Progress (1): 166/313 kB error 03-Jan-2023 00:03:16 Progress (1): 170/313 kB error 03-Jan-2023 00:03:16 Progress (1): 174/313 kB error 03-Jan-2023 00:03:16 Progress (1): 179/313 kB error 03-Jan-2023 00:03:16 Progress (1): 183/313 kB error 03-Jan-2023 00:03:16 Progress (1): 187/313 kB error 03-Jan-2023 00:03:16 Progress (1): 191/313 kB error 03-Jan-2023 00:03:16 Progress (1): 195/313 kB error 03-Jan-2023 00:03:16 Progress (1): 199/313 kB error 03-Jan-2023 00:03:16 Progress (1): 203/313 kB error 03-Jan-2023 00:03:16 Progress (1): 206/313 kB error 03-Jan-2023 00:03:16 Progress (1): 210/313 kB error 03-Jan-2023 00:03:16 Progress (1): 214/313 kB error 03-Jan-2023 00:03:16 Progress (1): 218/313 kB error 03-Jan-2023 00:03:16 Progress (1): 221/313 kB error 03-Jan-2023 00:03:16 Progress (1): 225/313 kB error 03-Jan-2023 00:03:16 Progress (1): 229/313 kB error 03-Jan-2023 00:03:16 Progress (1): 233/313 kB error 03-Jan-2023 00:03:16 Progress (1): 237/313 kB error 03-Jan-2023 00:03:16 Progress (1): 242/313 kB error 03-Jan-2023 00:03:16 Progress (1): 246/313 kB error 03-Jan-2023 00:03:16 Progress (1): 250/313 kB error 03-Jan-2023 00:03:16 Progress (1): 254/313 kB error 03-Jan-2023 00:03:16 Progress (1): 258/313 kB error 03-Jan-2023 00:03:16 Progress (1): 262/313 kB error 03-Jan-2023 00:03:16 Progress (1): 266/313 kB error 03-Jan-2023 00:03:16 Progress (1): 269/313 kB error 03-Jan-2023 00:03:16 Progress (1): 273/313 kB error 03-Jan-2023 00:03:16 Progress (1): 277/313 kB error 03-Jan-2023 00:03:16 Progress (1): 281/313 kB error 03-Jan-2023 00:03:16 Progress (1): 285/313 kB error 03-Jan-2023 00:03:16 Progress (1): 289/313 kB error 03-Jan-2023 00:03:16 Progress (1): 293/313 kB error 03-Jan-2023 00:03:16 Progress (1): 297/313 kB error 03-Jan-2023 00:03:16 Progress (1): 301/313 kB error 03-Jan-2023 00:03:16 Progress (1): 304/313 kB error 03-Jan-2023 00:03:16 Progress (1): 308/313 kB error 03-Jan-2023 00:03:16 Progress (1): 312/313 kB error 03-Jan-2023 00:03:16 Progress (1): 313 kB error 03-Jan-2023 00:03:16 error 03-Jan-2023 00:03:16 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 643 kB/s) error 03-Jan-2023 00:03:16 #14 183.5 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:03:16 #14 183.6 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 00:03:16 #14 183.7 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:03:16 Progress (1): 5.9 kB error 03-Jan-2023 00:03:16 error 03-Jan-2023 00:03:16 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 24 kB/s) error 03-Jan-2023 00:03:16 #14 183.8 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 00:03:16 #14 184.0 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:03:16 Progress (1): 5.3 kB error 03-Jan-2023 00:03:16 error 03-Jan-2023 00:03:16 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 22 kB/s) error 03-Jan-2023 00:03:16 #14 184.1 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 00:03:17 #14 184.2 Progress (1): 3.3/27 kB error 03-Jan-2023 00:03:17 Progress (1): 6.1/27 kB error 03-Jan-2023 00:03:17 Progress (1): 8.9/27 kB error 03-Jan-2023 00:03:17 Progress (1): 12/27 kB error 03-Jan-2023 00:03:17 Progress (1): 15/27 kB error 03-Jan-2023 00:03:17 Progress (1): 17/27 kB error 03-Jan-2023 00:03:17 Progress (1): 20/27 kB error 03-Jan-2023 00:03:17 Progress (1): 23/27 kB error 03-Jan-2023 00:03:17 Progress (1): 26/27 kB error 03-Jan-2023 00:03:17 Progress (1): 27 kB error 03-Jan-2023 00:03:17 error 03-Jan-2023 00:03:17 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 103 kB/s) error 03-Jan-2023 00:03:17 #14 184.4 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:03:17 #14 184.4 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 00:03:17 #14 184.6 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:03:17 Progress (1): 4.1 kB error 03-Jan-2023 00:03:17 error 03-Jan-2023 00:03:17 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 13 kB/s) error 03-Jan-2023 00:03:17 #14 184.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 00:03:17 #14 184.9 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:03:17 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:03:17 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:03:17 Progress (1): 9.9 kB error 03-Jan-2023 00:03:17 error 03-Jan-2023 00:03:17 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 40 kB/s) error 03-Jan-2023 00:03:17 #14 185.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 00:03:18 #14 185.4 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:03:18 Progress (1): 1.2 MB error 03-Jan-2023 00:03:18 error 03-Jan-2023 00:03:18 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.1 MB/s) error 03-Jan-2023 00:03:18 #14 185.8 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:03:18 #14 185.8 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 00:03:18 #14 185.9 Progress (1): 3.3/4.6 kB error 03-Jan-2023 00:03:18 Progress (1): 4.6 kB error 03-Jan-2023 00:03:18 error 03-Jan-2023 00:03:18 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 00:03:18 #14 186.0 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 00:03:18 #14 186.1 Progress (1): 3.3/12 kB error 03-Jan-2023 00:03:18 Progress (1): 6.1/12 kB error 03-Jan-2023 00:03:18 Progress (1): 8.9/12 kB error 03-Jan-2023 00:03:18 Progress (1): 12/12 kB error 03-Jan-2023 00:03:18 Progress (1): 12 kB error 03-Jan-2023 00:03:18 error 03-Jan-2023 00:03:19 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 00:03:19 #14 186.3 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 00:03:19 #14 186.6 Progress (1): 0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:03:19 Progress (1): 3.3 MB error 03-Jan-2023 00:03:20 error 03-Jan-2023 00:03:20 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.4 MB/s) error 03-Jan-2023 00:03:20 #14 187.2 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:03:20 #14 187.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 00:03:20 #14 187.4 Progress (1): 3.3/9.8 kB error 03-Jan-2023 00:03:20 Progress (1): 6.1/9.8 kB error 03-Jan-2023 00:03:20 Progress (1): 8.9/9.8 kB error 03-Jan-2023 00:03:20 Progress (1): 9.8 kB error 03-Jan-2023 00:03:20 error 03-Jan-2023 00:03:20 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 37 kB/s) error 03-Jan-2023 00:03:20 #14 187.6 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 00:03:20 #14 187.7 Progress (1): 3.3/13 kB error 03-Jan-2023 00:03:20 Progress (1): 6.1/13 kB error 03-Jan-2023 00:03:20 Progress (1): 8.9/13 kB error 03-Jan-2023 00:03:20 Progress (1): 12/13 kB error 03-Jan-2023 00:03:20 Progress (1): 13 kB error 03-Jan-2023 00:03:20 error 03-Jan-2023 00:03:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 51 kB/s) error 03-Jan-2023 00:03:20 #14 187.9 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 00:03:20 #14 188.2 Progress (1): 0/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:20 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.5/1.5 MB error 03-Jan-2023 00:03:21 Progress (1): 1.5 MB error 03-Jan-2023 00:03:21 error 03-Jan-2023 00:03:21 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 00:03:21 #14 188.6 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:03:21 #14 188.7 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 00:03:21 #14 188.9 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:03:21 Progress (1): 4.9 kB error 03-Jan-2023 00:03:21 error 03-Jan-2023 00:03:21 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 14 kB/s) error 03-Jan-2023 00:03:21 #14 189.1 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 00:03:21 #14 189.2 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:03:21 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:03:21 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:03:21 Progress (1): 9.9 kB error 03-Jan-2023 00:03:21 error 03-Jan-2023 00:03:22 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 41 kB/s) error 03-Jan-2023 00:03:22 #14 189.4 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 00:03:22 #14 189.5 Progress (1): 3.3/57 kB error 03-Jan-2023 00:03:22 Progress (1): 6.1/57 kB error 03-Jan-2023 00:03:22 Progress (1): 8.9/57 kB error 03-Jan-2023 00:03:22 Progress (1): 12/57 kB error 03-Jan-2023 00:03:22 Progress (1): 14/57 kB error 03-Jan-2023 00:03:22 Progress (1): 17/57 kB error 03-Jan-2023 00:03:22 Progress (1): 20/57 kB error 03-Jan-2023 00:03:22 Progress (1): 23/57 kB error 03-Jan-2023 00:03:22 Progress (1): 26/57 kB error 03-Jan-2023 00:03:22 Progress (1): 28/57 kB error 03-Jan-2023 00:03:22 Progress (1): 31/57 kB error 03-Jan-2023 00:03:22 Progress (1): 34/57 kB error 03-Jan-2023 00:03:22 Progress (1): 37/57 kB error 03-Jan-2023 00:03:22 Progress (1): 40/57 kB error 03-Jan-2023 00:03:22 Progress (1): 42/57 kB error 03-Jan-2023 00:03:22 Progress (1): 45/57 kB error 03-Jan-2023 00:03:22 Progress (1): 48/57 kB error 03-Jan-2023 00:03:22 Progress (1): 51/57 kB error 03-Jan-2023 00:03:22 Progress (1): 54/57 kB error 03-Jan-2023 00:03:22 Progress (1): 56/57 kB error 03-Jan-2023 00:03:22 Progress (1): 57 kB error 03-Jan-2023 00:03:22 error 03-Jan-2023 00:03:22 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 230 kB/s) error 03-Jan-2023 00:03:22 #14 189.7 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:03:22 #14 189.7 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 00:03:22 #14 189.8 Progress (1): 3.3/19 kB error 03-Jan-2023 00:03:22 Progress (1): 6.1/19 kB error 03-Jan-2023 00:03:22 Progress (1): 8.9/19 kB error 03-Jan-2023 00:03:22 Progress (1): 12/19 kB error 03-Jan-2023 00:03:22 Progress (1): 15/19 kB error 03-Jan-2023 00:03:22 Progress (1): 17/19 kB error 03-Jan-2023 00:03:22 Progress (1): 19 kB error 03-Jan-2023 00:03:22 error 03-Jan-2023 00:03:22 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 81 kB/s) error 03-Jan-2023 00:03:22 #14 189.9 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 00:03:22 #14 190.0 Progress (1): 3.3/15 kB error 03-Jan-2023 00:03:22 Progress (1): 6.1/15 kB error 03-Jan-2023 00:03:22 Progress (1): 8.9/15 kB error 03-Jan-2023 00:03:22 Progress (1): 12/15 kB error 03-Jan-2023 00:03:22 Progress (1): 15/15 kB error 03-Jan-2023 00:03:22 Progress (1): 15 kB error 03-Jan-2023 00:03:22 error 03-Jan-2023 00:03:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 60 kB/s) error 03-Jan-2023 00:03:22 #14 190.2 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 00:03:23 #14 190.5 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:03:23 Progress (1): 1.0 MB error 03-Jan-2023 00:03:23 error 03-Jan-2023 00:03:23 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 00:03:23 #14 190.8 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:03:24 #14 191.6 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 00:03:24 #14 192.0 Progress (1): 802 B error 03-Jan-2023 00:03:24 error 03-Jan-2023 00:03:24 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.3 kB/s) error 03-Jan-2023 00:03:25 #14 192.3 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 00:03:25 #14 192.5 Progress (1): 3.2/8.8 kB error 03-Jan-2023 00:03:25 Progress (1): 6.0/8.8 kB error 03-Jan-2023 00:03:25 Progress (1): 8.8 kB error 03-Jan-2023 00:03:25 error 03-Jan-2023 00:03:25 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 34 kB/s) error 03-Jan-2023 00:03:25 #14 192.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 00:03:25 #14 192.8 Progress (1): 621 B error 03-Jan-2023 00:03:25 error 03-Jan-2023 00:03:25 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 00:03:25 #14 192.9 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 00:03:25 #14 193.0 Progress (1): 3.2/22 kB error 03-Jan-2023 00:03:25 Progress (1): 6.0/22 kB error 03-Jan-2023 00:03:25 Progress (1): 8.8/22 kB error 03-Jan-2023 00:03:25 Progress (1): 12/22 kB error 03-Jan-2023 00:03:25 Progress (1): 14/22 kB error 03-Jan-2023 00:03:25 Progress (1): 17/22 kB error 03-Jan-2023 00:03:25 Progress (1): 20/22 kB error 03-Jan-2023 00:03:25 Progress (1): 22 kB error 03-Jan-2023 00:03:25 error 03-Jan-2023 00:03:25 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 85 kB/s) error 03-Jan-2023 00:03:26 #14 193.4 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 00:03:26 #14 194.0 Progress (1): 0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:03:26 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:03:27 Progress (1): 1.9 MB error 03-Jan-2023 00:03:27 error 03-Jan-2023 00:03:27 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.9 MB/s) error 03-Jan-2023 00:03:27 #14 194.4 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:03:27 #14 194.5 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 00:03:27 #14 194.6 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:03:27 Progress (1): 6.1 kB error 03-Jan-2023 00:03:27 error 03-Jan-2023 00:03:27 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 00:03:27 #14 194.7 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 00:03:27 #14 194.9 Progress (1): 3.3/16 kB error 03-Jan-2023 00:03:27 Progress (1): 6.1/16 kB error 03-Jan-2023 00:03:27 Progress (1): 8.9/16 kB error 03-Jan-2023 00:03:27 Progress (1): 12/16 kB error 03-Jan-2023 00:03:27 Progress (1): 15/16 kB error 03-Jan-2023 00:03:27 Progress (1): 16 kB error 03-Jan-2023 00:03:27 error 03-Jan-2023 00:03:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 67 kB/s) error 03-Jan-2023 00:03:27 #14 195.1 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 00:03:28 #14 195.4 Progress (1): 0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:03:28 Progress (1): 2.3 MB error 03-Jan-2023 00:03:28 error 03-Jan-2023 00:03:28 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.0 MB/s) error 03-Jan-2023 00:03:28 #14 195.8 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:03:28 #14 195.8 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 00:03:28 #14 196.0 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:03:28 Progress (1): 6.1 kB error 03-Jan-2023 00:03:28 error 03-Jan-2023 00:03:28 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 24 kB/s) error 03-Jan-2023 00:03:28 #14 196.1 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 00:03:29 #14 196.3 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:03:29 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:03:29 Progress (1): 7.5 kB error 03-Jan-2023 00:03:29 error 03-Jan-2023 00:03:29 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 27 kB/s) error 03-Jan-2023 00:03:29 #14 196.5 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 00:03:29 #14 196.9 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:29 Progress (1): 1.6 MB error 03-Jan-2023 00:03:29 error 03-Jan-2023 00:03:29 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.2 MB/s) error 03-Jan-2023 00:03:29 #14 197.2 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:03:30 #14 197.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 00:03:30 #14 197.4 Progress (1): 3.1 kB error 03-Jan-2023 00:03:30 error 03-Jan-2023 00:03:30 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 00:03:30 #14 197.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 00:03:30 #14 197.7 Progress (1): 3.3/11 kB error 03-Jan-2023 00:03:30 Progress (1): 6.1/11 kB error 03-Jan-2023 00:03:30 Progress (1): 8.9/11 kB error 03-Jan-2023 00:03:30 Progress (1): 11 kB error 03-Jan-2023 00:03:30 error 03-Jan-2023 00:03:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencemetadata/2.13.0/referencemetadata-2.13.0.pom (11 kB at 47 kB/s) error 03-Jan-2023 00:03:30 #14 197.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 00:03:30 #14 198.1 Progress (1): 4.1/545 kB error 03-Jan-2023 00:03:30 Progress (1): 8.2/545 kB error 03-Jan-2023 00:03:30 Progress (1): 12/545 kB error 03-Jan-2023 00:03:30 Progress (1): 16/545 kB error 03-Jan-2023 00:03:30 Progress (1): 20/545 kB error 03-Jan-2023 00:03:30 Progress (1): 24/545 kB error 03-Jan-2023 00:03:30 Progress (1): 28/545 kB error 03-Jan-2023 00:03:30 Progress (1): 32/545 kB error 03-Jan-2023 00:03:30 Progress (1): 36/545 kB error 03-Jan-2023 00:03:30 Progress (1): 40/545 kB error 03-Jan-2023 00:03:30 Progress (1): 44/545 kB error 03-Jan-2023 00:03:30 Progress (1): 48/545 kB error 03-Jan-2023 00:03:30 Progress (1): 51/545 kB error 03-Jan-2023 00:03:30 Progress (1): 55/545 kB error 03-Jan-2023 00:03:30 Progress (1): 59/545 kB error 03-Jan-2023 00:03:30 Progress (1): 63/545 kB error 03-Jan-2023 00:03:30 Progress (1): 67/545 kB error 03-Jan-2023 00:03:30 Progress (1): 71/545 kB error 03-Jan-2023 00:03:30 Progress (1): 75/545 kB error 03-Jan-2023 00:03:30 Progress (1): 79/545 kB error 03-Jan-2023 00:03:30 Progress (1): 83/545 kB error 03-Jan-2023 00:03:30 Progress (1): 85/545 kB error 03-Jan-2023 00:03:30 Progress (1): 89/545 kB error 03-Jan-2023 00:03:30 Progress (1): 94/545 kB error 03-Jan-2023 00:03:30 Progress (1): 98/545 kB error 03-Jan-2023 00:03:30 Progress (1): 102/545 kB error 03-Jan-2023 00:03:30 Progress (1): 106/545 kB error 03-Jan-2023 00:03:30 Progress (1): 110/545 kB error 03-Jan-2023 00:03:30 Progress (1): 114/545 kB error 03-Jan-2023 00:03:30 Progress (1): 116/545 kB error 03-Jan-2023 00:03:30 Progress (1): 120/545 kB error 03-Jan-2023 00:03:30 Progress (1): 125/545 kB error 03-Jan-2023 00:03:30 Progress (1): 129/545 kB error 03-Jan-2023 00:03:30 Progress (1): 133/545 kB error 03-Jan-2023 00:03:30 Progress (1): 137/545 kB error 03-Jan-2023 00:03:30 Progress (1): 141/545 kB error 03-Jan-2023 00:03:30 Progress (1): 145/545 kB error 03-Jan-2023 00:03:30 Progress (1): 149/545 kB error 03-Jan-2023 00:03:30 Progress (1): 153/545 kB error 03-Jan-2023 00:03:30 Progress (1): 157/545 kB error 03-Jan-2023 00:03:30 Progress (1): 161/545 kB error 03-Jan-2023 00:03:30 Progress (1): 165/545 kB error 03-Jan-2023 00:03:30 Progress (1): 170/545 kB error 03-Jan-2023 00:03:30 Progress (1): 174/545 kB error 03-Jan-2023 00:03:30 Progress (1): 178/545 kB error 03-Jan-2023 00:03:30 Progress (1): 182/545 kB error 03-Jan-2023 00:03:30 Progress (1): 186/545 kB error 03-Jan-2023 00:03:30 Progress (1): 188/545 kB error 03-Jan-2023 00:03:30 Progress (1): 192/545 kB error 03-Jan-2023 00:03:30 Progress (1): 197/545 kB error 03-Jan-2023 00:03:30 Progress (1): 201/545 kB error 03-Jan-2023 00:03:30 Progress (1): 205/545 kB error 03-Jan-2023 00:03:30 Progress (1): 209/545 kB error 03-Jan-2023 00:03:30 Progress (1): 213/545 kB error 03-Jan-2023 00:03:30 Progress (1): 217/545 kB error 03-Jan-2023 00:03:30 Progress (1): 221/545 kB error 03-Jan-2023 00:03:30 Progress (1): 223/545 kB error 03-Jan-2023 00:03:30 Progress (1): 227/545 kB error 03-Jan-2023 00:03:30 Progress (1): 231/545 kB error 03-Jan-2023 00:03:30 Progress (1): 235/545 kB error 03-Jan-2023 00:03:30 Progress (1): 240/545 kB error 03-Jan-2023 00:03:30 Progress (1): 244/545 kB error 03-Jan-2023 00:03:30 Progress (1): 248/545 kB error 03-Jan-2023 00:03:30 Progress (1): 252/545 kB error 03-Jan-2023 00:03:30 Progress (1): 256/545 kB error 03-Jan-2023 00:03:30 Progress (1): 258/545 kB error 03-Jan-2023 00:03:30 Progress (1): 262/545 kB error 03-Jan-2023 00:03:30 Progress (1): 266/545 kB error 03-Jan-2023 00:03:30 Progress (1): 270/545 kB error 03-Jan-2023 00:03:30 Progress (1): 274/545 kB error 03-Jan-2023 00:03:30 Progress (1): 278/545 kB error 03-Jan-2023 00:03:30 Progress (1): 283/545 kB error 03-Jan-2023 00:03:30 Progress (1): 287/545 kB error 03-Jan-2023 00:03:30 Progress (1): 291/545 kB error 03-Jan-2023 00:03:30 Progress (1): 293/545 kB error 03-Jan-2023 00:03:31 Progress (1): 297/545 kB error 03-Jan-2023 00:03:31 Progress (1): 301/545 kB error 03-Jan-2023 00:03:31 Progress (1): 305/545 kB error 03-Jan-2023 00:03:31 Progress (1): 309/545 kB error 03-Jan-2023 00:03:31 Progress (1): 313/545 kB error 03-Jan-2023 00:03:31 Progress (1): 317/545 kB error 03-Jan-2023 00:03:31 Progress (1): 321/545 kB error 03-Jan-2023 00:03:31 Progress (1): 326/545 kB error 03-Jan-2023 00:03:31 Progress (1): 330/545 kB error 03-Jan-2023 00:03:31 Progress (1): 334/545 kB error 03-Jan-2023 00:03:31 Progress (1): 338/545 kB error 03-Jan-2023 00:03:31 Progress (1): 341/545 kB error 03-Jan-2023 00:03:31 Progress (1): 345/545 kB error 03-Jan-2023 00:03:31 Progress (1): 349/545 kB error 03-Jan-2023 00:03:31 Progress (1): 353/545 kB error 03-Jan-2023 00:03:31 Progress (1): 357/545 kB error 03-Jan-2023 00:03:31 Progress (1): 361/545 kB error 03-Jan-2023 00:03:31 Progress (1): 365/545 kB error 03-Jan-2023 00:03:31 Progress (1): 369/545 kB error 03-Jan-2023 00:03:31 Progress (1): 373/545 kB error 03-Jan-2023 00:03:31 Progress (1): 376/545 kB error 03-Jan-2023 00:03:31 Progress (1): 380/545 kB error 03-Jan-2023 00:03:31 Progress (1): 384/545 kB error 03-Jan-2023 00:03:31 Progress (1): 386/545 kB error 03-Jan-2023 00:03:31 Progress (1): 390/545 kB error 03-Jan-2023 00:03:31 Progress (1): 395/545 kB error 03-Jan-2023 00:03:31 Progress (1): 399/545 kB error 03-Jan-2023 00:03:31 Progress (1): 403/545 kB error 03-Jan-2023 00:03:31 Progress (1): 407/545 kB error 03-Jan-2023 00:03:31 Progress (1): 411/545 kB error 03-Jan-2023 00:03:31 Progress (1): 415/545 kB error 03-Jan-2023 00:03:31 Progress (1): 419/545 kB error 03-Jan-2023 00:03:31 Progress (1): 421/545 kB error 03-Jan-2023 00:03:31 Progress (1): 425/545 kB error 03-Jan-2023 00:03:31 Progress (1): 429/545 kB error 03-Jan-2023 00:03:31 Progress (1): 433/545 kB error 03-Jan-2023 00:03:31 Progress (1): 438/545 kB error 03-Jan-2023 00:03:31 Progress (1): 442/545 kB error 03-Jan-2023 00:03:31 Progress (1): 446/545 kB error 03-Jan-2023 00:03:31 Progress (1): 450/545 kB error 03-Jan-2023 00:03:31 Progress (1): 454/545 kB error 03-Jan-2023 00:03:31 Progress (1): 456/545 kB error 03-Jan-2023 00:03:31 Progress (1): 460/545 kB error 03-Jan-2023 00:03:31 Progress (1): 464/545 kB error 03-Jan-2023 00:03:31 Progress (1): 468/545 kB error 03-Jan-2023 00:03:31 Progress (1): 472/545 kB error 03-Jan-2023 00:03:31 Progress (1): 476/545 kB error 03-Jan-2023 00:03:31 Progress (1): 481/545 kB error 03-Jan-2023 00:03:31 Progress (1): 485/545 kB error 03-Jan-2023 00:03:31 Progress (1): 489/545 kB error 03-Jan-2023 00:03:31 Progress (1): 491/545 kB error 03-Jan-2023 00:03:31 Progress (1): 495/545 kB error 03-Jan-2023 00:03:31 Progress (1): 499/545 kB error 03-Jan-2023 00:03:31 Progress (1): 503/545 kB error 03-Jan-2023 00:03:31 Progress (1): 507/545 kB error 03-Jan-2023 00:03:31 Progress (1): 511/545 kB error 03-Jan-2023 00:03:31 Progress (1): 515/545 kB error 03-Jan-2023 00:03:31 Progress (1): 519/545 kB error 03-Jan-2023 00:03:31 Progress (1): 524/545 kB error 03-Jan-2023 00:03:31 Progress (1): 526/545 kB error 03-Jan-2023 00:03:31 Progress (1): 530/545 kB error 03-Jan-2023 00:03:31 Progress (1): 534/545 kB error 03-Jan-2023 00:03:31 Progress (1): 538/545 kB error 03-Jan-2023 00:03:31 Progress (1): 542/545 kB error 03-Jan-2023 00:03:31 Progress (1): 545 kB error 03-Jan-2023 00:03:31 error 03-Jan-2023 00:03: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.1 MB/s) error 03-Jan-2023 00:03:31 #14 198.4 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:03:31 #14 198.4 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 00:03:31 #14 198.5 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:03:31 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:03:31 Progress (1): 8.2 kB error 03-Jan-2023 00:03:31 error 03-Jan-2023 00:03:31 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 00:03:31 #14 198.6 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 00:03:31 #14 198.7 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:03:31 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:03:31 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:03:31 Progress (1): 9.2 kB error 03-Jan-2023 00:03:31 error 03-Jan-2023 00:03:31 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 00:03:31 #14 198.9 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 00:03:31 #14 199.0 Progress (1): 3.3/141 kB error 03-Jan-2023 00:03:31 Progress (1): 6.1/141 kB error 03-Jan-2023 00:03:31 Progress (1): 8.9/141 kB error 03-Jan-2023 00:03:31 Progress (1): 12/141 kB error 03-Jan-2023 00:03:31 Progress (1): 15/141 kB error 03-Jan-2023 00:03:31 Progress (1): 17/141 kB error 03-Jan-2023 00:03:31 Progress (1): 20/141 kB error 03-Jan-2023 00:03:31 Progress (1): 23/141 kB error 03-Jan-2023 00:03:31 Progress (1): 26/141 kB error 03-Jan-2023 00:03:31 Progress (1): 29/141 kB error 03-Jan-2023 00:03:31 Progress (1): 31/141 kB error 03-Jan-2023 00:03:31 Progress (1): 34/141 kB error 03-Jan-2023 00:03:31 Progress (1): 37/141 kB error 03-Jan-2023 00:03:31 Progress (1): 40/141 kB error 03-Jan-2023 00:03:31 Progress (1): 42/141 kB error 03-Jan-2023 00:03:31 Progress (1): 45/141 kB error 03-Jan-2023 00:03:31 Progress (1): 48/141 kB error 03-Jan-2023 00:03:31 Progress (1): 51/141 kB error 03-Jan-2023 00:03:31 Progress (1): 54/141 kB error 03-Jan-2023 00:03:31 Progress (1): 56/141 kB error 03-Jan-2023 00:03:31 Progress (1): 59/141 kB error 03-Jan-2023 00:03:31 Progress (1): 62/141 kB error 03-Jan-2023 00:03:31 Progress (1): 65/141 kB error 03-Jan-2023 00:03:31 Progress (1): 68/141 kB error 03-Jan-2023 00:03:31 Progress (1): 70/141 kB error 03-Jan-2023 00:03:31 Progress (1): 73/141 kB error 03-Jan-2023 00:03:31 Progress (1): 76/141 kB error 03-Jan-2023 00:03:31 Progress (1): 79/141 kB error 03-Jan-2023 00:03:31 Progress (1): 82/141 kB error 03-Jan-2023 00:03:31 Progress (1): 84/141 kB error 03-Jan-2023 00:03:31 Progress (1): 87/141 kB error 03-Jan-2023 00:03:31 Progress (1): 90/141 kB error 03-Jan-2023 00:03:31 Progress (1): 93/141 kB error 03-Jan-2023 00:03:31 Progress (1): 96/141 kB error 03-Jan-2023 00:03:31 Progress (1): 98/141 kB error 03-Jan-2023 00:03:31 Progress (1): 101/141 kB error 03-Jan-2023 00:03:31 Progress (1): 104/141 kB error 03-Jan-2023 00:03:31 Progress (1): 106/141 kB error 03-Jan-2023 00:03:31 Progress (1): 109/141 kB error 03-Jan-2023 00:03:31 Progress (1): 112/141 kB error 03-Jan-2023 00:03:31 Progress (1): 115/141 kB error 03-Jan-2023 00:03:31 Progress (1): 118/141 kB error 03-Jan-2023 00:03:31 Progress (1): 120/141 kB error 03-Jan-2023 00:03:31 Progress (1): 123/141 kB error 03-Jan-2023 00:03:31 Progress (1): 126/141 kB error 03-Jan-2023 00:03:31 Progress (1): 129/141 kB error 03-Jan-2023 00:03:31 Progress (1): 132/141 kB error 03-Jan-2023 00:03:31 Progress (1): 134/141 kB error 03-Jan-2023 00:03:31 Progress (1): 137/141 kB error 03-Jan-2023 00:03:31 Progress (1): 140/141 kB error 03-Jan-2023 00:03:31 Progress (1): 141 kB error 03-Jan-2023 00:03:31 error 03-Jan-2023 00:03:31 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 528 kB/s) error 03-Jan-2023 00:03:31 #14 199.1 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:03:31 #14 199.2 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 00:03:31 #14 199.3 Progress (1): 3.3/18 kB error 03-Jan-2023 00:03:32 Progress (1): 6.1/18 kB error 03-Jan-2023 00:03:32 Progress (1): 8.9/18 kB error 03-Jan-2023 00:03:32 Progress (1): 12/18 kB error 03-Jan-2023 00:03:32 Progress (1): 15/18 kB error 03-Jan-2023 00:03:32 Progress (1): 17/18 kB error 03-Jan-2023 00:03:32 Progress (1): 18 kB error 03-Jan-2023 00:03:32 error 03-Jan-2023 00:03: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 76 kB/s) error 03-Jan-2023 00:03:32 #14 199.4 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 00:03:32 #14 199.5 Progress (1): 3.3/12 kB error 03-Jan-2023 00:03:32 Progress (1): 6.1/12 kB error 03-Jan-2023 00:03:32 Progress (1): 8.9/12 kB error 03-Jan-2023 00:03:32 Progress (1): 12/12 kB error 03-Jan-2023 00:03:32 Progress (1): 12 kB error 03-Jan-2023 00:03:32 error 03-Jan-2023 00:03:32 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 00:03:32 #14 199.6 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 00:03:32 #14 200.0 Progress (1): 0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:03:32 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:03:33 Progress (1): 4.0 MB error 03-Jan-2023 00:03:33 error 03-Jan-2023 00:03: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 4.6 MB/s) error 03-Jan-2023 00:03:33 #14 200.5 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:03:33 #14 200.5 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 00:03:33 #14 200.6 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:03:33 Progress (1): 4.1 kB error 03-Jan-2023 00:03:33 error 03-Jan-2023 00:03:33 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 00:03:33 #14 200.8 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 00:03:33 #14 200.9 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:03:33 Progress (1): 4.3 kB error 03-Jan-2023 00:03:33 error 03-Jan-2023 00:03:33 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 18 kB/s) error 03-Jan-2023 00:03:33 #14 201.0 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 00:03:34 #14 201.3 Progress (1): 4.1/775 kB error 03-Jan-2023 00:03:34 Progress (1): 8.2/775 kB error 03-Jan-2023 00:03:34 Progress (1): 12/775 kB error 03-Jan-2023 00:03:34 Progress (1): 16/775 kB error 03-Jan-2023 00:03:34 Progress (1): 20/775 kB error 03-Jan-2023 00:03:34 Progress (1): 25/775 kB error 03-Jan-2023 00:03:34 Progress (1): 29/775 kB error 03-Jan-2023 00:03:34 Progress (1): 33/775 kB error 03-Jan-2023 00:03:34 Progress (1): 37/775 kB error 03-Jan-2023 00:03:34 Progress (1): 41/775 kB error 03-Jan-2023 00:03:34 Progress (1): 45/775 kB error 03-Jan-2023 00:03:34 Progress (1): 49/775 kB error 03-Jan-2023 00:03:34 Progress (1): 52/775 kB error 03-Jan-2023 00:03:34 Progress (1): 56/775 kB error 03-Jan-2023 00:03:34 Progress (1): 60/775 kB error 03-Jan-2023 00:03:34 Progress (1): 64/775 kB error 03-Jan-2023 00:03:34 Progress (1): 68/775 kB error 03-Jan-2023 00:03:34 Progress (1): 72/775 kB error 03-Jan-2023 00:03:34 Progress (1): 76/775 kB error 03-Jan-2023 00:03:34 Progress (1): 80/775 kB error 03-Jan-2023 00:03:34 Progress (1): 84/775 kB error 03-Jan-2023 00:03:34 Progress (1): 86/775 kB error 03-Jan-2023 00:03:34 Progress (1): 91/775 kB error 03-Jan-2023 00:03:34 Progress (1): 95/775 kB error 03-Jan-2023 00:03:34 Progress (1): 99/775 kB error 03-Jan-2023 00:03:34 Progress (1): 103/775 kB error 03-Jan-2023 00:03:34 Progress (1): 107/775 kB error 03-Jan-2023 00:03:34 Progress (1): 111/775 kB error 03-Jan-2023 00:03:34 Progress (1): 115/775 kB error 03-Jan-2023 00:03:34 Progress (1): 119/775 kB error 03-Jan-2023 00:03:34 Progress (1): 123/775 kB error 03-Jan-2023 00:03:34 Progress (1): 127/775 kB error 03-Jan-2023 00:03:34 Progress (1): 132/775 kB error 03-Jan-2023 00:03:34 Progress (1): 136/775 kB error 03-Jan-2023 00:03:34 Progress (1): 140/775 kB error 03-Jan-2023 00:03:34 Progress (1): 143/775 kB error 03-Jan-2023 00:03:34 Progress (1): 147/775 kB error 03-Jan-2023 00:03:34 Progress (1): 151/775 kB error 03-Jan-2023 00:03:34 Progress (1): 155/775 kB error 03-Jan-2023 00:03:34 Progress (1): 159/775 kB error 03-Jan-2023 00:03:34 Progress (1): 163/775 kB error 03-Jan-2023 00:03:34 Progress (1): 167/775 kB error 03-Jan-2023 00:03:34 Progress (1): 171/775 kB error 03-Jan-2023 00:03:34 Progress (1): 175/775 kB error 03-Jan-2023 00:03:34 Progress (1): 178/775 kB error 03-Jan-2023 00:03:34 Progress (1): 182/775 kB error 03-Jan-2023 00:03:34 Progress (1): 186/775 kB error 03-Jan-2023 00:03:34 Progress (1): 190/775 kB error 03-Jan-2023 00:03:34 Progress (1): 194/775 kB error 03-Jan-2023 00:03:34 Progress (1): 198/775 kB error 03-Jan-2023 00:03:34 Progress (1): 202/775 kB error 03-Jan-2023 00:03:34 Progress (1): 206/775 kB error 03-Jan-2023 00:03:34 Progress (1): 210/775 kB error 03-Jan-2023 00:03:34 Progress (1): 212/775 kB error 03-Jan-2023 00:03:34 Progress (1): 216/775 kB error 03-Jan-2023 00:03:34 Progress (1): 221/775 kB error 03-Jan-2023 00:03:34 Progress (1): 225/775 kB error 03-Jan-2023 00:03:34 Progress (1): 229/775 kB error 03-Jan-2023 00:03:34 Progress (1): 233/775 kB error 03-Jan-2023 00:03:34 Progress (1): 237/775 kB error 03-Jan-2023 00:03:34 Progress (1): 241/775 kB error 03-Jan-2023 00:03:34 Progress (1): 245/775 kB error 03-Jan-2023 00:03:34 Progress (1): 247/775 kB error 03-Jan-2023 00:03:34 Progress (1): 251/775 kB error 03-Jan-2023 00:03:34 Progress (1): 255/775 kB error 03-Jan-2023 00:03:34 Progress (1): 259/775 kB error 03-Jan-2023 00:03:34 Progress (1): 264/775 kB error 03-Jan-2023 00:03:34 Progress (1): 268/775 kB error 03-Jan-2023 00:03:34 Progress (1): 272/775 kB error 03-Jan-2023 00:03:34 Progress (1): 276/775 kB error 03-Jan-2023 00:03:34 Progress (1): 280/775 kB error 03-Jan-2023 00:03:34 Progress (1): 284/775 kB error 03-Jan-2023 00:03:34 Progress (1): 288/775 kB error 03-Jan-2023 00:03:34 Progress (1): 292/775 kB error 03-Jan-2023 00:03:34 Progress (1): 295/775 kB error 03-Jan-2023 00:03:34 Progress (1): 299/775 kB error 03-Jan-2023 00:03:34 Progress (1): 303/775 kB error 03-Jan-2023 00:03:34 Progress (1): 307/775 kB error 03-Jan-2023 00:03:34 Progress (1): 312/775 kB error 03-Jan-2023 00:03:34 Progress (1): 316/775 kB error 03-Jan-2023 00:03:34 Progress (1): 320/775 kB error 03-Jan-2023 00:03:34 Progress (1): 324/775 kB error 03-Jan-2023 00:03:34 Progress (1): 328/775 kB error 03-Jan-2023 00:03:34 Progress (1): 330/775 kB error 03-Jan-2023 00:03:34 Progress (1): 334/775 kB error 03-Jan-2023 00:03:34 Progress (1): 338/775 kB error 03-Jan-2023 00:03:34 Progress (1): 342/775 kB error 03-Jan-2023 00:03:34 Progress (1): 346/775 kB error 03-Jan-2023 00:03:34 Progress (1): 350/775 kB error 03-Jan-2023 00:03:34 Progress (1): 355/775 kB error 03-Jan-2023 00:03:34 Progress (1): 359/775 kB error 03-Jan-2023 00:03:34 Progress (1): 363/775 kB error 03-Jan-2023 00:03:34 Progress (1): 365/775 kB error 03-Jan-2023 00:03:34 Progress (1): 369/775 kB error 03-Jan-2023 00:03:34 Progress (1): 373/775 kB error 03-Jan-2023 00:03:34 Progress (1): 377/775 kB error 03-Jan-2023 00:03:34 Progress (1): 381/775 kB error 03-Jan-2023 00:03:34 Progress (1): 385/775 kB error 03-Jan-2023 00:03:34 Progress (1): 389/775 kB error 03-Jan-2023 00:03:34 Progress (1): 393/775 kB error 03-Jan-2023 00:03:34 Progress (1): 398/775 kB error 03-Jan-2023 00:03:34 Progress (1): 400/775 kB error 03-Jan-2023 00:03:34 Progress (1): 404/775 kB error 03-Jan-2023 00:03:34 Progress (1): 408/775 kB error 03-Jan-2023 00:03:34 Progress (1): 412/775 kB error 03-Jan-2023 00:03:34 Progress (1): 416/775 kB error 03-Jan-2023 00:03:34 Progress (1): 420/775 kB error 03-Jan-2023 00:03:34 Progress (1): 424/775 kB error 03-Jan-2023 00:03:34 Progress (1): 428/775 kB error 03-Jan-2023 00:03:34 Progress (1): 432/775 kB error 03-Jan-2023 00:03:34 Progress (1): 434/775 kB error 03-Jan-2023 00:03:34 Progress (1): 438/775 kB error 03-Jan-2023 00:03:34 Progress (1): 443/775 kB error 03-Jan-2023 00:03:34 Progress (1): 447/775 kB error 03-Jan-2023 00:03:34 Progress (1): 451/775 kB error 03-Jan-2023 00:03:34 Progress (1): 455/775 kB error 03-Jan-2023 00:03:34 Progress (1): 459/775 kB error 03-Jan-2023 00:03:34 Progress (1): 463/775 kB error 03-Jan-2023 00:03:34 Progress (1): 467/775 kB error 03-Jan-2023 00:03:34 Progress (1): 469/775 kB error 03-Jan-2023 00:03:34 Progress (1): 473/775 kB error 03-Jan-2023 00:03:34 Progress (1): 477/775 kB error 03-Jan-2023 00:03:34 Progress (1): 481/775 kB error 03-Jan-2023 00:03:34 Progress (1): 486/775 kB error 03-Jan-2023 00:03:34 Progress (1): 490/775 kB error 03-Jan-2023 00:03:34 Progress (1): 494/775 kB error 03-Jan-2023 00:03:34 Progress (1): 498/775 kB error 03-Jan-2023 00:03:34 Progress (1): 502/775 kB error 03-Jan-2023 00:03:34 Progress (1): 504/775 kB error 03-Jan-2023 00:03:34 Progress (1): 508/775 kB error 03-Jan-2023 00:03:34 Progress (1): 512/775 kB error 03-Jan-2023 00:03:34 Progress (1): 516/775 kB error 03-Jan-2023 00:03:34 Progress (1): 520/775 kB error 03-Jan-2023 00:03:34 Progress (1): 524/775 kB error 03-Jan-2023 00:03:34 Progress (1): 529/775 kB error 03-Jan-2023 00:03:34 Progress (1): 533/775 kB error 03-Jan-2023 00:03:34 Progress (1): 537/775 kB error 03-Jan-2023 00:03:34 Progress (1): 539/775 kB error 03-Jan-2023 00:03:34 Progress (1): 543/775 kB error 03-Jan-2023 00:03:34 Progress (1): 547/775 kB error 03-Jan-2023 00:03:34 Progress (1): 551/775 kB error 03-Jan-2023 00:03:34 Progress (1): 555/775 kB error 03-Jan-2023 00:03:34 Progress (1): 559/775 kB error 03-Jan-2023 00:03:34 Progress (1): 563/775 kB error 03-Jan-2023 00:03:34 Progress (1): 568/775 kB error 03-Jan-2023 00:03:34 Progress (1): 572/775 kB error 03-Jan-2023 00:03:34 Progress (1): 574/775 kB error 03-Jan-2023 00:03:34 Progress (1): 578/775 kB error 03-Jan-2023 00:03:34 Progress (1): 582/775 kB error 03-Jan-2023 00:03:34 Progress (1): 586/775 kB error 03-Jan-2023 00:03:34 Progress (1): 590/775 kB error 03-Jan-2023 00:03:34 Progress (1): 594/775 kB error 03-Jan-2023 00:03:34 Progress (1): 598/775 kB error 03-Jan-2023 00:03:34 Progress (1): 602/775 kB error 03-Jan-2023 00:03:34 Progress (1): 606/775 kB error 03-Jan-2023 00:03:34 Progress (1): 608/775 kB error 03-Jan-2023 00:03:34 Progress (1): 613/775 kB error 03-Jan-2023 00:03:34 Progress (1): 617/775 kB error 03-Jan-2023 00:03:34 Progress (1): 621/775 kB error 03-Jan-2023 00:03:34 Progress (1): 625/775 kB error 03-Jan-2023 00:03:34 Progress (1): 629/775 kB error 03-Jan-2023 00:03:34 Progress (1): 633/775 kB error 03-Jan-2023 00:03:34 Progress (1): 637/775 kB error 03-Jan-2023 00:03:34 Progress (1): 641/775 kB error 03-Jan-2023 00:03:34 Progress (1): 643/775 kB error 03-Jan-2023 00:03:34 Progress (1): 647/775 kB error 03-Jan-2023 00:03:34 Progress (1): 651/775 kB error 03-Jan-2023 00:03:34 Progress (1): 656/775 kB error 03-Jan-2023 00:03:34 Progress (1): 660/775 kB error 03-Jan-2023 00:03:34 Progress (1): 664/775 kB error 03-Jan-2023 00:03:34 Progress (1): 668/775 kB error 03-Jan-2023 00:03:34 Progress (1): 672/775 kB error 03-Jan-2023 00:03:34 Progress (1): 676/775 kB error 03-Jan-2023 00:03:34 Progress (1): 678/775 kB error 03-Jan-2023 00:03:34 Progress (1): 682/775 kB error 03-Jan-2023 00:03:34 Progress (1): 686/775 kB error 03-Jan-2023 00:03:34 Progress (1): 690/775 kB error 03-Jan-2023 00:03:34 Progress (1): 694/775 kB error 03-Jan-2023 00:03:34 Progress (1): 699/775 kB error 03-Jan-2023 00:03:34 Progress (1): 703/775 kB error 03-Jan-2023 00:03:34 Progress (1): 707/775 kB error 03-Jan-2023 00:03:34 Progress (1): 711/775 kB error 03-Jan-2023 00:03:34 Progress (1): 713/775 kB error 03-Jan-2023 00:03:34 Progress (1): 717/775 kB error 03-Jan-2023 00:03:34 Progress (1): 721/775 kB error 03-Jan-2023 00:03:34 Progress (1): 725/775 kB error 03-Jan-2023 00:03:34 Progress (1): 729/775 kB error 03-Jan-2023 00:03:34 Progress (1): 733/775 kB error 03-Jan-2023 00:03:34 Progress (1): 737/775 kB error 03-Jan-2023 00:03:34 Progress (1): 742/775 kB error 03-Jan-2023 00:03:34 Progress (1): 746/775 kB error 03-Jan-2023 00:03:34 Progress (1): 748/775 kB error 03-Jan-2023 00:03:34 Progress (1): 752/775 kB error 03-Jan-2023 00:03:34 Progress (1): 756/775 kB error 03-Jan-2023 00:03:34 Progress (1): 760/775 kB error 03-Jan-2023 00:03:34 Progress (1): 764/775 kB error 03-Jan-2023 00:03:34 Progress (1): 768/775 kB error 03-Jan-2023 00:03:34 Progress (1): 772/775 kB error 03-Jan-2023 00:03:34 Progress (1): 775 kB error 03-Jan-2023 00:03:34 error 03-Jan-2023 00:03:34 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 00:03:34 #14 201.6 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:03:34 #14 201.6 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 00:03:34 #14 201.7 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:03:34 Progress (1): 4.1 kB error 03-Jan-2023 00:03:34 error 03-Jan-2023 00:03:34 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 16 kB/s) error 03-Jan-2023 00:03:34 #14 201.9 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 00:03:34 #14 202.0 Progress (1): 3.3/19 kB error 03-Jan-2023 00:03:34 Progress (1): 6.1/19 kB error 03-Jan-2023 00:03:34 Progress (1): 8.9/19 kB error 03-Jan-2023 00:03:34 Progress (1): 12/19 kB error 03-Jan-2023 00:03:34 Progress (1): 15/19 kB error 03-Jan-2023 00:03:34 Progress (1): 17/19 kB error 03-Jan-2023 00:03:34 Progress (1): 19 kB error 03-Jan-2023 00:03:34 error 03-Jan-2023 00:03:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 62 kB/s) error 03-Jan-2023 00:03:35 #14 202.3 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 00:03:35 #14 202.6 Progress (1): 0.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 0.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 1.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 2.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 3.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 4.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 5.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.4/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.5/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.6/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.7/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.8/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 6.9/17 MB error 03-Jan-2023 00:03:35 Progress (1): 7.0/17 MB error 03-Jan-2023 00:03:35 Progress (1): 7.1/17 MB error 03-Jan-2023 00:03:35 Progress (1): 7.2/17 MB error 03-Jan-2023 00:03:35 Progress (1): 7.3/17 MB error 03-Jan-2023 00:03:35 Progress (1): 7.3/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.4/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.5/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.6/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.7/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.8/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.8/17 MB error 03-Jan-2023 00:03:36 Progress (1): 7.9/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.0/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.1/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.2/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.2/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.3/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.4/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.5/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.6/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.7/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.7/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.8/17 MB error 03-Jan-2023 00:03:36 Progress (1): 8.9/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.0/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.1/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.2/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.2/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.3/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.4/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.5/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.6/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.6/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.7/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.8/17 MB error 03-Jan-2023 00:03:36 Progress (1): 9.9/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10.0/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 10/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 11/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 12/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 13/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 14/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 15/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 16/17 MB error 03-Jan-2023 00:03:36 Progress (1): 17/17 MB error 03-Jan-2023 00:03:36 Progress (1): 17 MB error 03-Jan-2023 00:03:37 error 03-Jan-2023 00:03:37 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.0 MB/s) error 03-Jan-2023 00:03:37 #14 204.4 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:03:37 #14 204.4 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 00:03:37 #14 204.5 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:03:37 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:03:37 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:03:37 Progress (1): 9.2 kB error 03-Jan-2023 00:03:37 error 03-Jan-2023 00:03:37 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 00:03:37 #14 204.6 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 00:03:37 #14 204.8 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:03:37 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:03:37 Progress (1): 7.2 kB error 03-Jan-2023 00:03:37 error 03-Jan-2023 00:03:37 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 00:03:37 #14 204.9 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 00:03:37 #14 205.2 Progress (1): 4.1/257 kB error 03-Jan-2023 00:03:37 Progress (1): 7.5/257 kB error 03-Jan-2023 00:03:37 Progress (1): 12/257 kB error 03-Jan-2023 00:03:37 Progress (1): 16/257 kB error 03-Jan-2023 00:03:37 Progress (1): 20/257 kB error 03-Jan-2023 00:03:37 Progress (1): 24/257 kB error 03-Jan-2023 00:03:37 Progress (1): 28/257 kB error 03-Jan-2023 00:03:37 Progress (1): 32/257 kB error 03-Jan-2023 00:03:37 Progress (1): 36/257 kB error 03-Jan-2023 00:03:37 Progress (1): 40/257 kB error 03-Jan-2023 00:03:37 Progress (1): 42/257 kB error 03-Jan-2023 00:03:37 Progress (1): 46/257 kB error 03-Jan-2023 00:03:37 Progress (1): 51/257 kB error 03-Jan-2023 00:03:37 Progress (1): 55/257 kB error 03-Jan-2023 00:03:37 Progress (1): 59/257 kB error 03-Jan-2023 00:03:37 Progress (1): 63/257 kB error 03-Jan-2023 00:03:37 Progress (1): 67/257 kB error 03-Jan-2023 00:03:37 Progress (1): 71/257 kB error 03-Jan-2023 00:03:37 Progress (1): 75/257 kB error 03-Jan-2023 00:03:37 Progress (1): 77/257 kB error 03-Jan-2023 00:03:37 Progress (1): 81/257 kB error 03-Jan-2023 00:03:37 Progress (1): 85/257 kB error 03-Jan-2023 00:03:37 Progress (1): 89/257 kB error 03-Jan-2023 00:03:37 Progress (1): 94/257 kB error 03-Jan-2023 00:03:37 Progress (1): 98/257 kB error 03-Jan-2023 00:03:37 Progress (1): 102/257 kB error 03-Jan-2023 00:03:37 Progress (1): 106/257 kB error 03-Jan-2023 00:03:37 Progress (1): 110/257 kB error 03-Jan-2023 00:03:37 Progress (1): 112/257 kB error 03-Jan-2023 00:03:37 Progress (1): 116/257 kB error 03-Jan-2023 00:03:37 Progress (1): 120/257 kB error 03-Jan-2023 00:03:37 Progress (1): 124/257 kB error 03-Jan-2023 00:03:37 Progress (1): 128/257 kB error 03-Jan-2023 00:03:37 Progress (1): 132/257 kB error 03-Jan-2023 00:03:37 Progress (1): 137/257 kB error 03-Jan-2023 00:03:37 Progress (1): 141/257 kB error 03-Jan-2023 00:03:37 Progress (1): 143/257 kB error 03-Jan-2023 00:03:37 Progress (1): 147/257 kB error 03-Jan-2023 00:03:37 Progress (1): 151/257 kB error 03-Jan-2023 00:03:37 Progress (1): 155/257 kB error 03-Jan-2023 00:03:37 Progress (1): 159/257 kB error 03-Jan-2023 00:03:37 Progress (1): 163/257 kB error 03-Jan-2023 00:03:37 Progress (1): 167/257 kB error 03-Jan-2023 00:03:37 Progress (1): 171/257 kB error 03-Jan-2023 00:03:37 Progress (1): 175/257 kB error 03-Jan-2023 00:03:37 Progress (1): 178/257 kB error 03-Jan-2023 00:03:37 Progress (1): 182/257 kB error 03-Jan-2023 00:03:37 Progress (1): 186/257 kB error 03-Jan-2023 00:03:37 Progress (1): 188/257 kB error 03-Jan-2023 00:03:37 Progress (1): 192/257 kB error 03-Jan-2023 00:03:37 Progress (1): 197/257 kB error 03-Jan-2023 00:03:37 Progress (1): 201/257 kB error 03-Jan-2023 00:03:37 Progress (1): 205/257 kB error 03-Jan-2023 00:03:37 Progress (1): 209/257 kB error 03-Jan-2023 00:03:37 Progress (1): 213/257 kB error 03-Jan-2023 00:03:37 Progress (1): 217/257 kB error 03-Jan-2023 00:03:37 Progress (1): 221/257 kB error 03-Jan-2023 00:03:37 Progress (1): 225/257 kB error 03-Jan-2023 00:03:37 Progress (1): 229/257 kB error 03-Jan-2023 00:03:37 Progress (1): 232/257 kB error 03-Jan-2023 00:03:37 Progress (1): 236/257 kB error 03-Jan-2023 00:03:37 Progress (1): 240/257 kB error 03-Jan-2023 00:03:37 Progress (1): 244/257 kB error 03-Jan-2023 00:03:37 Progress (1): 249/257 kB error 03-Jan-2023 00:03:37 Progress (1): 251/257 kB error 03-Jan-2023 00:03:37 Progress (1): 255/257 kB error 03-Jan-2023 00:03:37 Progress (1): 257 kB error 03-Jan-2023 00:03:38 error 03-Jan-2023 00:03:38 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 549 kB/s) error 03-Jan-2023 00:03:38 #14 205.3 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:03:38 #14 205.4 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 00:03:38 #14 205.5 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:03:38 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:03:38 Progress (1): 6.3 kB error 03-Jan-2023 00:03:38 error 03-Jan-2023 00:03:38 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 00:03:38 #14 205.6 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 00:03:38 #14 205.7 Progress (1): 3.3/7.7 kB error 03-Jan-2023 00:03:38 Progress (1): 6.1/7.7 kB error 03-Jan-2023 00:03:38 Progress (1): 7.7 kB error 03-Jan-2023 00:03:38 error 03-Jan-2023 00:03:38 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 34 kB/s) error 03-Jan-2023 00:03:38 #14 205.9 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 00:03:38 #14 206.0 Progress (1): 3.3/127 kB error 03-Jan-2023 00:03:38 Progress (1): 6.1/127 kB error 03-Jan-2023 00:03:38 Progress (1): 8.9/127 kB error 03-Jan-2023 00:03:38 Progress (1): 12/127 kB error 03-Jan-2023 00:03:38 Progress (1): 14/127 kB error 03-Jan-2023 00:03:38 Progress (1): 17/127 kB error 03-Jan-2023 00:03:38 Progress (1): 20/127 kB error 03-Jan-2023 00:03:38 Progress (1): 23/127 kB error 03-Jan-2023 00:03:38 Progress (1): 26/127 kB error 03-Jan-2023 00:03:38 Progress (1): 29/127 kB error 03-Jan-2023 00:03:38 Progress (1): 31/127 kB error 03-Jan-2023 00:03:38 Progress (1): 34/127 kB error 03-Jan-2023 00:03:38 Progress (1): 37/127 kB error 03-Jan-2023 00:03:38 Progress (1): 40/127 kB error 03-Jan-2023 00:03:38 Progress (1): 43/127 kB error 03-Jan-2023 00:03:38 Progress (1): 45/127 kB error 03-Jan-2023 00:03:38 Progress (1): 48/127 kB error 03-Jan-2023 00:03:38 Progress (1): 51/127 kB error 03-Jan-2023 00:03:38 Progress (1): 54/127 kB error 03-Jan-2023 00:03:38 Progress (1): 56/127 kB error 03-Jan-2023 00:03:38 Progress (1): 59/127 kB error 03-Jan-2023 00:03:38 Progress (1): 62/127 kB error 03-Jan-2023 00:03:38 Progress (1): 65/127 kB error 03-Jan-2023 00:03:38 Progress (1): 68/127 kB error 03-Jan-2023 00:03:38 Progress (1): 70/127 kB error 03-Jan-2023 00:03:38 Progress (1): 73/127 kB error 03-Jan-2023 00:03:38 Progress (1): 76/127 kB error 03-Jan-2023 00:03:38 Progress (1): 79/127 kB error 03-Jan-2023 00:03:38 Progress (1): 82/127 kB error 03-Jan-2023 00:03:38 Progress (1): 84/127 kB error 03-Jan-2023 00:03:38 Progress (1): 87/127 kB error 03-Jan-2023 00:03:38 Progress (1): 90/127 kB error 03-Jan-2023 00:03:38 Progress (1): 93/127 kB error 03-Jan-2023 00:03:38 Progress (1): 96/127 kB error 03-Jan-2023 00:03:38 Progress (1): 98/127 kB error 03-Jan-2023 00:03:38 Progress (1): 101/127 kB error 03-Jan-2023 00:03:38 Progress (1): 104/127 kB error 03-Jan-2023 00:03:38 Progress (1): 107/127 kB error 03-Jan-2023 00:03:38 Progress (1): 110/127 kB error 03-Jan-2023 00:03:38 Progress (1): 112/127 kB error 03-Jan-2023 00:03:38 Progress (1): 115/127 kB error 03-Jan-2023 00:03:38 Progress (1): 118/127 kB error 03-Jan-2023 00:03:38 Progress (1): 121/127 kB error 03-Jan-2023 00:03:38 Progress (1): 124/127 kB error 03-Jan-2023 00:03:38 Progress (1): 126/127 kB error 03-Jan-2023 00:03:38 Progress (1): 127 kB error 03-Jan-2023 00:03:38 error 03-Jan-2023 00:03:38 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 468 kB/s) error 03-Jan-2023 00:03:38 #14 206.2 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:03:38 #14 206.2 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 00:03:39 #14 206.3 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:03:39 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:03:39 Progress (1): 6.3 kB error 03-Jan-2023 00:03:39 error 03-Jan-2023 00:03:39 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 27 kB/s) error 03-Jan-2023 00:03:39 #14 206.4 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 00:03:39 #14 206.6 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:03:39 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:03:39 Progress (1): 6.3 kB error 03-Jan-2023 00:03:39 error 03-Jan-2023 00:03:39 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 25 kB/s) error 03-Jan-2023 00:03:39 #14 206.7 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 00:03:39 #14 207.0 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:39 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:40 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:40 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:03:40 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:40 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:03:40 Progress (1): 1.6 MB error 03-Jan-2023 00:03:40 error 03-Jan-2023 00:03:40 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.4 MB/s) error 03-Jan-2023 00:03:40 #14 207.4 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:03:40 #14 207.4 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 00:03:40 #14 207.5 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 00:03:40 #14 208.0 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:03:40 #14 208.1 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 00:03:41 #14 208.3 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:03:41 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:03:41 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:03:41 Progress (1): 9.6 kB error 03-Jan-2023 00:03:41 error 03-Jan-2023 00:03:41 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 27 kB/s) error 03-Jan-2023 00:03:41 #14 208.4 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:03:41 #14 208.5 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 00:03:41 #14 208.6 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:03:41 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:03:41 Progress (1): 6.2 kB error 03-Jan-2023 00:03:41 error 03-Jan-2023 00:03:41 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 00:03:41 #14 208.8 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 00:03:41 #14 208.9 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:03:41 Progress (1): 5.3 kB error 03-Jan-2023 00:03:41 error 03-Jan-2023 00:03:41 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 00:03:42 #14 209.2 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 00:03:42 #14 209.5 Progress (1): 4.1/279 kB error 03-Jan-2023 00:03:42 Progress (1): 8.2/279 kB error 03-Jan-2023 00:03:42 Progress (1): 12/279 kB error 03-Jan-2023 00:03:42 Progress (1): 16/279 kB error 03-Jan-2023 00:03:42 Progress (1): 20/279 kB error 03-Jan-2023 00:03:42 Progress (1): 25/279 kB error 03-Jan-2023 00:03:42 Progress (1): 29/279 kB error 03-Jan-2023 00:03:42 Progress (1): 33/279 kB error 03-Jan-2023 00:03:42 Progress (1): 37/279 kB error 03-Jan-2023 00:03:42 Progress (1): 41/279 kB error 03-Jan-2023 00:03:42 Progress (1): 45/279 kB error 03-Jan-2023 00:03:42 Progress (1): 49/279 kB error 03-Jan-2023 00:03:42 Progress (1): 52/279 kB error 03-Jan-2023 00:03:42 Progress (1): 56/279 kB error 03-Jan-2023 00:03:42 Progress (1): 60/279 kB error 03-Jan-2023 00:03:42 Progress (1): 64/279 kB error 03-Jan-2023 00:03:42 Progress (1): 68/279 kB error 03-Jan-2023 00:03:42 Progress (1): 72/279 kB error 03-Jan-2023 00:03:42 Progress (1): 76/279 kB error 03-Jan-2023 00:03:42 Progress (1): 80/279 kB error 03-Jan-2023 00:03:42 Progress (1): 84/279 kB error 03-Jan-2023 00:03:42 Progress (1): 86/279 kB error 03-Jan-2023 00:03:42 Progress (1): 91/279 kB error 03-Jan-2023 00:03:42 Progress (1): 95/279 kB error 03-Jan-2023 00:03:42 Progress (1): 99/279 kB error 03-Jan-2023 00:03:42 Progress (1): 103/279 kB error 03-Jan-2023 00:03:42 Progress (1): 107/279 kB error 03-Jan-2023 00:03:42 Progress (1): 111/279 kB error 03-Jan-2023 00:03:42 Progress (1): 115/279 kB error 03-Jan-2023 00:03:42 Progress (1): 119/279 kB error 03-Jan-2023 00:03:42 Progress (1): 123/279 kB error 03-Jan-2023 00:03:42 Progress (1): 127/279 kB error 03-Jan-2023 00:03:42 Progress (1): 132/279 kB error 03-Jan-2023 00:03:42 Progress (1): 136/279 kB error 03-Jan-2023 00:03:42 Progress (1): 140/279 kB error 03-Jan-2023 00:03:42 Progress (1): 143/279 kB error 03-Jan-2023 00:03:42 Progress (1): 147/279 kB error 03-Jan-2023 00:03:42 Progress (1): 151/279 kB error 03-Jan-2023 00:03:42 Progress (1): 155/279 kB error 03-Jan-2023 00:03:42 Progress (1): 159/279 kB error 03-Jan-2023 00:03:42 Progress (1): 163/279 kB error 03-Jan-2023 00:03:42 Progress (1): 167/279 kB error 03-Jan-2023 00:03:42 Progress (1): 171/279 kB error 03-Jan-2023 00:03:42 Progress (1): 175/279 kB error 03-Jan-2023 00:03:42 Progress (1): 178/279 kB error 03-Jan-2023 00:03:42 Progress (1): 182/279 kB error 03-Jan-2023 00:03:42 Progress (1): 186/279 kB error 03-Jan-2023 00:03:42 Progress (1): 190/279 kB error 03-Jan-2023 00:03:42 Progress (1): 195/279 kB error 03-Jan-2023 00:03:42 Progress (1): 197/279 kB error 03-Jan-2023 00:03:42 Progress (1): 201/279 kB error 03-Jan-2023 00:03:42 Progress (1): 206/279 kB error 03-Jan-2023 00:03:42 Progress (1): 210/279 kB error 03-Jan-2023 00:03:42 Progress (1): 214/279 kB error 03-Jan-2023 00:03:42 Progress (1): 218/279 kB error 03-Jan-2023 00:03:42 Progress (1): 222/279 kB error 03-Jan-2023 00:03:42 Progress (1): 226/279 kB error 03-Jan-2023 00:03:42 Progress (1): 230/279 kB error 03-Jan-2023 00:03:42 Progress (1): 234/279 kB error 03-Jan-2023 00:03:42 Progress (1): 238/279 kB error 03-Jan-2023 00:03:42 Progress (1): 242/279 kB error 03-Jan-2023 00:03:42 Progress (1): 246/279 kB error 03-Jan-2023 00:03:42 Progress (1): 251/279 kB error 03-Jan-2023 00:03:42 Progress (1): 255/279 kB error 03-Jan-2023 00:03:42 Progress (1): 259/279 kB error 03-Jan-2023 00:03:42 Progress (1): 263/279 kB error 03-Jan-2023 00:03:42 Progress (1): 267/279 kB error 03-Jan-2023 00:03:42 Progress (1): 271/279 kB error 03-Jan-2023 00:03:42 Progress (1): 275/279 kB error 03-Jan-2023 00:03:42 Progress (1): 278/279 kB error 03-Jan-2023 00:03:42 Progress (1): 279 kB error 03-Jan-2023 00:03:42 error 03-Jan-2023 00:03:42 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 538 kB/s) error 03-Jan-2023 00:03:42 #14 209.7 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:03:42 #14 209.7 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 00:03:42 #14 209.8 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:03:42 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:03:42 Progress (1): 7.2 kB error 03-Jan-2023 00:03:42 error 03-Jan-2023 00:03:42 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 00:03:42 #14 210.0 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 00:03:42 #14 210.2 Progress (1): 3.3/16 kB error 03-Jan-2023 00:03:42 Progress (1): 6.1/16 kB error 03-Jan-2023 00:03:42 Progress (1): 8.9/16 kB error 03-Jan-2023 00:03:42 Progress (1): 12/16 kB error 03-Jan-2023 00:03:42 Progress (1): 14/16 kB error 03-Jan-2023 00:03:42 Progress (1): 16 kB error 03-Jan-2023 00:03:43 error 03-Jan-2023 00:03:43 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 48 kB/s) error 03-Jan-2023 00:03:43 #14 210.3 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 00:03:43 #14 210.6 Progress (1): 0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:03:43 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:03:44 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:03:44 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:03:44 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:03:44 Progress (1): 6.9 MB error 03-Jan-2023 00:03:44 error 03-Jan-2023 00:03: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.jar (6.9 MB at 6.5 MB/s) error 03-Jan-2023 00:03:44 #14 211.4 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:03:44 #14 211.4 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 00:03:44 #14 211.5 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:03:44 Progress (1): 5.3 kB error 03-Jan-2023 00:03:44 error 03-Jan-2023 00:03:44 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 00:03:44 #14 211.7 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 00:03:44 #14 211.9 Progress (1): 3.3/3.6 kB error 03-Jan-2023 00:03:44 Progress (1): 3.6 kB error 03-Jan-2023 00:03:44 error 03-Jan-2023 00:03:44 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 11 kB/s) error 03-Jan-2023 00:03:44 #14 212.0 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 00:03:44 #14 212.1 Progress (1): 3.3/13 kB error 03-Jan-2023 00:03:44 Progress (1): 6.1/13 kB error 03-Jan-2023 00:03:44 Progress (1): 8.9/13 kB error 03-Jan-2023 00:03:44 Progress (1): 12/13 kB error 03-Jan-2023 00:03:44 Progress (1): 13 kB error 03-Jan-2023 00:03:44 error 03-Jan-2023 00:03:45 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 00:03:45 #14 212.2 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:03:45 #14 212.2 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 00:03:45 #14 212.3 Progress (1): 3.3/8.9 kB error 03-Jan-2023 00:03:45 Progress (1): 6.1/8.9 kB error 03-Jan-2023 00:03:45 Progress (1): 8.9 kB error 03-Jan-2023 00:03:45 error 03-Jan-2023 00:03:45 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 37 kB/s) error 03-Jan-2023 00:03:45 #14 212.5 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 00:03:45 #14 212.6 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:03:45 Progress (1): 6.0 kB error 03-Jan-2023 00:03:45 error 03-Jan-2023 00:03:45 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 00:03:45 #14 212.7 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 00:03:45 #14 213.1 Progress (1): 0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:45 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:03:46 Progress (1): 4.8 MB error 03-Jan-2023 00:03:46 error 03-Jan-2023 00:03:46 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.2 MB/s) error 03-Jan-2023 00:03:46 #14 213.7 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:03:46 #14 213.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 00:03:46 #14 213.8 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:03:46 Progress (1): 5.9 kB error 03-Jan-2023 00:03:46 error 03-Jan-2023 00:03:46 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 00:03:46 #14 213.9 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 00:03:46 #14 214.0 Progress (1): 3.3/11 kB error 03-Jan-2023 00:03:46 Progress (1): 6.1/11 kB error 03-Jan-2023 00:03:46 Progress (1): 8.9/11 kB error 03-Jan-2023 00:03:46 Progress (1): 11 kB error 03-Jan-2023 00:03:46 error 03-Jan-2023 00:03:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 49 kB/s) error 03-Jan-2023 00:03:46 #14 214.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 00:03:47 #14 214.5 Progress (1): 0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:03:47 Progress (1): 2.7 MB error 03-Jan-2023 00:03:47 error 03-Jan-2023 00:03:47 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.7 MB/s) error 03-Jan-2023 00:03:47 #14 214.9 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:03:47 #14 214.9 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 00:03:47 #14 215.1 Progress (1): 2.9 kB error 03-Jan-2023 00:03:47 error 03-Jan-2023 00:03:47 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 12 kB/s) error 03-Jan-2023 00:03:47 #14 215.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 00:03:47 #14 215.3 Progress (1): 3.3/11 kB error 03-Jan-2023 00:03:48 Progress (1): 6.1/11 kB error 03-Jan-2023 00:03:48 Progress (1): 8.9/11 kB error 03-Jan-2023 00:03:48 Progress (1): 11 kB error 03-Jan-2023 00:03:48 error 03-Jan-2023 00:03:48 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 00:03:48 #14 215.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 00:03:48 #14 215.8 Progress (1): 4.1/509 kB error 03-Jan-2023 00:03:48 Progress (1): 7.5/509 kB error 03-Jan-2023 00:03:48 Progress (1): 12/509 kB error 03-Jan-2023 00:03:48 Progress (1): 16/509 kB error 03-Jan-2023 00:03:48 Progress (1): 20/509 kB error 03-Jan-2023 00:03:48 Progress (1): 24/509 kB error 03-Jan-2023 00:03:48 Progress (1): 28/509 kB error 03-Jan-2023 00:03:48 Progress (1): 32/509 kB error 03-Jan-2023 00:03:48 Progress (1): 36/509 kB error 03-Jan-2023 00:03:48 Progress (1): 40/509 kB error 03-Jan-2023 00:03:48 Progress (1): 42/509 kB error 03-Jan-2023 00:03:48 Progress (1): 46/509 kB error 03-Jan-2023 00:03:48 Progress (1): 51/509 kB error 03-Jan-2023 00:03:48 Progress (1): 55/509 kB error 03-Jan-2023 00:03:48 Progress (1): 59/509 kB error 03-Jan-2023 00:03:48 Progress (1): 63/509 kB error 03-Jan-2023 00:03:48 Progress (1): 67/509 kB error 03-Jan-2023 00:03:48 Progress (1): 71/509 kB error 03-Jan-2023 00:03:48 Progress (1): 75/509 kB error 03-Jan-2023 00:03:48 Progress (1): 79/509 kB error 03-Jan-2023 00:03:48 Progress (1): 83/509 kB error 03-Jan-2023 00:03:48 Progress (1): 87/509 kB error 03-Jan-2023 00:03:48 Progress (1): 91/509 kB error 03-Jan-2023 00:03:48 Progress (1): 96/509 kB error 03-Jan-2023 00:03:48 Progress (1): 100/509 kB error 03-Jan-2023 00:03:48 Progress (1): 104/509 kB error 03-Jan-2023 00:03:48 Progress (1): 106/509 kB error 03-Jan-2023 00:03:48 Progress (1): 110/509 kB error 03-Jan-2023 00:03:48 Progress (1): 114/509 kB error 03-Jan-2023 00:03:48 Progress (1): 118/509 kB error 03-Jan-2023 00:03:48 Progress (1): 123/509 kB error 03-Jan-2023 00:03:48 Progress (1): 127/509 kB error 03-Jan-2023 00:03:48 Progress (1): 131/509 kB error 03-Jan-2023 00:03:48 Progress (1): 135/509 kB error 03-Jan-2023 00:03:48 Progress (1): 139/509 kB error 03-Jan-2023 00:03:48 Progress (1): 141/509 kB error 03-Jan-2023 00:03:48 Progress (1): 145/509 kB error 03-Jan-2023 00:03:48 Progress (1): 149/509 kB error 03-Jan-2023 00:03:48 Progress (1): 153/509 kB error 03-Jan-2023 00:03:48 Progress (1): 157/509 kB error 03-Jan-2023 00:03:48 Progress (1): 161/509 kB error 03-Jan-2023 00:03:48 Progress (1): 166/509 kB error 03-Jan-2023 00:03:48 Progress (1): 170/509 kB error 03-Jan-2023 00:03:48 Progress (1): 174/509 kB error 03-Jan-2023 00:03:48 Progress (1): 176/509 kB error 03-Jan-2023 00:03:48 Progress (1): 180/509 kB error 03-Jan-2023 00:03:48 Progress (1): 184/509 kB error 03-Jan-2023 00:03:48 Progress (1): 188/509 kB error 03-Jan-2023 00:03:48 Progress (1): 192/509 kB error 03-Jan-2023 00:03:48 Progress (1): 196/509 kB error 03-Jan-2023 00:03:48 Progress (1): 200/509 kB error 03-Jan-2023 00:03:48 Progress (1): 204/509 kB error 03-Jan-2023 00:03:48 Progress (1): 209/509 kB error 03-Jan-2023 00:03:48 Progress (1): 213/509 kB error 03-Jan-2023 00:03:48 Progress (1): 217/509 kB error 03-Jan-2023 00:03:48 Progress (1): 221/509 kB error 03-Jan-2023 00:03:48 Progress (1): 225/509 kB error 03-Jan-2023 00:03:48 Progress (1): 229/509 kB error 03-Jan-2023 00:03:48 Progress (1): 231/509 kB error 03-Jan-2023 00:03:48 Progress (1): 235/509 kB error 03-Jan-2023 00:03:48 Progress (1): 239/509 kB error 03-Jan-2023 00:03:48 Progress (1): 243/509 kB error 03-Jan-2023 00:03:48 Progress (1): 247/509 kB error 03-Jan-2023 00:03:48 Progress (1): 251/509 kB error 03-Jan-2023 00:03:48 Progress (1): 255/509 kB error 03-Jan-2023 00:03:48 Progress (1): 260/509 kB error 03-Jan-2023 00:03:48 Progress (1): 264/509 kB error 03-Jan-2023 00:03:48 Progress (1): 268/509 kB error 03-Jan-2023 00:03:48 Progress (1): 272/509 kB error 03-Jan-2023 00:03:48 Progress (1): 276/509 kB error 03-Jan-2023 00:03:48 Progress (1): 280/509 kB error 03-Jan-2023 00:03:48 Progress (1): 284/509 kB error 03-Jan-2023 00:03:48 Progress (1): 288/509 kB error 03-Jan-2023 00:03:48 Progress (1): 292/509 kB error 03-Jan-2023 00:03:48 Progress (1): 295/509 kB error 03-Jan-2023 00:03:48 Progress (1): 299/509 kB error 03-Jan-2023 00:03:48 Progress (1): 303/509 kB error 03-Jan-2023 00:03:48 Progress (1): 307/509 kB error 03-Jan-2023 00:03:48 Progress (1): 312/509 kB error 03-Jan-2023 00:03:48 Progress (1): 314/509 kB error 03-Jan-2023 00:03:48 Progress (1): 318/509 kB error 03-Jan-2023 00:03:48 Progress (1): 323/509 kB error 03-Jan-2023 00:03:48 Progress (1): 327/509 kB error 03-Jan-2023 00:03:48 Progress (1): 331/509 kB error 03-Jan-2023 00:03:48 Progress (1): 335/509 kB error 03-Jan-2023 00:03:48 Progress (1): 339/509 kB error 03-Jan-2023 00:03:48 Progress (1): 341/509 kB error 03-Jan-2023 00:03:48 Progress (1): 345/509 kB error 03-Jan-2023 00:03:48 Progress (1): 350/509 kB error 03-Jan-2023 00:03:48 Progress (1): 354/509 kB error 03-Jan-2023 00:03:48 Progress (1): 358/509 kB error 03-Jan-2023 00:03:48 Progress (1): 362/509 kB error 03-Jan-2023 00:03:48 Progress (1): 366/509 kB error 03-Jan-2023 00:03:48 Progress (1): 370/509 kB error 03-Jan-2023 00:03:48 Progress (1): 374/509 kB error 03-Jan-2023 00:03:48 Progress (1): 376/509 kB error 03-Jan-2023 00:03:48 Progress (1): 380/509 kB error 03-Jan-2023 00:03:48 Progress (1): 384/509 kB error 03-Jan-2023 00:03:48 Progress (1): 388/509 kB error 03-Jan-2023 00:03:48 Progress (1): 393/509 kB error 03-Jan-2023 00:03:48 Progress (1): 397/509 kB error 03-Jan-2023 00:03:48 Progress (1): 401/509 kB error 03-Jan-2023 00:03:48 Progress (1): 404/509 kB error 03-Jan-2023 00:03:48 Progress (1): 408/509 kB error 03-Jan-2023 00:03:48 Progress (1): 412/509 kB error 03-Jan-2023 00:03:48 Progress (1): 416/509 kB error 03-Jan-2023 00:03:48 Progress (1): 420/509 kB error 03-Jan-2023 00:03:48 Progress (1): 424/509 kB error 03-Jan-2023 00:03:48 Progress (1): 428/509 kB error 03-Jan-2023 00:03:48 Progress (1): 431/509 kB error 03-Jan-2023 00:03:48 Progress (1): 435/509 kB error 03-Jan-2023 00:03:48 Progress (1): 439/509 kB error 03-Jan-2023 00:03:48 Progress (1): 443/509 kB error 03-Jan-2023 00:03:48 Progress (1): 447/509 kB error 03-Jan-2023 00:03:48 Progress (1): 449/509 kB error 03-Jan-2023 00:03:48 Progress (1): 453/509 kB error 03-Jan-2023 00:03:48 Progress (1): 458/509 kB error 03-Jan-2023 00:03:48 Progress (1): 462/509 kB error 03-Jan-2023 00:03:48 Progress (1): 466/509 kB error 03-Jan-2023 00:03:48 Progress (1): 470/509 kB error 03-Jan-2023 00:03:48 Progress (1): 474/509 kB error 03-Jan-2023 00:03:48 Progress (1): 478/509 kB error 03-Jan-2023 00:03:48 Progress (1): 482/509 kB error 03-Jan-2023 00:03:48 Progress (1): 486/509 kB error 03-Jan-2023 00:03:48 Progress (1): 490/509 kB error 03-Jan-2023 00:03:48 Progress (1): 493/509 kB error 03-Jan-2023 00:03:48 Progress (1): 497/509 kB error 03-Jan-2023 00:03:48 Progress (1): 501/509 kB error 03-Jan-2023 00:03:48 Progress (1): 505/509 kB error 03-Jan-2023 00:03:48 Progress (1): 509 kB error 03-Jan-2023 00:03:48 error 03-Jan-2023 00:03:48 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 812 kB/s) error 03-Jan-2023 00:03:48 #14 216.1 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 00:03:48 #14 216.1 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.2 [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 00:03:48 #14 216.2 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 00:03:48 #14 216.2 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.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 00:03:48 #14 216.3 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod error 03-Jan-2023 00:03:49 #14 216.3 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 00:03:49 #14 216.3 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 00:03:49 #14 216.3 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 00:03:49 #14 216.3 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 00:03:49 #14 216.3 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 00:03:49 #14 216.3 [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 00:03:49 #14 216.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 00:03:49 #14 216.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 00:03:49 #14 216.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 00:03:49 #14 216.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 00:03:49 #14 216.3 error 03-Jan-2023 00:03:49 #14 216.3 Downloading OWAs... error 03-Jan-2023 00:03:49 #14 216.3 error 03-Jan-2023 00:03:49 #14 216.3 error 03-Jan-2023 00:03:49 #14 216.3 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:03:49 #14 216.5 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:03:49 #14 216.5 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 00:03:49 #14 216.7 Progress (1): 424 B error 03-Jan-2023 00:03:49 error 03-Jan-2023 00:03:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 1.2 kB/s) error 03-Jan-2023 00:03:49 #14 217.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 00:03:49 #14 217.3 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:49 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:49 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:03:50 Progress (1): 1.1 MB error 03-Jan-2023 00:03:50 error 03-Jan-2023 00:03:50 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 00:03:50 #14 217.6 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 00:03:50 #14 217.6 error 03-Jan-2023 00:03:50 #14 217.6 Creating Docker Compose configuration... error 03-Jan-2023 00:03:50 #14 217.6 error 03-Jan-2023 00:03:52 #14 219.9 error 03-Jan-2023 00:03:52 #14 219.9 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 00:03:52 #14 219.9 error 03-Jan-2023 00:03:52 #14 219.9 [INFO] error 03-Jan-2023 00:03:52 #14 220.0 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 00:03:52 #14 220.2 error 03-Jan-2023 00:03:52 #14 220.2 Downloading modules... error 03-Jan-2023 00:03:52 #14 220.2 error 03-Jan-2023 00:03:53 #14 220.2 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:03:53 #14 220.6 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:03:53 #14 220.7 error 03-Jan-2023 00:03:53 #14 220.7 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:03:53 #14 220.7 error 03-Jan-2023 00:03:53 #14 220.7 target:/app/package/target/bundled-distro/web error 03-Jan-2023 00:03:53 #14 221.0 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:03:53 #14 221.2 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:03:54 #14 221.3 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:03:54 #14 221.4 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:03:54 #14 221.4 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:03:54 #14 221.4 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:03:54 #14 221.4 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:03:54 #14 221.4 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:03:54 #14 221.5 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:03:54 #14 221.5 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:03:54 #14 221.5 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:03:54 #14 221.5 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:03:54 #14 221.5 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:03:54 #14 221.6 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:03:54 #14 221.6 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:03:54 #14 221.6 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:03:54 #14 221.6 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:03:54 #14 221.6 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:03:54 #14 221.7 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:03:54 #14 221.8 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:03:54 #14 221.8 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:03:54 #14 221.8 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:03:54 #14 221.8 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:03:54 #14 221.8 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:03:54 #14 221.9 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:03:54 #14 221.9 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.0 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.1 [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 00:03:54 #14 222.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 00:03:54 #14 222.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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.2 [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 00:03:54 #14 222.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 00:03:54 #14 222.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 00:03:54 #14 222.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 00:03:54 #14 222.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 00:03:54 #14 222.3 error 03-Jan-2023 00:03:54 #14 222.3 Downloading OWAs... error 03-Jan-2023 00:03:55 #14 222.3 error 03-Jan-2023 00:03:55 #14 222.3 error 03-Jan-2023 00:03:55 #14 222.3 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:03:55 #14 222.3 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:03:55 #14 222.3 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 00:03:57 #14 224.4 error 03-Jan-2023 00:03:57 #14 224.4 Creating Docker Compose configuration... error 03-Jan-2023 00:03:57 #14 224.4 error 03-Jan-2023 00:03:57 #14 224.8 error 03-Jan-2023 00:03:57 #14 224.8 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 00:03:57 #14 224.8 error 03-Jan-2023 00:03:57 #14 224.9 [INFO] error 03-Jan-2023 00:03:57 #14 224.9 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 00:03:57 #14 225.0 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 00:03:58 #14 225.3 Progress (1): 1.5 kB error 03-Jan-2023 00:03:58 error 03-Jan-2023 00:03: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 3.4 kB/s) error 03-Jan-2023 00:03:58 #14 225.4 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 00:03:58 #14 225.6 Progress (1): 3.4/19 kB error 03-Jan-2023 00:03:58 Progress (1): 6.2/19 kB error 03-Jan-2023 00:03:58 Progress (1): 9.0/19 kB error 03-Jan-2023 00:03:58 Progress (1): 12/19 kB error 03-Jan-2023 00:03:58 Progress (1): 15/19 kB error 03-Jan-2023 00:03:58 Progress (1): 17/19 kB error 03-Jan-2023 00:03:58 Progress (1): 19 kB error 03-Jan-2023 00:03:58 error 03-Jan-2023 00:03:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 77 kB/s) error 03-Jan-2023 00:03:58 #14 225.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 00:03:58 #14 225.9 Progress (1): 1.6 kB error 03-Jan-2023 00:03:58 error 03-Jan-2023 00:03:58 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 6.8 kB/s) error 03-Jan-2023 00:03:58 #14 226.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 00:03:58 #14 226.1 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:03:58 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:03:58 Progress (1): 7.6 kB error 03-Jan-2023 00:03:58 error 03-Jan-2023 00:03:59 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 31 kB/s) error 03-Jan-2023 00:03:59 #14 226.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 00:03:59 #14 226.4 Progress (1): 2.1 kB error 03-Jan-2023 00:03:59 error 03-Jan-2023 00:03:59 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 00:03:59 #14 226.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 00:03:59 #14 226.6 Progress (1): 3.1 kB error 03-Jan-2023 00:03:59 error 03-Jan-2023 00:03:59 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 00:03:59 #14 226.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 00:03:59 #14 226.9 Progress (1): 2.0 kB error 03-Jan-2023 00:03:59 error 03-Jan-2023 00:03:59 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.3 kB/s) error 03-Jan-2023 00:03:59 #14 227.0 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 00:03:59 #14 227.1 Progress (1): 2.0 kB error 03-Jan-2023 00:03:59 error 03-Jan-2023 00:04:00 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.6 kB/s) error 03-Jan-2023 00:04:00 #14 227.3 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 00:04:00 #14 227.4 Progress (1): 1.9 kB error 03-Jan-2023 00:04:00 error 03-Jan-2023 00:04:00 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.0 kB/s) error 03-Jan-2023 00:04:00 #14 227.5 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 00:04:00 #14 227.6 Progress (1): 1.7 kB error 03-Jan-2023 00:04:00 error 03-Jan-2023 00:04:00 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.4 kB/s) error 03-Jan-2023 00:04:00 #14 227.7 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 00:04:00 #14 227.9 Progress (1): 2.7 kB error 03-Jan-2023 00:04:00 error 03-Jan-2023 00:04:00 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 10 kB/s) error 03-Jan-2023 00:04:00 #14 228.0 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 00:04:00 #14 228.2 Progress (1): 2.7 kB error 03-Jan-2023 00:04:01 error 03-Jan-2023 00:04:01 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 2.8 kB/s) error 03-Jan-2023 00:04:01 #14 229.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.pom error 03-Jan-2023 00:04:02 #14 229.3 Progress (1): 2.0 kB error 03-Jan-2023 00:04:02 error 03-Jan-2023 00:04:02 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 6.8 kB/s) error 03-Jan-2023 00:04:02 #14 229.5 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 00:04:02 #14 229.6 Progress (1): 2.1 kB error 03-Jan-2023 00:04:02 error 03-Jan-2023 00:04:02 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.6 kB/s) error 03-Jan-2023 00:04:02 #14 229.7 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 00:04:02 #14 229.9 Progress (1): 1.3 kB error 03-Jan-2023 00:04:02 error 03-Jan-2023 00:04:02 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.0 kB/s) error 03-Jan-2023 00:04:02 #14 230.0 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 00:04:02 #14 230.2 Progress (1): 3.4/4.0 kB error 03-Jan-2023 00:04:02 Progress (1): 4.0 kB error 03-Jan-2023 00:04:02 error 03-Jan-2023 00:04:03 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 16 kB/s) error 03-Jan-2023 00:04:03 #14 230.4 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 00:04:03 #14 230.5 Progress (1): 1.9 kB error 03-Jan-2023 00:04:03 error 03-Jan-2023 00:04:03 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 6.9 kB/s) error 03-Jan-2023 00:04:03 #14 230.7 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 00:04:03 #14 230.8 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:04:03 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:04:03 Progress (1): 7.8 kB error 03-Jan-2023 00:04:03 error 03-Jan-2023 00:04:03 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 30 kB/s) error 03-Jan-2023 00:04:03 #14 231.0 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 00:04:03 #14 231.1 Progress (1): 3.0 kB error 03-Jan-2023 00:04:04 error 03-Jan-2023 00:04:04 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 00:04:04 #14 231.2 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 00:04:04 #14 231.3 Progress (1): 2.2 kB error 03-Jan-2023 00:04:04 error 03-Jan-2023 00:04:04 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.0 kB/s) error 03-Jan-2023 00:04:04 #14 231.5 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 00:04:04 #14 231.6 Progress (1): 865 B error 03-Jan-2023 00:04:04 error 03-Jan-2023 00:04:04 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 00:04:04 #14 231.8 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 00:04:04 #14 231.9 Progress (1): 3.4/3.6 kB error 03-Jan-2023 00:04:04 Progress (1): 3.6 kB error 03-Jan-2023 00:04:04 error 03-Jan-2023 00:04:04 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 15 kB/s) error 03-Jan-2023 00:04:04 #14 232.1 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 00:04:04 #14 232.2 Progress (1): 690 B error 03-Jan-2023 00:04:04 error 03-Jan-2023 00:04:05 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 00:04:05 #14 232.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 00:04:05 #14 232.4 Progress (1): 769 B error 03-Jan-2023 00:04:05 error 03-Jan-2023 00:04:05 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.0 kB/s) error 03-Jan-2023 00:04:05 #14 232.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 00:04:05 #14 232.7 Progress (1): 1.2 kB error 03-Jan-2023 00:04:05 error 03-Jan-2023 00:04:05 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.9 kB/s) error 03-Jan-2023 00:04:05 #14 232.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 00:04:05 #14 233.0 Progress (1): 2.8 kB error 03-Jan-2023 00:04:05 error 03-Jan-2023 00:04:05 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 11 kB/s) error 03-Jan-2023 00:04:05 #14 233.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 00:04:06 #14 233.3 Progress (1): 747 B error 03-Jan-2023 00:04:06 error 03-Jan-2023 00:04:06 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 00:04:06 #14 233.5 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 00:04:06 #14 233.5 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 00:04:06 #14 233.5 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 00:04:06 #14 233.6 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 00:04:06 #14 233.6 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 00:04:08 #14 235.7 Progress (1): 3.4/89 kB error 03-Jan-2023 00:04:08 Progress (1): 6.2/89 kB error 03-Jan-2023 00:04:08 Progress (1): 9.0/89 kB error 03-Jan-2023 00:04:08 Progress (1): 12/89 kB error 03-Jan-2023 00:04:08 Progress (1): 15/89 kB error 03-Jan-2023 00:04:08 Progress (1): 17/89 kB error 03-Jan-2023 00:04:08 Progress (1): 20/89 kB error 03-Jan-2023 00:04:08 Progress (1): 23/89 kB error 03-Jan-2023 00:04:08 Progress (1): 26/89 kB error 03-Jan-2023 00:04:08 Progress (1): 29/89 kB error 03-Jan-2023 00:04:08 Progress (1): 31/89 kB error 03-Jan-2023 00:04:08 Progress (1): 34/89 kB error 03-Jan-2023 00:04:08 Progress (1): 37/89 kB error 03-Jan-2023 00:04:08 Progress (1): 40/89 kB error 03-Jan-2023 00:04:08 Progress (1): 43/89 kB error 03-Jan-2023 00:04:08 Progress (1): 45/89 kB error 03-Jan-2023 00:04:08 Progress (1): 48/89 kB error 03-Jan-2023 00:04:08 Progress (1): 51/89 kB error 03-Jan-2023 00:04:08 Progress (1): 54/89 kB error 03-Jan-2023 00:04:08 Progress (1): 56/89 kB error 03-Jan-2023 00:04:08 Progress (1): 59/89 kB error 03-Jan-2023 00:04:08 Progress (1): 62/89 kB error 03-Jan-2023 00:04:08 Progress (1): 65/89 kB error 03-Jan-2023 00:04:08 Progress (1): 68/89 kB error 03-Jan-2023 00:04:08 Progress (1): 70/89 kB error 03-Jan-2023 00:04:08 Progress (1): 73/89 kB error 03-Jan-2023 00:04:08 Progress (1): 76/89 kB error 03-Jan-2023 00:04:08 Progress (1): 79/89 kB error 03-Jan-2023 00:04:08 Progress (1): 82/89 kB error 03-Jan-2023 00:04:08 Progress (1): 84/89 kB error 03-Jan-2023 00:04:08 Progress (1): 87/89 kB error 03-Jan-2023 00:04:08 Progress (1): 89 kB error 03-Jan-2023 00:04:09 Progress (2): 89 kB | 3.4/160 kB error 03-Jan-2023 00:04:09 Progress (2): 89 kB | 6.2/160 kB error 03-Jan-2023 00:04:09 Progress (2): 89 kB | 9.0/160 kB error 03-Jan-2023 00:04:09 Progress (3): 89 kB | 9.0/160 kB | 3.4/49 kB error 03-Jan-2023 00:04:09 Progress (3): 89 kB | 9.0/160 kB | 6.2/49 kB error 03-Jan-2023 00:04:09 Progress (3): 89 kB | 9.0/160 kB | 9.0/49 kB error 03-Jan-2023 00:04:09 Progress (3): 89 kB | 9.0/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (3): 89 kB | 12/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 error 03-Jan-2023 00:04: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 30 kB/s) error 03-Jan-2023 00:04:09 #14 236.5 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 00:04:09 #14 236.5 Progress (2): 15/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 17/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 20/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 23/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 26/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 29/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 31/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 34/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 37/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 12/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 15/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 17/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 20/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 23/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 26/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 29/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 31/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 34/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 37/49 kB error 03-Jan-2023 00:04:09 Progress (2): 40/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 43/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 45/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 48/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 51/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 54/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 56/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 59/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 62/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 65/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 68/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 70/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 73/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 76/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 79/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 82/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 84/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 87/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (2): 90/160 kB | 40/49 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 40/49 kB | 3.3/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 40/49 kB | 6.1/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 43/49 kB | 6.1/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 45/49 kB | 6.1/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 6.1/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 8.9/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 12/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 15/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 17/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 48/49 kB | 20/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 49 kB | 20/21 kB error 03-Jan-2023 00:04:09 Progress (3): 90/160 kB | 49 kB | 21 kB error 03-Jan-2023 00:04:09 Progress (4): 90/160 kB | 49 kB | 21 kB | 3.4/13 kB error 03-Jan-2023 00:04:09 Progress (4): 90/160 kB | 49 kB | 21 kB | 6.2/13 kB error 03-Jan-2023 00:04:09 Progress (4): 90/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 93/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 95/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 98/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 101/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 104/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 107/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 109/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 112/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 115/160 kB | 49 kB | 21 kB | 9.0/13 kB error 03-Jan-2023 00:04:09 Progress (4): 115/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 118/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 120/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 123/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 126/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 129/160 kB | 49 kB | 21 kB | 12/13 kB error 03-Jan-2023 00:04:09 Progress (4): 129/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 132/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 134/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 137/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 140/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 143/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 146/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 148/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 151/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 154/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 157/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 160/160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 Progress (4): 160 kB | 49 kB | 21 kB | 13 kB error 03-Jan-2023 00:04:09 error 03-Jan-2023 00:04: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 15 kB/s) error 03-Jan-2023 00:04:09 #14 236.8 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 00:04:09 #14 236.8 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.5 kB/s) error 03-Jan-2023 00:04:09 #14 236.8 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 00:04:09 #14 236.9 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 48 kB/s) error 03-Jan-2023 00:04:09 #14 236.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 00:04:09 #14 236.9 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 3.8 kB/s) error 03-Jan-2023 00:04:09 #14 236.9 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 00:04:09 #14 236.9 Progress (1): 3.4/35 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 3.4/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 6.2/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 9.0/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 12/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 15/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 17/87 kB error 03-Jan-2023 00:04:09 Progress (2): 3.4/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 6.2/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 9.0/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 12/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 15/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 17/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 20/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 20/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 23/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 26/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 29/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 31/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 34/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 37/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 40/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 43/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 45/87 kB error 03-Jan-2023 00:04:09 Progress (2): 23/35 kB | 48/87 kB error 03-Jan-2023 00:04:09 Progress (2): 26/35 kB | 48/87 kB error 03-Jan-2023 00:04:09 Progress (2): 29/35 kB | 48/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 48/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 51/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 54/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 56/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 59/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 62/87 kB error 03-Jan-2023 00:04:09 Progress (2): 31/35 kB | 65/87 kB error 03-Jan-2023 00:04:09 Progress (2): 34/35 kB | 65/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 65/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 68/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 70/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 73/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 76/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 79/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 82/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 84/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 87/87 kB error 03-Jan-2023 00:04:09 Progress (2): 35 kB | 87 kB error 03-Jan-2023 00:04:09 Progress (3): 35 kB | 87 kB | 3.4/25 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 3.4/25 kB | 3.4/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 3.4/25 kB | 6.2/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 6.2/25 kB | 6.2/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 6.2/25 kB | 9.0/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 9.0/25 kB | 9.0/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 9.0/25 kB | 12/14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 9.0/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 12/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 15/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 17/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 20/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 23/25 kB | 14 kB error 03-Jan-2023 00:04:09 Progress (4): 35 kB | 87 kB | 25 kB | 14 kB error 03-Jan-2023 00:04:09 error 03-Jan-2023 00:04:10 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 24 kB/s) error 03-Jan-2023 00:04:10 #14 237.3 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 9.5 kB/s) error 03-Jan-2023 00:04:10 #14 237.3 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 00:04:10 #14 237.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 00:04:10 #14 237.4 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 6.4 kB/s) error 03-Jan-2023 00:04:10 #14 237.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 00:04:10 #14 237.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 3.6 kB/s) error 03-Jan-2023 00:04:10 #14 237.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 00:04:10 #14 237.5 Progress (1): 3.4/122 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 3.4/29 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 6.2/29 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 9.0/29 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 12/29 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 15/29 kB error 03-Jan-2023 00:04:10 Progress (2): 3.4/122 kB | 17/29 kB error 03-Jan-2023 00:04:10 Progress (2): 6.2/122 kB | 17/29 kB error 03-Jan-2023 00:04:10 Progress (2): 6.2/122 kB | 20/29 kB error 03-Jan-2023 00:04:10 Progress (2): 9.0/122 kB | 20/29 kB error 03-Jan-2023 00:04:10 Progress (2): 9.0/122 kB | 23/29 kB error 03-Jan-2023 00:04:10 Progress (2): 9.0/122 kB | 26/29 kB error 03-Jan-2023 00:04:10 Progress (2): 9.0/122 kB | 29/29 kB error 03-Jan-2023 00:04:10 Progress (2): 9.0/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 12/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 15/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 17/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 20/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 23/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 26/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 29/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 31/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 34/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 37/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 40/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 43/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 45/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 48/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 51/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 54/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 56/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 59/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 62/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 65/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 68/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 70/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 73/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 76/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 79/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 82/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 84/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 87/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 90/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 93/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 95/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 98/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 101/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 104/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 107/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 109/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 112/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 115/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 118/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 121/122 kB | 29 kB error 03-Jan-2023 00:04:10 Progress (2): 122 kB | 29 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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.2 kB/s) error 03-Jan-2023 00:04:10 #14 237.6 Progress (2): 122 kB | 3.4/37 kB error 03-Jan-2023 00:04:10 Progress (2): 122 kB | 6.2/37 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 6.2/37 kB | 3.4/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 9.0/37 kB | 3.4/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 3.4/58 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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 00:04:10 #14 237.6 Progress (3): 122 kB | 12/37 kB | 6.2/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 9.0/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 12/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 15/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 17/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 20/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 12/37 kB | 23/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 23/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 26/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 29/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 31/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 34/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 15/37 kB | 37/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 17/37 kB | 37/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 20/37 kB | 37/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 23/37 kB | 37/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 23/37 kB | 40/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 23/37 kB | 43/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 23/37 kB | 45/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 23/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 26/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 29/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 31/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 34/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37/37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37 kB | 48/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37 kB | 51/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37 kB | 54/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37 kB | 57/58 kB error 03-Jan-2023 00:04:10 Progress (3): 122 kB | 37 kB | 58 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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 29 kB/s) error 03-Jan-2023 00:04:10 #14 237.8 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 00:04:10 #14 237.8 Progress (3): 37 kB | 58 kB | 3.4/10 kB error 03-Jan-2023 00:04:10 Progress (3): 37 kB | 58 kB | 6.2/10 kB error 03-Jan-2023 00:04:10 Progress (3): 37 kB | 58 kB | 9.0/10 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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 14 kB/s) error 03-Jan-2023 00:04:10 #14 237.8 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 00:04:10 #14 237.8 Progress (2): 37 kB | 10 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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 8.8 kB/s) error 03-Jan-2023 00:04:10 #14 237.8 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 00:04:10 #14 237.9 Progress (2): 10 kB | 3.4/155 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04: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 2.4 kB/s) error 03-Jan-2023 00:04:10 #14 237.9 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 00:04:10 #14 237.9 Progress (1): 6.2/155 kB error 03-Jan-2023 00:04:10 Progress (1): 9.0/155 kB error 03-Jan-2023 00:04:10 Progress (1): 12/155 kB error 03-Jan-2023 00:04:10 Progress (1): 15/155 kB error 03-Jan-2023 00:04:10 Progress (1): 17/155 kB error 03-Jan-2023 00:04:10 Progress (1): 20/155 kB error 03-Jan-2023 00:04:10 Progress (1): 23/155 kB error 03-Jan-2023 00:04:10 Progress (1): 26/155 kB error 03-Jan-2023 00:04:10 Progress (1): 29/155 kB error 03-Jan-2023 00:04:10 Progress (1): 31/155 kB error 03-Jan-2023 00:04:10 Progress (2): 31/155 kB | 3.4/25 kB error 03-Jan-2023 00:04:10 Progress (2): 34/155 kB | 3.4/25 kB error 03-Jan-2023 00:04:10 Progress (2): 37/155 kB | 3.4/25 kB error 03-Jan-2023 00:04:10 Progress (3): 37/155 kB | 3.4/25 kB | 3.4/4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 37/155 kB | 6.2/25 kB | 3.4/4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 37/155 kB | 9.0/25 kB | 3.4/4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 37/155 kB | 12/25 kB | 3.4/4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 37/155 kB | 12/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 12/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 15/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 17/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 20/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 23/25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 40/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 43/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 45/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 48/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 51/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 54/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 56/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 59/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 62/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 65/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 68/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 70/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 73/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 76/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 79/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 82/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 84/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 87/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 90/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 93/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 96/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 98/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 101/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 104/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 107/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 110/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 112/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 115/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 118/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 121/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 124/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 126/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 129/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 132/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 135/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 138/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (3): 140/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 3.4/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 6.2/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 9.0/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 12/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 15/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 17/19 kB error 03-Jan-2023 00:04:10 Progress (4): 140/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 143/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 146/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 149/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 152/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 154/155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (4): 155 kB | 25 kB | 4.6 kB | 19 kB error 03-Jan-2023 00:04:10 Progress (5): 155 kB | 25 kB | 4.6 kB | 19 kB | 4.1/211 kB error 03-Jan-2023 00:04:10 Progress (5): 155 kB | 25 kB | 4.6 kB | 19 kB | 8.2/211 kB error 03-Jan-2023 00:04:10 Progress (5): 155 kB | 25 kB | 4.6 kB | 19 kB | 12/211 kB error 03-Jan-2023 00:04:10 Progress (5): 155 kB | 25 kB | 4.6 kB | 19 kB | 16/211 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04: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 1.0 kB/s) error 03-Jan-2023 00:04:10 #14 238.1 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 5.6 kB/s) error 03-Jan-2023 00:04:10 #14 238.1 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 00:04:10 #14 238.1 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 00:04:10 #14 238.1 Progress (3): 155 kB | 19 kB | 20/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 24/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 28/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 32/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 36/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 40/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 44/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 49/211 kB error 03-Jan-2023 00:04:10 Progress (3): 155 kB | 19 kB | 51/211 kB error 03-Jan-2023 00:04:10 error 03-Jan-2023 00:04:10 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.1 kB/s) error 03-Jan-2023 00:04:10 #14 238.2 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 34 kB/s) error 03-Jan-2023 00:04:10 #14 238.2 Progress (2): 51/211 kB | 3.4/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 6.2/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 9.0/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 12/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 15/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 17/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 20/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 23/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 26/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 29/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 31/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 34/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 37/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 40/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 43/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 45/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 48/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 51/121 kB error 03-Jan-2023 00:04:10 Progress (2): 51/211 kB | 54/121 kB error 03-Jan-2023 00:04:10 Progress (2): 55/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 59/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 63/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 67/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 71/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 75/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 79/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 83/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 85/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 89/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 94/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 98/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 102/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 106/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 110/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 114/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 118/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 54/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 57/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 59/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 62/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 65/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 68/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 71/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 73/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 76/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 79/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 82/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 85/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 87/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 90/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 93/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 96/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 99/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 101/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 104/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 107/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 109/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 112/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 115/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 118/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 121/121 kB error 03-Jan-2023 00:04:11 Progress (2): 120/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 124/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 128/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 132/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 137/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 141/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 145/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 149/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 153/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 155/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 159/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 163/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 167/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 171/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 175/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 180/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 184/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 188/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 190/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 194/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 198/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 202/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 206/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 210/211 kB | 121 kB error 03-Jan-2023 00:04:11 Progress (2): 211 kB | 121 kB error 03-Jan-2023 00:04:11 error 03-Jan-2023 00:04:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 25 kB/s) error 03-Jan-2023 00:04:11 #14 238.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 42 kB/s) error 03-Jan-2023 00:04:11 #14 238.8 Progress (1): 4.1/217 kB error 03-Jan-2023 00:04:11 Progress (1): 8.2/217 kB error 03-Jan-2023 00:04:11 Progress (1): 12/217 kB error 03-Jan-2023 00:04:11 Progress (1): 16/217 kB error 03-Jan-2023 00:04:11 Progress (1): 20/217 kB error 03-Jan-2023 00:04:11 Progress (1): 24/217 kB error 03-Jan-2023 00:04:11 Progress (1): 28/217 kB error 03-Jan-2023 00:04:11 Progress (1): 32/217 kB error 03-Jan-2023 00:04:11 Progress (1): 36/217 kB error 03-Jan-2023 00:04:11 Progress (1): 40/217 kB error 03-Jan-2023 00:04:11 Progress (1): 44/217 kB error 03-Jan-2023 00:04:11 Progress (1): 48/217 kB error 03-Jan-2023 00:04:11 Progress (1): 51/217 kB error 03-Jan-2023 00:04:11 Progress (1): 55/217 kB error 03-Jan-2023 00:04:11 Progress (1): 59/217 kB error 03-Jan-2023 00:04:11 Progress (1): 63/217 kB error 03-Jan-2023 00:04:11 Progress (1): 67/217 kB error 03-Jan-2023 00:04:11 Progress (1): 71/217 kB error 03-Jan-2023 00:04:11 Progress (1): 75/217 kB error 03-Jan-2023 00:04:11 Progress (1): 79/217 kB error 03-Jan-2023 00:04:11 Progress (1): 83/217 kB error 03-Jan-2023 00:04:11 Progress (1): 85/217 kB error 03-Jan-2023 00:04:11 Progress (1): 89/217 kB error 03-Jan-2023 00:04:11 Progress (1): 94/217 kB error 03-Jan-2023 00:04:11 Progress (1): 98/217 kB error 03-Jan-2023 00:04:11 Progress (1): 102/217 kB error 03-Jan-2023 00:04:11 Progress (1): 106/217 kB error 03-Jan-2023 00:04:11 Progress (1): 110/217 kB error 03-Jan-2023 00:04:11 Progress (1): 114/217 kB error 03-Jan-2023 00:04:11 Progress (1): 118/217 kB error 03-Jan-2023 00:04:11 Progress (1): 120/217 kB error 03-Jan-2023 00:04:11 Progress (1): 124/217 kB error 03-Jan-2023 00:04:11 Progress (1): 128/217 kB error 03-Jan-2023 00:04:11 Progress (1): 132/217 kB error 03-Jan-2023 00:04:11 Progress (1): 137/217 kB error 03-Jan-2023 00:04:11 Progress (1): 141/217 kB error 03-Jan-2023 00:04:11 Progress (1): 145/217 kB error 03-Jan-2023 00:04:11 Progress (1): 149/217 kB error 03-Jan-2023 00:04:11 Progress (1): 153/217 kB error 03-Jan-2023 00:04:11 Progress (1): 155/217 kB error 03-Jan-2023 00:04:11 Progress (1): 159/217 kB error 03-Jan-2023 00:04:11 Progress (1): 163/217 kB error 03-Jan-2023 00:04:11 Progress (1): 167/217 kB error 03-Jan-2023 00:04:11 Progress (1): 171/217 kB error 03-Jan-2023 00:04:11 Progress (1): 175/217 kB error 03-Jan-2023 00:04:11 Progress (1): 180/217 kB error 03-Jan-2023 00:04:11 Progress (1): 184/217 kB error 03-Jan-2023 00:04:11 Progress (1): 188/217 kB error 03-Jan-2023 00:04:11 Progress (1): 190/217 kB error 03-Jan-2023 00:04:11 Progress (1): 194/217 kB error 03-Jan-2023 00:04:12 Progress (1): 198/217 kB error 03-Jan-2023 00:04:12 Progress (1): 202/217 kB error 03-Jan-2023 00:04:12 Progress (1): 206/217 kB error 03-Jan-2023 00:04:12 Progress (1): 210/217 kB error 03-Jan-2023 00:04:12 Progress (1): 214/217 kB error 03-Jan-2023 00:04:12 Progress (1): 217 kB error 03-Jan-2023 00:04:12 error 03-Jan-2023 00:04: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 38 kB/s) error 03-Jan-2023 00:04:13 #14 240.2 [INFO] No sources to compile error 03-Jan-2023 00:04:13 #14 240.3 [INFO] error 03-Jan-2023 00:04:13 #14 240.3 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 00:04:13 #14 240.5 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:04:13 #14 240.5 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:04:13 #14 240.5 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:04:13 #14 240.6 [INFO] error 03-Jan-2023 00:04:13 #14 240.6 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 00:04:13 #14 240.6 [INFO] No sources to compile error 03-Jan-2023 00:04:13 #14 240.6 [INFO] error 03-Jan-2023 00:04:13 #14 240.6 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 00:04:13 #14 241.0 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 00:04:13 #14 241.2 Progress (1): 3.0 kB error 03-Jan-2023 00:04:14 error 03-Jan-2023 00:04:14 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 7.8 kB/s) error 03-Jan-2023 00:04:14 #14 241.4 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 00:04:14 #14 241.5 Progress (1): 2.5 kB error 03-Jan-2023 00:04:14 error 03-Jan-2023 00:04:14 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.8 kB/s) error 03-Jan-2023 00:04:14 #14 241.7 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 00:04:14 #14 241.8 Progress (1): 3.4/5.1 kB error 03-Jan-2023 00:04:14 Progress (1): 5.1 kB error 03-Jan-2023 00:04:14 error 03-Jan-2023 00:04:14 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 00:04:14 #14 242.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 00:04:14 #14 242.2 Progress (1): 1.8 kB error 03-Jan-2023 00:04:15 error 03-Jan-2023 00:04:15 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 6.4 kB/s) error 03-Jan-2023 00:04:15 #14 242.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 00:04:15 #14 242.5 Progress (1): 1.5 kB error 03-Jan-2023 00:04:15 error 03-Jan-2023 00:04:15 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.1 kB/s) error 03-Jan-2023 00:04:15 #14 242.7 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 00:04:15 #14 242.8 Progress (1): 3.4/3.5 kB error 03-Jan-2023 00:04:15 Progress (1): 3.5 kB error 03-Jan-2023 00:04:15 error 03-Jan-2023 00:04:15 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 15 kB/s) error 03-Jan-2023 00:04:15 #14 242.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 00:04:15 #14 243.1 Progress (1): 3.4/3.7 kB error 03-Jan-2023 00:04:15 Progress (1): 3.7 kB error 03-Jan-2023 00:04:16 error 03-Jan-2023 00:04:16 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 12 kB/s) error 03-Jan-2023 00:04:16 #14 243.3 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 00:04:16 #14 243.4 Progress (1): 3.4/9.3 kB error 03-Jan-2023 00:04:16 Progress (1): 6.2/9.3 kB error 03-Jan-2023 00:04:16 Progress (1): 9.0/9.3 kB error 03-Jan-2023 00:04:16 Progress (1): 9.3 kB error 03-Jan-2023 00:04:16 error 03-Jan-2023 00:04:16 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 00:04:16 #14 243.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 00:04:16 #14 243.7 Progress (1): 3.4/23 kB error 03-Jan-2023 00:04:16 Progress (1): 6.2/23 kB error 03-Jan-2023 00:04:16 Progress (1): 9.0/23 kB error 03-Jan-2023 00:04:16 Progress (1): 12/23 kB error 03-Jan-2023 00:04:16 Progress (1): 15/23 kB error 03-Jan-2023 00:04:16 Progress (1): 17/23 kB error 03-Jan-2023 00:04:16 Progress (1): 20/23 kB error 03-Jan-2023 00:04:16 Progress (1): 23 kB error 03-Jan-2023 00:04:16 error 03-Jan-2023 00:04:16 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 00:04:16 #14 243.9 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 00:04:16 #14 243.9 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 00:04:16 #14 244.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 00:04:16 #14 244.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 00:04:16 #14 244.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 00:04:16 #14 244.1 Progress (1): 3.4/124 kB error 03-Jan-2023 00:04:16 Progress (1): 6.2/124 kB error 03-Jan-2023 00:04:16 Progress (2): 6.2/124 kB | 3.4/31 kB error 03-Jan-2023 00:04:16 Progress (2): 6.2/124 kB | 6.2/31 kB error 03-Jan-2023 00:04:16 Progress (2): 9.0/124 kB | 6.2/31 kB error 03-Jan-2023 00:04:16 Progress (2): 12/124 kB | 6.2/31 kB error 03-Jan-2023 00:04:16 Progress (2): 15/124 kB | 6.2/31 kB error 03-Jan-2023 00:04:16 Progress (3): 15/124 kB | 6.2/31 kB | 3.4/33 kB error 03-Jan-2023 00:04:16 Progress (3): 15/124 kB | 9.0/31 kB | 3.4/33 kB error 03-Jan-2023 00:04:16 Progress (3): 15/124 kB | 12/31 kB | 3.4/33 kB error 03-Jan-2023 00:04:16 Progress (3): 17/124 kB | 12/31 kB | 3.4/33 kB error 03-Jan-2023 00:04:16 Progress (3): 17/124 kB | 12/31 kB | 6.2/33 kB error 03-Jan-2023 00:04:16 Progress (3): 17/124 kB | 12/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (3): 17/124 kB | 15/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (3): 17/124 kB | 17/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (3): 20/124 kB | 17/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (3): 20/124 kB | 20/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (3): 23/124 kB | 20/31 kB | 9.0/33 kB error 03-Jan-2023 00:04:16 Progress (4): 23/124 kB | 20/31 kB | 9.0/33 kB | 3.4/10 kB error 03-Jan-2023 00:04:16 Progress (4): 23/124 kB | 20/31 kB | 9.0/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 23/124 kB | 20/31 kB | 12/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 23/124 kB | 20/31 kB | 15/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 23/124 kB | 23/31 kB | 15/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 26/124 kB | 23/31 kB | 15/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 26/124 kB | 23/31 kB | 17/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 29/124 kB | 23/31 kB | 17/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 23/31 kB | 17/33 kB | 6.2/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 23/31 kB | 17/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 23/31 kB | 20/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 26/31 kB | 20/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 29/31 kB | 20/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 31/124 kB | 29/31 kB | 23/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 34/124 kB | 29/31 kB | 23/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 34/124 kB | 31 kB | 23/33 kB | 9.0/10 kB error 03-Jan-2023 00:04:16 Progress (4): 34/124 kB | 31 kB | 23/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 34/124 kB | 31 kB | 26/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 37/124 kB | 31 kB | 26/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 40/124 kB | 31 kB | 26/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 40/124 kB | 31 kB | 29/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 40/124 kB | 31 kB | 31/33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 40/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 43/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 45/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 48/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 51/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 54/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 56/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 59/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 62/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 65/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 68/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 70/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 73/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 76/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 79/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 82/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 84/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 87/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 90/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 93/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 96/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 98/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 101/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 104/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 107/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 110/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 112/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 115/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 118/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 121/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 124/124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 Progress (4): 124 kB | 31 kB | 33 kB | 10 kB error 03-Jan-2023 00:04:16 error 03-Jan-2023 00:04: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.jar (10 kB at 30 kB/s) error 03-Jan-2023 00:04:17 #14 244.3 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 90 kB/s) error 03-Jan-2023 00:04:17 #14 244.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 00:04:17 #14 244.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 86 kB/s) error 03-Jan-2023 00:04:17 #14 244.3 Progress (2): 124 kB | 4.1/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 8.2/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 12/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 16/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 20/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 25/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 29/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 33/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 37/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 41/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 45/224 kB error 03-Jan-2023 00:04:17 Progress (2): 124 kB | 49/224 kB error 03-Jan-2023 00:04:17 error 03-Jan-2023 00:04:17 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 299 kB/s) error 03-Jan-2023 00:04:17 #14 244.4 Progress (1): 53/224 kB error 03-Jan-2023 00:04:17 Progress (1): 57/224 kB error 03-Jan-2023 00:04:17 Progress (1): 61/224 kB error 03-Jan-2023 00:04:17 Progress (1): 66/224 kB error 03-Jan-2023 00:04:17 Progress (1): 70/224 kB error 03-Jan-2023 00:04:17 Progress (1): 74/224 kB error 03-Jan-2023 00:04:17 Progress (1): 78/224 kB error 03-Jan-2023 00:04:17 Progress (1): 82/224 kB error 03-Jan-2023 00:04:17 Progress (1): 85/224 kB error 03-Jan-2023 00:04:17 Progress (1): 89/224 kB error 03-Jan-2023 00:04:17 Progress (1): 93/224 kB error 03-Jan-2023 00:04:17 Progress (1): 97/224 kB error 03-Jan-2023 00:04:17 Progress (1): 101/224 kB error 03-Jan-2023 00:04:17 Progress (1): 105/224 kB error 03-Jan-2023 00:04:17 Progress (1): 110/224 kB error 03-Jan-2023 00:04:17 Progress (1): 114/224 kB error 03-Jan-2023 00:04:17 Progress (1): 118/224 kB error 03-Jan-2023 00:04:17 Progress (1): 120/224 kB error 03-Jan-2023 00:04:17 Progress (1): 124/224 kB error 03-Jan-2023 00:04:17 Progress (1): 128/224 kB error 03-Jan-2023 00:04:17 Progress (1): 132/224 kB error 03-Jan-2023 00:04:17 Progress (1): 134/224 kB error 03-Jan-2023 00:04:17 Progress (1): 138/224 kB error 03-Jan-2023 00:04:17 Progress (1): 143/224 kB error 03-Jan-2023 00:04:17 Progress (1): 147/224 kB error 03-Jan-2023 00:04:17 Progress (1): 151/224 kB error 03-Jan-2023 00:04:17 Progress (1): 155/224 kB error 03-Jan-2023 00:04:17 Progress (1): 159/224 kB error 03-Jan-2023 00:04:17 Progress (1): 161/224 kB error 03-Jan-2023 00:04:17 Progress (1): 165/224 kB error 03-Jan-2023 00:04:17 Progress (1): 170/224 kB error 03-Jan-2023 00:04:17 Progress (1): 174/224 kB error 03-Jan-2023 00:04:17 Progress (1): 178/224 kB error 03-Jan-2023 00:04:17 Progress (1): 182/224 kB error 03-Jan-2023 00:04:17 Progress (1): 186/224 kB error 03-Jan-2023 00:04:17 Progress (1): 188/224 kB error 03-Jan-2023 00:04:17 Progress (1): 192/224 kB error 03-Jan-2023 00:04:17 Progress (1): 197/224 kB error 03-Jan-2023 00:04:17 Progress (1): 201/224 kB error 03-Jan-2023 00:04:17 Progress (1): 205/224 kB error 03-Jan-2023 00:04:17 Progress (1): 209/224 kB error 03-Jan-2023 00:04:17 Progress (1): 213/224 kB error 03-Jan-2023 00:04:17 Progress (1): 215/224 kB error 03-Jan-2023 00:04:17 Progress (1): 219/224 kB error 03-Jan-2023 00:04:17 Progress (2): 219/224 kB | 3.4/38 kB error 03-Jan-2023 00:04:17 Progress (2): 219/224 kB | 6.2/38 kB error 03-Jan-2023 00:04:17 Progress (2): 219/224 kB | 9.0/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224/224 kB | 9.0/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224/224 kB | 12/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224/224 kB | 15/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 15/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 17/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 20/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 23/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 26/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 29/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 31/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 34/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 37/38 kB error 03-Jan-2023 00:04:17 Progress (2): 224 kB | 38 kB error 03-Jan-2023 00:04:17 error 03-Jan-2023 00:04:17 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 339 kB/s) error 03-Jan-2023 00:04:17 #14 244.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 56 kB/s) error 03-Jan-2023 00:04:18 #14 245.4 [INFO] No tests to run. error 03-Jan-2023 00:04:18 #14 245.6 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 00:04:19 #14 246.5 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 00:04:19 #14 246.9 Progress (1): 2.4 kB error 03-Jan-2023 00:04:19 error 03-Jan-2023 00:04:19 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.3 kB/s) error 03-Jan-2023 00:04:19 #14 247.1 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 00:04:19 #14 247.2 Progress (1): 2.3 kB error 03-Jan-2023 00:04:20 error 03-Jan-2023 00:04:20 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.8 kB/s) error 03-Jan-2023 00:04:20 #14 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 00:04:20 #14 247.8 Progress (1): 3.4/34 kB error 03-Jan-2023 00:04:20 Progress (1): 6.2/34 kB error 03-Jan-2023 00:04:20 Progress (1): 9.0/34 kB error 03-Jan-2023 00:04:20 Progress (1): 12/34 kB error 03-Jan-2023 00:04:20 Progress (1): 15/34 kB error 03-Jan-2023 00:04:20 Progress (1): 17/34 kB error 03-Jan-2023 00:04:20 Progress (1): 20/34 kB error 03-Jan-2023 00:04:20 Progress (1): 23/34 kB error 03-Jan-2023 00:04:20 Progress (1): 26/34 kB error 03-Jan-2023 00:04:20 Progress (1): 29/34 kB error 03-Jan-2023 00:04:20 Progress (1): 31/34 kB error 03-Jan-2023 00:04:20 Progress (1): 34/34 kB error 03-Jan-2023 00:04:20 Progress (1): 34 kB error 03-Jan-2023 00:04:20 error 03-Jan-2023 00:04:20 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 116 kB/s) error 03-Jan-2023 00:04:21 #14 248.2 error 03-Jan-2023 00:04:21 #14 248.2 ------------------------------------------------------- error 03-Jan-2023 00:04:21 #14 248.2 T E S T S error 03-Jan-2023 00:04:21 #14 248.2 ------------------------------------------------------- error 03-Jan-2023 00:04:25 #14 252.9 error 03-Jan-2023 00:04:25 #14 252.9 Results : error 03-Jan-2023 00:04:25 #14 252.9 error 03-Jan-2023 00:04:25 #14 252.9 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 00:04:25 #14 252.9 error 03-Jan-2023 00:04:25 #14 253.0 [INFO] error 03-Jan-2023 00:04:25 #14 253.0 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 00:04:26 #14 253.3 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 00:04:26 #14 253.5 Progress (1): 3.4/4.5 kB error 03-Jan-2023 00:04:26 Progress (1): 4.5 kB error 03-Jan-2023 00:04:26 error 03-Jan-2023 00:04:26 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 12 kB/s) error 03-Jan-2023 00:04:26 #14 253.8 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 00:04:26 #14 253.9 Progress (1): 2.8 kB error 03-Jan-2023 00:04:26 error 03-Jan-2023 00:04:26 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 10 kB/s) error 03-Jan-2023 00:04:26 #14 254.1 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 00:04:26 #14 254.2 Progress (1): 1.7 kB error 03-Jan-2023 00:04:26 error 03-Jan-2023 00:04:27 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.4 kB/s) error 03-Jan-2023 00:04:27 #14 254.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 00:04:27 #14 254.5 Progress (1): 1.0 kB error 03-Jan-2023 00:04:27 error 03-Jan-2023 00:04:27 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 00:04:27 #14 254.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 00:04:27 #14 254.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 00:04:27 #14 254.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 00:04:27 #14 254.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 00:04:27 #14 254.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 00:04:27 #14 254.8 Progress (1): 3.4/60 kB error 03-Jan-2023 00:04:27 Progress (2): 3.4/60 kB | 3.4/22 kB error 03-Jan-2023 00:04:27 Progress (2): 3.4/60 kB | 6.2/22 kB error 03-Jan-2023 00:04:27 Progress (3): 3.4/60 kB | 6.2/22 kB | 3.4/184 kB error 03-Jan-2023 00:04:27 Progress (3): 3.4/60 kB | 6.2/22 kB | 6.2/184 kB error 03-Jan-2023 00:04:27 Progress (3): 3.4/60 kB | 6.2/22 kB | 9.0/184 kB error 03-Jan-2023 00:04:27 Progress (3): 6.2/60 kB | 6.2/22 kB | 9.0/184 kB error 03-Jan-2023 00:04:27 Progress (3): 6.2/60 kB | 6.2/22 kB | 12/184 kB error 03-Jan-2023 00:04:27 Progress (4): 6.2/60 kB | 6.2/22 kB | 12/184 kB | 3.4/58 kB error 03-Jan-2023 00:04:27 Progress (4): 6.2/60 kB | 9.0/22 kB | 12/184 kB | 3.4/58 kB error 03-Jan-2023 00:04:27 Progress (4): 6.2/60 kB | 9.0/22 kB | 12/184 kB | 6.2/58 kB error 03-Jan-2023 00:04:27 Progress (4): 6.2/60 kB | 9.0/22 kB | 15/184 kB | 6.2/58 kB error 03-Jan-2023 00:04:27 Progress (4): 9.0/60 kB | 9.0/22 kB | 15/184 kB | 6.2/58 kB error 03-Jan-2023 00:04:27 Progress (4): 9.0/60 kB | 9.0/22 kB | 17/184 kB | 6.2/58 kB error 03-Jan-2023 00:04:27 Progress (4): 9.0/60 kB | 9.0/22 kB | 17/184 kB | 9.0/58 kB error 03-Jan-2023 00:04:27 Progress (4): 9.0/60 kB | 12/22 kB | 17/184 kB | 9.0/58 kB error 03-Jan-2023 00:04:27 Progress (4): 9.0/60 kB | 12/22 kB | 17/184 kB | 12/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 12/22 kB | 17/184 kB | 12/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 15/22 kB | 17/184 kB | 12/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 15/22 kB | 20/184 kB | 12/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 15/22 kB | 20/184 kB | 15/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 17/22 kB | 20/184 kB | 15/58 kB error 03-Jan-2023 00:04:27 Progress (4): 12/60 kB | 17/22 kB | 23/184 kB | 15/58 kB error 03-Jan-2023 00:04:27 Progress (4): 15/60 kB | 17/22 kB | 23/184 kB | 15/58 kB error 03-Jan-2023 00:04:27 Progress (4): 15/60 kB | 17/22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 15/60 kB | 20/22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 15/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 17/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 20/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 23/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 26/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 23/184 kB | 17/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 23/184 kB | 20/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 26/184 kB | 20/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 29/184 kB | 20/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 29/184 kB | 23/58 kB error 03-Jan-2023 00:04:27 Progress (4): 29/60 kB | 22 kB | 31/184 kB | 23/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 31/184 kB | 23/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 31/184 kB | 26/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 34/184 kB | 26/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 34/184 kB | 29/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 34/184 kB | 31/58 kB error 03-Jan-2023 00:04:27 Progress (4): 31/60 kB | 22 kB | 34/184 kB | 34/58 kB error 03-Jan-2023 00:04:27 Progress (4): 34/60 kB | 22 kB | 34/184 kB | 34/58 kB error 03-Jan-2023 00:04:27 Progress (4): 34/60 kB | 22 kB | 34/184 kB | 37/58 kB error 03-Jan-2023 00:04:27 Progress (4): 34/60 kB | 22 kB | 37/184 kB | 37/58 kB error 03-Jan-2023 00:04:27 Progress (4): 34/60 kB | 22 kB | 37/184 kB | 40/58 kB error 03-Jan-2023 00:04:27 Progress (4): 37/60 kB | 22 kB | 37/184 kB | 40/58 kB error 03-Jan-2023 00:04:27 Progress (4): 37/60 kB | 22 kB | 37/184 kB | 43/58 kB error 03-Jan-2023 00:04:27 Progress (4): 37/60 kB | 22 kB | 40/184 kB | 43/58 kB error 03-Jan-2023 00:04:27 Progress (4): 37/60 kB | 22 kB | 40/184 kB | 45/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 40/184 kB | 45/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 40/184 kB | 48/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 43/184 kB | 48/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 43/184 kB | 51/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 45/184 kB | 51/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 45/184 kB | 54/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 45/184 kB | 57/58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 45/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 48/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 51/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 40/60 kB | 22 kB | 54/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 43/60 kB | 22 kB | 54/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 43/60 kB | 22 kB | 56/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 43/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 45/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 48/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 51/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 54/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 56/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 59/60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 59/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 62/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 65/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 68/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 70/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 73/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 76/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 79/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 82/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 84/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 87/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 90/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 93/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 96/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 98/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 101/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 104/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 107/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 110/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 112/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 115/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 118/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 121/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (4): 60 kB | 22 kB | 124/184 kB | 58 kB error 03-Jan-2023 00:04:27 error 03-Jan-2023 00:04:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 68 kB/s) error 03-Jan-2023 00:04:27 #14 255.0 Progress (3): 60 kB | 126/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 129/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 132/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 135/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 138/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 140/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 143/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 146/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 149/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 152/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 154/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 157/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 160/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 163/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 166/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 168/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 171/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 174/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 177/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 180/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 182/184 kB | 58 kB error 03-Jan-2023 00:04:27 Progress (3): 60 kB | 184 kB | 58 kB error 03-Jan-2023 00:04:27 error 03-Jan-2023 00:04:27 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 156 kB/s) error 03-Jan-2023 00:04:27 #14 255.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 158 kB/s) error 03-Jan-2023 00:04:27 #14 255.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 347 kB/s) error 03-Jan-2023 00:04:28 #14 255.8 Progress (1): 4.1/208 kB error 03-Jan-2023 00:04:28 Progress (1): 8.2/208 kB error 03-Jan-2023 00:04:28 Progress (1): 12/208 kB error 03-Jan-2023 00:04:28 Progress (1): 16/208 kB error 03-Jan-2023 00:04:28 Progress (1): 20/208 kB error 03-Jan-2023 00:04:28 Progress (1): 25/208 kB error 03-Jan-2023 00:04:28 Progress (1): 29/208 kB error 03-Jan-2023 00:04:28 Progress (1): 33/208 kB error 03-Jan-2023 00:04:28 Progress (1): 37/208 kB error 03-Jan-2023 00:04:28 Progress (1): 41/208 kB error 03-Jan-2023 00:04:28 Progress (1): 45/208 kB error 03-Jan-2023 00:04:28 Progress (1): 49/208 kB error 03-Jan-2023 00:04:28 Progress (1): 53/208 kB error 03-Jan-2023 00:04:28 Progress (1): 57/208 kB error 03-Jan-2023 00:04:28 Progress (1): 60/208 kB error 03-Jan-2023 00:04:28 Progress (1): 64/208 kB error 03-Jan-2023 00:04:28 Progress (1): 68/208 kB error 03-Jan-2023 00:04:28 Progress (1): 72/208 kB error 03-Jan-2023 00:04:28 Progress (1): 76/208 kB error 03-Jan-2023 00:04:28 Progress (1): 80/208 kB error 03-Jan-2023 00:04:28 Progress (1): 84/208 kB error 03-Jan-2023 00:04:28 Progress (1): 88/208 kB error 03-Jan-2023 00:04:28 Progress (1): 92/208 kB error 03-Jan-2023 00:04:28 Progress (1): 94/208 kB error 03-Jan-2023 00:04:28 Progress (1): 98/208 kB error 03-Jan-2023 00:04:28 Progress (1): 103/208 kB error 03-Jan-2023 00:04:28 Progress (1): 107/208 kB error 03-Jan-2023 00:04:28 Progress (1): 111/208 kB error 03-Jan-2023 00:04:28 Progress (1): 115/208 kB error 03-Jan-2023 00:04:28 Progress (1): 119/208 kB error 03-Jan-2023 00:04:28 Progress (1): 123/208 kB error 03-Jan-2023 00:04:28 Progress (1): 127/208 kB error 03-Jan-2023 00:04:28 Progress (1): 129/208 kB error 03-Jan-2023 00:04:28 Progress (1): 133/208 kB error 03-Jan-2023 00:04:28 Progress (1): 137/208 kB error 03-Jan-2023 00:04:28 Progress (1): 141/208 kB error 03-Jan-2023 00:04:28 Progress (1): 146/208 kB error 03-Jan-2023 00:04:28 Progress (1): 150/208 kB error 03-Jan-2023 00:04:28 Progress (1): 154/208 kB error 03-Jan-2023 00:04:28 Progress (1): 158/208 kB error 03-Jan-2023 00:04:28 Progress (1): 162/208 kB error 03-Jan-2023 00:04:28 Progress (1): 164/208 kB error 03-Jan-2023 00:04:28 Progress (1): 168/208 kB error 03-Jan-2023 00:04:28 Progress (1): 172/208 kB error 03-Jan-2023 00:04:28 Progress (1): 176/208 kB error 03-Jan-2023 00:04:28 Progress (1): 180/208 kB error 03-Jan-2023 00:04:28 Progress (1): 184/208 kB error 03-Jan-2023 00:04:28 Progress (1): 189/208 kB error 03-Jan-2023 00:04:28 Progress (1): 193/208 kB error 03-Jan-2023 00:04:28 Progress (1): 197/208 kB error 03-Jan-2023 00:04:28 Progress (1): 199/208 kB error 03-Jan-2023 00:04:28 Progress (1): 203/208 kB error 03-Jan-2023 00:04:28 Progress (1): 207/208 kB error 03-Jan-2023 00:04:28 Progress (1): 208 kB error 03-Jan-2023 00:04:29 error 03-Jan-2023 00:04:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 127 kB/s) error 03-Jan-2023 00:04:30 #14 257.3 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 00:04:30 #14 257.6 [INFO] error 03-Jan-2023 00:04:30 #14 257.6 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 00:04:30 #14 257.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.pom error 03-Jan-2023 00:04:30 #14 257.9 Progress (1): 3.4/3.8 kB error 03-Jan-2023 00:04:30 Progress (1): 3.8 kB error 03-Jan-2023 00:04:30 error 03-Jan-2023 00:04:30 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 15 kB/s) error 03-Jan-2023 00:04:30 #14 258.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 00:04:30 #14 258.2 Progress (1): 1.6 kB error 03-Jan-2023 00:04:30 error 03-Jan-2023 00:04:31 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 00:04:31 #14 258.3 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 00:04:31 #14 258.5 Progress (1): 3.4/12 kB error 03-Jan-2023 00:04:31 Progress (1): 6.2/12 kB error 03-Jan-2023 00:04:31 Progress (1): 9.0/12 kB error 03-Jan-2023 00:04:31 Progress (1): 12/12 kB error 03-Jan-2023 00:04:31 Progress (1): 12 kB error 03-Jan-2023 00:04:31 error 03-Jan-2023 00:04:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 51 kB/s) error 03-Jan-2023 00:04:31 #14 258.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 00:04:31 #14 258.7 Progress (1): 3.4/20 kB error 03-Jan-2023 00:04:31 Progress (1): 6.2/20 kB error 03-Jan-2023 00:04:31 Progress (1): 9.0/20 kB error 03-Jan-2023 00:04:31 Progress (1): 12/20 kB error 03-Jan-2023 00:04:31 Progress (1): 15/20 kB error 03-Jan-2023 00:04:31 Progress (1): 17/20 kB error 03-Jan-2023 00:04:31 Progress (1): 20 kB error 03-Jan-2023 00:04:31 error 03-Jan-2023 00:04:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 81 kB/s) error 03-Jan-2023 00:04:31 #14 258.9 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 00:04:31 #14 259.0 Progress (1): 3.1 kB error 03-Jan-2023 00:04:31 error 03-Jan-2023 00:04:31 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 00:04:31 #14 259.1 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 00:04:31 #14 259.2 Progress (1): 2.7 kB error 03-Jan-2023 00:04:32 error 03-Jan-2023 00:04:32 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 00:04:32 #14 259.4 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 00:04:32 #14 259.5 Progress (1): 2.1 kB error 03-Jan-2023 00:04:32 error 03-Jan-2023 00:04:32 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.4 kB/s) error 03-Jan-2023 00:04:32 #14 259.6 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 00:04:32 #14 259.7 Progress (1): 2.0 kB error 03-Jan-2023 00:04:32 error 03-Jan-2023 00:04:32 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.7 kB/s) error 03-Jan-2023 00:04:32 #14 259.9 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 00:04:32 #14 260.0 Progress (1): 2.7 kB error 03-Jan-2023 00:04:32 error 03-Jan-2023 00:04:32 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 00:04:32 #14 260.1 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 00:04:32 #14 260.2 Progress (1): 1.9 kB error 03-Jan-2023 00:04:33 error 03-Jan-2023 00:04:33 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 00:04:33 #14 260.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 00:04:33 #14 260.5 Progress (1): 2.0 kB error 03-Jan-2023 00:04:33 error 03-Jan-2023 00:04:33 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.1 kB/s) error 03-Jan-2023 00:04:33 #14 260.6 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 00:04:33 #14 260.8 Progress (1): 1.5 kB error 03-Jan-2023 00:04:33 error 03-Jan-2023 00:04:33 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 00:04:33 #14 260.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 00:04:33 #14 261.0 Progress (1): 2.7 kB error 03-Jan-2023 00:04:33 error 03-Jan-2023 00:04:33 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 00:04:33 #14 261.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 00:04:33 #14 261.3 Progress (1): 2.2 kB error 03-Jan-2023 00:04:34 error 03-Jan-2023 00:04:34 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.5 kB/s) error 03-Jan-2023 00:04:34 #14 261.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 00:04:34 #14 261.5 Progress (1): 3.0 kB error 03-Jan-2023 00:04:34 error 03-Jan-2023 00:04:34 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 12 kB/s) error 03-Jan-2023 00:04:35 #14 262.3 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 00:04:35 #14 262.7 Progress (1): 767 B error 03-Jan-2023 00:04:35 error 03-Jan-2023 00:04:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 1.3 kB/s) error 03-Jan-2023 00:04:35 #14 262.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 00:04:35 #14 263.0 Progress (1): 3.4/5.9 kB error 03-Jan-2023 00:04:35 Progress (1): 5.9 kB error 03-Jan-2023 00:04:35 error 03-Jan-2023 00:04:35 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 00:04:36 #14 263.4 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 00:04:36 #14 263.6 Progress (1): 3.2 kB error 03-Jan-2023 00:04:36 error 03-Jan-2023 00:04:36 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 8.0 kB/s) error 03-Jan-2023 00:04:36 #14 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 00:04:36 #14 264.1 Progress (1): 2.6 kB error 03-Jan-2023 00:04:36 error 03-Jan-2023 00:04:36 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.7 kB/s) error 03-Jan-2023 00:04:37 #14 264.3 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 00:04:37 #14 264.5 Progress (1): 765 B error 03-Jan-2023 00:04:37 error 03-Jan-2023 00:04:37 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.9 kB/s) error 03-Jan-2023 00:04:37 #14 264.7 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 00:04:37 #14 264.9 Progress (1): 3.3/11 kB error 03-Jan-2023 00:04:37 Progress (1): 6.1/11 kB error 03-Jan-2023 00:04:37 Progress (1): 8.9/11 kB error 03-Jan-2023 00:04:37 Progress (1): 11 kB error 03-Jan-2023 00:04:37 error 03-Jan-2023 00:04:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 32 kB/s) error 03-Jan-2023 00:04:37 #14 265.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 00:04:38 #14 265.3 Progress (1): 1.4 kB error 03-Jan-2023 00:04:38 error 03-Jan-2023 00:04:38 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 4.4 kB/s) error 03-Jan-2023 00:04:38 #14 265.5 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 00:04:38 #14 265.6 Progress (1): 1.5 kB error 03-Jan-2023 00:04:38 error 03-Jan-2023 00:04:38 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 5.8 kB/s) error 03-Jan-2023 00:04:38 #14 265.8 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 00:04:38 #14 265.9 Progress (1): 1.8 kB error 03-Jan-2023 00:04:38 error 03-Jan-2023 00:04:38 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.8 kB/s) error 03-Jan-2023 00:04:38 #14 266.0 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 00:04:38 #14 266.1 Progress (1): 1.6 kB error 03-Jan-2023 00:04:38 error 03-Jan-2023 00:04:39 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 00:04:39 #14 266.2 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 00:04:39 #14 266.4 Progress (1): 2.7 kB error 03-Jan-2023 00:04:39 error 03-Jan-2023 00:04:39 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 00:04:39 #14 266.5 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 00:04:39 #14 266.6 Progress (1): 1.6 kB error 03-Jan-2023 00:04:39 error 03-Jan-2023 00:04:39 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 5.4 kB/s) error 03-Jan-2023 00:04:39 #14 266.9 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 00:04:39 #14 267.0 Progress (1): 1.8 kB error 03-Jan-2023 00:04:39 error 03-Jan-2023 00:04:39 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.4 kB/s) error 03-Jan-2023 00:04:39 #14 267.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 00:04:39 #14 267.3 Progress (1): 3.1 kB error 03-Jan-2023 00:04:40 error 03-Jan-2023 00:04:40 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 00:04:40 #14 267.5 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 00:04:40 #14 267.5 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 00:04:40 #14 267.5 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 00:04:40 #14 267.5 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 00:04:40 #14 267.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.jar error 03-Jan-2023 00:04:40 #14 267.7 Progress (1): 3.4/31 kB error 03-Jan-2023 00:04:40 Progress (2): 3.4/31 kB | 3.4/22 kB error 03-Jan-2023 00:04:40 Progress (2): 6.2/31 kB | 3.4/22 kB error 03-Jan-2023 00:04:40 Progress (2): 9.0/31 kB | 3.4/22 kB error 03-Jan-2023 00:04:40 Progress (3): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 3.4/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 6.2/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 9.0/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 12/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 15/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 17/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 20/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 23/32 kB error 03-Jan-2023 00:04:40 Progress (4): 9.0/31 kB | 3.4/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 3.4/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 6.2/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 9.0/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 12/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 15/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 17/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 20/22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 22 kB | 3.4/8.8 kB | 26/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 22 kB | 3.4/8.8 kB | 29/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 22 kB | 6.2/8.8 kB | 29/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 22 kB | 8.8 kB | 29/32 kB error 03-Jan-2023 00:04:40 Progress (4): 12/31 kB | 22 kB | 8.8 kB | 31/32 kB error 03-Jan-2023 00:04:40 Progress (4): 15/31 kB | 22 kB | 8.8 kB | 31/32 kB error 03-Jan-2023 00:04:40 Progress (4): 17/31 kB | 22 kB | 8.8 kB | 31/32 kB error 03-Jan-2023 00:04:40 Progress (4): 20/31 kB | 22 kB | 8.8 kB | 31/32 kB error 03-Jan-2023 00:04:40 Progress (4): 20/31 kB | 22 kB | 8.8 kB | 32 kB error 03-Jan-2023 00:04:40 Progress (4): 23/31 kB | 22 kB | 8.8 kB | 32 kB error 03-Jan-2023 00:04:40 Progress (4): 26/31 kB | 22 kB | 8.8 kB | 32 kB error 03-Jan-2023 00:04:40 Progress (4): 29/31 kB | 22 kB | 8.8 kB | 32 kB error 03-Jan-2023 00:04:40 Progress (4): 31 kB | 22 kB | 8.8 kB | 32 kB error 03-Jan-2023 00:04:40 error 03-Jan-2023 00:04:40 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 78 kB/s) error 03-Jan-2023 00:04:40 #14 267.9 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 00:04:40 #14 267.9 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 73 kB/s) error 03-Jan-2023 00:04:40 #14 267.9 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 51 kB/s) error 03-Jan-2023 00:04:40 #14 267.9 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 20 kB/s) error 03-Jan-2023 00:04:40 #14 267.9 Progress (1): 3.4/17 kB error 03-Jan-2023 00:04:40 Progress (1): 6.2/17 kB error 03-Jan-2023 00:04:40 Progress (1): 9.0/17 kB error 03-Jan-2023 00:04:40 Progress (1): 12/17 kB error 03-Jan-2023 00:04:40 Progress (1): 15/17 kB error 03-Jan-2023 00:04:40 Progress (1): 17 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 3.3/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 6.1/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 8.9/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 12/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 15/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 17/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 20/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 23/23 kB error 03-Jan-2023 00:04:40 Progress (2): 17 kB | 23 kB error 03-Jan-2023 00:04:40 error 03-Jan-2023 00:04:40 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 28 kB/s) error 03-Jan-2023 00:04:40 #14 268.1 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 34 kB/s) error 03-Jan-2023 00:04:42 #14 269.4 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 00:04:42 #14 270.0 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 00:05:00 #14 287.5 [INFO] error 03-Jan-2023 00:05:00 #14 287.5 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 00:05:00 #14 288.1 [INFO] error 03-Jan-2023 00:05:00 #14 288.1 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 00:05:00 #14 288.1 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 00:05:00 #14 288.2 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 00:05:00 #14 288.2 [INFO] error 03-Jan-2023 00:05:00 #14 288.2 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 00:05:00 #14 288.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 00:05:00 #14 288.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 00:05:00 #14 288.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 00:05:01 #14 288.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 00:05:01 #14 288.8 [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 00:05:01 #14 288.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:05:01 #14 288.9 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 00:05:01 #14 288.9 [INFO] error 03-Jan-2023 00:05:01 #14 288.9 [INFO] Reference Application Distribution ................. SUCCESS [ 4.221 s] error 03-Jan-2023 00:05:01 #14 288.9 [INFO] Reference Application Distribution Package ......... SUCCESS [04:24 min] error 03-Jan-2023 00:05:01 #14 288.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:05:01 #14 288.9 [INFO] BUILD SUCCESS error 03-Jan-2023 00:05:01 #14 288.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:05:01 #14 288.9 [INFO] Total time: 04:30 min error 03-Jan-2023 00:05:01 #14 288.9 [INFO] Finished at: 2023-01-03T00:05:01Z error 03-Jan-2023 00:05:01 #14 288.9 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:05:02 #14 DONE 289.4s error 03-Jan-2023 00:05:02 error 03-Jan-2023 00:05:02 #18 exporting to image error 03-Jan-2023 00:05:02 #18 exporting layers error 03-Jan-2023 00:05:57 #18 exporting layers 55.5s done error 03-Jan-2023 00:05:57 #18 exporting manifest sha256:a5a7882df0115554dc09c902b6cc4f6189e760be59967a021e2a7cf16deaf2aa 0.0s done error 03-Jan-2023 00:05:57 #18 exporting config sha256:f0cf296bf0f6f0a020770f7fe22eb6011ad50e486a2fb1241219b3a8089b0827 error 03-Jan-2023 00:05:57 #18 exporting config sha256:f0cf296bf0f6f0a020770f7fe22eb6011ad50e486a2fb1241219b3a8089b0827 0.0s done error 03-Jan-2023 00:05:57 #18 exporting manifest sha256:fcb7c63e02e904386e9e6c47244fb737cec6dcc229329b03319cd390a488dcf0 0.0s done error 03-Jan-2023 00:05:57 #18 exporting config sha256:d4255f4a91b4d09e80111f0008e83e160d8c08acdb07c43e23cc071092193805 0.0s done error 03-Jan-2023 00:05:57 #18 exporting manifest list sha256:24bbb67e5ba12d279777fe58dc8a7334c6d05ff6c7b2d08f2b83bc17aab17222 0.0s done error 03-Jan-2023 00:05:57 #18 pushing layers error 03-Jan-2023 00:05:57 #18 ... error 03-Jan-2023 00:05:57 error 03-Jan-2023 00:05:57 #19 [auth] openmrs/openmrs-reference-application:pull,push token for registry-1.docker.io error 03-Jan-2023 00:05:58 #19 DONE 0.0s error 03-Jan-2023 00:05:58 error 03-Jan-2023 00:05:58 #18 exporting to image error 03-Jan-2023 00:06:20 #18 pushing layers 22.1s done error 03-Jan-2023 00:06:20 #18 pushing manifest for docker.io/openmrs/openmrs-reference-application:dev@sha256:24bbb67e5ba12d279777fe58dc8a7334c6d05ff6c7b2d08f2b83bc17aab17222 error 03-Jan-2023 00:06:20 #18 pushing manifest for docker.io/openmrs/openmrs-reference-application:dev@sha256:24bbb67e5ba12d279777fe58dc8a7334c6d05ff6c7b2d08f2b83bc17aab17222 0.8s done error 03-Jan-2023 00:06:20 #18 DONE 78.6s error 03-Jan-2023 00:06:20 Unable to find image 'openmrs/openmrs-reference-application:dev' locally error 03-Jan-2023 00:06:21 dev: Pulling from openmrs/openmrs-reference-application error 03-Jan-2023 00:06:21 5b4a36b5b78f: Already exists error 03-Jan-2023 00:06:21 898f795353af: Already exists error 03-Jan-2023 00:06:21 6dd84c6f1e13: Already exists error 03-Jan-2023 00:06:21 1f23131bd791: Already exists error 03-Jan-2023 00:06:21 4bb119f803d6: Already exists error 03-Jan-2023 00:06:21 cbb045e564ce: Already exists error 03-Jan-2023 00:06:21 98061fdd0ba2: Already exists error 03-Jan-2023 00:06:21 fd66a7dacd54: Already exists error 03-Jan-2023 00:06:21 165e0cdcb067: Already exists error 03-Jan-2023 00:06:21 3a4393a1ae7f: Already exists error 03-Jan-2023 00:06:21 666883274ebc: Already exists error 03-Jan-2023 00:06:21 7b88e8bec00b: Already exists error 03-Jan-2023 00:06:21 d98f57411bb9: Already exists error 03-Jan-2023 00:06:21 92ad60063615: Already exists error 03-Jan-2023 00:06:21 f3a5893a9741: Already exists error 03-Jan-2023 00:06:21 4bc95edcdebb: Already exists error 03-Jan-2023 00:06:21 98206b9d40ce: Already exists error 03-Jan-2023 00:06:21 1dd40dfb5cfc: Already exists error 03-Jan-2023 00:06:21 edf8423d58a2: Already exists error 03-Jan-2023 00:06:21 ee2cd8fda60f: Already exists error 03-Jan-2023 00:06:21 52148ff1c3a4: Already exists error 03-Jan-2023 00:06:21 80255a1385b9: Already exists error 03-Jan-2023 00:06:21 a367cf6b0547: Already exists error 03-Jan-2023 00:06:21 a116792d1826: Already exists error 03-Jan-2023 00:06:21 20897e65fe6a: Already exists error 03-Jan-2023 00:06:21 4e50e0d6045a: Already exists error 03-Jan-2023 00:06:21 4f4fb700ef54: Already exists error 03-Jan-2023 00:06:21 1e34aa32778d: Already exists error 03-Jan-2023 00:06:21 c1a03a00b0f7: Already exists error 03-Jan-2023 00:06:21 2436457129da: Already exists error 03-Jan-2023 00:06:21 cd209e6af1b7: Already exists error 03-Jan-2023 00:06:21 91372baa661e: Already exists error 03-Jan-2023 00:06:21 112de604c0bd: Already exists error 03-Jan-2023 00:06:21 c6d272ae6691: Already exists error 03-Jan-2023 00:06:22 788cc45c96b9: Already exists error 03-Jan-2023 00:06:22 658d0aa8d799: Already exists error 03-Jan-2023 00:06:22 98f84d8aff8e: Already exists error 03-Jan-2023 00:06:22 be1f212c9238: Pulling fs layer error 03-Jan-2023 00:06:22 398aa7fa371a: Pulling fs layer error 03-Jan-2023 00:06:22 dad4ca057f11: Pulling fs layer error 03-Jan-2023 00:06:22 be1f212c9238: Verifying Checksum error 03-Jan-2023 00:06:22 be1f212c9238: Download complete error 03-Jan-2023 00:06:22 398aa7fa371a: Verifying Checksum error 03-Jan-2023 00:06:22 398aa7fa371a: Download complete error 03-Jan-2023 00:06:22 be1f212c9238: Pull complete error 03-Jan-2023 00:06:23 398aa7fa371a: Pull complete error 03-Jan-2023 00:06:36 dad4ca057f11: Verifying Checksum error 03-Jan-2023 00:06:36 dad4ca057f11: Download complete error 03-Jan-2023 00:06:44 dad4ca057f11: Pull complete error 03-Jan-2023 00:06:44 Digest: sha256:24bbb67e5ba12d279777fe58dc8a7334c6d05ff6c7b2d08f2b83bc17aab17222 error 03-Jan-2023 00:06:44 Status: Downloaded newer image for openmrs/openmrs-reference-application:dev build 03-Jan-2023 00:06:55 [INFO] Scanning for projects... build 03-Jan-2023 00:06:55 [WARNING] build 03-Jan-2023 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [WARNING] build 03-Jan-2023 00:06:55 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT build 03-Jan-2023 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [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 00:06:55 [WARNING] build 03-Jan-2023 00:06:55 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. build 03-Jan-2023 00:06:55 [WARNING] build 03-Jan-2023 00:06:55 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. build 03-Jan-2023 00:06:55 [WARNING] build 03-Jan-2023 00:06:55 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 00:06:55 [INFO] Reactor Build Order: build 03-Jan-2023 00:06:55 [INFO] build 03-Jan-2023 00:06:55 [INFO] Reference Application Distribution [pom] build 03-Jan-2023 00:06:55 [INFO] Reference Application Distribution Package [jar] build 03-Jan-2023 00:06:55 [INFO] build 03-Jan-2023 00:06:55 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- build 03-Jan-2023 00:06:55 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] build 03-Jan-2023 00:06:55 [INFO] --------------------------------[ pom ]--------------------------------- build 03-Jan-2023 00:06:55 [INFO] build 03-Jan-2023 00:06:55 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- build 03-Jan-2023 00:06:55 [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 00:06:55 [INFO] build 03-Jan-2023 00:06:55 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ referenceapplication --- build 03-Jan-2023 00:06:55 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 00:06:56 Progress (1): 623 B build 03-Jan-2023 00:06:57 build 03-Jan-2023 00:06:57 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (623 B at 576 B/s) build 03-Jan-2023 00:06:57 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230103.000655-1742.pom build 03-Jan-2023 00:06:57 Progress (1): 4.1/42 kB build 03-Jan-2023 00:06:57 Progress (1): 8.2/42 kB build 03-Jan-2023 00:06:57 Progress (1): 12/42 kB build 03-Jan-2023 00:06:57 Progress (1): 16/42 kB build 03-Jan-2023 00:06:57 Progress (1): 20/42 kB build 03-Jan-2023 00:06:57 Progress (1): 25/42 kB build 03-Jan-2023 00:06:57 Progress (1): 29/42 kB build 03-Jan-2023 00:06:57 Progress (1): 33/42 kB build 03-Jan-2023 00:06:57 Progress (1): 37/42 kB build 03-Jan-2023 00:06:57 Progress (1): 41/42 kB build 03-Jan-2023 00:06:57 Progress (1): 42 kB build 03-Jan-2023 00:06:59 build 03-Jan-2023 00:06:59 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/referenceapplication-2.13.0-20230103.000655-1742.pom (42 kB at 21 kB/s) build 03-Jan-2023 00:06:59 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml build 03-Jan-2023 00:06:59 Progress (1): 1.1 kB build 03-Jan-2023 00:06:59 build 03-Jan-2023 00:06:59 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml (1.1 kB at 4.9 kB/s) build 03-Jan-2023 00:06:59 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 00:06:59 Progress (1): 623 B build 03-Jan-2023 00:07:00 build 03-Jan-2023 00:07:00 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml (623 B at 467 B/s) build 03-Jan-2023 00:07:00 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml build 03-Jan-2023 00:07:00 Progress (1): 1.1 kB build 03-Jan-2023 00:07:02 build 03-Jan-2023 00:07:02 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication/maven-metadata.xml (1.1 kB at 699 B/s) build 03-Jan-2023 00:07:02 [INFO] build 03-Jan-2023 00:07:02 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- build 03-Jan-2023 00:07:02 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] build 03-Jan-2023 00:07:02 [INFO] --------------------------------[ jar ]--------------------------------- build 03-Jan-2023 00:07:02 [INFO] build 03-Jan-2023 00:07:02 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- build 03-Jan-2023 00:07:02 [INFO] Using 'UTF-8' encoding to copy filtered resources. build 03-Jan-2023 00:07:02 [INFO] Copying 1 resource build 03-Jan-2023 00:07:02 [INFO] Copying 2 resources build 03-Jan-2023 00:07:02 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp build 03-Jan-2023 00:07:02 [INFO] build 03-Jan-2023 00:07:02 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 00:07:03 Jan 03, 2023 12:07:03 AM org.jline.utils.Log logr error 03-Jan-2023 00:07:03 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) build 03-Jan-2023 00:07:03 build 03-Jan-2023 00:07:03 The directory at '/app/package/target/distro' contains docker config. Only modules and openmrs.war will be overriden build 03-Jan-2023 00:07:03 build 03-Jan-2023 00:07:03 Downloading modules... build 03-Jan-2023 00:07:03 build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war build 03-Jan-2023 00:07:04 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war build 03-Jan-2023 00:07:04 build 03-Jan-2023 00:07:04 file:/app/package/target/distro/web/openmrs-2.5.8.war build 03-Jan-2023 00:07:04 build 03-Jan-2023 00:07:04 target:/app/package/target/distro/web build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar build 03-Jan-2023 00:07:04 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 00:07:04 Progress (1): 802 B build 03-Jan-2023 00:07:04 build 03-Jan-2023 00:07:04 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.2 kB/s) build 03-Jan-2023 00:07:04 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 00:07:04 Progress (1): 621 B build 03-Jan-2023 00:07:04 build 03-Jan-2023 00:07:04 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.7 kB/s) build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar build 03-Jan-2023 00:07:04 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod build 03-Jan-2023 00:07:04 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 00:07:05 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar build 03-Jan-2023 00:07:05 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod build 03-Jan-2023 00:07:05 [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 00:07:05 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod build 03-Jan-2023 00:07:05 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod build 03-Jan-2023 00:07:05 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod build 03-Jan-2023 00:07:05 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod build 03-Jan-2023 00:07:05 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod build 03-Jan-2023 00:07:05 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod build 03-Jan-2023 00:07:05 [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 00:07:05 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying referencemetadata-omod-2.13.0.jar to /app/package/target/distro/web/modules/referencemetadata-2.13.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying reportingui-omod-1.11.0.jar to /app/package/target/distro/web/modules/reportingui-1.11.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying coreapps-omod-1.38.0.jar to /app/package/target/distro/web/modules/coreapps-1.38.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying reportingcompatibility-omod-2.0.9.jar to /app/package/target/distro/web/modules/reportingcompatibility-2.0.9.omod build 03-Jan-2023 00:07:05 [INFO] Copying reporting-omod-1.25.0.jar to /app/package/target/distro/web/modules/reporting-1.25.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod build 03-Jan-2023 00:07:05 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod build 03-Jan-2023 00:07:05 [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 00:07:05 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod build 03-Jan-2023 00:07:05 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod build 03-Jan-2023 00:07:05 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 Downloading OWAs... build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip build 03-Jan-2023 00:07:05 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 Creating Docker Compose configuration... build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 [INFO] build 03-Jan-2023 00:07:05 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 The directory at '/app/package/target/bundled-distro' contains docker config. Only modules and openmrs.war will be overriden build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 Downloading modules... build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war build 03-Jan-2023 00:07:05 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 target:/app/package/target/bundled-distro/web build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod build 03-Jan-2023 00:07:05 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar build 03-Jan-2023 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 [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 00:07:05 build 03-Jan-2023 00:07:05 Downloading OWAs... build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 build 03-Jan-2023 00:07:05 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 build 03-Jan-2023 00:07:05 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip build 03-Jan-2023 00:07:05 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip build 03-Jan-2023 00:07:06 build 03-Jan-2023 00:07:06 Creating Docker Compose configuration... build 03-Jan-2023 00:07:06 build 03-Jan-2023 00:07:06 build 03-Jan-2023 00:07:06 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro build 03-Jan-2023 00:07:06 build 03-Jan-2023 00:07:06 [INFO] build 03-Jan-2023 00:07:06 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- build 03-Jan-2023 00:07:06 [INFO] No sources to compile build 03-Jan-2023 00:07:06 [INFO] build 03-Jan-2023 00:07:06 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- build 03-Jan-2023 00:07:06 [INFO] Using 'UTF-8' encoding to copy filtered resources. build 03-Jan-2023 00:07:06 [INFO] skip non existing resourceDirectory /app/package/src/test/resources build 03-Jan-2023 00:07:06 [INFO] skip non existing resourceDirectory /app/package/src/test/resources build 03-Jan-2023 00:07:06 [INFO] build 03-Jan-2023 00:07:06 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- build 03-Jan-2023 00:07:06 [INFO] No sources to compile build 03-Jan-2023 00:07:06 [INFO] build 03-Jan-2023 00:07:06 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- build 03-Jan-2023 00:07:06 [INFO] No tests to run. build 03-Jan-2023 00:07:06 [INFO] Surefire report directory: /app/package/target/surefire-reports build 03-Jan-2023 00:07:07 build 03-Jan-2023 00:07:07 ------------------------------------------------------- build 03-Jan-2023 00:07:07 T E S T S build 03-Jan-2023 00:07:07 ------------------------------------------------------- build 03-Jan-2023 00:07:07 build 03-Jan-2023 00:07:07 Results : build 03-Jan-2023 00:07:07 build 03-Jan-2023 00:07:07 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 build 03-Jan-2023 00:07:07 build 03-Jan-2023 00:07:07 [INFO] build 03-Jan-2023 00:07:07 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- build 03-Jan-2023 00:07:07 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar build 03-Jan-2023 00:07:08 [INFO] build 03-Jan-2023 00:07:08 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- build 03-Jan-2023 00:07:08 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml build 03-Jan-2023 00:07:08 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip build 03-Jan-2023 00:07:14 [INFO] build 03-Jan-2023 00:07:14 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- build 03-Jan-2023 00:07:14 [INFO] build 03-Jan-2023 00:07:14 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- build 03-Jan-2023 00:07:14 [WARNING] JAR will be empty - no content was marked for inclusion! build 03-Jan-2023 00:07:14 [INFO] build 03-Jan-2023 00:07:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- build 03-Jan-2023 00:07:14 [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 00:07:14 [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 00:07:14 [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 00:07:14 [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 00:07:14 [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 00:07:14 [INFO] build 03-Jan-2023 00:07:14 [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ referenceapplication-package --- build 03-Jan-2023 00:07:14 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 00:07:14 Progress (1): 1.6 kB build 03-Jan-2023 00:07:14 build 03-Jan-2023 00:07:14 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.4 kB/s) build 03-Jan-2023 00:07:14 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.000655-1738.jar build 03-Jan-2023 00:07:14 Progress (1): 4.1/293 kB build 03-Jan-2023 00:07:14 Progress (1): 8.2/293 kB build 03-Jan-2023 00:07:14 Progress (1): 12/293 kB build 03-Jan-2023 00:07:14 Progress (1): 16/293 kB build 03-Jan-2023 00:07:14 Progress (1): 20/293 kB build 03-Jan-2023 00:07:14 Progress (1): 25/293 kB build 03-Jan-2023 00:07:14 Progress (1): 29/293 kB build 03-Jan-2023 00:07:14 Progress (1): 33/293 kB build 03-Jan-2023 00:07:14 Progress (1): 37/293 kB build 03-Jan-2023 00:07:14 Progress (1): 41/293 kB build 03-Jan-2023 00:07:14 Progress (1): 45/293 kB build 03-Jan-2023 00:07:14 Progress (1): 49/293 kB build 03-Jan-2023 00:07:14 Progress (1): 53/293 kB build 03-Jan-2023 00:07:14 Progress (1): 57/293 kB build 03-Jan-2023 00:07:14 Progress (1): 61/293 kB build 03-Jan-2023 00:07:14 Progress (1): 66/293 kB build 03-Jan-2023 00:07:14 Progress (1): 70/293 kB build 03-Jan-2023 00:07:14 Progress (1): 74/293 kB build 03-Jan-2023 00:07:14 Progress (1): 78/293 kB build 03-Jan-2023 00:07:14 Progress (1): 82/293 kB build 03-Jan-2023 00:07:14 Progress (1): 86/293 kB build 03-Jan-2023 00:07:14 Progress (1): 90/293 kB build 03-Jan-2023 00:07:14 Progress (1): 94/293 kB build 03-Jan-2023 00:07:14 Progress (1): 98/293 kB build 03-Jan-2023 00:07:14 Progress (1): 102/293 kB build 03-Jan-2023 00:07:14 Progress (1): 106/293 kB build 03-Jan-2023 00:07:14 Progress (1): 111/293 kB build 03-Jan-2023 00:07:14 Progress (1): 115/293 kB build 03-Jan-2023 00:07:14 Progress (1): 119/293 kB build 03-Jan-2023 00:07:14 Progress (1): 123/293 kB build 03-Jan-2023 00:07:14 Progress (1): 127/293 kB build 03-Jan-2023 00:07:14 Progress (1): 131/293 kB build 03-Jan-2023 00:07:14 Progress (1): 135/293 kB build 03-Jan-2023 00:07:14 Progress (1): 139/293 kB build 03-Jan-2023 00:07:14 Progress (1): 143/293 kB build 03-Jan-2023 00:07:14 Progress (1): 147/293 kB build 03-Jan-2023 00:07:14 Progress (1): 152/293 kB build 03-Jan-2023 00:07:14 Progress (1): 156/293 kB build 03-Jan-2023 00:07:14 Progress (1): 160/293 kB build 03-Jan-2023 00:07:14 Progress (1): 164/293 kB build 03-Jan-2023 00:07:14 Progress (1): 168/293 kB build 03-Jan-2023 00:07:14 Progress (1): 172/293 kB build 03-Jan-2023 00:07:14 Progress (1): 176/293 kB build 03-Jan-2023 00:07:14 Progress (1): 180/293 kB build 03-Jan-2023 00:07:14 Progress (1): 184/293 kB build 03-Jan-2023 00:07:14 Progress (1): 188/293 kB build 03-Jan-2023 00:07:14 Progress (1): 193/293 kB build 03-Jan-2023 00:07:14 Progress (1): 197/293 kB build 03-Jan-2023 00:07:14 Progress (1): 201/293 kB build 03-Jan-2023 00:07:14 Progress (1): 205/293 kB build 03-Jan-2023 00:07:14 Progress (1): 209/293 kB build 03-Jan-2023 00:07:14 Progress (1): 213/293 kB build 03-Jan-2023 00:07:14 Progress (1): 217/293 kB build 03-Jan-2023 00:07:14 Progress (1): 221/293 kB build 03-Jan-2023 00:07:14 Progress (1): 225/293 kB build 03-Jan-2023 00:07:14 Progress (1): 229/293 kB build 03-Jan-2023 00:07:14 Progress (1): 233/293 kB build 03-Jan-2023 00:07:14 Progress (1): 238/293 kB build 03-Jan-2023 00:07:14 Progress (1): 242/293 kB build 03-Jan-2023 00:07:14 Progress (1): 246/293 kB build 03-Jan-2023 00:07:14 Progress (1): 250/293 kB build 03-Jan-2023 00:07:14 Progress (1): 254/293 kB build 03-Jan-2023 00:07:14 Progress (1): 258/293 kB build 03-Jan-2023 00:07:14 Progress (1): 262/293 kB build 03-Jan-2023 00:07:14 Progress (1): 266/293 kB build 03-Jan-2023 00:07:14 Progress (1): 270/293 kB build 03-Jan-2023 00:07:14 Progress (1): 274/293 kB build 03-Jan-2023 00:07:14 Progress (1): 279/293 kB build 03-Jan-2023 00:07:14 Progress (1): 283/293 kB build 03-Jan-2023 00:07:14 Progress (1): 287/293 kB build 03-Jan-2023 00:07:14 Progress (1): 291/293 kB build 03-Jan-2023 00:07:14 Progress (1): 293 kB build 03-Jan-2023 00:07:17 build 03-Jan-2023 00:07:17 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.000655-1738.jar (293 kB at 98 kB/s) build 03-Jan-2023 00:07: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.000655-1738.pom build 03-Jan-2023 00:07:17 Progress (1): 3.4 kB build 03-Jan-2023 00:07:20 build 03-Jan-2023 00:07: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.000655-1738.pom (3.4 kB at 1.5 kB/s) build 03-Jan-2023 00:07:20 Downloading from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml build 03-Jan-2023 00:07:20 Progress (1): 1.1 kB build 03-Jan-2023 00:07:20 build 03-Jan-2023 00:07:20 Downloaded from openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml (1.1 kB at 4.9 kB/s) build 03-Jan-2023 00:07:20 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 00:07:20 Progress (1): 1.6 kB build 03-Jan-2023 00:07:21 build 03-Jan-2023 00:07:21 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 00:07:21 Uploading to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml build 03-Jan-2023 00:07:21 Progress (1): 1.0 kB build 03-Jan-2023 00:07:23 build 03-Jan-2023 00:07:23 Uploaded to openmrs-repo-snapshots: https://mavenrepo.openmrs.org/snapshots/org/openmrs/distro/referenceapplication-package/maven-metadata.xml (1.0 kB at 696 B/s) build 03-Jan-2023 00:07:23 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.000655-1738-addons.zip build 03-Jan-2023 00:07:23 Progress (1): 0.5/111 MB build 03-Jan-2023 00:07:23 Progress (1): 1.0/111 MB build 03-Jan-2023 00:07:23 Progress (1): 1.6/111 MB build 03-Jan-2023 00:07:23 Progress (1): 2.1/111 MB build 03-Jan-2023 00:07:23 Progress (1): 2.6/111 MB build 03-Jan-2023 00:07:23 Progress (1): 3.1/111 MB build 03-Jan-2023 00:07:23 Progress (1): 3.7/111 MB build 03-Jan-2023 00:07:23 Progress (1): 4.2/111 MB build 03-Jan-2023 00:07:23 Progress (1): 4.7/111 MB build 03-Jan-2023 00:07:23 Progress (1): 5.2/111 MB build 03-Jan-2023 00:07:23 Progress (1): 5.8/111 MB build 03-Jan-2023 00:07:23 Progress (1): 6.3/111 MB build 03-Jan-2023 00:07:23 Progress (1): 6.8/111 MB build 03-Jan-2023 00:07:23 Progress (1): 7.3/111 MB build 03-Jan-2023 00:07:23 Progress (1): 7.9/111 MB build 03-Jan-2023 00:07:23 Progress (1): 8.4/111 MB build 03-Jan-2023 00:07:23 Progress (1): 8.9/111 MB build 03-Jan-2023 00:07:23 Progress (1): 9.4/111 MB build 03-Jan-2023 00:07:23 Progress (1): 10.0/111 MB build 03-Jan-2023 00:07:23 Progress (1): 10/111 MB build 03-Jan-2023 00:07:23 Progress (1): 11/111 MB build 03-Jan-2023 00:07:23 Progress (1): 12/111 MB build 03-Jan-2023 00:07:23 Progress (1): 12/111 MB build 03-Jan-2023 00:07:23 Progress (1): 13/111 MB build 03-Jan-2023 00:07:23 Progress (1): 13/111 MB build 03-Jan-2023 00:07:23 Progress (1): 14/111 MB build 03-Jan-2023 00:07:23 Progress (1): 14/111 MB build 03-Jan-2023 00:07:23 Progress (1): 15/111 MB build 03-Jan-2023 00:07:23 Progress (1): 15/111 MB build 03-Jan-2023 00:07:23 Progress (1): 16/111 MB build 03-Jan-2023 00:07:23 Progress (1): 16/111 MB build 03-Jan-2023 00:07:23 Progress (1): 17/111 MB build 03-Jan-2023 00:07:23 Progress (1): 17/111 MB build 03-Jan-2023 00:07:23 Progress (1): 18/111 MB build 03-Jan-2023 00:07:23 Progress (1): 18/111 MB build 03-Jan-2023 00:07:23 Progress (1): 19/111 MB build 03-Jan-2023 00:07:23 Progress (1): 19/111 MB build 03-Jan-2023 00:07:23 Progress (1): 20/111 MB build 03-Jan-2023 00:07:23 Progress (1): 20/111 MB build 03-Jan-2023 00:07:23 Progress (1): 21/111 MB build 03-Jan-2023 00:07:23 Progress (1): 21/111 MB build 03-Jan-2023 00:07:23 Progress (1): 22/111 MB build 03-Jan-2023 00:07:23 Progress (1): 23/111 MB build 03-Jan-2023 00:07:23 Progress (1): 23/111 MB build 03-Jan-2023 00:07:23 Progress (1): 24/111 MB build 03-Jan-2023 00:07:23 Progress (1): 24/111 MB build 03-Jan-2023 00:07:23 Progress (1): 25/111 MB build 03-Jan-2023 00:07:23 Progress (1): 25/111 MB build 03-Jan-2023 00:07:23 Progress (1): 26/111 MB build 03-Jan-2023 00:07:23 Progress (1): 26/111 MB build 03-Jan-2023 00:07:23 Progress (1): 27/111 MB build 03-Jan-2023 00:07:23 Progress (1): 27/111 MB build 03-Jan-2023 00:07:23 Progress (1): 28/111 MB build 03-Jan-2023 00:07:23 Progress (1): 28/111 MB build 03-Jan-2023 00:07:23 Progress (1): 29/111 MB build 03-Jan-2023 00:07:23 Progress (1): 29/111 MB build 03-Jan-2023 00:07:23 Progress (1): 30/111 MB build 03-Jan-2023 00:07:23 Progress (1): 30/111 MB build 03-Jan-2023 00:07:23 Progress (1): 31/111 MB build 03-Jan-2023 00:07:23 Progress (1): 31/111 MB build 03-Jan-2023 00:07:23 Progress (1): 32/111 MB build 03-Jan-2023 00:07:23 Progress (1): 33/111 MB build 03-Jan-2023 00:07:23 Progress (1): 33/111 MB build 03-Jan-2023 00:07:23 Progress (1): 34/111 MB build 03-Jan-2023 00:07:23 Progress (1): 34/111 MB build 03-Jan-2023 00:07:23 Progress (1): 35/111 MB build 03-Jan-2023 00:07:23 Progress (1): 35/111 MB build 03-Jan-2023 00:07:23 Progress (1): 36/111 MB build 03-Jan-2023 00:07:23 Progress (1): 36/111 MB build 03-Jan-2023 00:07:23 Progress (1): 37/111 MB build 03-Jan-2023 00:07:23 Progress (1): 37/111 MB build 03-Jan-2023 00:07:23 Progress (1): 38/111 MB build 03-Jan-2023 00:07:23 Progress (1): 38/111 MB build 03-Jan-2023 00:07:23 Progress (1): 39/111 MB build 03-Jan-2023 00:07:23 Progress (1): 39/111 MB build 03-Jan-2023 00:07:23 Progress (1): 40/111 MB build 03-Jan-2023 00:07:23 Progress (1): 40/111 MB build 03-Jan-2023 00:07:23 Progress (1): 41/111 MB build 03-Jan-2023 00:07:23 Progress (1): 41/111 MB build 03-Jan-2023 00:07:23 Progress (1): 42/111 MB build 03-Jan-2023 00:07:23 Progress (1): 42/111 MB build 03-Jan-2023 00:07:23 Progress (1): 43/111 MB build 03-Jan-2023 00:07:23 Progress (1): 44/111 MB build 03-Jan-2023 00:07:23 Progress (1): 44/111 MB build 03-Jan-2023 00:07:23 Progress (1): 45/111 MB build 03-Jan-2023 00:07:23 Progress (1): 45/111 MB build 03-Jan-2023 00:07:23 Progress (1): 46/111 MB build 03-Jan-2023 00:07:23 Progress (1): 46/111 MB build 03-Jan-2023 00:07:23 Progress (1): 47/111 MB build 03-Jan-2023 00:07:23 Progress (1): 47/111 MB build 03-Jan-2023 00:07:23 Progress (1): 48/111 MB build 03-Jan-2023 00:07:23 Progress (1): 48/111 MB build 03-Jan-2023 00:07:23 Progress (1): 49/111 MB build 03-Jan-2023 00:07:23 Progress (1): 49/111 MB build 03-Jan-2023 00:07:23 Progress (1): 50/111 MB build 03-Jan-2023 00:07:23 Progress (1): 50/111 MB build 03-Jan-2023 00:07:23 Progress (1): 51/111 MB build 03-Jan-2023 00:07:23 Progress (1): 51/111 MB build 03-Jan-2023 00:07:23 Progress (1): 52/111 MB build 03-Jan-2023 00:07:23 Progress (1): 52/111 MB build 03-Jan-2023 00:07:23 Progress (1): 53/111 MB build 03-Jan-2023 00:07:23 Progress (1): 53/111 MB build 03-Jan-2023 00:07:23 Progress (1): 54/111 MB build 03-Jan-2023 00:07:23 Progress (1): 55/111 MB build 03-Jan-2023 00:07:23 Progress (1): 55/111 MB build 03-Jan-2023 00:07:23 Progress (1): 56/111 MB build 03-Jan-2023 00:07:23 Progress (1): 56/111 MB build 03-Jan-2023 00:07:23 Progress (1): 57/111 MB build 03-Jan-2023 00:07:23 Progress (1): 57/111 MB build 03-Jan-2023 00:07:23 Progress (1): 58/111 MB build 03-Jan-2023 00:07:23 Progress (1): 58/111 MB build 03-Jan-2023 00:07:23 Progress (1): 59/111 MB build 03-Jan-2023 00:07:23 Progress (1): 59/111 MB build 03-Jan-2023 00:07:23 Progress (1): 60/111 MB build 03-Jan-2023 00:07:23 Progress (1): 60/111 MB build 03-Jan-2023 00:07:23 Progress (1): 61/111 MB build 03-Jan-2023 00:07:23 Progress (1): 61/111 MB build 03-Jan-2023 00:07:23 Progress (1): 62/111 MB build 03-Jan-2023 00:07:23 Progress (1): 62/111 MB build 03-Jan-2023 00:07:23 Progress (1): 63/111 MB build 03-Jan-2023 00:07:23 Progress (1): 63/111 MB build 03-Jan-2023 00:07:23 Progress (1): 64/111 MB build 03-Jan-2023 00:07:23 Progress (1): 64/111 MB build 03-Jan-2023 00:07:23 Progress (1): 65/111 MB build 03-Jan-2023 00:07:23 Progress (1): 66/111 MB build 03-Jan-2023 00:07:23 Progress (1): 66/111 MB build 03-Jan-2023 00:07:23 Progress (1): 67/111 MB build 03-Jan-2023 00:07:23 Progress (1): 67/111 MB build 03-Jan-2023 00:07:23 Progress (1): 68/111 MB build 03-Jan-2023 00:07:23 Progress (1): 68/111 MB build 03-Jan-2023 00:07:23 Progress (1): 69/111 MB build 03-Jan-2023 00:07:23 Progress (1): 69/111 MB build 03-Jan-2023 00:07:23 Progress (1): 70/111 MB build 03-Jan-2023 00:07:23 Progress (1): 70/111 MB build 03-Jan-2023 00:07:23 Progress (1): 71/111 MB build 03-Jan-2023 00:07:23 Progress (1): 71/111 MB build 03-Jan-2023 00:07:23 Progress (1): 72/111 MB build 03-Jan-2023 00:07:23 Progress (1): 72/111 MB build 03-Jan-2023 00:07:23 Progress (1): 73/111 MB build 03-Jan-2023 00:07:23 Progress (1): 73/111 MB build 03-Jan-2023 00:07:23 Progress (1): 74/111 MB build 03-Jan-2023 00:07:23 Progress (1): 74/111 MB build 03-Jan-2023 00:07:23 Progress (1): 75/111 MB build 03-Jan-2023 00:07:23 Progress (1): 75/111 MB build 03-Jan-2023 00:07:23 Progress (1): 76/111 MB build 03-Jan-2023 00:07:23 Progress (1): 77/111 MB build 03-Jan-2023 00:07:23 Progress (1): 77/111 MB build 03-Jan-2023 00:07:23 Progress (1): 78/111 MB build 03-Jan-2023 00:07:23 Progress (1): 78/111 MB build 03-Jan-2023 00:07:23 Progress (1): 79/111 MB build 03-Jan-2023 00:07:23 Progress (1): 79/111 MB build 03-Jan-2023 00:07:23 Progress (1): 80/111 MB build 03-Jan-2023 00:07:24 Progress (1): 80/111 MB build 03-Jan-2023 00:07:24 Progress (1): 81/111 MB build 03-Jan-2023 00:07:24 Progress (1): 81/111 MB build 03-Jan-2023 00:07:24 Progress (1): 82/111 MB build 03-Jan-2023 00:07:24 Progress (1): 82/111 MB build 03-Jan-2023 00:07:24 Progress (1): 83/111 MB build 03-Jan-2023 00:07:24 Progress (1): 83/111 MB build 03-Jan-2023 00:07:24 Progress (1): 84/111 MB build 03-Jan-2023 00:07:24 Progress (1): 84/111 MB build 03-Jan-2023 00:07:24 Progress (1): 85/111 MB build 03-Jan-2023 00:07:24 Progress (1): 85/111 MB build 03-Jan-2023 00:07:24 Progress (1): 86/111 MB build 03-Jan-2023 00:07:24 Progress (1): 87/111 MB build 03-Jan-2023 00:07:24 Progress (1): 87/111 MB build 03-Jan-2023 00:07:24 Progress (1): 88/111 MB build 03-Jan-2023 00:07:24 Progress (1): 88/111 MB build 03-Jan-2023 00:07:24 Progress (1): 89/111 MB build 03-Jan-2023 00:07:24 Progress (1): 89/111 MB build 03-Jan-2023 00:07:24 Progress (1): 90/111 MB build 03-Jan-2023 00:07:24 Progress (1): 90/111 MB build 03-Jan-2023 00:07:24 Progress (1): 91/111 MB build 03-Jan-2023 00:07:24 Progress (1): 91/111 MB build 03-Jan-2023 00:07:24 Progress (1): 92/111 MB build 03-Jan-2023 00:07:24 Progress (1): 92/111 MB build 03-Jan-2023 00:07:24 Progress (1): 93/111 MB build 03-Jan-2023 00:07:24 Progress (1): 93/111 MB build 03-Jan-2023 00:07:24 Progress (1): 94/111 MB build 03-Jan-2023 00:07:24 Progress (1): 94/111 MB build 03-Jan-2023 00:07:24 Progress (1): 95/111 MB build 03-Jan-2023 00:07:24 Progress (1): 95/111 MB build 03-Jan-2023 00:07:24 Progress (1): 96/111 MB build 03-Jan-2023 00:07:24 Progress (1): 96/111 MB build 03-Jan-2023 00:07:24 Progress (1): 97/111 MB build 03-Jan-2023 00:07:24 Progress (1): 98/111 MB build 03-Jan-2023 00:07:24 Progress (1): 98/111 MB build 03-Jan-2023 00:07:24 Progress (1): 99/111 MB build 03-Jan-2023 00:07:24 Progress (1): 99/111 MB build 03-Jan-2023 00:07:24 Progress (1): 100/111 MB build 03-Jan-2023 00:07:24 Progress (1): 100/111 MB build 03-Jan-2023 00:07:24 Progress (1): 101/111 MB build 03-Jan-2023 00:07:24 Progress (1): 101/111 MB build 03-Jan-2023 00:07:24 Progress (1): 102/111 MB build 03-Jan-2023 00:07:24 Progress (1): 102/111 MB build 03-Jan-2023 00:07:24 Progress (1): 103/111 MB build 03-Jan-2023 00:07:24 Progress (1): 103/111 MB build 03-Jan-2023 00:07:24 Progress (1): 104/111 MB build 03-Jan-2023 00:07:24 Progress (1): 104/111 MB build 03-Jan-2023 00:07:24 Progress (1): 105/111 MB build 03-Jan-2023 00:07:24 Progress (1): 105/111 MB build 03-Jan-2023 00:07:24 Progress (1): 106/111 MB build 03-Jan-2023 00:07:24 Progress (1): 106/111 MB build 03-Jan-2023 00:07:24 Progress (1): 107/111 MB build 03-Jan-2023 00:07:24 Progress (1): 107/111 MB build 03-Jan-2023 00:07:24 Progress (1): 108/111 MB build 03-Jan-2023 00:07:24 Progress (1): 109/111 MB build 03-Jan-2023 00:07:24 Progress (1): 109/111 MB build 03-Jan-2023 00:07:24 Progress (1): 110/111 MB build 03-Jan-2023 00:07:24 Progress (1): 110/111 MB build 03-Jan-2023 00:07:24 Progress (1): 111/111 MB build 03-Jan-2023 00:07:24 Progress (1): 111 MB build 03-Jan-2023 00:07:52 build 03-Jan-2023 00:07:52 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.000655-1738-addons.zip (111 MB at 3.7 MB/s) build 03-Jan-2023 00:07:52 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 00:07:52 Progress (1): 1.6 kB build 03-Jan-2023 00:07:54 build 03-Jan-2023 00:07:54 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 00:07:54 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.000655-1738.war build 03-Jan-2023 00:07:54 Progress (1): 0.5/192 MB build 03-Jan-2023 00:07:54 Progress (1): 1.0/192 MB build 03-Jan-2023 00:07:54 Progress (1): 1.6/192 MB build 03-Jan-2023 00:07:54 Progress (1): 2.1/192 MB build 03-Jan-2023 00:07:54 Progress (1): 2.6/192 MB build 03-Jan-2023 00:07:54 Progress (1): 3.1/192 MB build 03-Jan-2023 00:07:54 Progress (1): 3.7/192 MB build 03-Jan-2023 00:07:54 Progress (1): 4.2/192 MB build 03-Jan-2023 00:07:54 Progress (1): 4.7/192 MB build 03-Jan-2023 00:07:54 Progress (1): 5.2/192 MB build 03-Jan-2023 00:07:54 Progress (1): 5.8/192 MB build 03-Jan-2023 00:07:54 Progress (1): 6.3/192 MB build 03-Jan-2023 00:07:54 Progress (1): 6.8/192 MB build 03-Jan-2023 00:07:54 Progress (1): 7.3/192 MB build 03-Jan-2023 00:07:54 Progress (1): 7.9/192 MB build 03-Jan-2023 00:07:54 Progress (1): 8.4/192 MB build 03-Jan-2023 00:07:54 Progress (1): 8.9/192 MB build 03-Jan-2023 00:07:54 Progress (1): 9.4/192 MB build 03-Jan-2023 00:07:54 Progress (1): 10.0/192 MB build 03-Jan-2023 00:07:54 Progress (1): 10/192 MB build 03-Jan-2023 00:07:54 Progress (1): 11/192 MB build 03-Jan-2023 00:07:54 Progress (1): 12/192 MB build 03-Jan-2023 00:07:54 Progress (1): 12/192 MB build 03-Jan-2023 00:07:54 Progress (1): 13/192 MB build 03-Jan-2023 00:07:54 Progress (1): 13/192 MB build 03-Jan-2023 00:07:54 Progress (1): 14/192 MB build 03-Jan-2023 00:07:54 Progress (1): 14/192 MB build 03-Jan-2023 00:07:54 Progress (1): 15/192 MB build 03-Jan-2023 00:07:54 Progress (1): 15/192 MB build 03-Jan-2023 00:07:54 Progress (1): 16/192 MB build 03-Jan-2023 00:07:54 Progress (1): 16/192 MB build 03-Jan-2023 00:07:54 Progress (1): 17/192 MB build 03-Jan-2023 00:07:54 Progress (1): 17/192 MB build 03-Jan-2023 00:07:54 Progress (1): 18/192 MB build 03-Jan-2023 00:07:54 Progress (1): 18/192 MB build 03-Jan-2023 00:07:54 Progress (1): 19/192 MB build 03-Jan-2023 00:07:54 Progress (1): 19/192 MB build 03-Jan-2023 00:07:54 Progress (1): 20/192 MB build 03-Jan-2023 00:07:54 Progress (1): 20/192 MB build 03-Jan-2023 00:07:54 Progress (1): 21/192 MB build 03-Jan-2023 00:07:54 Progress (1): 21/192 MB build 03-Jan-2023 00:07:54 Progress (1): 22/192 MB build 03-Jan-2023 00:07:54 Progress (1): 23/192 MB build 03-Jan-2023 00:07:54 Progress (1): 23/192 MB build 03-Jan-2023 00:07:54 Progress (1): 24/192 MB build 03-Jan-2023 00:07:54 Progress (1): 24/192 MB build 03-Jan-2023 00:07:54 Progress (1): 25/192 MB build 03-Jan-2023 00:07:54 Progress (1): 25/192 MB build 03-Jan-2023 00:07:54 Progress (1): 26/192 MB build 03-Jan-2023 00:07:54 Progress (1): 26/192 MB build 03-Jan-2023 00:07:54 Progress (1): 27/192 MB build 03-Jan-2023 00:07:54 Progress (1): 27/192 MB build 03-Jan-2023 00:07:54 Progress (1): 28/192 MB build 03-Jan-2023 00:07:54 Progress (1): 28/192 MB build 03-Jan-2023 00:07:54 Progress (1): 29/192 MB build 03-Jan-2023 00:07:54 Progress (1): 29/192 MB build 03-Jan-2023 00:07:54 Progress (1): 30/192 MB build 03-Jan-2023 00:07:54 Progress (1): 30/192 MB build 03-Jan-2023 00:07:54 Progress (1): 31/192 MB build 03-Jan-2023 00:07:54 Progress (1): 31/192 MB build 03-Jan-2023 00:07:54 Progress (1): 32/192 MB build 03-Jan-2023 00:07:54 Progress (1): 33/192 MB build 03-Jan-2023 00:07:54 Progress (1): 33/192 MB build 03-Jan-2023 00:07:54 Progress (1): 34/192 MB build 03-Jan-2023 00:07:54 Progress (1): 34/192 MB build 03-Jan-2023 00:07:54 Progress (1): 35/192 MB build 03-Jan-2023 00:07:54 Progress (1): 35/192 MB build 03-Jan-2023 00:07:54 Progress (1): 36/192 MB build 03-Jan-2023 00:07:54 Progress (1): 36/192 MB build 03-Jan-2023 00:07:54 Progress (1): 37/192 MB build 03-Jan-2023 00:07:54 Progress (1): 37/192 MB build 03-Jan-2023 00:07:54 Progress (1): 38/192 MB build 03-Jan-2023 00:07:54 Progress (1): 38/192 MB build 03-Jan-2023 00:07:54 Progress (1): 39/192 MB build 03-Jan-2023 00:07:54 Progress (1): 39/192 MB build 03-Jan-2023 00:07:54 Progress (1): 40/192 MB build 03-Jan-2023 00:07:54 Progress (1): 40/192 MB build 03-Jan-2023 00:07:54 Progress (1): 41/192 MB build 03-Jan-2023 00:07:54 Progress (1): 41/192 MB build 03-Jan-2023 00:07:54 Progress (1): 42/192 MB build 03-Jan-2023 00:07:54 Progress (1): 42/192 MB build 03-Jan-2023 00:07:54 Progress (1): 43/192 MB build 03-Jan-2023 00:07:54 Progress (1): 44/192 MB build 03-Jan-2023 00:07:54 Progress (1): 44/192 MB build 03-Jan-2023 00:07:54 Progress (1): 45/192 MB build 03-Jan-2023 00:07:54 Progress (1): 45/192 MB build 03-Jan-2023 00:07:54 Progress (1): 46/192 MB build 03-Jan-2023 00:07:54 Progress (1): 46/192 MB build 03-Jan-2023 00:07:54 Progress (1): 47/192 MB build 03-Jan-2023 00:07:54 Progress (1): 47/192 MB build 03-Jan-2023 00:07:54 Progress (1): 48/192 MB build 03-Jan-2023 00:07:54 Progress (1): 48/192 MB build 03-Jan-2023 00:07:54 Progress (1): 49/192 MB build 03-Jan-2023 00:07:54 Progress (1): 49/192 MB build 03-Jan-2023 00:07:54 Progress (1): 50/192 MB build 03-Jan-2023 00:07:54 Progress (1): 50/192 MB build 03-Jan-2023 00:07:54 Progress (1): 51/192 MB build 03-Jan-2023 00:07:54 Progress (1): 51/192 MB build 03-Jan-2023 00:07:54 Progress (1): 52/192 MB build 03-Jan-2023 00:07:54 Progress (1): 52/192 MB build 03-Jan-2023 00:07:54 Progress (1): 53/192 MB build 03-Jan-2023 00:07:54 Progress (1): 53/192 MB build 03-Jan-2023 00:07:54 Progress (1): 54/192 MB build 03-Jan-2023 00:07:54 Progress (1): 55/192 MB build 03-Jan-2023 00:07:54 Progress (1): 55/192 MB build 03-Jan-2023 00:07:54 Progress (1): 56/192 MB build 03-Jan-2023 00:07:54 Progress (1): 56/192 MB build 03-Jan-2023 00:07:54 Progress (1): 57/192 MB build 03-Jan-2023 00:07:54 Progress (1): 57/192 MB build 03-Jan-2023 00:07:54 Progress (1): 58/192 MB build 03-Jan-2023 00:07:54 Progress (1): 58/192 MB build 03-Jan-2023 00:07:54 Progress (1): 59/192 MB build 03-Jan-2023 00:07:54 Progress (1): 59/192 MB build 03-Jan-2023 00:07:54 Progress (1): 60/192 MB build 03-Jan-2023 00:07:54 Progress (1): 60/192 MB build 03-Jan-2023 00:07:54 Progress (1): 61/192 MB build 03-Jan-2023 00:07:54 Progress (1): 61/192 MB build 03-Jan-2023 00:07:54 Progress (1): 62/192 MB build 03-Jan-2023 00:07:54 Progress (1): 62/192 MB build 03-Jan-2023 00:07:54 Progress (1): 63/192 MB build 03-Jan-2023 00:07:54 Progress (1): 63/192 MB build 03-Jan-2023 00:07:54 Progress (1): 64/192 MB build 03-Jan-2023 00:07:54 Progress (1): 64/192 MB build 03-Jan-2023 00:07:54 Progress (1): 65/192 MB build 03-Jan-2023 00:07:54 Progress (1): 66/192 MB build 03-Jan-2023 00:07:54 Progress (1): 66/192 MB build 03-Jan-2023 00:07:54 Progress (1): 67/192 MB build 03-Jan-2023 00:07:54 Progress (1): 67/192 MB build 03-Jan-2023 00:07:54 Progress (1): 68/192 MB build 03-Jan-2023 00:07:54 Progress (1): 68/192 MB build 03-Jan-2023 00:07:54 Progress (1): 69/192 MB build 03-Jan-2023 00:07:54 Progress (1): 69/192 MB build 03-Jan-2023 00:07:54 Progress (1): 70/192 MB build 03-Jan-2023 00:07:54 Progress (1): 70/192 MB build 03-Jan-2023 00:07:54 Progress (1): 71/192 MB build 03-Jan-2023 00:07:54 Progress (1): 71/192 MB build 03-Jan-2023 00:07:54 Progress (1): 72/192 MB build 03-Jan-2023 00:07:54 Progress (1): 72/192 MB build 03-Jan-2023 00:07:54 Progress (1): 73/192 MB build 03-Jan-2023 00:07:54 Progress (1): 73/192 MB build 03-Jan-2023 00:07:54 Progress (1): 74/192 MB build 03-Jan-2023 00:07:54 Progress (1): 74/192 MB build 03-Jan-2023 00:07:54 Progress (1): 75/192 MB build 03-Jan-2023 00:07:54 Progress (1): 75/192 MB build 03-Jan-2023 00:07:54 Progress (1): 76/192 MB build 03-Jan-2023 00:07:54 Progress (1): 77/192 MB build 03-Jan-2023 00:07:54 Progress (1): 77/192 MB build 03-Jan-2023 00:07:54 Progress (1): 78/192 MB build 03-Jan-2023 00:07:54 Progress (1): 78/192 MB build 03-Jan-2023 00:07:54 Progress (1): 79/192 MB build 03-Jan-2023 00:07:54 Progress (1): 79/192 MB build 03-Jan-2023 00:07:54 Progress (1): 80/192 MB build 03-Jan-2023 00:07:54 Progress (1): 80/192 MB build 03-Jan-2023 00:07:54 Progress (1): 81/192 MB build 03-Jan-2023 00:07:54 Progress (1): 81/192 MB build 03-Jan-2023 00:07:54 Progress (1): 82/192 MB build 03-Jan-2023 00:07:54 Progress (1): 82/192 MB build 03-Jan-2023 00:07:54 Progress (1): 83/192 MB build 03-Jan-2023 00:07:54 Progress (1): 83/192 MB build 03-Jan-2023 00:07:54 Progress (1): 84/192 MB build 03-Jan-2023 00:07:54 Progress (1): 84/192 MB build 03-Jan-2023 00:07:54 Progress (1): 85/192 MB build 03-Jan-2023 00:07:54 Progress (1): 85/192 MB build 03-Jan-2023 00:07:54 Progress (1): 86/192 MB build 03-Jan-2023 00:07:54 Progress (1): 87/192 MB build 03-Jan-2023 00:07:54 Progress (1): 87/192 MB build 03-Jan-2023 00:07:54 Progress (1): 88/192 MB build 03-Jan-2023 00:07:54 Progress (1): 88/192 MB build 03-Jan-2023 00:07:54 Progress (1): 89/192 MB build 03-Jan-2023 00:07:54 Progress (1): 89/192 MB build 03-Jan-2023 00:07:54 Progress (1): 90/192 MB build 03-Jan-2023 00:07:54 Progress (1): 90/192 MB build 03-Jan-2023 00:07:54 Progress (1): 91/192 MB build 03-Jan-2023 00:07:54 Progress (1): 91/192 MB build 03-Jan-2023 00:07:54 Progress (1): 92/192 MB build 03-Jan-2023 00:07:54 Progress (1): 92/192 MB build 03-Jan-2023 00:07:54 Progress (1): 93/192 MB build 03-Jan-2023 00:07:54 Progress (1): 93/192 MB build 03-Jan-2023 00:07:54 Progress (1): 94/192 MB build 03-Jan-2023 00:07:54 Progress (1): 94/192 MB build 03-Jan-2023 00:07:54 Progress (1): 95/192 MB build 03-Jan-2023 00:07:55 Progress (1): 95/192 MB build 03-Jan-2023 00:07:55 Progress (1): 96/192 MB build 03-Jan-2023 00:07:55 Progress (1): 96/192 MB build 03-Jan-2023 00:07:55 Progress (1): 97/192 MB build 03-Jan-2023 00:07:55 Progress (1): 98/192 MB build 03-Jan-2023 00:07:55 Progress (1): 98/192 MB build 03-Jan-2023 00:07:55 Progress (1): 99/192 MB build 03-Jan-2023 00:07:55 Progress (1): 99/192 MB build 03-Jan-2023 00:07:55 Progress (1): 100/192 MB build 03-Jan-2023 00:07:55 Progress (1): 100/192 MB build 03-Jan-2023 00:07:55 Progress (1): 101/192 MB build 03-Jan-2023 00:07:55 Progress (1): 101/192 MB build 03-Jan-2023 00:07:55 Progress (1): 102/192 MB build 03-Jan-2023 00:07:55 Progress (1): 102/192 MB build 03-Jan-2023 00:07:55 Progress (1): 103/192 MB build 03-Jan-2023 00:07:55 Progress (1): 103/192 MB build 03-Jan-2023 00:07:55 Progress (1): 104/192 MB build 03-Jan-2023 00:07:55 Progress (1): 104/192 MB build 03-Jan-2023 00:07:55 Progress (1): 105/192 MB build 03-Jan-2023 00:07:55 Progress (1): 105/192 MB build 03-Jan-2023 00:07:55 Progress (1): 106/192 MB build 03-Jan-2023 00:07:55 Progress (1): 106/192 MB build 03-Jan-2023 00:07:55 Progress (1): 107/192 MB build 03-Jan-2023 00:07:55 Progress (1): 107/192 MB build 03-Jan-2023 00:07:55 Progress (1): 108/192 MB build 03-Jan-2023 00:07:55 Progress (1): 109/192 MB build 03-Jan-2023 00:07:55 Progress (1): 109/192 MB build 03-Jan-2023 00:07:55 Progress (1): 110/192 MB build 03-Jan-2023 00:07:55 Progress (1): 110/192 MB build 03-Jan-2023 00:07:55 Progress (1): 111/192 MB build 03-Jan-2023 00:07:55 Progress (1): 111/192 MB build 03-Jan-2023 00:07:55 Progress (1): 112/192 MB build 03-Jan-2023 00:07:55 Progress (1): 112/192 MB build 03-Jan-2023 00:07:55 Progress (1): 113/192 MB build 03-Jan-2023 00:07:55 Progress (1): 113/192 MB build 03-Jan-2023 00:07:55 Progress (1): 114/192 MB build 03-Jan-2023 00:07:55 Progress (1): 114/192 MB build 03-Jan-2023 00:07:55 Progress (1): 115/192 MB build 03-Jan-2023 00:07:55 Progress (1): 115/192 MB build 03-Jan-2023 00:07:55 Progress (1): 116/192 MB build 03-Jan-2023 00:07:55 Progress (1): 116/192 MB build 03-Jan-2023 00:07:55 Progress (1): 117/192 MB build 03-Jan-2023 00:07:55 Progress (1): 117/192 MB build 03-Jan-2023 00:07:55 Progress (1): 118/192 MB build 03-Jan-2023 00:07:55 Progress (1): 118/192 MB build 03-Jan-2023 00:07:55 Progress (1): 119/192 MB build 03-Jan-2023 00:07:55 Progress (1): 120/192 MB build 03-Jan-2023 00:07:55 Progress (1): 120/192 MB build 03-Jan-2023 00:07:55 Progress (1): 121/192 MB build 03-Jan-2023 00:07:55 Progress (1): 121/192 MB build 03-Jan-2023 00:07:55 Progress (1): 122/192 MB build 03-Jan-2023 00:07:55 Progress (1): 122/192 MB build 03-Jan-2023 00:07:55 Progress (1): 123/192 MB build 03-Jan-2023 00:07:55 Progress (1): 123/192 MB build 03-Jan-2023 00:07:55 Progress (1): 124/192 MB build 03-Jan-2023 00:07:55 Progress (1): 124/192 MB build 03-Jan-2023 00:07:55 Progress (1): 125/192 MB build 03-Jan-2023 00:07:55 Progress (1): 125/192 MB build 03-Jan-2023 00:07:55 Progress (1): 126/192 MB build 03-Jan-2023 00:07:55 Progress (1): 126/192 MB build 03-Jan-2023 00:07:55 Progress (1): 127/192 MB build 03-Jan-2023 00:07:55 Progress (1): 127/192 MB build 03-Jan-2023 00:07:55 Progress (1): 128/192 MB build 03-Jan-2023 00:07:55 Progress (1): 128/192 MB build 03-Jan-2023 00:07:55 Progress (1): 129/192 MB build 03-Jan-2023 00:07:55 Progress (1): 129/192 MB build 03-Jan-2023 00:07:55 Progress (1): 130/192 MB build 03-Jan-2023 00:07:55 Progress (1): 131/192 MB build 03-Jan-2023 00:07:55 Progress (1): 131/192 MB build 03-Jan-2023 00:07:55 Progress (1): 132/192 MB build 03-Jan-2023 00:07:55 Progress (1): 132/192 MB build 03-Jan-2023 00:07:55 Progress (1): 133/192 MB build 03-Jan-2023 00:07:55 Progress (1): 133/192 MB build 03-Jan-2023 00:07:55 Progress (1): 134/192 MB build 03-Jan-2023 00:07:55 Progress (1): 134/192 MB build 03-Jan-2023 00:07:55 Progress (1): 135/192 MB build 03-Jan-2023 00:07:55 Progress (1): 135/192 MB build 03-Jan-2023 00:07:55 Progress (1): 136/192 MB build 03-Jan-2023 00:07:55 Progress (1): 136/192 MB build 03-Jan-2023 00:07:55 Progress (1): 137/192 MB build 03-Jan-2023 00:07:55 Progress (1): 137/192 MB build 03-Jan-2023 00:07:55 Progress (1): 138/192 MB build 03-Jan-2023 00:07:55 Progress (1): 138/192 MB build 03-Jan-2023 00:07:55 Progress (1): 139/192 MB build 03-Jan-2023 00:07:55 Progress (1): 139/192 MB build 03-Jan-2023 00:07:55 Progress (1): 140/192 MB build 03-Jan-2023 00:07:55 Progress (1): 141/192 MB build 03-Jan-2023 00:07:55 Progress (1): 141/192 MB build 03-Jan-2023 00:07:55 Progress (1): 142/192 MB build 03-Jan-2023 00:07:55 Progress (1): 142/192 MB build 03-Jan-2023 00:07:55 Progress (1): 143/192 MB build 03-Jan-2023 00:07:55 Progress (1): 143/192 MB build 03-Jan-2023 00:07:55 Progress (1): 144/192 MB build 03-Jan-2023 00:07:55 Progress (1): 144/192 MB build 03-Jan-2023 00:07:55 Progress (1): 145/192 MB build 03-Jan-2023 00:07:55 Progress (1): 145/192 MB build 03-Jan-2023 00:07:55 Progress (1): 146/192 MB build 03-Jan-2023 00:07:55 Progress (1): 146/192 MB build 03-Jan-2023 00:07:55 Progress (1): 147/192 MB build 03-Jan-2023 00:07:55 Progress (1): 147/192 MB build 03-Jan-2023 00:07:55 Progress (1): 148/192 MB build 03-Jan-2023 00:07:55 Progress (1): 148/192 MB build 03-Jan-2023 00:07:55 Progress (1): 149/192 MB build 03-Jan-2023 00:07:55 Progress (1): 149/192 MB build 03-Jan-2023 00:07:55 Progress (1): 150/192 MB build 03-Jan-2023 00:07:55 Progress (1): 150/192 MB build 03-Jan-2023 00:07:55 Progress (1): 151/192 MB build 03-Jan-2023 00:07:55 Progress (1): 152/192 MB build 03-Jan-2023 00:07:55 Progress (1): 152/192 MB build 03-Jan-2023 00:07:55 Progress (1): 153/192 MB build 03-Jan-2023 00:07:55 Progress (1): 153/192 MB build 03-Jan-2023 00:07:55 Progress (1): 154/192 MB build 03-Jan-2023 00:07:55 Progress (1): 154/192 MB build 03-Jan-2023 00:07:55 Progress (1): 155/192 MB build 03-Jan-2023 00:07:55 Progress (1): 155/192 MB build 03-Jan-2023 00:07:55 Progress (1): 156/192 MB build 03-Jan-2023 00:07:55 Progress (1): 156/192 MB build 03-Jan-2023 00:07:55 Progress (1): 157/192 MB build 03-Jan-2023 00:07:55 Progress (1): 157/192 MB build 03-Jan-2023 00:07:55 Progress (1): 158/192 MB build 03-Jan-2023 00:07:55 Progress (1): 158/192 MB build 03-Jan-2023 00:07:55 Progress (1): 159/192 MB build 03-Jan-2023 00:07:55 Progress (1): 159/192 MB build 03-Jan-2023 00:07:55 Progress (1): 160/192 MB build 03-Jan-2023 00:07:55 Progress (1): 160/192 MB build 03-Jan-2023 00:07:55 Progress (1): 161/192 MB build 03-Jan-2023 00:07:55 Progress (1): 161/192 MB build 03-Jan-2023 00:07:55 Progress (1): 162/192 MB build 03-Jan-2023 00:07:55 Progress (1): 163/192 MB build 03-Jan-2023 00:07:55 Progress (1): 163/192 MB build 03-Jan-2023 00:07:55 Progress (1): 164/192 MB build 03-Jan-2023 00:07:55 Progress (1): 164/192 MB build 03-Jan-2023 00:07:55 Progress (1): 165/192 MB build 03-Jan-2023 00:07:55 Progress (1): 165/192 MB build 03-Jan-2023 00:07:55 Progress (1): 166/192 MB build 03-Jan-2023 00:07:55 Progress (1): 166/192 MB build 03-Jan-2023 00:07:55 Progress (1): 167/192 MB build 03-Jan-2023 00:07:55 Progress (1): 167/192 MB build 03-Jan-2023 00:07:55 Progress (1): 168/192 MB build 03-Jan-2023 00:07:55 Progress (1): 168/192 MB build 03-Jan-2023 00:07:55 Progress (1): 169/192 MB build 03-Jan-2023 00:07:55 Progress (1): 169/192 MB build 03-Jan-2023 00:07:55 Progress (1): 170/192 MB build 03-Jan-2023 00:07:55 Progress (1): 170/192 MB build 03-Jan-2023 00:07:55 Progress (1): 171/192 MB build 03-Jan-2023 00:07:55 Progress (1): 171/192 MB build 03-Jan-2023 00:07:55 Progress (1): 172/192 MB build 03-Jan-2023 00:07:55 Progress (1): 172/192 MB build 03-Jan-2023 00:07:55 Progress (1): 173/192 MB build 03-Jan-2023 00:07:55 Progress (1): 174/192 MB build 03-Jan-2023 00:07:55 Progress (1): 174/192 MB build 03-Jan-2023 00:07:55 Progress (1): 175/192 MB build 03-Jan-2023 00:07:55 Progress (1): 175/192 MB build 03-Jan-2023 00:07:55 Progress (1): 176/192 MB build 03-Jan-2023 00:07:55 Progress (1): 176/192 MB build 03-Jan-2023 00:07:55 Progress (1): 177/192 MB build 03-Jan-2023 00:07:55 Progress (1): 177/192 MB build 03-Jan-2023 00:07:55 Progress (1): 178/192 MB build 03-Jan-2023 00:07:55 Progress (1): 178/192 MB build 03-Jan-2023 00:07:55 Progress (1): 179/192 MB build 03-Jan-2023 00:07:55 Progress (1): 179/192 MB build 03-Jan-2023 00:07:55 Progress (1): 180/192 MB build 03-Jan-2023 00:07:55 Progress (1): 180/192 MB build 03-Jan-2023 00:07:55 Progress (1): 181/192 MB build 03-Jan-2023 00:07:55 Progress (1): 181/192 MB build 03-Jan-2023 00:07:55 Progress (1): 182/192 MB build 03-Jan-2023 00:07:55 Progress (1): 182/192 MB build 03-Jan-2023 00:07:55 Progress (1): 183/192 MB build 03-Jan-2023 00:07:55 Progress (1): 184/192 MB build 03-Jan-2023 00:07:55 Progress (1): 184/192 MB build 03-Jan-2023 00:07:55 Progress (1): 185/192 MB build 03-Jan-2023 00:07:55 Progress (1): 185/192 MB build 03-Jan-2023 00:07:55 Progress (1): 186/192 MB build 03-Jan-2023 00:07:55 Progress (1): 186/192 MB build 03-Jan-2023 00:07:55 Progress (1): 187/192 MB build 03-Jan-2023 00:07:55 Progress (1): 187/192 MB build 03-Jan-2023 00:07:55 Progress (1): 188/192 MB build 03-Jan-2023 00:07:55 Progress (1): 188/192 MB build 03-Jan-2023 00:07:55 Progress (1): 189/192 MB build 03-Jan-2023 00:07:55 Progress (1): 189/192 MB build 03-Jan-2023 00:07:55 Progress (1): 190/192 MB build 03-Jan-2023 00:07:55 Progress (1): 190/192 MB build 03-Jan-2023 00:07:55 Progress (1): 191/192 MB build 03-Jan-2023 00:07:55 Progress (1): 191/192 MB build 03-Jan-2023 00:07:55 Progress (1): 192 MB build 03-Jan-2023 00:08:06 build 03-Jan-2023 00:08:06 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.000655-1738.war (192 MB at 15 MB/s) build 03-Jan-2023 00:08:06 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 00:08:06 Progress (1): 1.6 kB build 03-Jan-2023 00:08:08 build 03-Jan-2023 00:08:08 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 00:08:08 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.000655-1738-tests.jar build 03-Jan-2023 00:08:08 Progress (1): 2.3 kB build 03-Jan-2023 00:08:10 build 03-Jan-2023 00:08:10 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.000655-1738-tests.jar (2.3 kB at 1.0 kB/s) build 03-Jan-2023 00:08:10 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 00:08:10 Progress (1): 1.6 kB build 03-Jan-2023 00:08:11 build 03-Jan-2023 00:08:11 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 00:08:11 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 00:08:11 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: build 03-Jan-2023 00:08:11 [INFO] build 03-Jan-2023 00:08:11 [INFO] Reference Application Distribution ................. SUCCESS [ 6.758 s] build 03-Jan-2023 00:08:11 [INFO] Reference Application Distribution Package ......... SUCCESS [01:09 min] build 03-Jan-2023 00:08:11 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 00:08:11 [INFO] BUILD SUCCESS build 03-Jan-2023 00:08:11 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 00:08:11 [INFO] Total time: 01:16 min build 03-Jan-2023 00:08:11 [INFO] Finished at: 2023-01-03T00:08:11Z build 03-Jan-2023 00:08:11 [INFO] ------------------------------------------------------------------------ build 03-Jan-2023 00:08:12 Building production image error 03-Jan-2023 00:08:12 #1 [internal] load build definition from Dockerfile error 03-Jan-2023 00:08:12 #1 transferring dockerfile: error 03-Jan-2023 00:08:12 #1 transferring dockerfile: 898B done error 03-Jan-2023 00:08:12 #1 DONE 0.1s error 03-Jan-2023 00:08:12 error 03-Jan-2023 00:08:12 #2 [internal] load .dockerignore error 03-Jan-2023 00:08:12 #2 transferring context: 74B done error 03-Jan-2023 00:08:12 #2 DONE 0.1s error 03-Jan-2023 00:08:12 error 03-Jan-2023 00:08:12 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io error 03-Jan-2023 00:08:12 #3 DONE 0.0s error 03-Jan-2023 00:08:12 error 03-Jan-2023 00:08:12 #4 resolve image config for docker.io/docker/dockerfile:1 error 03-Jan-2023 00:08:13 #4 DONE 0.4s error 03-Jan-2023 00:08:13 error 03-Jan-2023 00:08:13 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 03-Jan-2023 00:08:13 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done error 03-Jan-2023 00:08:13 #5 CACHED error 03-Jan-2023 00:08:13 error 03-Jan-2023 00:08:13 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 03-Jan-2023 00:08:13 #6 DONE 0.0s error 03-Jan-2023 00:08:13 error 03-Jan-2023 00:08:13 #7 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 00:08:14 #7 ... error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #8 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 00:08:14 #8 DONE 1.0s error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #7 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 03-Jan-2023 00:08:14 #7 DONE 1.2s error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #9 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:nightly error 03-Jan-2023 00:08:14 #9 DONE 1.2s error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #10 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:nightly error 03-Jan-2023 00:08:14 #10 DONE 1.2s error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #11 [internal] load build context error 03-Jan-2023 00:08:14 #11 DONE 0.0s error 03-Jan-2023 00:08:14 error 03-Jan-2023 00:08:14 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:08:14 #12 resolve docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:08:15 #12 resolve docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 0.1s done error 03-Jan-2023 00:08:15 #12 DONE 0.1s error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #13 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:08:15 #13 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 00:08:15 #13 DONE 0.1s error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #14 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:08:15 #14 resolve docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc 0.1s done error 03-Jan-2023 00:08:15 #14 DONE 0.1s error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:08:15 #15 resolve docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 0.1s done error 03-Jan-2023 00:08:15 #15 DONE 0.1s error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #11 [internal] load build context error 03-Jan-2023 00:08:15 #11 transferring context: 33.72MB 0.8s done error 03-Jan-2023 00:08:15 #11 DONE 0.9s error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #16 [linux/arm64 dev 2/4] WORKDIR /app error 03-Jan-2023 00:08:15 #16 CACHED error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #17 [linux/arm64 dev 3/4] COPY . ./ error 03-Jan-2023 00:08:15 #17 CACHED error 03-Jan-2023 00:08:15 error 03-Jan-2023 00:08:15 #13 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:08:16 #13 DONE 0.7s error 03-Jan-2023 00:08:16 error 03-Jan-2023 00:08:16 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:20 #18 ... error 03-Jan-2023 00:08:20 error 03-Jan-2023 00:08:20 #13 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:c87a4c724cc7784fb0bb71b1f4213d608a5ce6b22305a20b47efb56888400ebc error 03-Jan-2023 00:08:20 #13 sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 00:08:20 #13 sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 5.32kB / 5.32kB 0.1s done error 03-Jan-2023 00:08:20 #13 sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 80.31MB / 80.31MB 0.5s done error 03-Jan-2023 00:08:20 #13 sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 241.17MB / 241.17MB 1.2s done error 03-Jan-2023 00:08:20 #13 extracting sha256:c6d272ae66914db39533d5dc4adcdf2bb4f2c4e3ccbcad79987a46d0d064a4ac 1.9s done error 03-Jan-2023 00:08:20 #13 extracting sha256:788cc45c96b9e9c3187764bca276583f98ad378ca2f70548400e88bc991f0b2e 0.7s done error 03-Jan-2023 00:08:20 #13 extracting sha256:658d0aa8d799e4cbea30e092311b10f70b335e766dd2763150d79917dddcae97 0.0s done error 03-Jan-2023 00:08:20 #13 extracting sha256:98f84d8aff8e03ae9d743ec4d0d65bd32414e632d900ec266dc5e6b58f85cf3f 0.1s done error 03-Jan-2023 00:08:20 #13 DONE 4.6s error 03-Jan-2023 00:08:20 error 03-Jan-2023 00:08:20 #19 [linux/amd64 dev 2/4] WORKDIR /app error 03-Jan-2023 00:08:20 #19 DONE 0.4s error 03-Jan-2023 00:08:20 error 03-Jan-2023 00:08:20 #20 [linux/amd64 dev 3/4] COPY . ./ error 03-Jan-2023 00:08:20 #20 DONE 0.2s error 03-Jan-2023 00:08:20 error 03-Jan-2023 00:08:20 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:21 #18 ... error 03-Jan-2023 00:08:21 error 03-Jan-2023 00:08:21 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:25 #21 4.259 [INFO] Scanning for projects... error 03-Jan-2023 00:08:25 #21 4.477 [WARNING] error 03-Jan-2023 00:08:25 #21 4.477 [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 00:08:25 #21 4.484 [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 00:08:25 #21 4.489 [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 00:08:25 #21 4.489 [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 00:08:25 #21 4.494 [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 00:08:25 #21 4.494 [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 00:08:25 #21 4.494 [WARNING] error 03-Jan-2023 00:08:25 #21 4.494 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 00:08:25 #21 4.495 [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 00:08:25 #21 4.495 [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 00:08:25 #21 4.495 [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 00:08:25 #21 4.496 [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 00:08:25 #21 4.496 [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 00:08:25 #21 4.496 [WARNING] error 03-Jan-2023 00:08:25 #21 4.497 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 00:08:25 #21 4.497 [WARNING] error 03-Jan-2023 00:08:25 #21 4.497 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 00:08:25 #21 4.497 [WARNING] error 03-Jan-2023 00:08:25 #21 4.503 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:08:25 #21 4.504 [INFO] Reactor Build Order: error 03-Jan-2023 00:08:25 #21 4.504 [INFO] error 03-Jan-2023 00:08:25 #21 4.505 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 00:08:25 #21 4.506 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 00:08:25 #21 4.531 [INFO] error 03-Jan-2023 00:08:25 #21 4.531 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 00:08:25 #21 4.531 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 00:08:25 #21 4.531 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 00:08:25 #21 4.645 [INFO] error 03-Jan-2023 00:08:25 #21 4.645 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 00:08:26 #21 5.178 [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 00:08:26 #21 5.208 [INFO] error 03-Jan-2023 00:08:26 #21 5.208 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 00:08:26 #21 5.208 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 00:08:26 #21 5.208 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 00:08:26 #21 5.818 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 00:08:28 #21 7.235 Progress (1): 3.3/5.8 kB error 03-Jan-2023 00:08:28 Progress (1): 5.8 kB error 03-Jan-2023 00:08:28 error 03-Jan-2023 00:08:28 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.8 kB/s) error 03-Jan-2023 00:08:28 #21 7.379 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 00:08:28 #21 7.496 Progress (1): 3.3/34 kB error 03-Jan-2023 00:08:28 Progress (1): 6.1/34 kB error 03-Jan-2023 00:08:28 Progress (1): 8.9/34 kB error 03-Jan-2023 00:08:28 Progress (1): 12/34 kB error 03-Jan-2023 00:08:28 Progress (1): 15/34 kB error 03-Jan-2023 00:08:28 Progress (1): 17/34 kB error 03-Jan-2023 00:08:28 Progress (1): 20/34 kB error 03-Jan-2023 00:08:28 Progress (1): 23/34 kB error 03-Jan-2023 00:08:28 Progress (1): 26/34 kB error 03-Jan-2023 00:08:28 Progress (1): 29/34 kB error 03-Jan-2023 00:08:28 Progress (1): 31/34 kB error 03-Jan-2023 00:08:28 Progress (1): 34 kB error 03-Jan-2023 00:08:28 error 03-Jan-2023 00:08:28 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 94 kB/s) error 03-Jan-2023 00:08:28 #21 7.747 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 00:08:28 #21 7.875 Progress (1): 3.4/8.1 kB error 03-Jan-2023 00:08:28 Progress (1): 6.2/8.1 kB error 03-Jan-2023 00:08:28 Progress (1): 8.1 kB error 03-Jan-2023 00:08:28 error 03-Jan-2023 00:08:28 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 33 kB/s) error 03-Jan-2023 00:08:28 #21 7.998 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 00:08:28 #21 8.120 Progress (1): 3.4/30 kB error 03-Jan-2023 00:08:29 Progress (1): 6.2/30 kB error 03-Jan-2023 00:08:29 Progress (1): 9.0/30 kB error 03-Jan-2023 00:08:29 Progress (1): 12/30 kB error 03-Jan-2023 00:08:29 Progress (1): 15/30 kB error 03-Jan-2023 00:08:29 Progress (1): 17/30 kB error 03-Jan-2023 00:08:29 Progress (1): 20/30 kB error 03-Jan-2023 00:08:29 Progress (1): 23/30 kB error 03-Jan-2023 00:08:29 Progress (1): 26/30 kB error 03-Jan-2023 00:08:29 Progress (1): 29/30 kB error 03-Jan-2023 00:08:29 Progress (1): 30 kB error 03-Jan-2023 00:08:29 error 03-Jan-2023 00:08:29 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 114 kB/s) error 03-Jan-2023 00:08:29 #21 8.332 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 00:08:29 #21 8.461 Progress (1): 3.3/10 kB error 03-Jan-2023 00:08:29 Progress (1): 6.1/10 kB error 03-Jan-2023 00:08:29 Progress (1): 8.9/10 kB error 03-Jan-2023 00:08:29 Progress (1): 10 kB error 03-Jan-2023 00:08:29 error 03-Jan-2023 00:08:29 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 00:08:29 #21 8.599 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 00:08:29 #21 8.719 Progress (1): 3.3/43 kB error 03-Jan-2023 00:08:29 Progress (1): 6.1/43 kB error 03-Jan-2023 00:08:29 Progress (1): 8.9/43 kB error 03-Jan-2023 00:08:29 Progress (1): 12/43 kB error 03-Jan-2023 00:08:29 Progress (1): 14/43 kB error 03-Jan-2023 00:08:29 Progress (1): 17/43 kB error 03-Jan-2023 00:08:29 Progress (1): 20/43 kB error 03-Jan-2023 00:08:29 Progress (1): 23/43 kB error 03-Jan-2023 00:08:29 Progress (1): 26/43 kB error 03-Jan-2023 00:08:29 Progress (1): 28/43 kB error 03-Jan-2023 00:08:29 Progress (1): 31/43 kB error 03-Jan-2023 00:08:29 Progress (1): 34/43 kB error 03-Jan-2023 00:08:29 Progress (1): 37/43 kB error 03-Jan-2023 00:08:29 Progress (1): 40/43 kB error 03-Jan-2023 00:08:29 Progress (1): 42/43 kB error 03-Jan-2023 00:08:29 Progress (1): 43 kB error 03-Jan-2023 00:08:29 error 03-Jan-2023 00:08:29 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 00:08:29 #21 8.942 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 00:08:29 #21 9.061 Progress (1): 3.4/10 kB error 03-Jan-2023 00:08:30 Progress (1): 6.2/10 kB error 03-Jan-2023 00:08:30 Progress (1): 9.0/10 kB error 03-Jan-2023 00:08:30 Progress (1): 10 kB error 03-Jan-2023 00:08:30 error 03-Jan-2023 00:08:30 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 42 kB/s) error 03-Jan-2023 00:08:30 #21 9.186 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 00:08:30 #21 9.310 Progress (1): 3.4/11 kB error 03-Jan-2023 00:08:30 Progress (1): 6.2/11 kB error 03-Jan-2023 00:08:30 Progress (1): 9.0/11 kB error 03-Jan-2023 00:08:30 Progress (1): 11 kB error 03-Jan-2023 00:08:30 error 03-Jan-2023 00:08:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 45 kB/s) error 03-Jan-2023 00:08:30 #21 9.435 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 00:08:30 #21 9.553 Progress (1): 3.4/31 kB error 03-Jan-2023 00:08:30 Progress (1): 6.2/31 kB error 03-Jan-2023 00:08:30 Progress (1): 9.0/31 kB error 03-Jan-2023 00:08:30 Progress (1): 12/31 kB error 03-Jan-2023 00:08:30 Progress (1): 15/31 kB error 03-Jan-2023 00:08:30 Progress (1): 17/31 kB error 03-Jan-2023 00:08:30 Progress (1): 20/31 kB error 03-Jan-2023 00:08:30 Progress (1): 23/31 kB error 03-Jan-2023 00:08:30 Progress (1): 26/31 kB error 03-Jan-2023 00:08:30 Progress (1): 29/31 kB error 03-Jan-2023 00:08:30 Progress (1): 31 kB error 03-Jan-2023 00:08:30 error 03-Jan-2023 00:08:30 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 122 kB/s) error 03-Jan-2023 00:08:30 #21 9.693 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 00:08:30 #21 9.825 Progress (1): 3.4/15 kB error 03-Jan-2023 00:08:30 Progress (1): 6.2/15 kB error 03-Jan-2023 00:08:30 Progress (1): 9.0/15 kB error 03-Jan-2023 00:08:30 Progress (1): 12/15 kB error 03-Jan-2023 00:08:30 Progress (1): 15/15 kB error 03-Jan-2023 00:08:30 Progress (1): 15 kB error 03-Jan-2023 00:08:30 error 03-Jan-2023 00:08:30 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 59 kB/s) error 03-Jan-2023 00:08:30 #21 9.952 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 00:08:31 #21 10.68 Progress (1): 4.1/221 kB error 03-Jan-2023 00:08:31 Progress (1): 8.2/221 kB error 03-Jan-2023 00:08:31 Progress (1): 12/221 kB error 03-Jan-2023 00:08:31 Progress (1): 16/221 kB error 03-Jan-2023 00:08:31 Progress (1): 20/221 kB error 03-Jan-2023 00:08:31 Progress (1): 24/221 kB error 03-Jan-2023 00:08:31 Progress (1): 28/221 kB error 03-Jan-2023 00:08:31 Progress (1): 32/221 kB error 03-Jan-2023 00:08:31 Progress (1): 36/221 kB error 03-Jan-2023 00:08:31 Progress (1): 40/221 kB error 03-Jan-2023 00:08:31 Progress (1): 44/221 kB error 03-Jan-2023 00:08:31 Progress (1): 49/221 kB error 03-Jan-2023 00:08:31 Progress (1): 51/221 kB error 03-Jan-2023 00:08:31 Progress (1): 55/221 kB error 03-Jan-2023 00:08:31 Progress (1): 59/221 kB error 03-Jan-2023 00:08:31 Progress (1): 63/221 kB error 03-Jan-2023 00:08:31 Progress (1): 67/221 kB error 03-Jan-2023 00:08:31 Progress (1): 71/221 kB error 03-Jan-2023 00:08:31 Progress (1): 75/221 kB error 03-Jan-2023 00:08:31 Progress (1): 79/221 kB error 03-Jan-2023 00:08:31 Progress (1): 83/221 kB error 03-Jan-2023 00:08:31 Progress (1): 85/221 kB error 03-Jan-2023 00:08:31 Progress (1): 89/221 kB error 03-Jan-2023 00:08:31 Progress (1): 94/221 kB error 03-Jan-2023 00:08:31 Progress (1): 98/221 kB error 03-Jan-2023 00:08:31 Progress (1): 102/221 kB error 03-Jan-2023 00:08:31 Progress (1): 106/221 kB error 03-Jan-2023 00:08:31 Progress (1): 110/221 kB error 03-Jan-2023 00:08:31 Progress (1): 114/221 kB error 03-Jan-2023 00:08:31 Progress (1): 118/221 kB error 03-Jan-2023 00:08:31 Progress (1): 120/221 kB error 03-Jan-2023 00:08:31 Progress (1): 124/221 kB error 03-Jan-2023 00:08:31 Progress (1): 128/221 kB error 03-Jan-2023 00:08:31 Progress (1): 132/221 kB error 03-Jan-2023 00:08:31 Progress (1): 137/221 kB error 03-Jan-2023 00:08:31 Progress (1): 141/221 kB error 03-Jan-2023 00:08:31 Progress (1): 145/221 kB error 03-Jan-2023 00:08:31 Progress (1): 149/221 kB error 03-Jan-2023 00:08:31 Progress (1): 153/221 kB error 03-Jan-2023 00:08:31 Progress (1): 155/221 kB error 03-Jan-2023 00:08:31 Progress (1): 159/221 kB error 03-Jan-2023 00:08:31 Progress (1): 163/221 kB error 03-Jan-2023 00:08:31 Progress (1): 167/221 kB error 03-Jan-2023 00:08:31 Progress (1): 171/221 kB error 03-Jan-2023 00:08:31 Progress (1): 175/221 kB error 03-Jan-2023 00:08:31 Progress (1): 180/221 kB error 03-Jan-2023 00:08:31 Progress (1): 184/221 kB error 03-Jan-2023 00:08:31 Progress (1): 188/221 kB error 03-Jan-2023 00:08:31 Progress (1): 190/221 kB error 03-Jan-2023 00:08:31 Progress (1): 194/221 kB error 03-Jan-2023 00:08:31 Progress (1): 198/221 kB error 03-Jan-2023 00:08:31 Progress (1): 202/221 kB error 03-Jan-2023 00:08:31 Progress (1): 206/221 kB error 03-Jan-2023 00:08:31 Progress (1): 210/221 kB error 03-Jan-2023 00:08:31 Progress (1): 214/221 kB error 03-Jan-2023 00:08:31 Progress (1): 218/221 kB error 03-Jan-2023 00:08:31 Progress (1): 221 kB error 03-Jan-2023 00:08:31 error 03-Jan-2023 00:08:32 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 189 kB/s) error 03-Jan-2023 00:08:32 #21 11.14 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 00:08:32 #21 11.26 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:08:32 Progress (1): 5.8 kB error 03-Jan-2023 00:08:32 error 03-Jan-2023 00:08:32 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 24 kB/s) error 03-Jan-2023 00:08:32 #21 11.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 00:08:32 #21 11.51 Progress (1): 3.3/34 kB error 03-Jan-2023 00:08:32 Progress (1): 6.1/34 kB error 03-Jan-2023 00:08:32 Progress (1): 8.9/34 kB error 03-Jan-2023 00:08:32 Progress (1): 12/34 kB error 03-Jan-2023 00:08:32 Progress (1): 15/34 kB error 03-Jan-2023 00:08:32 Progress (1): 17/34 kB error 03-Jan-2023 00:08:32 Progress (1): 20/34 kB error 03-Jan-2023 00:08:32 Progress (1): 23/34 kB error 03-Jan-2023 00:08:32 Progress (1): 26/34 kB error 03-Jan-2023 00:08:32 Progress (1): 29/34 kB error 03-Jan-2023 00:08:32 Progress (1): 31/34 kB error 03-Jan-2023 00:08:32 Progress (1): 34 kB error 03-Jan-2023 00:08:32 error 03-Jan-2023 00:08:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 142 kB/s) error 03-Jan-2023 00:08:32 #21 11.63 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 00:08:32 #21 11.75 Progress (1): 3.4/64 kB error 03-Jan-2023 00:08:32 Progress (1): 6.2/64 kB error 03-Jan-2023 00:08:32 Progress (1): 9.0/64 kB error 03-Jan-2023 00:08:32 Progress (1): 12/64 kB error 03-Jan-2023 00:08:32 Progress (1): 15/64 kB error 03-Jan-2023 00:08:32 Progress (1): 17/64 kB error 03-Jan-2023 00:08:32 Progress (1): 20/64 kB error 03-Jan-2023 00:08:32 Progress (1): 23/64 kB error 03-Jan-2023 00:08:32 Progress (1): 26/64 kB error 03-Jan-2023 00:08:32 Progress (1): 29/64 kB error 03-Jan-2023 00:08:32 Progress (1): 31/64 kB error 03-Jan-2023 00:08:32 Progress (1): 34/64 kB error 03-Jan-2023 00:08:32 Progress (1): 37/64 kB error 03-Jan-2023 00:08:32 Progress (1): 40/64 kB error 03-Jan-2023 00:08:32 Progress (1): 43/64 kB error 03-Jan-2023 00:08:32 Progress (1): 45/64 kB error 03-Jan-2023 00:08:32 Progress (1): 48/64 kB error 03-Jan-2023 00:08:32 Progress (1): 51/64 kB error 03-Jan-2023 00:08:32 Progress (1): 54/64 kB error 03-Jan-2023 00:08:32 Progress (1): 57/64 kB error 03-Jan-2023 00:08:32 Progress (1): 59/64 kB error 03-Jan-2023 00:08:32 Progress (1): 62/64 kB error 03-Jan-2023 00:08:32 Progress (1): 64 kB error 03-Jan-2023 00:08:32 error 03-Jan-2023 00:08:32 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 260 kB/s) error 03-Jan-2023 00:08:32 #21 11.89 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 00:08:32 #21 12.01 Progress (1): 3.3/13 kB error 03-Jan-2023 00:08:32 Progress (1): 6.1/13 kB error 03-Jan-2023 00:08:32 Progress (1): 8.9/13 kB error 03-Jan-2023 00:08:32 Progress (1): 12/13 kB error 03-Jan-2023 00:08:32 Progress (1): 13 kB error 03-Jan-2023 00:08:32 error 03-Jan-2023 00:08:33 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 57 kB/s) error 03-Jan-2023 00:08:33 #21 12.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 00:08:33 #21 12.23 Progress (1): 3.3/36 kB error 03-Jan-2023 00:08:33 Progress (1): 6.1/36 kB error 03-Jan-2023 00:08:33 Progress (1): 8.9/36 kB error 03-Jan-2023 00:08:33 Progress (1): 12/36 kB error 03-Jan-2023 00:08:33 Progress (1): 15/36 kB error 03-Jan-2023 00:08:33 Progress (1): 17/36 kB error 03-Jan-2023 00:08:33 Progress (1): 20/36 kB error 03-Jan-2023 00:08:33 Progress (1): 23/36 kB error 03-Jan-2023 00:08:33 Progress (1): 26/36 kB error 03-Jan-2023 00:08:33 Progress (1): 29/36 kB error 03-Jan-2023 00:08:33 Progress (1): 31/36 kB error 03-Jan-2023 00:08:33 Progress (1): 34/36 kB error 03-Jan-2023 00:08:33 Progress (1): 36 kB error 03-Jan-2023 00:08:33 error 03-Jan-2023 00:08:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 155 kB/s) error 03-Jan-2023 00:08:33 #21 12.36 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 00:08:33 #21 12.49 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:08:33 Progress (1): 5.3 kB error 03-Jan-2023 00:08:33 error 03-Jan-2023 00:08:33 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 00:08:33 #21 12.76 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 00:08:33 #21 12.88 Progress (1): 1.7 kB error 03-Jan-2023 00:08:33 error 03-Jan-2023 00:08:33 #21 ... error 03-Jan-2023 00:08:33 error 03-Jan-2023 00:08:33 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:33 #18 18.03 [INFO] Scanning for projects... error 03-Jan-2023 00:08:35 #18 19.15 [WARNING] error 03-Jan-2023 00:08:35 #18 19.16 [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 00:08:35 #18 19.17 [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 00:08:35 #18 19.17 [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 00:08:35 #18 19.17 [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 00:08:35 #18 19.17 [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 00:08:35 #18 19.17 [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 00:08:35 #18 19.18 [WARNING] error 03-Jan-2023 00:08:35 #18 19.18 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 03-Jan-2023 00:08:35 #18 19.18 [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 00:08:35 #18 19.18 [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 00:08:35 #18 19.18 [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 00:08:35 #18 19.18 [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 00:08:35 #18 19.18 [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 00:08:35 #18 19.18 [WARNING] error 03-Jan-2023 00:08:35 #18 19.19 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 03-Jan-2023 00:08:35 #18 19.19 [WARNING] error 03-Jan-2023 00:08:35 #18 19.20 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 03-Jan-2023 00:08:35 #18 19.20 [WARNING] error 03-Jan-2023 00:08:35 #18 19.27 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:08:35 #18 19.27 [INFO] Reactor Build Order: error 03-Jan-2023 00:08:35 #18 19.27 [INFO] error 03-Jan-2023 00:08:35 #18 19.28 [INFO] Reference Application Distribution [pom] error 03-Jan-2023 00:08:35 #18 19.28 [INFO] Reference Application Distribution Package [jar] error 03-Jan-2023 00:08:35 #18 19.66 [INFO] error 03-Jan-2023 00:08:35 #18 19.69 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 03-Jan-2023 00:08:35 #18 19.69 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 03-Jan-2023 00:08:35 #18 19.70 [INFO] --------------------------------[ pom ]--------------------------------- error 03-Jan-2023 00:08:37 #18 21.41 [INFO] error 03-Jan-2023 00:08:37 #18 21.42 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 03-Jan-2023 00:08:40 #18 ... error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:40 #21 12.88 Progress (1): 1.7 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 7.0 kB/s) error 03-Jan-2023 00:08:40 #21 13.01 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 00:08:40 #21 13.15 Progress (1): 1.5 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.6 kB/s) error 03-Jan-2023 00:08:40 #21 13.28 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 00:08:40 #21 13.39 Progress (1): 1.7 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 13.52 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 00:08:40 #21 13.64 Progress (1): 2.3 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.4 kB/s) error 03-Jan-2023 00:08:40 #21 13.76 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 00:08:40 #21 13.89 Progress (1): 1.9 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.3 kB/s) error 03-Jan-2023 00:08:40 #21 14.03 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 00:08:40 #21 14.15 Progress (1): 1.7 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 14.28 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 00:08:40 #21 14.38 Progress (1): 2.3 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.5 kB/s) error 03-Jan-2023 00:08:40 #21 14.52 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 00:08:40 #21 14.63 Progress (1): 2.1 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.7 kB/s) error 03-Jan-2023 00:08:40 #21 14.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 00:08:40 #21 14.88 Progress (1): 1.9 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 15.03 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 00:08:40 #21 15.14 Progress (1): 2.1 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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.3 kB/s) error 03-Jan-2023 00:08:40 #21 15.38 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 00:08:40 #21 15.50 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:08:40 Progress (1): 5.5 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 15.64 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 00:08:40 #21 15.76 Progress (1): 3.3/15 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/15 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/15 kB error 03-Jan-2023 00:08:40 Progress (1): 12/15 kB error 03-Jan-2023 00:08:40 Progress (1): 14/15 kB error 03-Jan-2023 00:08:40 Progress (1): 15 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 63 kB/s) error 03-Jan-2023 00:08:40 #21 15.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 00:08:40 #21 16.02 Progress (1): 3.3/67 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/67 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/67 kB error 03-Jan-2023 00:08:40 Progress (1): 12/67 kB error 03-Jan-2023 00:08:40 Progress (1): 15/67 kB error 03-Jan-2023 00:08:40 Progress (1): 17/67 kB error 03-Jan-2023 00:08:40 Progress (1): 20/67 kB error 03-Jan-2023 00:08:40 Progress (1): 23/67 kB error 03-Jan-2023 00:08:40 Progress (1): 26/67 kB error 03-Jan-2023 00:08:40 Progress (1): 29/67 kB error 03-Jan-2023 00:08:40 Progress (1): 31/67 kB error 03-Jan-2023 00:08:40 Progress (1): 34/67 kB error 03-Jan-2023 00:08:40 Progress (1): 37/67 kB error 03-Jan-2023 00:08:40 Progress (1): 40/67 kB error 03-Jan-2023 00:08:40 Progress (1): 43/67 kB error 03-Jan-2023 00:08:40 Progress (1): 45/67 kB error 03-Jan-2023 00:08:40 Progress (1): 48/67 kB error 03-Jan-2023 00:08:40 Progress (1): 51/67 kB error 03-Jan-2023 00:08:40 Progress (1): 54/67 kB error 03-Jan-2023 00:08:40 Progress (1): 57/67 kB error 03-Jan-2023 00:08:40 Progress (1): 59/67 kB error 03-Jan-2023 00:08:40 Progress (1): 62/67 kB error 03-Jan-2023 00:08:40 Progress (1): 65/67 kB error 03-Jan-2023 00:08:40 Progress (1): 67 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 219 kB/s) error 03-Jan-2023 00:08:40 #21 16.23 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 00:08:40 #21 16.34 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:08:40 Progress (1): 5.1 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 21 kB/s) error 03-Jan-2023 00:08:40 #21 16.47 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 00:08:40 #21 16.58 Progress (1): 3.3/12 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/12 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/12 kB error 03-Jan-2023 00:08:40 Progress (1): 12/12 kB error 03-Jan-2023 00:08:40 Progress (1): 12 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 51 kB/s) error 03-Jan-2023 00:08:40 #21 16.72 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 00:08:40 #21 16.84 Progress (1): 3.3/43 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/43 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/43 kB error 03-Jan-2023 00:08:40 Progress (1): 12/43 kB error 03-Jan-2023 00:08:40 Progress (1): 14/43 kB error 03-Jan-2023 00:08:40 Progress (1): 17/43 kB error 03-Jan-2023 00:08:40 Progress (1): 20/43 kB error 03-Jan-2023 00:08:40 Progress (1): 23/43 kB error 03-Jan-2023 00:08:40 Progress (1): 26/43 kB error 03-Jan-2023 00:08:40 Progress (1): 28/43 kB error 03-Jan-2023 00:08:40 Progress (1): 31/43 kB error 03-Jan-2023 00:08:40 Progress (1): 34/43 kB error 03-Jan-2023 00:08:40 Progress (1): 37/43 kB error 03-Jan-2023 00:08:40 Progress (1): 40/43 kB error 03-Jan-2023 00:08:40 Progress (1): 42/43 kB error 03-Jan-2023 00:08:40 Progress (1): 43 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 164 kB/s) error 03-Jan-2023 00:08:40 #21 17.15 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 00:08:40 #21 17.27 Progress (1): 2.7 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 17.41 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 00:08:40 #21 17.53 Progress (1): 2.7 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 17.71 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 00:08:40 #21 17.82 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:08:40 Progress (1): 9.2 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 38 kB/s) error 03-Jan-2023 00:08:40 #21 17.95 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 00:08:40 #21 18.07 Progress (1): 3.3/151 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/151 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/151 kB error 03-Jan-2023 00:08:40 Progress (1): 12/151 kB error 03-Jan-2023 00:08:40 Progress (1): 14/151 kB error 03-Jan-2023 00:08:40 Progress (1): 17/151 kB error 03-Jan-2023 00:08:40 Progress (1): 20/151 kB error 03-Jan-2023 00:08:40 Progress (1): 23/151 kB error 03-Jan-2023 00:08:40 Progress (1): 26/151 kB error 03-Jan-2023 00:08:40 Progress (1): 28/151 kB error 03-Jan-2023 00:08:40 Progress (1): 31/151 kB error 03-Jan-2023 00:08:40 Progress (1): 34/151 kB error 03-Jan-2023 00:08:40 Progress (1): 37/151 kB error 03-Jan-2023 00:08:40 Progress (1): 40/151 kB error 03-Jan-2023 00:08:40 Progress (1): 42/151 kB error 03-Jan-2023 00:08:40 Progress (1): 45/151 kB error 03-Jan-2023 00:08:40 Progress (1): 48/151 kB error 03-Jan-2023 00:08:40 Progress (1): 51/151 kB error 03-Jan-2023 00:08:40 Progress (1): 54/151 kB error 03-Jan-2023 00:08:40 Progress (1): 56/151 kB error 03-Jan-2023 00:08:40 Progress (1): 59/151 kB error 03-Jan-2023 00:08:40 Progress (1): 62/151 kB error 03-Jan-2023 00:08:40 Progress (1): 65/151 kB error 03-Jan-2023 00:08:40 Progress (1): 68/151 kB error 03-Jan-2023 00:08:40 Progress (1): 70/151 kB error 03-Jan-2023 00:08:40 Progress (1): 73/151 kB error 03-Jan-2023 00:08:40 Progress (1): 76/151 kB error 03-Jan-2023 00:08:40 Progress (1): 79/151 kB error 03-Jan-2023 00:08:40 Progress (1): 82/151 kB error 03-Jan-2023 00:08:40 Progress (1): 84/151 kB error 03-Jan-2023 00:08:40 Progress (1): 87/151 kB error 03-Jan-2023 00:08:40 Progress (1): 90/151 kB error 03-Jan-2023 00:08:40 Progress (1): 93/151 kB error 03-Jan-2023 00:08:40 Progress (1): 96/151 kB error 03-Jan-2023 00:08:40 Progress (1): 98/151 kB error 03-Jan-2023 00:08:40 Progress (1): 101/151 kB error 03-Jan-2023 00:08:40 Progress (1): 104/151 kB error 03-Jan-2023 00:08:40 Progress (1): 107/151 kB error 03-Jan-2023 00:08:40 Progress (1): 110/151 kB error 03-Jan-2023 00:08:40 Progress (1): 112/151 kB error 03-Jan-2023 00:08:40 Progress (1): 115/151 kB error 03-Jan-2023 00:08:40 Progress (1): 118/151 kB error 03-Jan-2023 00:08:40 Progress (1): 120/151 kB error 03-Jan-2023 00:08:40 Progress (1): 123/151 kB error 03-Jan-2023 00:08:40 Progress (1): 126/151 kB error 03-Jan-2023 00:08:40 Progress (1): 129/151 kB error 03-Jan-2023 00:08:40 Progress (1): 132/151 kB error 03-Jan-2023 00:08:40 Progress (1): 134/151 kB error 03-Jan-2023 00:08:40 Progress (1): 137/151 kB error 03-Jan-2023 00:08:40 Progress (1): 140/151 kB error 03-Jan-2023 00:08:40 Progress (1): 143/151 kB error 03-Jan-2023 00:08:40 Progress (1): 146/151 kB error 03-Jan-2023 00:08:40 Progress (1): 148/151 kB error 03-Jan-2023 00:08:40 Progress (1): 151 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 448 kB/s) error 03-Jan-2023 00:08:40 #21 18.33 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 00:08:40 #21 18.45 Progress (1): 3.3/16 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/16 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/16 kB error 03-Jan-2023 00:08:40 Progress (1): 12/16 kB error 03-Jan-2023 00:08:40 Progress (1): 14/16 kB error 03-Jan-2023 00:08:40 Progress (1): 16 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 00:08:40 #21 18.70 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 00:08:40 #21 18.84 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/6.1 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 24 kB/s) error 03-Jan-2023 00:08:40 #21 18.97 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 00:08:40 #21 19.09 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:08:40 Progress (1): 5.0 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 20 kB/s) error 03-Jan-2023 00:08:40 #21 19.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 00:08:40 #21 19.35 Progress (1): 3.3/66 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/66 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/66 kB error 03-Jan-2023 00:08:40 Progress (1): 12/66 kB error 03-Jan-2023 00:08:40 Progress (1): 15/66 kB error 03-Jan-2023 00:08:40 Progress (1): 17/66 kB error 03-Jan-2023 00:08:40 Progress (1): 20/66 kB error 03-Jan-2023 00:08:40 Progress (1): 23/66 kB error 03-Jan-2023 00:08:40 Progress (1): 26/66 kB error 03-Jan-2023 00:08:40 Progress (1): 29/66 kB error 03-Jan-2023 00:08:40 Progress (1): 31/66 kB error 03-Jan-2023 00:08:40 Progress (1): 34/66 kB error 03-Jan-2023 00:08:40 Progress (1): 37/66 kB error 03-Jan-2023 00:08:40 Progress (1): 40/66 kB error 03-Jan-2023 00:08:40 Progress (1): 43/66 kB error 03-Jan-2023 00:08:40 Progress (1): 45/66 kB error 03-Jan-2023 00:08:40 Progress (1): 48/66 kB error 03-Jan-2023 00:08:40 Progress (1): 51/66 kB error 03-Jan-2023 00:08:40 Progress (1): 54/66 kB error 03-Jan-2023 00:08:40 Progress (1): 57/66 kB error 03-Jan-2023 00:08:40 Progress (1): 59/66 kB error 03-Jan-2023 00:08:40 Progress (1): 62/66 kB error 03-Jan-2023 00:08:40 Progress (1): 65/66 kB error 03-Jan-2023 00:08:40 Progress (1): 66 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 254 kB/s) error 03-Jan-2023 00:08:40 #21 19.52 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 00:08:40 #21 19.64 Progress (1): 3.3/11 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/11 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/11 kB error 03-Jan-2023 00:08:40 Progress (1): 11 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:40 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 46 kB/s) error 03-Jan-2023 00:08:40 #21 19.76 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 00:08:40 #21 19.88 Progress (1): 3.3/42 kB error 03-Jan-2023 00:08:40 Progress (1): 6.1/42 kB error 03-Jan-2023 00:08:40 Progress (1): 8.9/42 kB error 03-Jan-2023 00:08:40 Progress (1): 12/42 kB error 03-Jan-2023 00:08:40 Progress (1): 14/42 kB error 03-Jan-2023 00:08:40 Progress (1): 17/42 kB error 03-Jan-2023 00:08:40 Progress (1): 20/42 kB error 03-Jan-2023 00:08:40 Progress (1): 23/42 kB error 03-Jan-2023 00:08:40 Progress (1): 26/42 kB error 03-Jan-2023 00:08:40 Progress (1): 28/42 kB error 03-Jan-2023 00:08:40 Progress (1): 31/42 kB error 03-Jan-2023 00:08:40 Progress (1): 34/42 kB error 03-Jan-2023 00:08:40 Progress (1): 37/42 kB error 03-Jan-2023 00:08:40 Progress (1): 40/42 kB error 03-Jan-2023 00:08:40 Progress (1): 42 kB error 03-Jan-2023 00:08:40 error 03-Jan-2023 00:08:41 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 168 kB/s) error 03-Jan-2023 00:08:41 #21 20.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 00:08:41 #21 20.19 Progress (1): 3.3/23 kB error 03-Jan-2023 00:08:41 Progress (1): 6.1/23 kB error 03-Jan-2023 00:08:41 Progress (1): 8.9/23 kB error 03-Jan-2023 00:08:41 Progress (1): 12/23 kB error 03-Jan-2023 00:08:41 Progress (1): 15/23 kB error 03-Jan-2023 00:08:41 Progress (1): 17/23 kB error 03-Jan-2023 00:08:41 Progress (1): 20/23 kB error 03-Jan-2023 00:08:41 Progress (1): 23/23 kB error 03-Jan-2023 00:08:41 Progress (1): 23 kB error 03-Jan-2023 00:08:41 error 03-Jan-2023 00:08:41 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 00:08:41 #21 20.32 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 00:08:41 #21 20.43 Progress (1): 3.3/74 kB error 03-Jan-2023 00:08:41 Progress (1): 6.1/74 kB error 03-Jan-2023 00:08:41 Progress (1): 8.9/74 kB error 03-Jan-2023 00:08:41 Progress (1): 12/74 kB error 03-Jan-2023 00:08:41 Progress (1): 15/74 kB error 03-Jan-2023 00:08:41 Progress (1): 17/74 kB error 03-Jan-2023 00:08:41 Progress (1): 20/74 kB error 03-Jan-2023 00:08:41 Progress (1): 23/74 kB error 03-Jan-2023 00:08:41 Progress (1): 26/74 kB error 03-Jan-2023 00:08:41 Progress (1): 29/74 kB error 03-Jan-2023 00:08:41 Progress (1): 31/74 kB error 03-Jan-2023 00:08:41 Progress (1): 34/74 kB error 03-Jan-2023 00:08:41 Progress (1): 37/74 kB error 03-Jan-2023 00:08:41 Progress (1): 40/74 kB error 03-Jan-2023 00:08:41 Progress (1): 43/74 kB error 03-Jan-2023 00:08:41 Progress (1): 45/74 kB error 03-Jan-2023 00:08:41 Progress (1): 48/74 kB error 03-Jan-2023 00:08:41 Progress (1): 51/74 kB error 03-Jan-2023 00:08:41 Progress (1): 54/74 kB error 03-Jan-2023 00:08:41 Progress (1): 57/74 kB error 03-Jan-2023 00:08:41 Progress (1): 59/74 kB error 03-Jan-2023 00:08:41 Progress (1): 62/74 kB error 03-Jan-2023 00:08:41 Progress (1): 65/74 kB error 03-Jan-2023 00:08:41 Progress (1): 67/74 kB error 03-Jan-2023 00:08:41 Progress (1): 70/74 kB error 03-Jan-2023 00:08:41 Progress (1): 73/74 kB error 03-Jan-2023 00:08:41 Progress (1): 74 kB error 03-Jan-2023 00:08:41 error 03-Jan-2023 00:08:41 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 311 kB/s) error 03-Jan-2023 00:08:41 #21 20.58 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 00:08:41 #21 20.69 Progress (1): 3.3/14 kB error 03-Jan-2023 00:08:41 Progress (1): 6.1/14 kB error 03-Jan-2023 00:08:41 Progress (1): 8.9/14 kB error 03-Jan-2023 00:08:41 Progress (1): 12/14 kB error 03-Jan-2023 00:08:41 Progress (1): 14 kB error 03-Jan-2023 00:08:41 error 03-Jan-2023 00:08:41 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 00:08:41 #21 20.82 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 00:08:41 #21 20.93 Progress (1): 3.3/12 kB error 03-Jan-2023 00:08:41 Progress (1): 6.1/12 kB error 03-Jan-2023 00:08:41 Progress (1): 8.9/12 kB error 03-Jan-2023 00:08:41 Progress (1): 12 kB error 03-Jan-2023 00:08:41 error 03-Jan-2023 00:08:42 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 49 kB/s) error 03-Jan-2023 00:08:42 #21 21.06 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 00:08:42 #21 21.18 Progress (1): 3.3/8.3 kB error 03-Jan-2023 00:08:42 Progress (1): 6.1/8.3 kB error 03-Jan-2023 00:08:42 Progress (1): 8.3 kB error 03-Jan-2023 00:08:42 error 03-Jan-2023 00:08:42 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 35 kB/s) error 03-Jan-2023 00:08:42 #21 21.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 00:08:42 #21 21.46 Progress (1): 3.3/3.4 kB error 03-Jan-2023 00:08:42 Progress (1): 3.4 kB error 03-Jan-2023 00:08:42 error 03-Jan-2023 00:08:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 15 kB/s) error 03-Jan-2023 00:08:42 #21 21.64 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 00:08:42 #21 21.77 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:08:42 Progress (1): 4.9 kB error 03-Jan-2023 00:08:42 error 03-Jan-2023 00:08:42 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 00:08:42 #21 21.89 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 00:08:43 #21 22.38 Progress (1): 3.0 kB error 03-Jan-2023 00:08:43 error 03-Jan-2023 00:08:43 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 00:08:43 #21 22.53 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 00:08:43 #21 22.65 Progress (1): 3.3/9.7 kB error 03-Jan-2023 00:08:43 Progress (1): 6.1/9.7 kB error 03-Jan-2023 00:08:43 Progress (1): 8.9/9.7 kB error 03-Jan-2023 00:08:43 Progress (1): 9.7 kB error 03-Jan-2023 00:08:43 error 03-Jan-2023 00:08:43 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 00:08:43 #21 22.77 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 00:08:43 #21 22.89 Progress (1): 3.3/17 kB error 03-Jan-2023 00:08:43 Progress (1): 6.1/17 kB error 03-Jan-2023 00:08:43 Progress (1): 8.9/17 kB error 03-Jan-2023 00:08:43 Progress (1): 12/17 kB error 03-Jan-2023 00:08:43 Progress (1): 15/17 kB error 03-Jan-2023 00:08:43 Progress (1): 17 kB error 03-Jan-2023 00:08:43 error 03-Jan-2023 00:08:44 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 00:08:44 #21 23.05 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 00:08:44 #21 23.17 Progress (1): 3.3/19 kB error 03-Jan-2023 00:08:44 Progress (1): 6.1/19 kB error 03-Jan-2023 00:08:44 Progress (1): 8.9/19 kB error 03-Jan-2023 00:08:44 Progress (1): 12/19 kB error 03-Jan-2023 00:08:44 Progress (1): 15/19 kB error 03-Jan-2023 00:08:44 Progress (1): 17/19 kB error 03-Jan-2023 00:08:44 Progress (1): 19 kB error 03-Jan-2023 00:08:44 error 03-Jan-2023 00:08:44 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 81 kB/s) error 03-Jan-2023 00:08:44 #21 23.29 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 00:08:44 #21 23.42 Progress (1): 3.3/16 kB error 03-Jan-2023 00:08:44 Progress (1): 6.1/16 kB error 03-Jan-2023 00:08:44 Progress (1): 8.9/16 kB error 03-Jan-2023 00:08:44 Progress (1): 12/16 kB error 03-Jan-2023 00:08:44 Progress (1): 15/16 kB error 03-Jan-2023 00:08:44 Progress (1): 16 kB error 03-Jan-2023 00:08:44 error 03-Jan-2023 00:08:44 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 64 kB/s) error 03-Jan-2023 00:08:44 #21 23.55 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 00:08:44 #21 23.68 Progress (1): 3.3/13 kB error 03-Jan-2023 00:08:44 Progress (1): 6.1/13 kB error 03-Jan-2023 00:08:44 Progress (1): 8.9/13 kB error 03-Jan-2023 00:08:44 Progress (1): 12/13 kB error 03-Jan-2023 00:08:44 Progress (1): 13 kB error 03-Jan-2023 00:08:44 error 03-Jan-2023 00:08:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 51 kB/s) error 03-Jan-2023 00:08:44 #21 23.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 00:08:44 #21 23.94 Progress (1): 2.0 kB error 03-Jan-2023 00:08:44 error 03-Jan-2023 00:08:45 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.6 kB/s) error 03-Jan-2023 00:08:45 #21 24.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 00:08:45 #21 24.18 Progress (1): 2.1 kB error 03-Jan-2023 00:08:45 error 03-Jan-2023 00:08:45 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 00:08:45 #21 24.30 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 00:08:45 #21 24.42 Progress (1): 3.3/37 kB error 03-Jan-2023 00:08:45 Progress (1): 6.1/37 kB error 03-Jan-2023 00:08:45 Progress (1): 8.9/37 kB error 03-Jan-2023 00:08:45 Progress (1): 12/37 kB error 03-Jan-2023 00:08:45 Progress (1): 15/37 kB error 03-Jan-2023 00:08:45 Progress (1): 17/37 kB error 03-Jan-2023 00:08:45 Progress (1): 20/37 kB error 03-Jan-2023 00:08:45 Progress (1): 23/37 kB error 03-Jan-2023 00:08:45 Progress (1): 26/37 kB error 03-Jan-2023 00:08:45 Progress (1): 29/37 kB error 03-Jan-2023 00:08:45 Progress (1): 31/37 kB error 03-Jan-2023 00:08:45 Progress (1): 34/37 kB error 03-Jan-2023 00:08:45 Progress (1): 37/37 kB error 03-Jan-2023 00:08:45 Progress (1): 37 kB error 03-Jan-2023 00:08:45 error 03-Jan-2023 00:08:45 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 155 kB/s) error 03-Jan-2023 00:08:45 #21 24.56 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 00:08:45 #21 24.68 Progress (1): 3.3/13 kB error 03-Jan-2023 00:08:45 Progress (1): 6.1/13 kB error 03-Jan-2023 00:08:45 Progress (1): 8.9/13 kB error 03-Jan-2023 00:08:45 Progress (1): 12/13 kB error 03-Jan-2023 00:08:45 Progress (1): 13 kB error 03-Jan-2023 00:08:45 error 03-Jan-2023 00:08:45 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 54 kB/s) error 03-Jan-2023 00:08:45 #21 24.81 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 00:08:45 #21 24.92 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:08:45 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:08:45 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:08:45 Progress (1): 9.5 kB error 03-Jan-2023 00:08:45 error 03-Jan-2023 00:08:46 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 37 kB/s) error 03-Jan-2023 00:08:46 #21 25.08 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 00:08:46 #21 25.19 Progress (1): 2.0 kB error 03-Jan-2023 00:08:46 error 03-Jan-2023 00:08:46 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.5 kB/s) error 03-Jan-2023 00:08:46 #21 25.31 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 00:08:46 #21 25.43 Progress (1): 3.3/23 kB error 03-Jan-2023 00:08:46 Progress (1): 6.1/23 kB error 03-Jan-2023 00:08:46 Progress (1): 8.9/23 kB error 03-Jan-2023 00:08:46 Progress (1): 12/23 kB error 03-Jan-2023 00:08:46 Progress (1): 15/23 kB error 03-Jan-2023 00:08:46 Progress (1): 17/23 kB error 03-Jan-2023 00:08:46 Progress (1): 20/23 kB error 03-Jan-2023 00:08:46 Progress (1): 23 kB error 03-Jan-2023 00:08:46 error 03-Jan-2023 00:08:46 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 00:08:46 #21 25.56 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 00:08:46 #21 25.69 Progress (1): 3.3/13 kB error 03-Jan-2023 00:08:46 Progress (1): 6.1/13 kB error 03-Jan-2023 00:08:46 Progress (1): 8.9/13 kB error 03-Jan-2023 00:08:46 Progress (1): 12/13 kB error 03-Jan-2023 00:08:46 Progress (1): 13 kB error 03-Jan-2023 00:08:46 error 03-Jan-2023 00:08:46 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 00:08:46 #21 25.81 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 00:08:46 #21 25.93 Progress (1): 1.3 kB error 03-Jan-2023 00:08:46 error 03-Jan-2023 00:08:47 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.8 kB/s) error 03-Jan-2023 00:08:47 #21 26.05 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 00:08:47 #21 26.17 Progress (1): 3.3/29 kB error 03-Jan-2023 00:08:47 Progress (1): 6.1/29 kB error 03-Jan-2023 00:08:47 Progress (1): 8.9/29 kB error 03-Jan-2023 00:08:47 Progress (1): 12/29 kB error 03-Jan-2023 00:08:47 Progress (1): 15/29 kB error 03-Jan-2023 00:08:47 Progress (1): 17/29 kB error 03-Jan-2023 00:08:47 Progress (1): 20/29 kB error 03-Jan-2023 00:08:47 Progress (1): 23/29 kB error 03-Jan-2023 00:08:47 Progress (1): 26/29 kB error 03-Jan-2023 00:08:47 Progress (1): 29/29 kB error 03-Jan-2023 00:08:47 Progress (1): 29 kB error 03-Jan-2023 00:08:47 error 03-Jan-2023 00:08:47 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 00:08:47 #21 26.29 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 00:08:47 #21 26.41 Progress (1): 3.3/3.5 kB error 03-Jan-2023 00:08:47 Progress (1): 3.5 kB error 03-Jan-2023 00:08:47 error 03-Jan-2023 00:08:47 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 00:08:47 #21 26.53 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 00:08:47 #21 26.65 Progress (1): 3.3/10 kB error 03-Jan-2023 00:08:47 Progress (1): 6.1/10 kB error 03-Jan-2023 00:08:47 Progress (1): 8.9/10 kB error 03-Jan-2023 00:08:47 Progress (1): 10 kB error 03-Jan-2023 00:08:47 error 03-Jan-2023 00:08:47 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 00:08:47 #21 26.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 00:08:47 #21 26.88 Progress (1): 3.3/13 kB error 03-Jan-2023 00:08:47 Progress (1): 6.1/13 kB error 03-Jan-2023 00:08:47 Progress (1): 8.9/13 kB error 03-Jan-2023 00:08:47 Progress (1): 12/13 kB error 03-Jan-2023 00:08:47 Progress (1): 13 kB error 03-Jan-2023 00:08:47 error 03-Jan-2023 00:08:48 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 55 kB/s) error 03-Jan-2023 00:08:48 #21 27.03 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 00:08:48 #21 27.15 Progress (1): 3.2 kB error 03-Jan-2023 00:08:48 error 03-Jan-2023 00:08:48 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 14 kB/s) error 03-Jan-2023 00:08:48 #21 27.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 00:08:48 #21 27.39 Progress (1): 1.7 kB error 03-Jan-2023 00:08:48 error 03-Jan-2023 00:08:48 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.1 kB/s) error 03-Jan-2023 00:08:48 #21 27.52 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 00:08:48 #21 27.64 Progress (1): 3.2 kB error 03-Jan-2023 00:08:48 error 03-Jan-2023 00:08:48 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 00:08:48 #21 27.78 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 00:08:48 #21 27.90 Progress (1): 2.8 kB error 03-Jan-2023 00:08:48 error 03-Jan-2023 00:08:49 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 00:08:49 #21 28.03 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 00:08:49 #21 28.15 Progress (1): 3.2 kB error 03-Jan-2023 00:08:49 error 03-Jan-2023 00:08:49 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 00:08:49 #21 28.26 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 00:08:49 #21 28.38 Progress (1): 3.2 kB error 03-Jan-2023 00:08:49 error 03-Jan-2023 00:08:49 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 00:08:49 #21 28.51 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 00:08:49 #21 28.63 Progress (1): 3.2 kB error 03-Jan-2023 00:08:49 error 03-Jan-2023 00:08:49 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 00:08:49 #21 28.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 00:08:49 #21 28.86 Progress (1): 3.3/59 kB error 03-Jan-2023 00:08:49 Progress (1): 6.1/59 kB error 03-Jan-2023 00:08:49 Progress (1): 8.9/59 kB error 03-Jan-2023 00:08:49 Progress (1): 12/59 kB error 03-Jan-2023 00:08:49 Progress (1): 15/59 kB error 03-Jan-2023 00:08:49 Progress (1): 17/59 kB error 03-Jan-2023 00:08:49 Progress (1): 20/59 kB error 03-Jan-2023 00:08:49 Progress (1): 23/59 kB error 03-Jan-2023 00:08:49 Progress (1): 26/59 kB error 03-Jan-2023 00:08:49 Progress (1): 29/59 kB error 03-Jan-2023 00:08:49 Progress (1): 31/59 kB error 03-Jan-2023 00:08:49 Progress (1): 34/59 kB error 03-Jan-2023 00:08:49 Progress (1): 37/59 kB error 03-Jan-2023 00:08:49 Progress (1): 40/59 kB error 03-Jan-2023 00:08:49 Progress (1): 43/59 kB error 03-Jan-2023 00:08:49 Progress (1): 45/59 kB error 03-Jan-2023 00:08:49 Progress (1): 48/59 kB error 03-Jan-2023 00:08:49 Progress (1): 51/59 kB error 03-Jan-2023 00:08:49 Progress (1): 54/59 kB error 03-Jan-2023 00:08:49 Progress (1): 56/59 kB error 03-Jan-2023 00:08:49 Progress (1): 59 kB error 03-Jan-2023 00:08:49 error 03-Jan-2023 00:08:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 173 kB/s) error 03-Jan-2023 00:08:50 #21 29.30 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 00:08:50 #21 29.32 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 00:08:50 #21 29.32 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 00:08:50 #21 29.34 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 00:08:50 #21 29.34 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 00:08:50 #21 30.00 Progress (1): 3.3/24 kB error 03-Jan-2023 00:08:50 Progress (1): 6.1/24 kB error 03-Jan-2023 00:08:50 Progress (1): 8.9/24 kB error 03-Jan-2023 00:08:50 Progress (1): 12/24 kB error 03-Jan-2023 00:08:50 Progress (1): 14/24 kB error 03-Jan-2023 00:08:50 Progress (1): 17/24 kB error 03-Jan-2023 00:08:50 Progress (1): 20/24 kB error 03-Jan-2023 00:08:50 Progress (1): 23/24 kB error 03-Jan-2023 00:08:50 Progress (1): 24 kB error 03-Jan-2023 00:08:50 #21 ... error 03-Jan-2023 00:08:50 error 03-Jan-2023 00:08:50 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:50 #18 25.20 [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 00:08:50 #18 25.31 [INFO] error 03-Jan-2023 00:08:50 #18 25.31 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 03-Jan-2023 00:08:50 #18 25.32 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 03-Jan-2023 00:08:50 #18 25.32 [INFO] --------------------------------[ jar ]--------------------------------- error 03-Jan-2023 00:08:50 #18 27.78 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 00:08:50 #18 32.45 Progress (1): 3.3/5.8 kB error 03-Jan-2023 00:08:50 Progress (1): 5.8 kB error 03-Jan-2023 00:08:50 error 03-Jan-2023 00:08:50 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 1.2 kB/s) error 03-Jan-2023 00:08:50 #18 32.90 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 00:08:50 #18 33.05 Progress (1): 3.3/34 kB error 03-Jan-2023 00:08:50 Progress (1): 6.1/34 kB error 03-Jan-2023 00:08:50 Progress (1): 8.9/34 kB error 03-Jan-2023 00:08:50 Progress (1): 12/34 kB error 03-Jan-2023 00:08:50 Progress (1): 15/34 kB error 03-Jan-2023 00:08:50 Progress (1): 17/34 kB error 03-Jan-2023 00:08:50 Progress (1): 20/34 kB error 03-Jan-2023 00:08:50 Progress (1): 23/34 kB error 03-Jan-2023 00:08:50 Progress (1): 26/34 kB error 03-Jan-2023 00:08:50 Progress (1): 29/34 kB error 03-Jan-2023 00:08:50 Progress (1): 31/34 kB error 03-Jan-2023 00:08:50 Progress (1): 34 kB error 03-Jan-2023 00:08:50 error 03-Jan-2023 00:08:50 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 78 kB/s) error 03-Jan-2023 00:08:50 #18 33.43 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 00:08:50 #18 33.59 Progress (1): 3.4/8.1 kB error 03-Jan-2023 00:08:50 Progress (1): 6.2/8.1 kB error 03-Jan-2023 00:08:50 Progress (1): 8.1 kB error 03-Jan-2023 00:08:50 error 03-Jan-2023 00:08:50 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 27 kB/s) error 03-Jan-2023 00:08:50 #18 34.58 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 00:08:50 #18 34.91 Progress (1): 3.4/30 kB error 03-Jan-2023 00:08:50 Progress (1): 6.2/30 kB error 03-Jan-2023 00:08:50 Progress (1): 9.0/30 kB error 03-Jan-2023 00:08:50 Progress (1): 12/30 kB error 03-Jan-2023 00:08:50 Progress (1): 15/30 kB error 03-Jan-2023 00:08:50 Progress (1): 17/30 kB error 03-Jan-2023 00:08:50 Progress (1): 20/30 kB error 03-Jan-2023 00:08:50 Progress (1): 23/30 kB error 03-Jan-2023 00:08:50 Progress (1): 25/30 kB error 03-Jan-2023 00:08:50 Progress (1): 28/30 kB error 03-Jan-2023 00:08:50 Progress (1): 30 kB error 03-Jan-2023 00:08:51 error 03-Jan-2023 00:08:51 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 42 kB/s) error 03-Jan-2023 00:08:51 #18 ... error 03-Jan-2023 00:08:51 error 03-Jan-2023 00:08:51 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:08:51 #21 30.00 Progress (1): 3.3/24 kB error 03-Jan-2023 00:08:51 Progress (1): 6.1/24 kB error 03-Jan-2023 00:08:51 Progress (1): 8.9/24 kB error 03-Jan-2023 00:08:51 Progress (1): 12/24 kB error 03-Jan-2023 00:08:51 Progress (1): 14/24 kB error 03-Jan-2023 00:08:51 Progress (1): 17/24 kB error 03-Jan-2023 00:08:51 Progress (1): 20/24 kB error 03-Jan-2023 00:08:51 Progress (1): 23/24 kB error 03-Jan-2023 00:08:51 Progress (1): 24 kB error 03-Jan-2023 00:08:51 error 03-Jan-2023 00:08:51 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 26 kB/s) error 03-Jan-2023 00:08:51 #21 30.22 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 00:08:51 #21 30.26 Progress (1): 0/2.9 MB error 03-Jan-2023 00:08:51 Progress (2): 0/2.9 MB | 0/1.4 MB error 03-Jan-2023 00:08:51 Progress (2): 0/2.9 MB | 0/1.4 MB error 03-Jan-2023 00:08:51 Progress (2): 0/2.9 MB | 0/1.4 MB error 03-Jan-2023 00:08:51 Progress (2): 0/2.9 MB | 0/1.4 MB error 03-Jan-2023 00:08:51 Progress (3): 0/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (3): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 4.1/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 8.2/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 12/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.1/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.2/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 16/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 20/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 24/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 28/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 32/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 36/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 40/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 44/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 48/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.3/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.4/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.5/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.5/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.5/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.5/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.5/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.1/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.2/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 51/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 55/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 59/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 63/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 67/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 71/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 75/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 79/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 83/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 85/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 89/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 94/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 98/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 102/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 106/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 110/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 114/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 118/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.1/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.2/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.6/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.7/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.8/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.8/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.8/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.8/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.8/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 120/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.3/1.4 MB | 0.3/1.2 MB | 124/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 124/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 128/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 132/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 137/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 137/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 137/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 141/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 141/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 145/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 149/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 153/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 155/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 155/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 159/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 159/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 159/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 163/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 167/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 171/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 171/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 175/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 180/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 184/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 184/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 188/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 190/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 190/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 194/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 198/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 202/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 202/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 0.9/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.0/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.1/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 206/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 210/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 214/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 218/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 223/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 225/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 229/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 233/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 237/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 241/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 245/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 249/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 253/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 257/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB error 03-Jan-2023 00:08:51 Progress (4): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 4.1/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 8.2/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 12/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.4/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.3/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.4/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.5/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.5/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.2/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.3/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 259/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 264/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 268/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 272/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 276/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 280/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 284/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 288/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 292/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 294/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 298/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 302/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 307/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 311/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 315/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 319/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 323/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 327/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 329/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 333/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 337/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 341/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 345/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 350/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 354/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 358/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 362/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 364/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 368/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 372/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 376/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.4/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.6/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 380/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 384/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 388/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 393/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 397/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 399/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 403/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 407/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 411/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 411/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 415/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 415/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 419/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.5/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 423/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 423/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 423/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 427/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 427/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 431/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 433/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 433/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 433/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 438/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 438/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 438/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 442/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.7/1.4 MB | 0.6/1.2 MB | 442/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 442/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.6/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 446/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 446/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.7/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.8/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.8/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 1.9/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.0/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.0/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.0/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.0/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.0/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 16/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 20/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 25/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 29/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 33/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 37/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 41/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 45/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 49/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.1/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 0.9/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 450/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 454/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 458/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.6/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.7/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 462/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 466/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 468/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 472/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 476/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 481/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 485/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 489/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 493/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 497/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 501/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 503/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 507/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 511/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.0/1.4 MB | 0.8/1.2 MB | 511/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 511/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 511/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 515/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 515/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.2/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 520/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 524/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 524/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 524/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 524/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 528/689 kB | 52/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 528/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 528/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 528/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.8/1.2 MB | 528/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 528/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 56/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 60/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 64/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 68/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 72/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 76/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 80/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 532/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 536/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 538/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 542/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 546/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 550/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.3/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 84/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 86/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 91/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 95/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 554/689 kB | 95/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.1/1.4 MB | 0.9/1.2 MB | 558/689 kB | 95/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 95/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 99/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 103/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 107/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 111/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 115/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 558/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 563/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 563/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 567/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:51 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.4/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 571/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 573/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 573/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 573/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 577/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 577/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 581/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 585/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 585/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 0.9/1.2 MB | 589/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 589/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 589/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 593/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 597/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 601/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 606/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.2/1.4 MB | 1.0/1.2 MB | 606/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 606/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 608/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 612/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 616/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 616/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 620/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 620/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 624/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 628/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 628/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 632/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 636/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 636/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 640/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.5/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 119/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 642/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 646/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 651/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 655/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 659/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 659/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 663/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 663/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 667/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 671/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 675/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 677/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 681/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 685/689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 121/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 125/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 129/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 134/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.3/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.0/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 138/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 142/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 146/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 150/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 154/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 154/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 154/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 154/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 156/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 156/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 160/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 164/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 168/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.1/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.6/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 172/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 177/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 181/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 185/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 189/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 191/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 195/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 199/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 203/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 207/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 211/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 215/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 220/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 224/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 226/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 230/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 234/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 238/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 242/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 246/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 250/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 254/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 258/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2/1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4/1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.7/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.8/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.8/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.8/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.8/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.8/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9/2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 261/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 265/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 269/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 273/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 277/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 281/282 kB error 03-Jan-2023 00:08:52 Progress (5): 2.9 MB | 1.4 MB | 1.2 MB | 689 kB | 282 kB error 03-Jan-2023 00:08:52 error 03-Jan-2023 00:08:52 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.4 MB/s) error 03-Jan-2023 00:08:52 #21 31.33 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 00:08:52 #21 31.34 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 341 kB/s) error 03-Jan-2023 00:08:52 #21 31.34 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 00:08:52 #21 31.34 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 610 kB/s) error 03-Jan-2023 00:08:52 #21 31.34 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 00:08:52 #21 31.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 703 kB/s) error 03-Jan-2023 00:08:52 #21 31.36 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 00:08:52 #21 31.38 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 137 kB/s) error 03-Jan-2023 00:08:52 #21 31.38 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 00:08:52 #21 31.46 Progress (1): 3.3/201 kB error 03-Jan-2023 00:08:52 Progress (1): 6.1/201 kB error 03-Jan-2023 00:08:52 Progress (1): 8.9/201 kB error 03-Jan-2023 00:08:52 Progress (1): 12/201 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 3.3/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 6.1/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 8.9/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 12/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 14/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 17/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 20/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 23/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 26/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 28/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 31/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 34/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 37/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 40/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 42/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 45/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 48/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 51/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 54/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 56/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 59/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 62/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 65/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 68/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 70/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 73/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 76/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 79/183 kB error 03-Jan-2023 00:08:52 Progress (2): 12/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 14/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 17/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 20/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 23/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 26/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 28/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 31/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 34/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 37/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 82/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 84/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 87/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 90/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 93/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 96/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 98/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 101/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 104/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 107/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 110/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 112/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 115/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 118/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 120/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 123/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 126/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 129/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 132/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 134/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 137/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 140/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 143/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 146/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 148/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 151/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 154/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 157/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 160/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 162/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 165/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 168/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 170/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 173/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 176/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 179/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 182/183 kB error 03-Jan-2023 00:08:52 Progress (2): 40/201 kB | 183 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 4.1/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 8.2/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 12/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 16/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 19/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 23/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 27/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 31/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 34/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 38/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 42/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 46/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 51/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 55/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 59/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 63/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 67/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 69/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 73/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 77/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 81/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 85/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 89/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 94/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 98/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 102/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 104/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 108/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 112/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 116/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 120/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 124/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 128/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 132/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 137/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 141/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 145/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 149/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 151/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 155/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 159/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 163/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 168/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 172/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 176/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 180/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 184/315 kB error 03-Jan-2023 00:08:52 Progress (3): 40/201 kB | 183 kB | 186/315 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 4.1/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 8.2/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 12/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 16/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 20/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 25/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 29/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 33/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 37/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 41/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 45/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 49/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 52/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 56/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 60/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 62/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 66/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 71/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 75/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 79/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 83/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 87/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 91/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 95/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 97/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 101/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 105/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 109/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 114/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 116/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 120/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 125/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 129/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 133/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 137/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 141/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 145/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 149/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 153/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 157/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 160/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 164/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 168/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 172/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 177/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 181/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 185/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 188/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 192/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 197/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 201/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 205/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 209/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 213/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 217/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 221/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 225/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 229/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 232/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 236/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 240/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 244/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 249/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 251/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 255/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 260/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 264/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 268/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 272/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 276/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 280/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 284/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 288/409 kB error 03-Jan-2023 00:08:52 Progress (4): 40/201 kB | 183 kB | 186/315 kB | 292/409 kB error 03-Jan-2023 00:08:52 Progress (5): 40/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 42/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 45/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 48/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 51/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 54/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 4.1/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 8.2/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 12/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 16/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 20/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 24/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 28/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 32/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 36/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 40/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 44/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 48/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 51/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 55/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 59/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 63/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 67/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 71/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 75/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 186/315 kB | 292/409 kB | 79/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 79/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 83/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 85/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 89/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 94/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 98/373 kB error 03-Jan-2023 00:08:52 Progress (5): 56/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 59/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 62/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 65/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 67/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 70/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 73/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 188/315 kB | 292/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 188/315 kB | 295/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 192/315 kB | 295/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 197/315 kB | 295/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 201/315 kB | 295/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 295/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 299/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 303/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 307/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 312/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 314/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 318/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 323/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 327/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 331/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 335/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 339/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 343/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 347/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 351/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 355/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 358/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 362/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 366/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 370/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 375/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 377/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 381/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 386/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 390/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 394/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 398/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 402/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 404/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 408/409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 102/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 106/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 110/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 114/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 118/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 120/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 124/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 128/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 132/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 137/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 141/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 145/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 149/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 153/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 155/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 159/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 163/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 167/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 171/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 175/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 180/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 184/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 188/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 190/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 194/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 198/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 202/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 206/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 210/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 214/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 218/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 223/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 205/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 209/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 213/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 217/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 221/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 223/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 227/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 231/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 235/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 240/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 244/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 248/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 252/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 256/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 258/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 262/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 266/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 270/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 274/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 278/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 283/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 287/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 291/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 293/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 297/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 301/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 305/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 309/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 313/315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 Progress (5): 76/201 kB | 183 kB | 315 kB | 409 kB | 225/373 kB error 03-Jan-2023 00:08:52 error 03-Jan-2023 00:08:52 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 75 kB/s) error 03-Jan-2023 00:08:52 #21 31.76 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 00:08:52 #21 31.76 Progress (4): 76/201 kB | 315 kB | 409 kB | 229/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 233/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 237/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 241/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 245/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 249/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 253/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 257/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 259/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 264/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 268/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 272/373 kB error 03-Jan-2023 00:08:52 Progress (4): 76/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 79/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 81/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 84/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 87/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 90/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 93/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 95/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 98/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 101/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 104/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 106/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 109/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 112/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 115/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 118/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 120/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 123/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 126/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 129/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 132/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 134/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 137/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 276/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 280/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 284/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 288/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 292/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 294/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 298/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 302/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 307/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 311/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 315/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 319/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 323/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 327/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 329/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 333/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 337/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 341/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 345/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 350/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 354/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 358/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 362/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 364/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 368/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 372/373 kB error 03-Jan-2023 00:08:52 Progress (4): 140/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 143/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 145/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 148/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 151/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 154/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 157/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 159/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 162/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 165/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 168/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 170/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 173/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 176/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 179/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 182/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 184/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 187/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (4): 190/201 kB | 315 kB | 409 kB | 373 kB error 03-Jan-2023 00:08:52 error 03-Jan-2023 00:08:52 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 122 kB/s) error 03-Jan-2023 00:08:52 #21 31.90 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 159 kB/s) error 03-Jan-2023 00:08:52 #21 31.90 Progress (2): 193/201 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (2): 196/201 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (2): 198/201 kB | 373 kB error 03-Jan-2023 00:08:52 Progress (2): 201 kB | 373 kB error 03-Jan-2023 00:08:52 error 03-Jan-2023 00:08:52 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 00:08:52 #21 31.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 00:08:52 #21 31.92 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 144 kB/s) error 03-Jan-2023 00:08:52 #21 31.92 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 00:08:52 #21 32.03 Progress (2): 201 kB | 3.3/61 kB error 03-Jan-2023 00:08:52 Progress (2): 201 kB | 6.1/61 kB error 03-Jan-2023 00:08:52 Progress (2): 201 kB | 8.9/61 kB error 03-Jan-2023 00:08:52 Progress (2): 201 kB | 12/61 kB error 03-Jan-2023 00:08:52 error 03-Jan-2023 00:08:52 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 74 kB/s) error 03-Jan-2023 00:08:52 #21 32.04 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 00:08:52 #21 32.07 Progress (2): 12/61 kB | 3.3/12 kB error 03-Jan-2023 00:08:52 Progress (2): 12/61 kB | 6.1/12 kB error 03-Jan-2023 00:08:52 Progress (2): 12/61 kB | 8.9/12 kB error 03-Jan-2023 00:08:52 Progress (2): 12/61 kB | 12/12 kB error 03-Jan-2023 00:08:52 Progress (2): 12/61 kB | 12 kB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.1/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.1/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.2/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.2/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.3/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.3/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.3/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.4/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.4/7.5 MB error 03-Jan-2023 00:08:52 Progress (3): 12/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 14/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 17/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 20/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 23/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 26/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 29/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 31/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 34/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 37/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.5/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.6/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.6/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.6/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.7/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.8/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.8/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.9/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.9/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 0.9/7.5 MB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 12 kB | 1.0/7.5 MB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 3.3/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 6.1/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 8.9/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 12/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 14/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 17/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 20/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 23/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (4): 40/61 kB | 12 kB | 1.0/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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.2 kB/s) error 03-Jan-2023 00:08:53 #21 32.19 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 00:08:53 #21 32.20 Progress (3): 40/61 kB | 1.1/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.1/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.2/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.2/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.2/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.3/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.3/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 40/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 43/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 45/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 48/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 51/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 54/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 57/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 57/61 kB | 1.4/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 57/61 kB | 1.5/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 59/61 kB | 1.5/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.5/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.5/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.6/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.6/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.6/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 26/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 28/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 31/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 34/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 37/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 40/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 42/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 45/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 48/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 51/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 54/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 56/57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.7/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.8/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.8/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.9/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.9/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 1.9/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 2.0/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 2.0/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 2.0/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (3): 61 kB | 2.1/7.5 MB | 57 kB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.2/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.3/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.4/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.1/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.2/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.2/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.3/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.3/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.3/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.3/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.4/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.4/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.5/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.5/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.5/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.6/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (4): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 3.3/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 6.1/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 8.9/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 12/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 14/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 17/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 20/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 23/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.7/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.8/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.8/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.9/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.9/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 2.9/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.0/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.0/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.1/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.1/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.2/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.2/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.2/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.4/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.4/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.4/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.5/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.5/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.6/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.6/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.6/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.7/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.7/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.8/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.8/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.8/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.9/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 3.9/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (5): 61 kB | 4.0/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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 20 kB/s) error 03-Jan-2023 00:08:53 #21 32.36 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 00:08:53 #21 32.36 Progress (4): 4.0/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.1/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.1/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.1/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.2/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.2/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.5/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.6/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.6/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.6/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.6/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.7/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.7/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (4): 4.3/7.5 MB | 57 kB | 0.7/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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 19 kB/s) error 03-Jan-2023 00:08:53 #21 32.40 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 00:08:53 #21 32.40 Progress (3): 4.3/7.5 MB | 0.7/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.3/7.5 MB | 0.7/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.3/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.3/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.3/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.3/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.8/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.9/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.9/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.9/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 0.9/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 1.0/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.4/7.5 MB | 1.0/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 26/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 28/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 31/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 34/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 37/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 40/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 42/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 45/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 48/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 51/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 54/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 56/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 59/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 62/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 65/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 67/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.0/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.5/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.6/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.6/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.7/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.7/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.7/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.7/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.7/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.8/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.9/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 4.9/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.1/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.3/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.3/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.3/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.3/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.0/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.1/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.1/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.4/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 70/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 73/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 76/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 79/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 81/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 84/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 87/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 90/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 93/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 95/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 98/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 101/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 104/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 106/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 109/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 112/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 115/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 118/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 120/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 123/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 126/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 129/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 132/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.2/7.5 MB | 1.5/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.5/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.6/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.6/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.6/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.6/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.3/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.7/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.4/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.8/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.5/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.6/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.6/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 1.9/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.7/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.0/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 134/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 137/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 140/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 143/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 146/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 148/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 151/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 154/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 157/157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.1/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.8/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.2/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 5.9/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.3/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.0/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.4/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.1/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.2/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.2/7.5 MB | 2.5/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.2/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.2/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.6/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.3/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.4/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.7/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.5/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.8/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.9/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.9/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.9/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 2.9/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (3): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB error 03-Jan-2023 00:08:53 Progress (4): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.6/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.7/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.7/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (4): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.8/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 Progress (5): 6.9/7.5 MB | 3.0/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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 46 kB/s) error 03-Jan-2023 00:08:53 #21 32.75 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 00:08:53 #21 32.75 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 6.9/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.0/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.1/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.1/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.0/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.2/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.3/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.3/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.3/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.4/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.4/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.4/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5/7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.1/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.2/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.4/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.4/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.4/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.4/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.5/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.5/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.5/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.5/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.3/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.4/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7/3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.5/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (4): 7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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 00:08:53 #21 32.93 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 00:08:53 #21 32.93 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.7/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.8/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 0.9/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 3.7 MB | 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 error 03-Jan-2023 00:08:53 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 997 kB/s) error 03-Jan-2023 00:08:53 #21 33.03 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 00:08:53 #21 33.03 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (2): 1.0/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 4.1/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 8.2/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 12/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 16/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 25/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 29/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 33/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 37/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 41/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 45/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 49/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 52/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 52/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 52/303 kB error 03-Jan-2023 00:08:53 Progress (3): 1.0/1.3 MB | 1.2/1.8 MB | 52/303 kB error 03-Jan-2023 00:08:53 Progress (4): 1.0/1.3 MB | 1.2/1.8 MB | 52/303 kB | 3.3/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 3.3/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 6.1/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 8.9/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 12/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 15/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 15/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 15/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 17/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 20/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 23/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 23/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 23/24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 52/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 56/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 60/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 64/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 68/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 68/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 68/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 68/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 68/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 72/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 76/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 80/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 80/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 84/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 86/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 91/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 91/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 91/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 95/303 kB | 24 kB error 03-Jan-2023 00:08:53 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 99/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 103/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 107/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 111/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 115/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 119/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.1/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 121/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 125/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 129/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 134/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 138/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 142/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 146/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 150/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 154/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 156/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 160/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 164/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.2/1.8 MB | 168/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 168/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 168/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 172/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 172/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 172/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 177/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 181/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 185/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 188/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 192/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 197/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 201/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 205/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 209/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 213/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 217/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 217/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 217/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 217/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 221/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 223/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 227/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 231/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 235/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 240/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 244/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 248/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 251/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 255/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 260/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 264/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 268/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 272/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 276/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 280/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 284/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 287/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 291/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 295/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 299/303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.3/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.4/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 Progress (4): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 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.3 kB/s) error 03-Jan-2023 00:08:54 #21 33.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 00:08:54 #21 33.19 Progress (3): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.2/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.7/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8/1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3/1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3 MB | 1.8 MB | 303 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 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 77 kB/s) error 03-Jan-2023 00:08:54 #21 33.25 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 00:08:54 #21 33.34 Progress (3): 1.3 MB | 1.8 MB | 4.1/303 kB error 03-Jan-2023 00:08:54 Progress (3): 1.3 MB | 1.8 MB | 8.2/303 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 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 451 kB/s) error 03-Jan-2023 00:08:54 #21 33.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.jar (1.3 MB at 329 kB/s) error 03-Jan-2023 00:08:54 #21 33.35 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 00:08:54 #21 33.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 00:08:54 #21 33.35 Progress (1): 12/303 kB error 03-Jan-2023 00:08:54 Progress (1): 16/303 kB error 03-Jan-2023 00:08:54 Progress (1): 19/303 kB error 03-Jan-2023 00:08:54 Progress (1): 23/303 kB error 03-Jan-2023 00:08:54 Progress (1): 27/303 kB error 03-Jan-2023 00:08:54 Progress (1): 31/303 kB error 03-Jan-2023 00:08:54 Progress (1): 34/303 kB error 03-Jan-2023 00:08:54 Progress (1): 38/303 kB error 03-Jan-2023 00:08:54 Progress (1): 42/303 kB error 03-Jan-2023 00:08:54 Progress (1): 46/303 kB error 03-Jan-2023 00:08:54 Progress (1): 51/303 kB error 03-Jan-2023 00:08:54 Progress (1): 55/303 kB error 03-Jan-2023 00:08:54 Progress (1): 59/303 kB error 03-Jan-2023 00:08:54 Progress (1): 63/303 kB error 03-Jan-2023 00:08:54 Progress (1): 67/303 kB error 03-Jan-2023 00:08:54 Progress (1): 69/303 kB error 03-Jan-2023 00:08:54 Progress (1): 73/303 kB error 03-Jan-2023 00:08:54 Progress (1): 77/303 kB error 03-Jan-2023 00:08:54 Progress (1): 81/303 kB error 03-Jan-2023 00:08:54 Progress (1): 85/303 kB error 03-Jan-2023 00:08:54 Progress (1): 89/303 kB error 03-Jan-2023 00:08:54 Progress (1): 94/303 kB error 03-Jan-2023 00:08:54 Progress (1): 98/303 kB error 03-Jan-2023 00:08:54 Progress (1): 100/303 kB error 03-Jan-2023 00:08:54 Progress (1): 104/303 kB error 03-Jan-2023 00:08:54 Progress (1): 108/303 kB error 03-Jan-2023 00:08:54 Progress (1): 112/303 kB error 03-Jan-2023 00:08:54 Progress (1): 116/303 kB error 03-Jan-2023 00:08:54 Progress (1): 120/303 kB error 03-Jan-2023 00:08:54 Progress (1): 124/303 kB error 03-Jan-2023 00:08:54 Progress (1): 128/303 kB error 03-Jan-2023 00:08:54 Progress (1): 132/303 kB error 03-Jan-2023 00:08:54 Progress (1): 134/303 kB error 03-Jan-2023 00:08:54 Progress (1): 139/303 kB error 03-Jan-2023 00:08:54 Progress (1): 143/303 kB error 03-Jan-2023 00:08:54 Progress (1): 147/303 kB error 03-Jan-2023 00:08:54 Progress (1): 151/303 kB error 03-Jan-2023 00:08:54 Progress (1): 155/303 kB error 03-Jan-2023 00:08:54 Progress (1): 159/303 kB error 03-Jan-2023 00:08:54 Progress (1): 163/303 kB error 03-Jan-2023 00:08:54 Progress (1): 167/303 kB error 03-Jan-2023 00:08:54 Progress (1): 169/303 kB error 03-Jan-2023 00:08:54 Progress (1): 173/303 kB error 03-Jan-2023 00:08:54 Progress (1): 177/303 kB error 03-Jan-2023 00:08:54 Progress (1): 182/303 kB error 03-Jan-2023 00:08:54 Progress (1): 186/303 kB error 03-Jan-2023 00:08:54 Progress (1): 190/303 kB error 03-Jan-2023 00:08:54 Progress (1): 194/303 kB error 03-Jan-2023 00:08:54 Progress (1): 198/303 kB error 03-Jan-2023 00:08:54 Progress (1): 202/303 kB error 03-Jan-2023 00:08:54 Progress (1): 204/303 kB error 03-Jan-2023 00:08:54 Progress (1): 208/303 kB error 03-Jan-2023 00:08:54 Progress (1): 212/303 kB error 03-Jan-2023 00:08:54 Progress (1): 216/303 kB error 03-Jan-2023 00:08:54 Progress (1): 221/303 kB error 03-Jan-2023 00:08:54 Progress (1): 225/303 kB error 03-Jan-2023 00:08:54 Progress (1): 229/303 kB error 03-Jan-2023 00:08:54 Progress (1): 233/303 kB error 03-Jan-2023 00:08:54 Progress (1): 237/303 kB error 03-Jan-2023 00:08:54 Progress (1): 239/303 kB error 03-Jan-2023 00:08:54 Progress (1): 243/303 kB error 03-Jan-2023 00:08:54 Progress (1): 247/303 kB error 03-Jan-2023 00:08:54 Progress (1): 251/303 kB error 03-Jan-2023 00:08:54 Progress (1): 255/303 kB error 03-Jan-2023 00:08:54 Progress (1): 259/303 kB error 03-Jan-2023 00:08:54 Progress (1): 264/303 kB error 03-Jan-2023 00:08:54 Progress (1): 268/303 kB error 03-Jan-2023 00:08:54 Progress (1): 272/303 kB error 03-Jan-2023 00:08:54 Progress (1): 276/303 kB error 03-Jan-2023 00:08:54 Progress (1): 280/303 kB error 03-Jan-2023 00:08:54 Progress (1): 284/303 kB error 03-Jan-2023 00:08:54 Progress (1): 287/303 kB error 03-Jan-2023 00:08:54 Progress (1): 291/303 kB error 03-Jan-2023 00:08:54 Progress (1): 295/303 kB error 03-Jan-2023 00:08:54 Progress (1): 299/303 kB error 03-Jan-2023 00:08:54 Progress (1): 303/303 kB error 03-Jan-2023 00:08:54 Progress (1): 303 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 3.3/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 6.1/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 8.9/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 12/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 14/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 17/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 20/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 23/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 26/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 28/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 31/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 34/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 37/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 40/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 42/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 45/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 48/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 51/121 kB error 03-Jan-2023 00:08:54 Progress (2): 303 kB | 54/121 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 3.3/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 6.1/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 8.9/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 12/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 15/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 17/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 20/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 23/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 26/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 29/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 31/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 34/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 37/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 40/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 43/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 45/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 48/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 51/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 54/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 56/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 59/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 62/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 65/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 68/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 70/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 73/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 76/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 79/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 54/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 56/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 59/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 62/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 65/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 68/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 70/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 73/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 76/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 79/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 82/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 84/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 87/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 90/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 93/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 95/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 98/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 Progress (3): 303 kB | 101/121 kB | 82/123 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 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 73 kB/s) error 03-Jan-2023 00:08:54 #21 33.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 00:08:54 #21 33.50 Progress (3): 101/121 kB | 82/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 84/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 87/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 90/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 93/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 96/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 98/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 101/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 101/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 104/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 107/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 110/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 112/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 115/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 118/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 121/123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 101/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 104/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 107/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 109/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 112/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 115/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 118/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121/121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.4/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.5/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.6/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.7/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.8/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 Progress (3): 121 kB | 123 kB | 0.9/1.4 MB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 29 kB/s) error 03-Jan-2023 00:08:54 #21 33.63 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 28 kB/s) error 03-Jan-2023 00:08:54 #21 33.63 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 00:08:54 #21 33.64 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 00:08:54 #21 33.65 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.0/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.1/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.2/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (1): 1.3/1.4 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.3/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.2/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.2/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.3/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.4/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.5/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.6/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.7/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.7/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.8/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.8/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 0.9/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.0/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.0/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.1/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.2/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.3/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.3/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.4/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.5/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.5/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.6/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.6/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.7/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.8/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.8/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 1.9/12 MB error 03-Jan-2023 00:08:54 Progress (2): 1.4 MB | 2.0/12 MB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 3.3/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 6.1/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 8.9/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 12/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 14/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 17/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 20/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 23/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 26/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 29/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 31/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 34/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 37/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 40/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 43/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 45/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 48/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 51/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 54/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 57/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 59/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 62/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 65/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 68/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 71/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 73/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 76/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 79/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 82/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 85/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 87/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 90/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 93/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 96/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 99/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 101/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 104/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 107/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 110/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 113/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 115/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 118/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 121/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 124/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 127/129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.0/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.1/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.1/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.2/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.3/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.3/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.4/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.5/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.5/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 1.4 MB | 2.6/12 MB | 129 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 308 kB/s) error 03-Jan-2023 00:08:54 #21 33.83 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 00:08:54 #21 33.83 Progress (2): 2.6/12 MB | 129 kB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.6/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.7/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.3/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.4/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.5/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.5/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.5/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.5/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.5/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.8/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 2.9/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.6/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.0/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.7/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.1/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.2/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.2/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.2/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.2/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.3/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.3/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.4/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.8/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 0.9/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.5/12 MB | 129 kB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:54 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 28 kB/s) error 03-Jan-2023 00:08:54 #21 33.91 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 00:08:54 #21 33.92 Progress (2): 3.5/12 MB | 1.0/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.5/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.1/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (2): 3.6/12 MB | 1.2/2.1 MB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 4.1/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 8.2/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 12/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 16/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 16/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.6/12 MB | 1.2/2.1 MB | 16/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 16/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 20/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 25/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 29/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 33/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 35/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 39/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 44/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 48/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 52/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 56/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 60/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 64/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 68/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 70/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 74/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 78/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 82/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 87/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 91/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 95/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 99/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 103/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 105/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 109/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 113/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 117/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 121/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 125/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 130/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 134/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 138/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 140/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 144/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 148/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 152/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 156/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 160/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 164/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 168/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 173/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 175/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 179/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 183/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 187/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 191/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 195/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 199/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 203/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB error 03-Jan-2023 00:08:54 Progress (3): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 3.3/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 6.1/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 8.9/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 12/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 14/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 17/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 20/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 23/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 26/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 28/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 31/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 34/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 37/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 40/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 42/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 45/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 48/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 51/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 54/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 56/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 59/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 62/62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 207/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 209/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 213/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 218/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 222/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 226/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.2/2.1 MB | 230/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 230/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 234/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 238/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 242/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 244/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.7/12 MB | 1.3/2.1 MB | 244/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 244/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 248/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 252/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 257/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 261/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 265/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 269/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 273/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 277/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 279/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 283/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 287/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 291/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 295/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 295/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 295/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 295/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 295/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 300/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 304/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 308/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 312/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 314/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 318/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 322/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 326/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 330/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.8/12 MB | 1.3/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.3/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.3/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 334/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 338/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 343/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 347/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 3.9/12 MB | 1.4/2.1 MB | 349/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 349/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 353/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 353/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 353/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 357/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 361/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 365/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 369/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 373/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 377/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 381/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 383/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 388/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 392/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 396/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 400/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 404/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 408/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 412/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 416/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 418/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.4/2.1 MB | 418/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 418/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 418/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 418/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 422/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 426/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 426/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 431/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 439/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 443/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.5/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.0/12 MB | 1.6/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 453/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 457/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 461/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.1/12 MB | 1.6/2.1 MB | 461/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.2/12 MB | 1.6/2.1 MB | 461/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 461/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 461/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 465/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 469/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 474/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 478/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 482/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 486/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 488/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 488/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 492/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 496/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 500/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 504/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 504/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 508/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 513/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 517/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 517/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 521/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 523/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.6/2.1 MB | 523/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 523/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 527/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 531/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 535/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 539/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 543/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 547/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 547/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 551/645 kB | 62 kB error 03-Jan-2023 00:08:54 Progress (4): 4.3/12 MB | 1.7/2.1 MB | 551/645 kB | 62 kB error 03-Jan-2023 00:08:54 error 03-Jan-2023 00:08:55 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 13 kB/s) error 03-Jan-2023 00:08:55 #21 34.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 00:08:55 #21 34.09 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 556/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 556/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 558/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 562/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 566/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 566/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 570/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 574/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 574/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 578/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 582/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 586/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 590/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.7/2.1 MB | 590/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 590/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 590/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 594/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 599/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 603/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 607/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.3/12 MB | 1.8/2.1 MB | 607/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 607/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 607/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 611/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 615/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 619/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 623/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 627/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 631/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 635/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 638/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 638/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 638/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 638/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 642/645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.4/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.5/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.6/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.0/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.7/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.8/12 MB | 2.1/2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 4.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 5.9/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.0/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.1/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.2/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.3/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.4/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.5/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.6/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.7/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 Progress (3): 6.8/12 MB | 2.1 MB | 645 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08: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 132 kB/s) error 03-Jan-2023 00:08:55 #21 34.22 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 00:08:55 #21 34.23 Progress (2): 6.9/12 MB | 2.1 MB error 03-Jan-2023 00:08:55 Progress (2): 6.9/12 MB | 2.1 MB error 03-Jan-2023 00:08:55 Progress (2): 7.0/12 MB | 2.1 MB error 03-Jan-2023 00:08:55 Progress (2): 7.1/12 MB | 2.1 MB error 03-Jan-2023 00:08:55 Progress (2): 7.1/12 MB | 2.1 MB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 424 kB/s) error 03-Jan-2023 00:08:55 #21 34.25 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 00:08:55 #21 34.25 Progress (1): 7.2/12 MB error 03-Jan-2023 00:08:55 Progress (1): 7.2/12 MB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 8.2/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 16/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 25/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 33/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 41/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 49/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 57/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 66/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 74/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 82/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 86/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 95/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 103/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 111/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 119/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 127/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 136/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 144/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 152/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 156/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 164/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 172/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 181/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 189/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 197/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 205/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 213/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 222/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 226/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 234/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.2/12 MB | 242/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 242/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 250/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 258/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 267/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 275/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 283/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 283/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 291/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 295/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 303/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 312/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 320/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.3/12 MB | 328/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 328/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 336/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 344/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 353/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 361/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.4/12 MB | 365/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 365/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 373/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 381/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 389/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 398/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 406/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 414/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 414/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 422/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 430/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 435/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 443/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 451/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 459/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.5/12 MB | 467/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 467/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 467/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 475/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 484/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 492/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 500/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.6/12 MB | 504/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 504/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 512/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 521/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 529/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 537/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 545/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 553/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 562/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 570/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 578/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 586/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 594/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 602/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 611/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 619/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.7/12 MB | 619/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.8/12 MB | 619/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 619/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 627/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 635/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 635/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 643/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 652/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 660/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 668/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 676/917 kB error 03-Jan-2023 00:08:55 Progress (2): 7.9/12 MB | 684/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 684/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 693/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 701/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 709/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 717/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 725/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 725/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 734/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 742/917 kB error 03-Jan-2023 00:08:55 Progress (2): 8.0/12 MB | 750/917 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 4.1/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 8.0/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 12/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 16/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 20/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 24/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 29/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 33/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 37/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 41/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 43/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 47/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 51/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 55/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 59/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 63/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 67/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 72/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 76/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 78/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 82/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 86/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 90/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 94/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 98/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 102/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 106/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 110/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 112/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 117/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 121/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 125/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 129/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 133/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 137/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 141/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 145/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 147/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 151/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 155/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 160/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 164/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 168/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 172/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 176/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 180/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 182/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 186/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 188/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 192/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 197/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 201/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 205/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 209/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 213/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 217/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 221/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 223/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 227/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 231/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 235/238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 750/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.0/12 MB | 758/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 758/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 766/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 773/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 782/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 790/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.1/12 MB | 790/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.2/12 MB | 790/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 790/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 790/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 798/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 806/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 814/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 822/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 831/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 836/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 845/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 853/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 861/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 869/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 877/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 885/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 894/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 902/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 908/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 917/917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.3/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.4/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.4/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.5/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.5/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.6/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.7/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.7/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.8/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.8/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.9/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 8.9/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.0/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.1/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.1/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.2/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.2/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.3/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.3/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.4/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.5/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.5/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.6/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.6/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.7/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.8/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.8/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.9/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 9.9/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10.0/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 10/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 Progress (3): 11/12 MB | 917 kB | 238 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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 46 kB/s) error 03-Jan-2023 00:08:55 #21 34.51 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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 00:08:55 #21 34.51 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 11/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 12/12 MB | 917 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 917 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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 176 kB/s) error 03-Jan-2023 00:08:55 #21 34.55 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 00:08:55 #21 34.55 Progress (2): 12 MB | 4.1/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 8.2/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 12/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 16/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 20/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 25/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 29/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 33/686 kB error 03-Jan-2023 00:08:55 Progress (2): 12 MB | 37/686 kB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 37/686 kB | 0/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 37/686 kB | 0/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 37/686 kB | 0/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 41/686 kB | 0/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 44/686 kB | 0/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 44/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 44/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 44/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 48/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 52/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 56/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 60/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 64/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 68/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 72/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 76/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 79/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 83/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 87/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 91/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 95/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 99/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 103/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 107/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 111/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 113/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 117/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 122/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 126/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 130/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 134/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 138/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 142/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 146/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 148/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 152/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 156/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 160/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 165/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 169/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 173/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 177/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 181/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 183/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 187/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 191/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 195/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 199/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 203/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 208/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 212/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 216/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 218/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 222/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 226/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 230/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 234/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 238/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 242/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 246/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 251/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 253/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 257/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 261/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 265/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 269/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 273/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 277/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 281/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 285/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 287/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 292/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 296/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 300/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 304/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 308/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 312/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 316/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 320/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 322/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 326/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 330/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 335/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 339/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 343/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 347/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 351/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 355/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 357/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 361/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 365/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 369/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 373/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 378/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 382/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 386/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 390/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 392/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 396/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 400/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 404/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 408/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 408/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 412/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 416/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 421/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 425/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 427/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 431/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 435/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 439/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 443/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 447/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 451/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 455/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 459/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 462/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 466/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 470/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 474/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 478/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 482/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 486/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 490/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 494/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 496/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 500/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 505/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 509/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 513/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 517/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 521/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 525/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 529/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 531/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 535/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 539/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 539/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 539/686 kB | 0.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 539/686 kB | 0.6/2.5 MB error 03-Jan-2023 00:08:55 Progress (3): 12 MB | 539/686 kB | 0.6/2.5 MB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 6.1/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 8.9/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 12/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 15/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 17/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 20/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 23/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 26/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 26/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 29/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 31/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 34/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 37/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 40/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 539/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 543/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 548/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 548/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 552/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 556/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 560/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 43/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 45/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 45/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 48/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 564/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 568/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 572/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 576/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 580/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 584/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 588/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 593/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 597/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 601/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 605/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 609/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 613/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 617/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 621/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 625/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 629/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 633/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 638/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 642/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 646/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 650/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 654/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 658/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 662/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 666/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 670/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 674/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 679/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 683/686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.6/2.5 MB | 51/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.6/2.5 MB | 54/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.6/2.5 MB | 56/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.6/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.7/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.7/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.7/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.7/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 Progress (4): 12 MB | 686 kB | 0.7/2.5 MB | 59/194 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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.2 MB/s) error 03-Jan-2023 00:08:55 #21 34.67 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 00:08:55 #21 34.67 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 3.3/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 6.1/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 8.9/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 12/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 14/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 17/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 20/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 23/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 26/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 28/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 31/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 34/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 37/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 40/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 42/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 45/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 48/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 51/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 54/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 56/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 59/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 62/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 65/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 68/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 70/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 73/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 76/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 79/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 82/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 84/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 87/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 90/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 93/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 96/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 98/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 98/100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.7/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.8/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 0.9/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 59/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 62/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 62/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 65/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.0/2.5 MB | 65/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 65/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 67/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 67/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 70/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 73/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 73/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 76/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 79/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 81/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 81/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 84/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 87/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 87/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 90/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 93/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 93/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 95/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.1/2.5 MB | 98/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 98/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 101/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 104/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 107/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 109/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 112/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 115/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 118/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 120/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 123/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 126/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 129/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 132/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 134/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 137/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 140/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 143/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 146/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 148/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 151/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 153/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 156/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 159/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 162/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 165/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 167/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 170/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 170/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 173/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 176/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 176/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 179/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 179/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 181/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 184/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 187/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 190/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 190/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 193/194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.2/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.3/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.4/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.5/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.5/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.5/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.5/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 Progress (4): 686 kB | 1.5/2.5 MB | 194 kB | 100 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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 125 kB/s) error 03-Jan-2023 00:08:55 #21 34.83 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 18 kB/s) error 03-Jan-2023 00:08:55 #21 34.83 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 00:08:55 #21 34.83 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 00:08:55 #21 34.88 Progress (2): 1.5/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.6/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 Progress (2): 1.7/2.5 MB | 194 kB error 03-Jan-2023 00:08:55 error 03-Jan-2023 00:08:55 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 35 kB/s) error 03-Jan-2023 00:08:55 #21 34.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 00:08:55 #21 34.88 Progress (1): 1.7/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.7/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.7/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.7/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.8/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 1.9/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.0/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.1/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.2/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.3/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.4/2.5 MB error 03-Jan-2023 00:08:55 Progress (1): 2.5/2.5 MB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 4.1/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 4.1/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 8.2/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 12/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 16/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 20/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 25/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 29/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 33/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 37/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 41/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 45/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 49/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 52/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 56/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 60/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 64/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 68/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 72/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 76/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 80/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 84/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 86/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 91/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 95/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 99/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 103/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 107/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 111/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 115/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 119/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 121/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 125/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 129/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 134/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 138/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 142/230 kB error 03-Jan-2023 00:08:55 Progress (2): 2.5/2.5 MB | 146/230 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 3.3/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 6.1/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 8.9/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 12/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 14/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 17/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 20/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 146/230 kB | 20/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 20/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 23/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 26/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 28/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 31/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 150/230 kB | 31/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 31/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 34/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 34/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 37/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 40/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 42/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 45/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 48/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 51/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 54/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 56/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 59/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 62/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 65/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 68/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 154/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 156/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 160/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 164/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 168/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 172/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 177/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 181/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 185/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 189/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 191/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 195/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 199/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 203/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 207/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 211/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 215/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 220/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 224/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 228/230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5/2.5 MB | 230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 70/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 73/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 76/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 79/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 82/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 84/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 87/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 90/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 93/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 96/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 98/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 101/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 104/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 107/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 110/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 112/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 115/186 kB error 03-Jan-2023 00:08:55 Progress (3): 2.5 MB | 230 kB | 118/186 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 3.3/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 6.1/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 8.9/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 12/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 14/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 17/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 20/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 23/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 26/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 28/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 31/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 34/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 37/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 40/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 42/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 45/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 48/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 51/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 54/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 56/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 59/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 62/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 65/67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 118/186 kB | 67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 121/186 kB | 67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 124/186 kB | 67 kB error 03-Jan-2023 00:08:55 Progress (4): 2.5 MB | 230 kB | 126/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 129/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 132/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 135/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 138/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 140/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 143/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 146/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 149/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 152/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 154/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 157/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 160/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 163/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 166/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 168/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 171/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 174/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 177/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 180/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 182/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 185/186 kB | 67 kB error 03-Jan-2023 00:08:56 Progress (4): 2.5 MB | 230 kB | 186 kB | 67 kB error 03-Jan-2023 00:08:56 error 03-Jan-2023 00:08:56 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 11 kB/s) error 03-Jan-2023 00:08:56 #21 35.15 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 433 kB/s) error 03-Jan-2023 00:08:56 #21 35.16 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 39 kB/s) error 03-Jan-2023 00:08:56 #21 35.17 Progress (2): 186 kB | 4.1/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 8.2/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 12/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 16/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 20/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 24/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 28/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 32/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 36/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 40/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 44/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 48/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 51/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 55/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 59/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 63/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 67/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 71/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 75/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 79/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 83/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 85/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 89/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 94/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 98/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 102/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 106/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 110/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 114/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 116/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 120/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 125/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 129/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 133/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 137/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 141/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 145/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 149/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 153/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 157/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 160/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 164/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 168/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 172/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 177/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 181/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 185/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 189/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 193/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 195/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 199/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 203/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 207/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 211/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 215/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 220/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 224/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 228/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 230/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 234/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 238/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 242/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 246/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 250/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 254/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 258/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 263/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 265/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 269/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 273/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 277/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 281/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 285/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 289/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 293/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 297/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 299/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 304/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 308/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 312/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 316/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 320/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 324/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 328/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 332/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 334/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 338/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 342/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 347/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 351/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 355/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 359/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 363/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 367/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 369/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 373/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 377/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 381/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 385/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 390/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 394/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 398/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 402/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 404/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 408/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 412/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 416/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 420/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 424/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 428/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 433/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 437/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 439/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 443/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 447/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 451/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 455/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 459/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 463/636 kB error 03-Jan-2023 00:08:56 Progress (2): 186 kB | 467/636 kB error 03-Jan-2023 00:08:56 error 03-Jan-2023 00:08:56 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 32 kB/s) error 03-Jan-2023 00:08:56 #21 35.20 Progress (1): 471/636 kB error 03-Jan-2023 00:08:56 Progress (1): 473/636 kB error 03-Jan-2023 00:08:56 Progress (1): 478/636 kB error 03-Jan-2023 00:08:56 Progress (1): 482/636 kB error 03-Jan-2023 00:08:56 Progress (1): 486/636 kB error 03-Jan-2023 00:08:56 Progress (1): 490/636 kB error 03-Jan-2023 00:08:56 Progress (1): 494/636 kB error 03-Jan-2023 00:08:56 Progress (1): 498/636 kB error 03-Jan-2023 00:08:56 Progress (1): 502/636 kB error 03-Jan-2023 00:08:56 Progress (1): 506/636 kB error 03-Jan-2023 00:08:56 Progress (1): 508/636 kB error 03-Jan-2023 00:08:56 Progress (1): 512/636 kB error 03-Jan-2023 00:08:56 Progress (1): 516/636 kB error 03-Jan-2023 00:08:56 Progress (1): 521/636 kB error 03-Jan-2023 00:08:56 Progress (1): 525/636 kB error 03-Jan-2023 00:08:56 Progress (1): 529/636 kB error 03-Jan-2023 00:08:56 Progress (1): 533/636 kB error 03-Jan-2023 00:08:56 Progress (1): 537/636 kB error 03-Jan-2023 00:08:56 Progress (1): 541/636 kB error 03-Jan-2023 00:08:56 Progress (1): 543/636 kB error 03-Jan-2023 00:08:56 Progress (1): 547/636 kB error 03-Jan-2023 00:08:56 Progress (1): 551/636 kB error 03-Jan-2023 00:08:56 Progress (1): 555/636 kB error 03-Jan-2023 00:08:56 Progress (1): 560/636 kB error 03-Jan-2023 00:08:56 Progress (1): 564/636 kB error 03-Jan-2023 00:08:56 Progress (1): 568/636 kB error 03-Jan-2023 00:08:56 Progress (1): 572/636 kB error 03-Jan-2023 00:08:56 Progress (1): 576/636 kB error 03-Jan-2023 00:08:56 Progress (1): 578/636 kB error 03-Jan-2023 00:08:56 Progress (1): 582/636 kB error 03-Jan-2023 00:08:56 Progress (1): 586/636 kB error 03-Jan-2023 00:08:56 Progress (1): 590/636 kB error 03-Jan-2023 00:08:56 Progress (1): 594/636 kB error 03-Jan-2023 00:08:56 Progress (1): 598/636 kB error 03-Jan-2023 00:08:56 Progress (1): 603/636 kB error 03-Jan-2023 00:08:56 Progress (1): 607/636 kB error 03-Jan-2023 00:08:56 Progress (1): 611/636 kB error 03-Jan-2023 00:08:56 Progress (1): 613/636 kB error 03-Jan-2023 00:08:56 Progress (1): 617/636 kB error 03-Jan-2023 00:08:56 Progress (1): 621/636 kB error 03-Jan-2023 00:08:56 Progress (1): 625/636 kB error 03-Jan-2023 00:08:56 Progress (1): 629/636 kB error 03-Jan-2023 00:08:56 Progress (1): 633/636 kB error 03-Jan-2023 00:08:56 Progress (1): 636 kB error 03-Jan-2023 00:08:56 error 03-Jan-2023 00:08:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 106 kB/s) error 03-Jan-2023 00:08:56 #21 35.40 [INFO] error 03-Jan-2023 00:08:56 #21 35.40 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 00:08:56 #21 35.42 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 00:08:56 #21 35.54 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:08:56 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:08:56 Progress (1): 6.7 kB error 03-Jan-2023 00:08:56 error 03-Jan-2023 00:08:56 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 28 kB/s) error 03-Jan-2023 00:08:56 #21 35.68 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 00:08:56 #21 35.81 Progress (1): 1.9 kB error 03-Jan-2023 00:08:56 error 03-Jan-2023 00:08:56 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.7 kB/s) error 03-Jan-2023 00:08:56 #21 35.94 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 00:08:56 #21 36.05 Progress (1): 1.8 kB error 03-Jan-2023 00:08:57 error 03-Jan-2023 00:08:57 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.5 kB/s) error 03-Jan-2023 00:08:57 #21 36.17 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 00:08:57 #21 36.29 Progress (1): 1.4 kB error 03-Jan-2023 00:08:57 error 03-Jan-2023 00:08:57 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 00:08:57 #21 36.41 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 00:08:57 #21 36.53 Progress (1): 424 B error 03-Jan-2023 00:08:57 error 03-Jan-2023 00:08:57 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.7 kB/s) error 03-Jan-2023 00:08:57 #21 36.65 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 00:08:57 #21 36.77 Progress (1): 3.4/3.9 kB error 03-Jan-2023 00:08:57 Progress (1): 3.9 kB error 03-Jan-2023 00:08:57 error 03-Jan-2023 00:08:57 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 00:08:57 #21 36.89 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 00:08:57 #21 37.00 Progress (1): 1.7 kB error 03-Jan-2023 00:08:57 error 03-Jan-2023 00:08: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.pom (1.7 kB at 7.3 kB/s) error 03-Jan-2023 00:08:58 #21 37.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 00:08:58 #21 37.26 Progress (1): 2.1 kB error 03-Jan-2023 00:08:58 error 03-Jan-2023 00:08:58 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.5 kB/s) error 03-Jan-2023 00:08:58 #21 37.37 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 00:08:58 #21 37.50 Progress (1): 2.0 kB error 03-Jan-2023 00:08:58 error 03-Jan-2023 00:08:58 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.3 kB/s) error 03-Jan-2023 00:08:58 #21 37.62 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 00:08:58 #21 37.74 Progress (1): 1.3 kB error 03-Jan-2023 00:08:58 error 03-Jan-2023 00:08:58 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 00:08:58 #21 37.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 00:08:58 #21 37.99 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:08:58 Progress (1): 5.8 kB error 03-Jan-2023 00:08:59 error 03-Jan-2023 00:08:59 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 00:08:59 #21 38.15 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 00:08:59 #21 38.16 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 00:08:59 #21 38.16 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 00:08:59 #21 38.16 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 00:08:59 #21 38.16 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 00:08:59 #21 38.27 Progress (1): 3.4/152 kB error 03-Jan-2023 00:08:59 Progress (1): 6.2/152 kB error 03-Jan-2023 00:08:59 Progress (1): 9.0/152 kB error 03-Jan-2023 00:08:59 Progress (1): 12/152 kB error 03-Jan-2023 00:08:59 Progress (1): 15/152 kB error 03-Jan-2023 00:08:59 Progress (1): 17/152 kB error 03-Jan-2023 00:08:59 Progress (1): 20/152 kB error 03-Jan-2023 00:08:59 Progress (1): 23/152 kB error 03-Jan-2023 00:08:59 Progress (1): 26/152 kB error 03-Jan-2023 00:08:59 Progress (1): 29/152 kB error 03-Jan-2023 00:08:59 Progress (1): 31/152 kB error 03-Jan-2023 00:08:59 Progress (1): 34/152 kB error 03-Jan-2023 00:08:59 Progress (1): 37/152 kB error 03-Jan-2023 00:08:59 Progress (1): 40/152 kB error 03-Jan-2023 00:08:59 Progress (1): 43/152 kB error 03-Jan-2023 00:08:59 Progress (1): 45/152 kB error 03-Jan-2023 00:08:59 Progress (1): 48/152 kB error 03-Jan-2023 00:08:59 Progress (1): 51/152 kB error 03-Jan-2023 00:08:59 Progress (1): 54/152 kB error 03-Jan-2023 00:08:59 Progress (1): 56/152 kB error 03-Jan-2023 00:08:59 Progress (1): 59/152 kB error 03-Jan-2023 00:08:59 Progress (1): 62/152 kB error 03-Jan-2023 00:08:59 Progress (1): 65/152 kB error 03-Jan-2023 00:08:59 Progress (1): 68/152 kB error 03-Jan-2023 00:08:59 Progress (1): 70/152 kB error 03-Jan-2023 00:08:59 Progress (1): 73/152 kB error 03-Jan-2023 00:08:59 Progress (1): 76/152 kB error 03-Jan-2023 00:08:59 Progress (1): 79/152 kB error 03-Jan-2023 00:08:59 Progress (1): 82/152 kB error 03-Jan-2023 00:08:59 Progress (1): 84/152 kB error 03-Jan-2023 00:08:59 Progress (1): 87/152 kB error 03-Jan-2023 00:08:59 Progress (1): 90/152 kB error 03-Jan-2023 00:08:59 Progress (1): 93/152 kB error 03-Jan-2023 00:08:59 Progress (1): 95/152 kB error 03-Jan-2023 00:08:59 Progress (1): 98/152 kB error 03-Jan-2023 00:08:59 Progress (1): 101/152 kB error 03-Jan-2023 00:08:59 Progress (1): 104/152 kB error 03-Jan-2023 00:08:59 Progress (2): 104/152 kB | 3.4/5.9 kB error 03-Jan-2023 00:08:59 Progress (3): 104/152 kB | 3.4/5.9 kB | 3.4/9.9 kB error 03-Jan-2023 00:08:59 Progress (3): 104/152 kB | 3.4/5.9 kB | 6.2/9.9 kB error 03-Jan-2023 00:08:59 Progress (3): 104/152 kB | 3.4/5.9 kB | 9.0/9.9 kB error 03-Jan-2023 00:08:59 Progress (3): 104/152 kB | 3.4/5.9 kB | 9.9 kB error 03-Jan-2023 00:08:59 Progress (3): 104/152 kB | 5.9 kB | 9.9 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 3.3/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 6.1/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 8.9/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 12/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 15/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 17/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 20/21 kB error 03-Jan-2023 00:08:59 Progress (4): 104/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 107/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 109/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 112/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 115/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 118/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (4): 121/152 kB | 5.9 kB | 9.9 kB | 21 kB error 03-Jan-2023 00:08:59 Progress (5): 121/152 kB | 5.9 kB | 9.9 kB | 21 kB | 3.4/14 kB error 03-Jan-2023 00:08:59 Progress (5): 123/152 kB | 5.9 kB | 9.9 kB | 21 kB | 3.4/14 kB error 03-Jan-2023 00:08:59 Progress (5): 123/152 kB | 5.9 kB | 9.9 kB | 21 kB | 6.2/14 kB error 03-Jan-2023 00:08:59 Progress (5): 126/152 kB | 5.9 kB | 9.9 kB | 21 kB | 6.2/14 kB error 03-Jan-2023 00:08:59 Progress (5): 126/152 kB | 5.9 kB | 9.9 kB | 21 kB | 9.0/14 kB error 03-Jan-2023 00:08:59 Progress (5): 129/152 kB | 5.9 kB | 9.9 kB | 21 kB | 9.0/14 kB error 03-Jan-2023 00:08:59 Progress (5): 129/152 kB | 5.9 kB | 9.9 kB | 21 kB | 12/14 kB error 03-Jan-2023 00:08:59 Progress (5): 132/152 kB | 5.9 kB | 9.9 kB | 21 kB | 12/14 kB error 03-Jan-2023 00:08:59 Progress (5): 132/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 135/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 137/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 140/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 143/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 146/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 149/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 151/152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 Progress (5): 152 kB | 5.9 kB | 9.9 kB | 21 kB | 14 kB error 03-Jan-2023 00:08:59 error 03-Jan-2023 00:08:59 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 77 kB/s) error 03-Jan-2023 00:08:59 #21 38.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 00:08:59 #21 38.42 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 37 kB/s) error 03-Jan-2023 00:08:59 #21 38.42 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 00:08:59 #21 38.42 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 23 kB/s) error 03-Jan-2023 00:08:59 #21 38.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 00:08:59 #21 38.44 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 525 kB/s) error 03-Jan-2023 00:08:59 #21 38.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 00:08:59 #21 38.44 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 49 kB/s) error 03-Jan-2023 00:08:59 #21 38.44 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 00:08:59 #21 38.54 Progress (1): 3.4/37 kB error 03-Jan-2023 00:08:59 Progress (2): 3.4/37 kB | 3.4/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 3.4/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 6.2/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 9.0/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 12/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 15/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 17/38 kB error 03-Jan-2023 00:08:59 Progress (2): 6.2/37 kB | 20/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 20/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 23/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 26/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 29/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 31/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 34/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 37/38 kB error 03-Jan-2023 00:08:59 Progress (2): 9.0/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 12/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 15/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 17/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 20/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 23/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 26/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 29/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (2): 31/37 kB | 38 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 3.4/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 6.2/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 9.0/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 12/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 15/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 17/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 20/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 23/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 26/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 29/30 kB error 03-Jan-2023 00:08:59 Progress (3): 31/37 kB | 38 kB | 30 kB error 03-Jan-2023 00:08:59 Progress (3): 34/37 kB | 38 kB | 30 kB error 03-Jan-2023 00:08:59 Progress (3): 37 kB | 38 kB | 30 kB error 03-Jan-2023 00:08:59 Progress (4): 37 kB | 38 kB | 30 kB | 3.4/10 kB error 03-Jan-2023 00:08:59 Progress (4): 37 kB | 38 kB | 30 kB | 6.2/10 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 3.4/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 6.2/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 9.0/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 12/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 15/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 17/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 20/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 6.2/10 kB | 23/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 9.0/10 kB | 23/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 23/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 26/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 29/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 31/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 34/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 37/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 40/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 43/43 kB error 03-Jan-2023 00:08:59 Progress (5): 37 kB | 38 kB | 30 kB | 10 kB | 43 kB error 03-Jan-2023 00:08:59 error 03-Jan-2023 00:08:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 77 kB/s) error 03-Jan-2023 00:08:59 #21 38.67 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 60 kB/s) error 03-Jan-2023 00:08:59 #21 38.67 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 73 kB/s) error 03-Jan-2023 00:08:59 #21 38.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 20 kB/s) error 03-Jan-2023 00:08:59 #21 38.68 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 85 kB/s) error 03-Jan-2023 00:08:59 #21 38.73 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:08:59 #21 38.73 [INFO] Copying 1 resource error 03-Jan-2023 00:08:59 #21 38.74 [INFO] Copying 2 resources error 03-Jan-2023 00:08:59 #21 38.75 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 00:08:59 #21 38.75 [INFO] error 03-Jan-2023 00:08:59 #21 38.75 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 00:09:01 #21 40.16 Jan 03, 2023 12:09:01 AM org.jline.utils.Log logr error 03-Jan-2023 00:09:01 #21 40.16 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 00:09:01 #21 40.42 error 03-Jan-2023 00:09:01 #21 40.42 Downloading modules... error 03-Jan-2023 00:09:01 #21 40.42 error 03-Jan-2023 00:09:01 #21 40.44 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 00:09:01 #21 40.56 Progress (1): 3.3/18 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/18 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/18 kB error 03-Jan-2023 00:09:01 Progress (1): 12/18 kB error 03-Jan-2023 00:09:01 Progress (1): 14/18 kB error 03-Jan-2023 00:09:01 Progress (1): 17/18 kB error 03-Jan-2023 00:09:01 Progress (1): 18 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 74 kB/s) error 03-Jan-2023 00:09:01 #21 40.69 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 00:09:01 #21 ... error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:01 #18 35.86 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 00:09:01 #18 36.16 Progress (1): 3.3/10 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/10 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/10 kB error 03-Jan-2023 00:09:01 Progress (1): 10 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 16 kB/s) error 03-Jan-2023 00:09:01 #18 36.66 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 00:09:01 #18 36.85 Progress (1): 3.3/43 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/43 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/43 kB error 03-Jan-2023 00:09:01 Progress (1): 12/43 kB error 03-Jan-2023 00:09:01 Progress (1): 14/43 kB error 03-Jan-2023 00:09:01 Progress (1): 17/43 kB error 03-Jan-2023 00:09:01 Progress (1): 20/43 kB error 03-Jan-2023 00:09:01 Progress (1): 23/43 kB error 03-Jan-2023 00:09:01 Progress (1): 26/43 kB error 03-Jan-2023 00:09:01 Progress (1): 28/43 kB error 03-Jan-2023 00:09:01 Progress (1): 31/43 kB error 03-Jan-2023 00:09:01 Progress (1): 34/43 kB error 03-Jan-2023 00:09:01 Progress (1): 37/43 kB error 03-Jan-2023 00:09:01 Progress (1): 40/43 kB error 03-Jan-2023 00:09:01 Progress (1): 42/43 kB error 03-Jan-2023 00:09:01 Progress (1): 43 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 95 kB/s) error 03-Jan-2023 00:09:01 #18 37.27 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 00:09:01 #18 37.58 Progress (1): 3.4/10 kB error 03-Jan-2023 00:09:01 Progress (1): 6.2/10 kB error 03-Jan-2023 00:09:01 Progress (1): 9.0/10 kB error 03-Jan-2023 00:09:01 Progress (1): 10 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 12 kB/s) error 03-Jan-2023 00:09:01 #18 38.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 03-Jan-2023 00:09:01 #18 38.68 Progress (1): 3.4/11 kB error 03-Jan-2023 00:09:01 Progress (1): 6.2/11 kB error 03-Jan-2023 00:09:01 Progress (1): 9.0/11 kB error 03-Jan-2023 00:09:01 Progress (1): 11 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 23 kB/s) error 03-Jan-2023 00:09:01 #18 39.12 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 00:09:01 #18 39.33 Progress (1): 3.4/31 kB error 03-Jan-2023 00:09:01 Progress (1): 6.2/31 kB error 03-Jan-2023 00:09:01 Progress (1): 9.0/31 kB error 03-Jan-2023 00:09:01 Progress (1): 12/31 kB error 03-Jan-2023 00:09:01 Progress (1): 15/31 kB error 03-Jan-2023 00:09:01 Progress (1): 17/31 kB error 03-Jan-2023 00:09:01 Progress (1): 20/31 kB error 03-Jan-2023 00:09:01 Progress (1): 23/31 kB error 03-Jan-2023 00:09:01 Progress (1): 26/31 kB error 03-Jan-2023 00:09:01 Progress (1): 29/31 kB error 03-Jan-2023 00:09:01 Progress (1): 31 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 63 kB/s) error 03-Jan-2023 00:09:01 #18 39.99 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 00:09:01 #18 40.22 Progress (1): 3.4/15 kB error 03-Jan-2023 00:09:01 Progress (1): 6.2/15 kB error 03-Jan-2023 00:09:01 Progress (1): 9.0/15 kB error 03-Jan-2023 00:09:01 Progress (1): 12/15 kB error 03-Jan-2023 00:09:01 Progress (1): 15/15 kB error 03-Jan-2023 00:09:01 Progress (1): 15 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 32 kB/s) error 03-Jan-2023 00:09:01 #18 40.57 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 00:09:01 #18 41.72 Progress (1): 4.1/221 kB error 03-Jan-2023 00:09:01 Progress (1): 8.2/221 kB error 03-Jan-2023 00:09:01 Progress (1): 12/221 kB error 03-Jan-2023 00:09:01 Progress (1): 16/221 kB error 03-Jan-2023 00:09:01 Progress (1): 20/221 kB error 03-Jan-2023 00:09:01 Progress (1): 25/221 kB error 03-Jan-2023 00:09:01 Progress (1): 29/221 kB error 03-Jan-2023 00:09:01 Progress (1): 33/221 kB error 03-Jan-2023 00:09:01 Progress (1): 37/221 kB error 03-Jan-2023 00:09:01 Progress (1): 41/221 kB error 03-Jan-2023 00:09:01 Progress (1): 45/221 kB error 03-Jan-2023 00:09:01 Progress (1): 49/221 kB error 03-Jan-2023 00:09:01 Progress (1): 52/221 kB error 03-Jan-2023 00:09:01 Progress (1): 56/221 kB error 03-Jan-2023 00:09:01 Progress (1): 60/221 kB error 03-Jan-2023 00:09:01 Progress (1): 64/221 kB error 03-Jan-2023 00:09:01 Progress (1): 68/221 kB error 03-Jan-2023 00:09:01 Progress (1): 72/221 kB error 03-Jan-2023 00:09:01 Progress (1): 76/221 kB error 03-Jan-2023 00:09:01 Progress (1): 80/221 kB error 03-Jan-2023 00:09:01 Progress (1): 84/221 kB error 03-Jan-2023 00:09:01 Progress (1): 86/221 kB error 03-Jan-2023 00:09:01 Progress (1): 90/221 kB error 03-Jan-2023 00:09:01 Progress (1): 95/221 kB error 03-Jan-2023 00:09:01 Progress (1): 99/221 kB error 03-Jan-2023 00:09:01 Progress (1): 103/221 kB error 03-Jan-2023 00:09:01 Progress (1): 107/221 kB error 03-Jan-2023 00:09:01 Progress (1): 111/221 kB error 03-Jan-2023 00:09:01 Progress (1): 115/221 kB error 03-Jan-2023 00:09:01 Progress (1): 119/221 kB error 03-Jan-2023 00:09:01 Progress (1): 121/221 kB error 03-Jan-2023 00:09:01 Progress (1): 125/221 kB error 03-Jan-2023 00:09:01 Progress (1): 129/221 kB error 03-Jan-2023 00:09:01 Progress (1): 133/221 kB error 03-Jan-2023 00:09:01 Progress (1): 138/221 kB error 03-Jan-2023 00:09:01 Progress (1): 142/221 kB error 03-Jan-2023 00:09:01 Progress (1): 146/221 kB error 03-Jan-2023 00:09:01 Progress (1): 150/221 kB error 03-Jan-2023 00:09:01 Progress (1): 154/221 kB error 03-Jan-2023 00:09:01 Progress (1): 156/221 kB error 03-Jan-2023 00:09:01 Progress (1): 160/221 kB error 03-Jan-2023 00:09:01 Progress (1): 164/221 kB error 03-Jan-2023 00:09:01 Progress (1): 168/221 kB error 03-Jan-2023 00:09:01 Progress (1): 172/221 kB error 03-Jan-2023 00:09:01 Progress (1): 177/221 kB error 03-Jan-2023 00:09:01 Progress (1): 181/221 kB error 03-Jan-2023 00:09:01 Progress (1): 185/221 kB error 03-Jan-2023 00:09:01 Progress (1): 189/221 kB error 03-Jan-2023 00:09:01 Progress (1): 191/221 kB error 03-Jan-2023 00:09:01 Progress (1): 195/221 kB error 03-Jan-2023 00:09:01 Progress (1): 199/221 kB error 03-Jan-2023 00:09:01 Progress (1): 203/221 kB error 03-Jan-2023 00:09:01 Progress (1): 207/221 kB error 03-Jan-2023 00:09:01 Progress (1): 211/221 kB error 03-Jan-2023 00:09:01 Progress (1): 215/221 kB error 03-Jan-2023 00:09:01 Progress (1): 220/221 kB error 03-Jan-2023 00:09:01 Progress (1): 221 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 131 kB/s) error 03-Jan-2023 00:09:01 #18 42.32 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 00:09:01 #18 42.49 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:09:01 Progress (1): 5.8 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 00:09:01 #18 42.74 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 03-Jan-2023 00:09:01 #18 42.87 Progress (1): 3.3/34 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/34 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/34 kB error 03-Jan-2023 00:09:01 Progress (1): 12/34 kB error 03-Jan-2023 00:09:01 Progress (1): 15/34 kB error 03-Jan-2023 00:09:01 Progress (1): 17/34 kB error 03-Jan-2023 00:09:01 Progress (1): 20/34 kB error 03-Jan-2023 00:09:01 Progress (1): 23/34 kB error 03-Jan-2023 00:09:01 Progress (1): 26/34 kB error 03-Jan-2023 00:09:01 Progress (1): 29/34 kB error 03-Jan-2023 00:09:01 Progress (1): 31/34 kB error 03-Jan-2023 00:09:01 Progress (1): 34 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 102 kB/s) error 03-Jan-2023 00:09:01 #18 43.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 00:09:01 #18 43.33 Progress (1): 3.4/64 kB error 03-Jan-2023 00:09:01 Progress (1): 6.2/64 kB error 03-Jan-2023 00:09:01 Progress (1): 9.0/64 kB error 03-Jan-2023 00:09:01 Progress (1): 12/64 kB error 03-Jan-2023 00:09:01 Progress (1): 15/64 kB error 03-Jan-2023 00:09:01 Progress (1): 17/64 kB error 03-Jan-2023 00:09:01 Progress (1): 20/64 kB error 03-Jan-2023 00:09:01 Progress (1): 23/64 kB error 03-Jan-2023 00:09:01 Progress (1): 26/64 kB error 03-Jan-2023 00:09:01 Progress (1): 29/64 kB error 03-Jan-2023 00:09:01 Progress (1): 31/64 kB error 03-Jan-2023 00:09:01 Progress (1): 34/64 kB error 03-Jan-2023 00:09:01 Progress (1): 37/64 kB error 03-Jan-2023 00:09:01 Progress (1): 40/64 kB error 03-Jan-2023 00:09:01 Progress (1): 43/64 kB error 03-Jan-2023 00:09:01 Progress (1): 45/64 kB error 03-Jan-2023 00:09:01 Progress (1): 48/64 kB error 03-Jan-2023 00:09:01 Progress (1): 51/64 kB error 03-Jan-2023 00:09:01 Progress (1): 54/64 kB error 03-Jan-2023 00:09:01 Progress (1): 56/64 kB error 03-Jan-2023 00:09:01 Progress (1): 59/64 kB error 03-Jan-2023 00:09:01 Progress (1): 62/64 kB error 03-Jan-2023 00:09:01 Progress (1): 64 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 167 kB/s) error 03-Jan-2023 00:09:01 #18 43.77 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 00:09:01 #18 43.93 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:01 Progress (1): 12/13 kB error 03-Jan-2023 00:09:01 Progress (1): 13 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 38 kB/s) error 03-Jan-2023 00:09:01 #18 44.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 03-Jan-2023 00:09:01 #18 44.33 Progress (1): 3.3/36 kB error 03-Jan-2023 00:09:01 Progress (1): 6.1/36 kB error 03-Jan-2023 00:09:01 Progress (1): 8.9/36 kB error 03-Jan-2023 00:09:01 Progress (1): 12/36 kB error 03-Jan-2023 00:09:01 Progress (1): 15/36 kB error 03-Jan-2023 00:09:01 Progress (1): 17/36 kB error 03-Jan-2023 00:09:01 Progress (1): 20/36 kB error 03-Jan-2023 00:09:01 Progress (1): 23/36 kB error 03-Jan-2023 00:09:01 Progress (1): 26/36 kB error 03-Jan-2023 00:09:01 Progress (1): 29/36 kB error 03-Jan-2023 00:09:01 Progress (1): 31/36 kB error 03-Jan-2023 00:09:01 Progress (1): 34/36 kB error 03-Jan-2023 00:09:01 Progress (1): 36 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 53 kB/s) error 03-Jan-2023 00:09:01 #18 45.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 00:09:01 #18 45.29 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:01 Progress (1): 5.3 kB error 03-Jan-2023 00:09:01 error 03-Jan-2023 00:09:01 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 14 kB/s) error 03-Jan-2023 00:09:02 #18 ... error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:02 #21 41.02 Progress (1): 4.1/205 kB error 03-Jan-2023 00:09:02 Progress (1): 8.2/205 kB error 03-Jan-2023 00:09:02 Progress (1): 12/205 kB error 03-Jan-2023 00:09:02 Progress (1): 16/205 kB error 03-Jan-2023 00:09:02 Progress (1): 20/205 kB error 03-Jan-2023 00:09:02 Progress (1): 25/205 kB error 03-Jan-2023 00:09:02 Progress (1): 29/205 kB error 03-Jan-2023 00:09:02 Progress (1): 33/205 kB error 03-Jan-2023 00:09:02 Progress (1): 37/205 kB error 03-Jan-2023 00:09:02 Progress (1): 41/205 kB error 03-Jan-2023 00:09:02 Progress (1): 45/205 kB error 03-Jan-2023 00:09:02 Progress (1): 49/205 kB error 03-Jan-2023 00:09:02 Progress (1): 52/205 kB error 03-Jan-2023 00:09:02 Progress (1): 56/205 kB error 03-Jan-2023 00:09:02 Progress (1): 60/205 kB error 03-Jan-2023 00:09:02 Progress (1): 64/205 kB error 03-Jan-2023 00:09:02 Progress (1): 68/205 kB error 03-Jan-2023 00:09:02 Progress (1): 72/205 kB error 03-Jan-2023 00:09:02 Progress (1): 76/205 kB error 03-Jan-2023 00:09:02 Progress (1): 80/205 kB error 03-Jan-2023 00:09:02 Progress (1): 84/205 kB error 03-Jan-2023 00:09:02 Progress (1): 86/205 kB error 03-Jan-2023 00:09:02 Progress (1): 90/205 kB error 03-Jan-2023 00:09:02 Progress (1): 95/205 kB error 03-Jan-2023 00:09:02 Progress (1): 99/205 kB error 03-Jan-2023 00:09:02 Progress (1): 103/205 kB error 03-Jan-2023 00:09:02 Progress (1): 107/205 kB error 03-Jan-2023 00:09:02 Progress (1): 111/205 kB error 03-Jan-2023 00:09:02 Progress (1): 115/205 kB error 03-Jan-2023 00:09:02 Progress (1): 119/205 kB error 03-Jan-2023 00:09:02 Progress (1): 121/205 kB error 03-Jan-2023 00:09:02 Progress (1): 125/205 kB error 03-Jan-2023 00:09:02 Progress (1): 129/205 kB error 03-Jan-2023 00:09:02 Progress (1): 133/205 kB error 03-Jan-2023 00:09:02 Progress (1): 138/205 kB error 03-Jan-2023 00:09:02 Progress (1): 142/205 kB error 03-Jan-2023 00:09:02 Progress (1): 146/205 kB error 03-Jan-2023 00:09:02 Progress (1): 150/205 kB error 03-Jan-2023 00:09:02 Progress (1): 154/205 kB error 03-Jan-2023 00:09:02 Progress (1): 156/205 kB error 03-Jan-2023 00:09:02 Progress (1): 160/205 kB error 03-Jan-2023 00:09:02 Progress (1): 164/205 kB error 03-Jan-2023 00:09:02 Progress (1): 168/205 kB error 03-Jan-2023 00:09:02 Progress (1): 172/205 kB error 03-Jan-2023 00:09:02 Progress (1): 176/205 kB error 03-Jan-2023 00:09:02 Progress (1): 181/205 kB error 03-Jan-2023 00:09:02 Progress (1): 185/205 kB error 03-Jan-2023 00:09:02 Progress (1): 189/205 kB error 03-Jan-2023 00:09:02 Progress (1): 191/205 kB error 03-Jan-2023 00:09:02 Progress (1): 195/205 kB error 03-Jan-2023 00:09:02 Progress (1): 197/205 kB error 03-Jan-2023 00:09:02 Progress (1): 201/205 kB error 03-Jan-2023 00:09:02 Progress (1): 205 kB error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 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 455 kB/s) error 03-Jan-2023 00:09:02 #21 41.17 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 00:09:02 #21 41.29 Progress (1): 2.0 kB error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 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.2 kB/s) error 03-Jan-2023 00:09:02 #21 41.41 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 00:09:02 #21 41.53 Progress (1): 3.4/22 kB error 03-Jan-2023 00:09:02 Progress (1): 6.2/22 kB error 03-Jan-2023 00:09:02 Progress (1): 9.0/22 kB error 03-Jan-2023 00:09:02 Progress (1): 12/22 kB error 03-Jan-2023 00:09:02 Progress (1): 15/22 kB error 03-Jan-2023 00:09:02 Progress (1): 17/22 kB error 03-Jan-2023 00:09:02 Progress (1): 20/22 kB error 03-Jan-2023 00:09:02 Progress (1): 22 kB error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 94 kB/s) error 03-Jan-2023 00:09:02 #21 41.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.pom error 03-Jan-2023 00:09:02 #21 41.77 Progress (1): 3.4 kB error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 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 00:09:02 #21 41.88 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 00:09:02 #21 42.00 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:09:02 Progress (1): 4.1 kB error 03-Jan-2023 00:09:02 error 03-Jan-2023 00:09:02 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 00:09:03 #21 42.12 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 00:09:03 #21 42.23 Progress (1): 3.4/4.8 kB error 03-Jan-2023 00:09:03 Progress (1): 4.8 kB error 03-Jan-2023 00:09:03 error 03-Jan-2023 00:09: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.pom (4.8 kB at 20 kB/s) error 03-Jan-2023 00:09:03 #21 42.36 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 00:09:03 #21 42.48 Progress (1): 3.4/13 kB error 03-Jan-2023 00:09:03 Progress (1): 6.2/13 kB error 03-Jan-2023 00:09:03 Progress (1): 9.0/13 kB error 03-Jan-2023 00:09:03 Progress (1): 12/13 kB error 03-Jan-2023 00:09:03 Progress (1): 13 kB error 03-Jan-2023 00:09:03 error 03-Jan-2023 00:09:03 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 55 kB/s) error 03-Jan-2023 00:09:03 #21 42.61 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 00:09:03 #21 42.73 Progress (1): 2.5 kB error 03-Jan-2023 00:09:03 error 03-Jan-2023 00:09:03 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 00:09:03 #21 42.84 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 00:09:03 #21 42.96 Progress (1): 3.4/14 kB error 03-Jan-2023 00:09:03 Progress (1): 6.2/14 kB error 03-Jan-2023 00:09:03 Progress (1): 9.0/14 kB error 03-Jan-2023 00:09:03 Progress (1): 12/14 kB error 03-Jan-2023 00:09:03 Progress (1): 14 kB error 03-Jan-2023 00:09:04 error 03-Jan-2023 00:09:04 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 61 kB/s) error 03-Jan-2023 00:09:04 #21 43.10 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 00:09:04 #21 43.22 Progress (1): 3.4/7.3 kB error 03-Jan-2023 00:09:04 Progress (1): 6.2/7.3 kB error 03-Jan-2023 00:09:04 Progress (1): 7.3 kB error 03-Jan-2023 00:09:04 error 03-Jan-2023 00:09:04 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 30 kB/s) error 03-Jan-2023 00:09:04 #21 43.34 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 00:09:04 #21 43.46 Progress (1): 2.2 kB error 03-Jan-2023 00:09:04 error 03-Jan-2023 00:09:04 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.2 kB/s) error 03-Jan-2023 00:09:04 #21 43.58 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 00:09:04 #21 43.70 Progress (1): 2.6 kB error 03-Jan-2023 00:09:04 error 03-Jan-2023 00:09:04 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 00:09:04 #21 43.82 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 00:09:04 #21 43.94 Progress (1): 1.0 kB error 03-Jan-2023 00:09:04 error 03-Jan-2023 00:09:04 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 00:09:05 #21 44.06 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 00:09:05 #21 44.19 Progress (1): 2.2 kB error 03-Jan-2023 00:09:05 error 03-Jan-2023 00:09:05 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.5 kB/s) error 03-Jan-2023 00:09:05 #21 44.30 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 00:09:05 #21 44.42 Progress (1): 2.8 kB error 03-Jan-2023 00:09:05 error 03-Jan-2023 00:09:05 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 00:09:05 #21 44.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.pom error 03-Jan-2023 00:09:05 #21 44.67 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:09:05 Progress (1): 4.1 kB error 03-Jan-2023 00:09:05 error 03-Jan-2023 00:09:05 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 00:09:05 #21 44.88 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 00:09:05 #21 45.00 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:09:05 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:09:05 Progress (1): 7.6 kB error 03-Jan-2023 00:09:06 error 03-Jan-2023 00:09:06 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 31 kB/s) error 03-Jan-2023 00:09:06 #21 45.22 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 00:09:06 #21 45.36 Progress (1): 3.4/4.9 kB error 03-Jan-2023 00:09:06 Progress (1): 4.9 kB error 03-Jan-2023 00:09:06 error 03-Jan-2023 00:09:06 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 00:09:06 #21 45.48 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 00:09:06 #21 45.61 Progress (1): 1.5 kB error 03-Jan-2023 00:09:06 error 03-Jan-2023 00:09:06 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.3 kB/s) error 03-Jan-2023 00:09:06 #21 45.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 00:09:06 #21 45.85 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:06 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:06 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:06 Progress (1): 12/15 kB error 03-Jan-2023 00:09:06 Progress (1): 15/15 kB error 03-Jan-2023 00:09:06 Progress (1): 15 kB error 03-Jan-2023 00:09:06 error 03-Jan-2023 00:09:06 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 62 kB/s) error 03-Jan-2023 00:09:06 #21 45.99 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 00:09:06 #21 46.10 Progress (1): 1.5 kB error 03-Jan-2023 00:09:07 error 03-Jan-2023 00:09:07 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.3 kB/s) error 03-Jan-2023 00:09:07 #21 46.26 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 00:09:07 #21 46.38 Progress (1): 3.4/3.4 kB error 03-Jan-2023 00:09:07 Progress (1): 3.4 kB error 03-Jan-2023 00:09:07 error 03-Jan-2023 00:09:07 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 14 kB/s) error 03-Jan-2023 00:09:07 #21 46.51 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 00:09:07 #21 46.63 Progress (1): 3.4/14 kB error 03-Jan-2023 00:09:07 Progress (1): 6.2/14 kB error 03-Jan-2023 00:09:07 Progress (1): 9.0/14 kB error 03-Jan-2023 00:09:07 Progress (1): 12/14 kB error 03-Jan-2023 00:09:07 Progress (1): 14 kB error 03-Jan-2023 00:09:07 error 03-Jan-2023 00:09:07 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 00:09:07 #21 46.75 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 00:09:07 #21 46.89 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:09:07 Progress (1): 4.1 kB error 03-Jan-2023 00:09:07 error 03-Jan-2023 00:09:07 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 17 kB/s) error 03-Jan-2023 00:09:08 #21 47.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 00:09:08 #21 47.15 Progress (1): 3.0 kB error 03-Jan-2023 00:09:08 error 03-Jan-2023 00:09:08 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 00:09:08 #21 47.26 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 00:09:08 #21 47.39 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:09:08 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:09:08 Progress (1): 6.7 kB error 03-Jan-2023 00:09:08 error 03-Jan-2023 00:09:08 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 27 kB/s) error 03-Jan-2023 00:09:08 #21 47.51 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 00:09:08 #21 47.64 Progress (1): 3.0 kB error 03-Jan-2023 00:09:08 error 03-Jan-2023 00:09:08 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 12 kB/s) error 03-Jan-2023 00:09:08 #21 47.77 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 00:09:08 #21 47.89 Progress (1): 1.6 kB error 03-Jan-2023 00:09:08 error 03-Jan-2023 00:09:08 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 00:09:08 #21 48.01 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 00:09:09 #21 48.13 Progress (1): 2.6 kB error 03-Jan-2023 00:09:09 error 03-Jan-2023 00:09:09 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 00:09:09 #21 48.38 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 00:09:09 #21 48.49 Progress (1): 1.5 kB error 03-Jan-2023 00:09:09 error 03-Jan-2023 00:09:09 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.4 kB/s) error 03-Jan-2023 00:09:09 #21 48.62 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 00:09:09 #21 48.73 Progress (1): 3.3/18 kB error 03-Jan-2023 00:09:09 Progress (1): 6.1/18 kB error 03-Jan-2023 00:09:09 Progress (1): 8.9/18 kB error 03-Jan-2023 00:09:09 Progress (1): 12/18 kB error 03-Jan-2023 00:09:09 Progress (1): 15/18 kB error 03-Jan-2023 00:09:09 Progress (1): 17/18 kB error 03-Jan-2023 00:09:09 Progress (1): 18 kB error 03-Jan-2023 00:09:09 error 03-Jan-2023 00:09:09 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 75 kB/s) error 03-Jan-2023 00:09:09 #21 48.86 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 00:09:09 #21 48.98 Progress (1): 1.5 kB error 03-Jan-2023 00:09:09 error 03-Jan-2023 00:09:10 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.6 kB/s) error 03-Jan-2023 00:09:10 #21 49.10 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 00:09:10 #21 49.22 Progress (1): 2.8 kB error 03-Jan-2023 00:09:10 error 03-Jan-2023 00:09:10 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 00:09:10 #21 49.34 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 00:09:10 #21 49.45 Progress (1): 3.4/5.0 kB error 03-Jan-2023 00:09:10 Progress (1): 5.0 kB error 03-Jan-2023 00:09:10 error 03-Jan-2023 00:09:10 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 00:09:10 #21 49.57 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 00:09:10 #21 49.69 Progress (1): 3.3/4.2 kB error 03-Jan-2023 00:09:10 Progress (1): 4.2 kB error 03-Jan-2023 00:09:10 error 03-Jan-2023 00:09:10 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 19 kB/s) error 03-Jan-2023 00:09:10 #21 49.81 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 00:09:10 #21 49.91 Progress (1): 3.4/4.7 kB error 03-Jan-2023 00:09:10 Progress (1): 4.7 kB error 03-Jan-2023 00:09:10 error 03-Jan-2023 00:09:10 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 21 kB/s) error 03-Jan-2023 00:09:10 #21 50.03 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 00:09:11 #21 50.15 Progress (1): 3.3/6.6 kB error 03-Jan-2023 00:09:11 Progress (1): 6.1/6.6 kB error 03-Jan-2023 00:09:11 Progress (1): 6.6 kB error 03-Jan-2023 00:09:11 error 03-Jan-2023 00:09:11 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 28 kB/s) error 03-Jan-2023 00:09:11 #21 50.27 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 00:09:11 #21 50.38 Progress (1): 3.3/16 kB error 03-Jan-2023 00:09:11 Progress (1): 6.1/16 kB error 03-Jan-2023 00:09:11 Progress (1): 8.9/16 kB error 03-Jan-2023 00:09:11 Progress (1): 12/16 kB error 03-Jan-2023 00:09:11 Progress (1): 14/16 kB error 03-Jan-2023 00:09:11 Progress (1): 16 kB error 03-Jan-2023 00:09:11 error 03-Jan-2023 00:09:11 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 00:09:11 #21 50.50 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 00:09:11 #21 50.62 Progress (1): 3.3/5.2 kB error 03-Jan-2023 00:09:11 Progress (1): 5.2 kB error 03-Jan-2023 00:09:11 error 03-Jan-2023 00:09:11 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 22 kB/s) error 03-Jan-2023 00:09:11 #21 50.73 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 00:09:11 #21 50.85 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:11 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:11 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:11 Progress (1): 12/13 kB error 03-Jan-2023 00:09:11 Progress (1): 13 kB error 03-Jan-2023 00:09:11 error 03-Jan-2023 00:09:11 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 55 kB/s) error 03-Jan-2023 00:09:11 #21 50.97 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 00:09:12 #21 51.09 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:09:12 Progress (1): 7.5 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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 32 kB/s) error 03-Jan-2023 00:09:12 #21 51.20 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 00:09:12 #21 51.32 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:12 Progress (1): 12/15 kB error 03-Jan-2023 00:09:12 Progress (1): 15/15 kB error 03-Jan-2023 00:09:12 Progress (1): 15 kB error 03-Jan-2023 00:09:12 #21 ... error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:12 #18 46.45 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 00:09:12 #18 46.59 Progress (1): 1.7 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 6.4 kB/s) error 03-Jan-2023 00:09:12 #18 46.74 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 00:09:12 #18 46.86 Progress (1): 1.5 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 5.9 kB/s) error 03-Jan-2023 00:09:12 #18 47.00 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 00:09:12 #18 47.12 Progress (1): 1.7 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 6.6 kB/s) error 03-Jan-2023 00:09:12 #18 47.27 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 00:09:12 #18 47.41 Progress (1): 2.3 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 8.3 kB/s) error 03-Jan-2023 00:09:12 #18 47.56 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 00:09:12 #18 47.72 Progress (1): 1.9 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 00:09:12 #18 47.87 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 00:09:12 #18 48.01 Progress (1): 1.7 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 00:09:12 #18 48.16 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 00:09:12 #18 48.32 Progress (1): 2.3 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 7.0 kB/s) error 03-Jan-2023 00:09:12 #18 48.53 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 00:09:12 #18 48.69 Progress (1): 2.1 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 6.2 kB/s) error 03-Jan-2023 00:09:12 #18 48.91 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 00:09:12 #18 49.11 Progress (1): 1.9 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 4.8 kB/s) error 03-Jan-2023 00:09:12 #18 49.37 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 00:09:12 #18 49.54 Progress (1): 2.1 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 6.6 kB/s) error 03-Jan-2023 00:09:12 #18 51.76 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 00:09:12 #18 52.28 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:09:12 Progress (1): 5.5 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 7.5 kB/s) error 03-Jan-2023 00:09:12 #18 52.57 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 00:09:12 #18 52.73 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:12 Progress (1): 12/15 kB error 03-Jan-2023 00:09:12 Progress (1): 14/15 kB error 03-Jan-2023 00:09:12 Progress (1): 15 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 43 kB/s) error 03-Jan-2023 00:09:12 #18 52.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 03-Jan-2023 00:09:12 #18 53.13 Progress (1): 3.3/67 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/67 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/67 kB error 03-Jan-2023 00:09:12 Progress (1): 12/67 kB error 03-Jan-2023 00:09:12 Progress (1): 15/67 kB error 03-Jan-2023 00:09:12 Progress (1): 17/67 kB error 03-Jan-2023 00:09:12 Progress (1): 20/67 kB error 03-Jan-2023 00:09:12 Progress (1): 23/67 kB error 03-Jan-2023 00:09:12 Progress (1): 26/67 kB error 03-Jan-2023 00:09:12 Progress (1): 29/67 kB error 03-Jan-2023 00:09:12 Progress (1): 31/67 kB error 03-Jan-2023 00:09:12 Progress (1): 34/67 kB error 03-Jan-2023 00:09:12 Progress (1): 37/67 kB error 03-Jan-2023 00:09:12 Progress (1): 40/67 kB error 03-Jan-2023 00:09:12 Progress (1): 43/67 kB error 03-Jan-2023 00:09:12 Progress (1): 45/67 kB error 03-Jan-2023 00:09:12 Progress (1): 48/67 kB error 03-Jan-2023 00:09:12 Progress (1): 51/67 kB error 03-Jan-2023 00:09:12 Progress (1): 54/67 kB error 03-Jan-2023 00:09:12 Progress (1): 57/67 kB error 03-Jan-2023 00:09:12 Progress (1): 59/67 kB error 03-Jan-2023 00:09:12 Progress (1): 62/67 kB error 03-Jan-2023 00:09:12 Progress (1): 65/67 kB error 03-Jan-2023 00:09:12 Progress (1): 67 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 141 kB/s) error 03-Jan-2023 00:09:12 #18 53.65 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 00:09:12 #18 53.80 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:09:12 Progress (1): 5.1 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 16 kB/s) error 03-Jan-2023 00:09:12 #18 54.03 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 00:09:12 #18 54.21 Progress (1): 3.3/12 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/12 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/12 kB error 03-Jan-2023 00:09:12 Progress (1): 12/12 kB error 03-Jan-2023 00:09:12 Progress (1): 12 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 00:09:12 #18 54.43 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 00:09:12 #18 54.57 Progress (1): 3.3/43 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/43 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/43 kB error 03-Jan-2023 00:09:12 Progress (1): 12/43 kB error 03-Jan-2023 00:09:12 Progress (1): 14/43 kB error 03-Jan-2023 00:09:12 Progress (1): 17/43 kB error 03-Jan-2023 00:09:12 Progress (1): 20/43 kB error 03-Jan-2023 00:09:12 Progress (1): 23/43 kB error 03-Jan-2023 00:09:12 Progress (1): 26/43 kB error 03-Jan-2023 00:09:12 Progress (1): 28/43 kB error 03-Jan-2023 00:09:12 Progress (1): 31/43 kB error 03-Jan-2023 00:09:12 Progress (1): 34/43 kB error 03-Jan-2023 00:09:12 Progress (1): 37/43 kB error 03-Jan-2023 00:09:12 Progress (1): 40/43 kB error 03-Jan-2023 00:09:12 Progress (1): 42/43 kB error 03-Jan-2023 00:09:12 Progress (1): 43 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09: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 117 kB/s) error 03-Jan-2023 00:09:12 #18 55.59 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 00:09:12 #18 55.74 Progress (1): 2.7 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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.5 kB/s) error 03-Jan-2023 00:09:12 #18 55.91 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 00:09:12 #18 56.04 Progress (1): 2.7 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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 10 kB/s) error 03-Jan-2023 00:09:12 #18 56.38 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 00:09:12 #18 56.52 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:09:12 Progress (1): 9.2 kB error 03-Jan-2023 00:09:12 #18 ... error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:12 #21 51.32 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:12 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:12 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:12 Progress (1): 12/15 kB error 03-Jan-2023 00:09:12 Progress (1): 15/15 kB error 03-Jan-2023 00:09:12 Progress (1): 15 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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 61 kB/s) error 03-Jan-2023 00:09:12 #21 51.45 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 00:09:12 #21 51.56 Progress (1): 3.3/3.3 kB error 03-Jan-2023 00:09:12 Progress (1): 3.3 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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 00:09:12 #21 51.68 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 00:09:12 #21 51.80 Progress (1): 2.9 kB error 03-Jan-2023 00:09:12 error 03-Jan-2023 00:09:12 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 00:09:12 #21 51.93 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 00:09:13 #21 52.04 Progress (1): 1.9 kB error 03-Jan-2023 00:09:13 error 03-Jan-2023 00:09:13 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.4 kB/s) error 03-Jan-2023 00:09:13 #21 52.16 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 00:09:13 #21 52.27 Progress (1): 2.7 kB error 03-Jan-2023 00:09:13 error 03-Jan-2023 00:09:13 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 11 kB/s) error 03-Jan-2023 00:09:13 #21 52.39 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 00:09:13 #21 52.52 Progress (1): 1.9 kB error 03-Jan-2023 00:09:13 error 03-Jan-2023 00:09:13 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.0 kB/s) error 03-Jan-2023 00:09:13 #21 52.66 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 00:09:13 #21 52.78 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:09:13 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:09:13 Progress (1): 6.8 kB error 03-Jan-2023 00:09:13 error 03-Jan-2023 00:09:13 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 00:09:13 #21 52.90 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 00:09:13 #21 53.01 Progress (1): 2.3 kB error 03-Jan-2023 00:09:13 error 03-Jan-2023 00:09:13 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 10 kB/s) error 03-Jan-2023 00:09:14 #21 53.13 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 00:09:14 #21 53.24 Progress (1): 2.7 kB error 03-Jan-2023 00:09:14 error 03-Jan-2023 00:09:14 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 00:09:14 #21 53.36 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 00:09:14 #21 53.48 Progress (1): 3.4/5.7 kB error 03-Jan-2023 00:09:14 Progress (1): 5.7 kB error 03-Jan-2023 00:09:14 error 03-Jan-2023 00:09:14 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 00:09:14 #21 53.60 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 00:09:14 #21 53.72 Progress (1): 727 B error 03-Jan-2023 00:09:14 error 03-Jan-2023 00:09:14 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.1 kB/s) error 03-Jan-2023 00:09:14 #21 53.84 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 00:09:14 #21 53.95 Progress (1): 3.4/7.5 kB error 03-Jan-2023 00:09:14 Progress (1): 6.2/7.5 kB error 03-Jan-2023 00:09:14 Progress (1): 7.5 kB error 03-Jan-2023 00:09:14 error 03-Jan-2023 00:09:15 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 31 kB/s) error 03-Jan-2023 00:09:15 #21 54.08 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 00:09:15 #21 54.20 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:09:15 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:09:15 Progress (1): 6.9 kB error 03-Jan-2023 00:09:15 error 03-Jan-2023 00:09:15 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 00:09:15 #21 54.35 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 00:09:15 #21 54.36 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 00:09:15 #21 54.36 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 00:09:15 #21 54.36 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 00:09:15 #21 54.37 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 00:09:15 #21 54.47 Progress (1): 3.4/52 kB error 03-Jan-2023 00:09:15 Progress (1): 6.2/52 kB error 03-Jan-2023 00:09:15 Progress (1): 9.0/52 kB error 03-Jan-2023 00:09:15 Progress (1): 12/52 kB error 03-Jan-2023 00:09:15 Progress (1): 15/52 kB error 03-Jan-2023 00:09:15 Progress (1): 17/52 kB error 03-Jan-2023 00:09:15 Progress (1): 20/52 kB error 03-Jan-2023 00:09:15 Progress (1): 23/52 kB error 03-Jan-2023 00:09:15 Progress (1): 26/52 kB error 03-Jan-2023 00:09:15 Progress (1): 29/52 kB error 03-Jan-2023 00:09:15 Progress (1): 31/52 kB error 03-Jan-2023 00:09:15 Progress (1): 34/52 kB error 03-Jan-2023 00:09:15 Progress (1): 37/52 kB error 03-Jan-2023 00:09:15 Progress (1): 40/52 kB error 03-Jan-2023 00:09:15 Progress (1): 43/52 kB error 03-Jan-2023 00:09:15 Progress (1): 45/52 kB error 03-Jan-2023 00:09:15 Progress (1): 48/52 kB error 03-Jan-2023 00:09:15 Progress (1): 51/52 kB error 03-Jan-2023 00:09:15 Progress (2): 51/52 kB | 3.4/197 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 3.4/197 kB | 3.4/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 6.2/197 kB | 3.4/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 6.2/197 kB | 6.2/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 9.0/197 kB | 6.2/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 9.0/197 kB | 9.0/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 9.0/197 kB | 12/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 12/197 kB | 12/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 12/197 kB | 15/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 12/197 kB | 17/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 15/197 kB | 17/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 15/197 kB | 20/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 17/197 kB | 20/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 20/197 kB | 20/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 20/197 kB | 23/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 20/197 kB | 26/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 23/197 kB | 26/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 23/197 kB | 29/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 23/197 kB | 31/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 26/197 kB | 31/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 29/197 kB | 31/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 29/197 kB | 34/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 31/197 kB | 34/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 31/197 kB | 37/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 34/197 kB | 37/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 34/197 kB | 40/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 37/197 kB | 40/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 37/197 kB | 43/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 40/197 kB | 43/45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 40/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 43/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 45/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 48/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 51/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 54/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 57/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 51/52 kB | 59/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 59/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 62/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 65/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 68/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 71/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 73/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 76/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 79/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 82/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 85/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 87/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 90/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 93/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 96/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 99/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 101/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 104/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 107/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 110/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 113/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 115/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 118/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 121/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 124/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 127/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 129/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 132/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 134/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 137/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 140/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 143/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 146/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 148/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 151/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 154/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 157/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 160/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 162/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 165/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 168/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 171/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 174/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 176/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 179/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 182/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 185/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 188/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 190/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 193/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 196/197 kB | 45 kB error 03-Jan-2023 00:09:15 Progress (3): 52 kB | 197 kB | 45 kB error 03-Jan-2023 00:09:15 error 03-Jan-2023 00:09: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.jar (45 kB at 164 kB/s) error 03-Jan-2023 00:09:15 #21 54.62 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 00:09:15 #21 54.63 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 188 kB/s) error 03-Jan-2023 00:09:15 #21 54.63 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 00:09:15 #21 54.71 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 551 kB/s) error 03-Jan-2023 00:09:15 #21 54.71 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 00:09:15 #21 54.74 Progress (1): 3.4/42 kB error 03-Jan-2023 00:09:15 Progress (1): 6.2/42 kB error 03-Jan-2023 00:09:15 Progress (1): 9.0/42 kB error 03-Jan-2023 00:09:15 Progress (1): 12/42 kB error 03-Jan-2023 00:09:15 Progress (1): 15/42 kB error 03-Jan-2023 00:09:15 Progress (1): 17/42 kB error 03-Jan-2023 00:09:15 Progress (1): 20/42 kB error 03-Jan-2023 00:09:15 Progress (1): 23/42 kB error 03-Jan-2023 00:09:15 Progress (1): 26/42 kB error 03-Jan-2023 00:09:15 Progress (1): 29/42 kB error 03-Jan-2023 00:09:15 Progress (1): 31/42 kB error 03-Jan-2023 00:09:15 Progress (1): 34/42 kB error 03-Jan-2023 00:09:15 Progress (1): 37/42 kB error 03-Jan-2023 00:09:15 Progress (1): 40/42 kB error 03-Jan-2023 00:09:15 Progress (1): 42 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 3.4/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 6.2/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 9.0/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 12/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 15/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 17/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 20/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 23/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 26/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 29/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 31/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 34/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 37/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 40/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 43/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 45/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 48/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 51/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 54/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 57/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 59/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 62/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 65/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 68/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 71/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 73/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 76/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 79/160 kB error 03-Jan-2023 00:09:15 Progress (2): 42 kB | 82/160 kB error 03-Jan-2023 00:09:15 error 03-Jan-2023 00:09:15 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 00:09:15 #21 54.87 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 00:09:15 #21 54.87 Progress (1): 85/160 kB error 03-Jan-2023 00:09:15 Progress (1): 87/160 kB error 03-Jan-2023 00:09:15 Progress (1): 90/160 kB error 03-Jan-2023 00:09:15 Progress (1): 93/160 kB error 03-Jan-2023 00:09:15 Progress (1): 96/160 kB error 03-Jan-2023 00:09:15 Progress (1): 99/160 kB error 03-Jan-2023 00:09:15 Progress (1): 101/160 kB error 03-Jan-2023 00:09:15 Progress (1): 104/160 kB error 03-Jan-2023 00:09:15 Progress (2): 104/160 kB | 3.4/154 kB error 03-Jan-2023 00:09:15 Progress (2): 104/160 kB | 6.2/154 kB error 03-Jan-2023 00:09:15 Progress (2): 104/160 kB | 9.0/154 kB error 03-Jan-2023 00:09:15 Progress (2): 104/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 107/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 110/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 113/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 115/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 118/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 121/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 124/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 127/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 129/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 132/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 135/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 137/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 140/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 143/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 146/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 149/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 151/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 154/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 157/160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 12/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 15/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 17/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 20/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 23/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 26/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 29/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 31/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 34/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 37/154 kB error 03-Jan-2023 00:09:15 Progress (2): 160 kB | 40/154 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 3.4/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 6.2/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 9.0/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 12/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 15/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 17/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 20/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 23/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 26/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 29/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 31/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 34/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 37/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 40/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 43/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 45/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 48/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 51/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 54/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 57/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 59/62 kB error 03-Jan-2023 00:09:15 Progress (3): 160 kB | 40/154 kB | 62 kB error 03-Jan-2023 00:09:15 error 03-Jan-2023 00:09:15 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 250 kB/s) error 03-Jan-2023 00:09:15 #21 55.00 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 00:09:15 #21 55.06 Progress (3): 40/154 kB | 62 kB | 4.1/291 kB error 03-Jan-2023 00:09:15 Progress (3): 40/154 kB | 62 kB | 8.2/291 kB error 03-Jan-2023 00:09:15 Progress (3): 40/154 kB | 62 kB | 12/291 kB error 03-Jan-2023 00:09:15 Progress (3): 40/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:15 Progress (3): 43/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 45/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 48/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 51/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 54/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 56/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 59/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 62/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 65/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 68/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 70/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 73/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 76/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 79/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 82/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 84/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 87/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 62 kB | 16/291 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 3.4/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 6.2/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 9.0/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 12/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 15/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 17/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 20/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 23/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 26/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 29/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 31/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 34/50 kB error 03-Jan-2023 00:09:16 Progress (4): 90/154 kB | 62 kB | 16/291 kB | 37/50 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 81 kB/s) error 03-Jan-2023 00:09:16 #21 55.12 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 00:09:16 #21 55.12 Progress (3): 90/154 kB | 16/291 kB | 40/50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 16/291 kB | 43/50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 16/291 kB | 45/50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 16/291 kB | 48/50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 16/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 20/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 24/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 28/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 32/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 36/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 40/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 44/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 48/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 90/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 93/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 96/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 98/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 101/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 104/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 107/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 109/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 112/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 115/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 118/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 120/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 123/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 126/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 129/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 132/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 134/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 137/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 140/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 143/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 146/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 148/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 151/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 154/154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (3): 154 kB | 51/291 kB | 50 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 51/291 kB | 50 kB | 4.1/557 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 51/291 kB | 50 kB | 8.2/557 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 51/291 kB | 50 kB | 12/557 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 51/291 kB | 50 kB | 16/557 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 3.4/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 6.2/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 9.0/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 12/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 15/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 17/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 20/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 23/25 kB error 03-Jan-2023 00:09:16 Progress (5): 154 kB | 51/291 kB | 50 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 56 kB/s) error 03-Jan-2023 00:09:16 #21 55.25 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 00:09:16 #21 55.25 Progress (4): 154 kB | 55/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 59/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 63/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 67/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 71/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 75/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 79/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 83/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 85/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 89/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 94/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 98/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 102/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 106/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 110/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 114/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 118/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 154 kB | 120/291 kB | 16/557 kB | 25 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 163 kB/s) error 03-Jan-2023 00:09:16 #21 55.31 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 00:09:16 #21 55.34 Progress (3): 120/291 kB | 20/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 25/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 29/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 33/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 37/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 41/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 45/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 49/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 120/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 124/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 128/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 132/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 137/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 141/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 145/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 149/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 153/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 155/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 159/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 163/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 167/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 171/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 175/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 180/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 184/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 188/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 190/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 194/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 198/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 202/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 206/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 210/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 214/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 218/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 223/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 225/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 229/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 233/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 237/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 241/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (3): 245/291 kB | 52/557 kB | 25 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 3.4/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 6.2/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 9.0/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 12/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 15/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 17/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 20/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 23/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 26/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 29/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 31/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 34/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 37/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 40/42 kB error 03-Jan-2023 00:09:16 Progress (4): 245/291 kB | 52/557 kB | 25 kB | 42 kB error 03-Jan-2023 00:09:16 Progress (4): 249/291 kB | 52/557 kB | 25 kB | 42 kB error 03-Jan-2023 00:09:16 Progress (4): 253/291 kB | 52/557 kB | 25 kB | 42 kB error 03-Jan-2023 00:09:16 Progress (4): 257/291 kB | 52/557 kB | 25 kB | 42 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 25 kB | 42 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 25 kB/s) error 03-Jan-2023 00:09:16 #21 55.37 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 00:09:16 #21 55.42 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 3.4/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 6.2/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 9.0/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 12/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 15/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 17/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 20/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 23/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 26/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 29/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 31/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 34/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 37/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 40/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 43/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 45/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 48/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 51/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 54/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 56/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 59/60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 52/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 56/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 60/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 64/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 68/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 72/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 76/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 80/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 84/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 87/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 91/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 95/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 99/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 103/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 107/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 111/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 115/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 259/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 264/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 268/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 272/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 276/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 280/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 284/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 288/291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 42 kB | 60 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 37 kB/s) error 03-Jan-2023 00:09:16 #21 55.49 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 00:09:16 #21 55.49 Progress (4): 291 kB | 119/557 kB | 60 kB | 3.3/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 6.1/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 8.9/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 12/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 14/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 17/18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 119/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 121/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 125/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 130/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 134/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 138/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 142/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 146/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 150/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 154/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 156/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 160/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 164/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 168/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 173/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 177/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 181/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 185/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 189/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 191/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 195/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 199/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 203/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 207/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 211/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 216/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 220/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 224/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 226/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 230/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 234/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 238/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 242/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 246/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 250/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 254/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 259/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 Progress (4): 291 kB | 261/557 kB | 60 kB | 18 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 00:09:16 #21 55.57 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 00:09:16 #21 55.57 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 241 kB/s) error 03-Jan-2023 00:09:16 #21 55.57 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 00:09:16 #21 55.61 Progress (3): 261/557 kB | 18 kB | 3.4/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 6.2/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 9.0/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 12/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 15/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 17/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 20/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 23/61 kB error 03-Jan-2023 00:09:16 Progress (3): 261/557 kB | 18 kB | 26/61 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 00:09:16 #21 55.61 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 00:09:16 #21 55.61 Progress (2): 261/557 kB | 29/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 31/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 34/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 37/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 40/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 43/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 45/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 48/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 51/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 54/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 57/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 59/61 kB error 03-Jan-2023 00:09:16 Progress (2): 261/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 265/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 269/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 273/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 277/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 281/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 285/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 289/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 293/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 295/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 300/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 304/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 308/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 312/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 316/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 320/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 324/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 328/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 330/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 334/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 338/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 343/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 347/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 351/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 355/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 359/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 363/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 365/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 369/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 373/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 377/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 381/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 386/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 390/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 394/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 398/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 400/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 404/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 408/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 412/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 416/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 420/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 424/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 429/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 433/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 435/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 439/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 443/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 447/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 451/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 455/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 459/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 463/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 467/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 469/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 474/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 478/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 482/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 486/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 490/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 494/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 498/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 502/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 504/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 508/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 512/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 517/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 521/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 525/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 529/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 533/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 537/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (2): 539/557 kB | 61 kB error 03-Jan-2023 00:09:16 Progress (3): 539/557 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 00:09:16 Progress (3): 539/557 kB | 61 kB | 6.1/12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 6.1/12 kB | 3.3/12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 6.1/12 kB | 6.1/12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 6.1/12 kB | 8.9/12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 6.1/12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 8.9/12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (4): 539/557 kB | 61 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 44 kB/s) error 03-Jan-2023 00:09:16 #21 55.73 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 00:09:16 #21 55.73 Progress (3): 543/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (3): 547/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (3): 551/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (3): 556/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 Progress (3): 557 kB | 12 kB | 12 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 8.0 kB/s) error 03-Jan-2023 00:09:16 #21 55.80 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 00:09:16 #21 55.80 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 00:09:16 #21 55.80 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 00:09:16 #21 55.85 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 375 kB/s) error 03-Jan-2023 00:09:16 #21 55.85 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 00:09:16 #21 55.90 Progress (1): 4.1/217 kB error 03-Jan-2023 00:09:16 Progress (1): 8.2/217 kB error 03-Jan-2023 00:09:16 Progress (1): 12/217 kB error 03-Jan-2023 00:09:16 Progress (1): 16/217 kB error 03-Jan-2023 00:09:16 Progress (1): 20/217 kB error 03-Jan-2023 00:09:16 Progress (1): 25/217 kB error 03-Jan-2023 00:09:16 Progress (1): 29/217 kB error 03-Jan-2023 00:09:16 Progress (1): 33/217 kB error 03-Jan-2023 00:09:16 Progress (1): 37/217 kB error 03-Jan-2023 00:09:16 Progress (1): 41/217 kB error 03-Jan-2023 00:09:16 Progress (1): 45/217 kB error 03-Jan-2023 00:09:16 Progress (1): 49/217 kB error 03-Jan-2023 00:09:16 Progress (1): 52/217 kB error 03-Jan-2023 00:09:16 Progress (1): 56/217 kB error 03-Jan-2023 00:09:16 Progress (1): 60/217 kB error 03-Jan-2023 00:09:16 Progress (1): 64/217 kB error 03-Jan-2023 00:09:16 Progress (1): 68/217 kB error 03-Jan-2023 00:09:16 Progress (1): 72/217 kB error 03-Jan-2023 00:09:16 Progress (1): 76/217 kB error 03-Jan-2023 00:09:16 Progress (1): 80/217 kB error 03-Jan-2023 00:09:16 Progress (1): 84/217 kB error 03-Jan-2023 00:09:16 Progress (1): 87/217 kB error 03-Jan-2023 00:09:16 Progress (1): 91/217 kB error 03-Jan-2023 00:09:16 Progress (1): 95/217 kB error 03-Jan-2023 00:09:16 Progress (1): 99/217 kB error 03-Jan-2023 00:09:16 Progress (1): 103/217 kB error 03-Jan-2023 00:09:16 Progress (1): 107/217 kB error 03-Jan-2023 00:09:16 Progress (1): 111/217 kB error 03-Jan-2023 00:09:16 Progress (1): 115/217 kB error 03-Jan-2023 00:09:16 Progress (1): 119/217 kB error 03-Jan-2023 00:09:16 Progress (1): 121/217 kB error 03-Jan-2023 00:09:16 Progress (1): 125/217 kB error 03-Jan-2023 00:09:16 Progress (1): 130/217 kB error 03-Jan-2023 00:09:16 Progress (1): 134/217 kB error 03-Jan-2023 00:09:16 Progress (1): 138/217 kB error 03-Jan-2023 00:09:16 Progress (1): 142/217 kB error 03-Jan-2023 00:09:16 Progress (1): 146/217 kB error 03-Jan-2023 00:09:16 Progress (1): 150/217 kB error 03-Jan-2023 00:09:16 Progress (1): 154/217 kB error 03-Jan-2023 00:09:16 Progress (1): 156/217 kB error 03-Jan-2023 00:09:16 Progress (1): 160/217 kB error 03-Jan-2023 00:09:16 Progress (1): 164/217 kB error 03-Jan-2023 00:09:16 Progress (1): 168/217 kB error 03-Jan-2023 00:09:16 Progress (1): 173/217 kB error 03-Jan-2023 00:09:16 Progress (1): 177/217 kB error 03-Jan-2023 00:09:16 Progress (1): 181/217 kB error 03-Jan-2023 00:09:16 Progress (1): 185/217 kB error 03-Jan-2023 00:09:16 Progress (1): 189/217 kB error 03-Jan-2023 00:09:16 Progress (1): 191/217 kB error 03-Jan-2023 00:09:16 Progress (1): 195/217 kB error 03-Jan-2023 00:09:16 Progress (1): 199/217 kB error 03-Jan-2023 00:09:16 Progress (1): 203/217 kB error 03-Jan-2023 00:09:16 Progress (1): 206/217 kB error 03-Jan-2023 00:09:16 Progress (1): 210/217 kB error 03-Jan-2023 00:09:16 Progress (1): 215/217 kB error 03-Jan-2023 00:09:16 Progress (1): 217 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 3.3/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 6.1/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 8.9/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 12/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 14/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 17/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 20/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 23/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 26/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 28/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 31/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 34/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 37/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 40/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 42/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 45/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 48/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 51/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 54/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 56/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 59/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 62/65 kB error 03-Jan-2023 00:09:16 Progress (2): 217 kB | 65 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 4.1/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 7.5/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 12/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 16/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 20/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 24/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 28/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 32/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 36/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 40/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 42/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 46/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 51/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 55/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 59/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 63/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 67/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 71/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 75/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 77/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 81/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 85/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 89/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 94/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 98/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 102/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 106/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 110/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 112/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 116/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 120/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 124/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 128/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 132/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 137/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 141/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 143/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 147/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 152/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 156/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 160/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 164/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 168/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 172/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 176/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 180/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 184/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 188/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 192/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 197/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 201/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 205/231 kB error 03-Jan-2023 00:09:16 Progress (3): 217 kB | 65 kB | 209/231 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 129 kB/s) error 03-Jan-2023 00:09:16 #21 56.05 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 00:09:16 #21 56.08 Progress (3): 65 kB | 209/231 kB | 4.1/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 8.2/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 12/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 16/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 20/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 25/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 29/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 33/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 37/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 41/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 45/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 49/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 52/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 56/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 60/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 64/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 68/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 72/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 76/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 80/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 84/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 86/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 91/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 95/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 99/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 103/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 107/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 111/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 115/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 119/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 121/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 125/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 129/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 134/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 138/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 142/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 146/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 150/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 154/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 156/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 160/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 164/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 168/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 172/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 177/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 181/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 185/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 189/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 209/231 kB | 191/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 211/231 kB | 191/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 211/231 kB | 195/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 211/231 kB | 199/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 211/231 kB | 203/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 211/231 kB | 207/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 215/231 kB | 207/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 215/231 kB | 211/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 219/231 kB | 211/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 219/231 kB | 215/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 215/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 220/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 224/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 226/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 230/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 234/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 238/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 242/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 246/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 250/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 254/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 258/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 261/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 265/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 269/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 273/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 277/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 281/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 285/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 289/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 293/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 223/231 kB | 295/772 kB error 03-Jan-2023 00:09:16 Progress (3): 65 kB | 227/231 kB | 295/772 kB error 03-Jan-2023 00:09:16 error 03-Jan-2023 00:09:16 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 37 kB/s) error 03-Jan-2023 00:09:16 #21 56.10 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 00:09:16 #21 56.10 Progress (2): 227/231 kB | 299/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 304/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 308/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 312/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 316/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 320/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 324/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 328/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 330/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 334/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 338/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 342/772 kB error 03-Jan-2023 00:09:16 Progress (2): 227/231 kB | 347/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 347/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 351/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 355/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 359/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 363/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 365/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 369/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 373/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 377/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 381/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 385/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 390/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 394/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 398/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 400/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 404/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 408/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 412/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 416/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 420/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 424/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 428/772 kB error 03-Jan-2023 00:09:17 Progress (2): 231 kB | 433/772 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 3.3/16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 6.1/16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 8.9/16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 12/16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 15/16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 433/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 435/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 439/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 443/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 447/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 451/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 455/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 459/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 463/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 467/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 469/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 474/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 478/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 482/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 486/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 490/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 494/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 498/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 502/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 504/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 508/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 512/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 517/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 521/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 525/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 529/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 533/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 537/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 539/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 543/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 547/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 551/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 555/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 560/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 564/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 568/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 572/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 574/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 578/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 582/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 586/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 590/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 594/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 598/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 603/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 607/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 609/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 613/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 617/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 621/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 625/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 629/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 633/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 637/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 641/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 644/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 648/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 652/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 656/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 660/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 664/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 668/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 672/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 676/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 678/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 682/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 687/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 691/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 695/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 699/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 703/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 707/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 711/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 713/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 717/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 721/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 725/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 730/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 734/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 738/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 742/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 746/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 748/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 752/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 756/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 760/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 764/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 768/772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (3): 231 kB | 772 kB | 16 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 3.3/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 6.1/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 8.9/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 12/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 14/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 17/17 kB error 03-Jan-2023 00:09:17 Progress (4): 231 kB | 772 kB | 16 kB | 17 kB error 03-Jan-2023 00:09:17 error 03-Jan-2023 00:09:17 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 123 kB/s) error 03-Jan-2023 00:09:17 #21 56.24 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 00:09:17 #21 56.27 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.5 kB/s) error 03-Jan-2023 00:09:17 #21 56.28 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 00:09:17 #21 56.33 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.8 kB/s) error 03-Jan-2023 00:09:17 #21 56.34 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 00:09:17 #21 56.36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 388 kB/s) error 03-Jan-2023 00:09:17 #21 56.36 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 00:09:17 #21 56.36 Progress (1): 3.3/18 kB error 03-Jan-2023 00:09:17 Progress (1): 6.1/18 kB error 03-Jan-2023 00:09:17 Progress (1): 8.9/18 kB error 03-Jan-2023 00:09:17 Progress (1): 12/18 kB error 03-Jan-2023 00:09:17 Progress (1): 14/18 kB error 03-Jan-2023 00:09:17 Progress (1): 17/18 kB error 03-Jan-2023 00:09:17 Progress (1): 18 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 3.3/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 6.1/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 8.9/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 12/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 14/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 17/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 20/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 23/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 26/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 28/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 31/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 34/36 kB error 03-Jan-2023 00:09:17 Progress (2): 18 kB | 36 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 3.4/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 6.2/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 9.0/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 12/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 15/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 17/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 20/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 23/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 26/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 29/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 31/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 34/37 kB error 03-Jan-2023 00:09:17 Progress (3): 18 kB | 36 kB | 37 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 3.3/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 6.1/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 8.9/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 12/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 14/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 17/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 20/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 23/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 26/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 28/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 31/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 34/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 40/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 42/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 45/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 48/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 51/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 54/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 56/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 59/61 kB error 03-Jan-2023 00:09:17 Progress (4): 18 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:09:17 error 03-Jan-2023 00:09:17 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 00:09:17 #21 56.51 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 00:09:17 #21 56.55 Progress (3): 37 kB | 61 kB | 4.1/327 kB error 03-Jan-2023 00:09:17 Progress (3): 37 kB | 61 kB | 8.2/327 kB error 03-Jan-2023 00:09:17 Progress (3): 37 kB | 61 kB | 12/327 kB error 03-Jan-2023 00:09:17 Progress (3): 37 kB | 61 kB | 16/327 kB error 03-Jan-2023 00:09:17 error 03-Jan-2023 00:09:17 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 17 kB/s) error 03-Jan-2023 00:09:17 #21 56.59 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 28 kB/s) error 03-Jan-2023 00:09:17 #21 56.65 Progress (1): 19/327 kB error 03-Jan-2023 00:09:17 Progress (1): 23/327 kB error 03-Jan-2023 00:09:17 Progress (1): 27/327 kB error 03-Jan-2023 00:09:17 Progress (1): 31/327 kB error 03-Jan-2023 00:09:17 Progress (1): 34/327 kB error 03-Jan-2023 00:09:17 Progress (1): 38/327 kB error 03-Jan-2023 00:09:17 Progress (1): 42/327 kB error 03-Jan-2023 00:09:17 Progress (1): 46/327 kB error 03-Jan-2023 00:09:17 Progress (1): 51/327 kB error 03-Jan-2023 00:09:17 Progress (1): 55/327 kB error 03-Jan-2023 00:09:17 Progress (1): 59/327 kB error 03-Jan-2023 00:09:17 Progress (1): 63/327 kB error 03-Jan-2023 00:09:17 Progress (1): 67/327 kB error 03-Jan-2023 00:09:17 Progress (1): 69/327 kB error 03-Jan-2023 00:09:17 Progress (1): 73/327 kB error 03-Jan-2023 00:09:17 Progress (1): 77/327 kB error 03-Jan-2023 00:09:17 Progress (1): 81/327 kB error 03-Jan-2023 00:09:17 Progress (1): 85/327 kB error 03-Jan-2023 00:09:17 Progress (1): 89/327 kB error 03-Jan-2023 00:09:17 Progress (1): 94/327 kB error 03-Jan-2023 00:09:17 Progress (1): 98/327 kB error 03-Jan-2023 00:09:17 Progress (1): 102/327 kB error 03-Jan-2023 00:09:17 Progress (1): 104/327 kB error 03-Jan-2023 00:09:17 Progress (1): 108/327 kB error 03-Jan-2023 00:09:17 Progress (1): 112/327 kB error 03-Jan-2023 00:09:17 Progress (1): 116/327 kB error 03-Jan-2023 00:09:17 Progress (1): 120/327 kB error 03-Jan-2023 00:09:17 Progress (1): 124/327 kB error 03-Jan-2023 00:09:17 Progress (1): 128/327 kB error 03-Jan-2023 00:09:17 Progress (1): 132/327 kB error 03-Jan-2023 00:09:17 Progress (1): 137/327 kB error 03-Jan-2023 00:09:17 Progress (1): 139/327 kB error 03-Jan-2023 00:09:17 Progress (1): 143/327 kB error 03-Jan-2023 00:09:17 Progress (1): 147/327 kB error 03-Jan-2023 00:09:17 Progress (1): 151/327 kB error 03-Jan-2023 00:09:17 Progress (1): 155/327 kB error 03-Jan-2023 00:09:17 Progress (1): 159/327 kB error 03-Jan-2023 00:09:17 Progress (1): 163/327 kB error 03-Jan-2023 00:09:17 Progress (1): 167/327 kB error 03-Jan-2023 00:09:17 Progress (1): 171/327 kB error 03-Jan-2023 00:09:17 Progress (1): 173/327 kB error 03-Jan-2023 00:09:17 Progress (1): 177/327 kB error 03-Jan-2023 00:09:17 Progress (1): 182/327 kB error 03-Jan-2023 00:09:17 Progress (1): 186/327 kB error 03-Jan-2023 00:09:17 Progress (1): 190/327 kB error 03-Jan-2023 00:09:17 Progress (1): 194/327 kB error 03-Jan-2023 00:09:17 Progress (1): 198/327 kB error 03-Jan-2023 00:09:17 Progress (1): 202/327 kB error 03-Jan-2023 00:09:17 Progress (1): 206/327 kB error 03-Jan-2023 00:09:17 Progress (1): 208/327 kB error 03-Jan-2023 00:09:17 Progress (1): 212/327 kB error 03-Jan-2023 00:09:17 Progress (1): 216/327 kB error 03-Jan-2023 00:09:17 Progress (1): 220/327 kB error 03-Jan-2023 00:09:17 Progress (1): 225/327 kB error 03-Jan-2023 00:09:17 Progress (1): 229/327 kB error 03-Jan-2023 00:09:17 Progress (1): 233/327 kB error 03-Jan-2023 00:09:17 Progress (1): 237/327 kB error 03-Jan-2023 00:09:17 Progress (1): 241/327 kB error 03-Jan-2023 00:09:17 Progress (1): 243/327 kB error 03-Jan-2023 00:09:17 Progress (1): 247/327 kB error 03-Jan-2023 00:09:17 Progress (1): 251/327 kB error 03-Jan-2023 00:09:17 Progress (1): 255/327 kB error 03-Jan-2023 00:09:17 Progress (1): 259/327 kB error 03-Jan-2023 00:09:17 Progress (1): 263/327 kB error 03-Jan-2023 00:09:17 Progress (1): 268/327 kB error 03-Jan-2023 00:09:17 Progress (1): 272/327 kB error 03-Jan-2023 00:09:17 Progress (1): 276/327 kB error 03-Jan-2023 00:09:17 Progress (1): 278/327 kB error 03-Jan-2023 00:09:17 Progress (1): 282/327 kB error 03-Jan-2023 00:09:17 Progress (1): 286/327 kB error 03-Jan-2023 00:09:17 Progress (1): 290/327 kB error 03-Jan-2023 00:09:17 Progress (1): 294/327 kB error 03-Jan-2023 00:09:17 Progress (1): 298/327 kB error 03-Jan-2023 00:09:17 Progress (1): 302/327 kB error 03-Jan-2023 00:09:17 Progress (1): 307/327 kB error 03-Jan-2023 00:09:17 Progress (1): 311/327 kB error 03-Jan-2023 00:09:17 Progress (1): 313/327 kB error 03-Jan-2023 00:09:17 Progress (1): 317/327 kB error 03-Jan-2023 00:09:17 Progress (1): 321/327 kB error 03-Jan-2023 00:09:17 Progress (1): 325/327 kB error 03-Jan-2023 00:09:17 Progress (1): 327 kB error 03-Jan-2023 00:09:17 error 03-Jan-2023 00:09:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 121 kB/s) error 03-Jan-2023 00:09:18 #21 57.44 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:09:18 #21 57.46 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 00:09:18 #21 57.57 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:18 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:18 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:18 Progress (1): 12/13 kB error 03-Jan-2023 00:09:18 Progress (1): 13 kB error 03-Jan-2023 00:09:18 error 03-Jan-2023 00:09:18 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 57 kB/s) error 03-Jan-2023 00:09:18 #21 57.69 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 00:09:18 #21 58.02 Progress (1): 0.3/79 MB error 03-Jan-2023 00:09:18 Progress (1): 0.5/79 MB error 03-Jan-2023 00:09:19 Progress (1): 0.8/79 MB error 03-Jan-2023 00:09:19 Progress (1): 1.1/79 MB error 03-Jan-2023 00:09:19 Progress (1): 1.3/79 MB error 03-Jan-2023 00:09:19 Progress (1): 1.6/79 MB error 03-Jan-2023 00:09:19 Progress (1): 1.9/79 MB error 03-Jan-2023 00:09:19 Progress (1): 2.1/79 MB error 03-Jan-2023 00:09:19 Progress (1): 2.4/79 MB error 03-Jan-2023 00:09:19 Progress (1): 2.7/79 MB error 03-Jan-2023 00:09:19 Progress (1): 2.9/79 MB error 03-Jan-2023 00:09:19 Progress (1): 3.2/79 MB error 03-Jan-2023 00:09:19 Progress (1): 3.4/79 MB error 03-Jan-2023 00:09:19 Progress (1): 3.7/79 MB error 03-Jan-2023 00:09:19 Progress (1): 4.0/79 MB error 03-Jan-2023 00:09:19 Progress (1): 4.2/79 MB error 03-Jan-2023 00:09:19 Progress (1): 4.5/79 MB error 03-Jan-2023 00:09:19 Progress (1): 4.7/79 MB error 03-Jan-2023 00:09:19 Progress (1): 5.0/79 MB error 03-Jan-2023 00:09:19 Progress (1): 5.3/79 MB error 03-Jan-2023 00:09:19 Progress (1): 5.5/79 MB error 03-Jan-2023 00:09:19 Progress (1): 5.8/79 MB error 03-Jan-2023 00:09:19 Progress (1): 6.1/79 MB error 03-Jan-2023 00:09:19 Progress (1): 6.3/79 MB error 03-Jan-2023 00:09:19 Progress (1): 6.6/79 MB error 03-Jan-2023 00:09:19 Progress (1): 6.8/79 MB error 03-Jan-2023 00:09:19 Progress (1): 7.1/79 MB error 03-Jan-2023 00:09:19 Progress (1): 7.4/79 MB error 03-Jan-2023 00:09:19 Progress (1): 7.6/79 MB error 03-Jan-2023 00:09:19 Progress (1): 7.9/79 MB error 03-Jan-2023 00:09:19 Progress (1): 8.2/79 MB error 03-Jan-2023 00:09:19 Progress (1): 8.4/79 MB error 03-Jan-2023 00:09:19 Progress (1): 8.7/79 MB error 03-Jan-2023 00:09:19 Progress (1): 8.9/79 MB error 03-Jan-2023 00:09:19 Progress (1): 9.2/79 MB error 03-Jan-2023 00:09:19 Progress (1): 9.5/79 MB error 03-Jan-2023 00:09:19 Progress (1): 9.7/79 MB error 03-Jan-2023 00:09:19 Progress (1): 10.0/79 MB error 03-Jan-2023 00:09:19 Progress (1): 10/79 MB error 03-Jan-2023 00:09:19 Progress (1): 11/79 MB error 03-Jan-2023 00:09:19 Progress (1): 11/79 MB error 03-Jan-2023 00:09:19 Progress (1): 11/79 MB error 03-Jan-2023 00:09:19 Progress (1): 11/79 MB error 03-Jan-2023 00:09:19 Progress (1): 12/79 MB error 03-Jan-2023 00:09:19 Progress (1): 12/79 MB error 03-Jan-2023 00:09:19 Progress (1): 12/79 MB error 03-Jan-2023 00:09:19 Progress (1): 12/79 MB error 03-Jan-2023 00:09:19 Progress (1): 13/79 MB error 03-Jan-2023 00:09:19 Progress (1): 13/79 MB error 03-Jan-2023 00:09:19 Progress (1): 13/79 MB error 03-Jan-2023 00:09:19 Progress (1): 13/79 MB error 03-Jan-2023 00:09:19 Progress (1): 14/79 MB error 03-Jan-2023 00:09:19 Progress (1): 14/79 MB error 03-Jan-2023 00:09:19 Progress (1): 14/79 MB error 03-Jan-2023 00:09:19 Progress (1): 14/79 MB error 03-Jan-2023 00:09:19 Progress (1): 15/79 MB error 03-Jan-2023 00:09:19 Progress (1): 15/79 MB error 03-Jan-2023 00:09:19 Progress (1): 15/79 MB error 03-Jan-2023 00:09:19 Progress (1): 15/79 MB error 03-Jan-2023 00:09:19 Progress (1): 16/79 MB error 03-Jan-2023 00:09:19 Progress (1): 16/79 MB error 03-Jan-2023 00:09:19 Progress (1): 16/79 MB error 03-Jan-2023 00:09:19 Progress (1): 17/79 MB error 03-Jan-2023 00:09:19 Progress (1): 17/79 MB error 03-Jan-2023 00:09:19 Progress (1): 17/79 MB error 03-Jan-2023 00:09:19 Progress (1): 17/79 MB error 03-Jan-2023 00:09:19 Progress (1): 18/79 MB error 03-Jan-2023 00:09:19 Progress (1): 18/79 MB error 03-Jan-2023 00:09:19 Progress (1): 18/79 MB error 03-Jan-2023 00:09:19 Progress (1): 18/79 MB error 03-Jan-2023 00:09:19 Progress (1): 19/79 MB error 03-Jan-2023 00:09:19 Progress (1): 19/79 MB error 03-Jan-2023 00:09:19 Progress (1): 19/79 MB error 03-Jan-2023 00:09:19 Progress (1): 19/79 MB error 03-Jan-2023 00:09:19 Progress (1): 20/79 MB error 03-Jan-2023 00:09:19 Progress (1): 20/79 MB error 03-Jan-2023 00:09:19 Progress (1): 20/79 MB error 03-Jan-2023 00:09:19 Progress (1): 20/79 MB error 03-Jan-2023 00:09:19 Progress (1): 21/79 MB error 03-Jan-2023 00:09:19 Progress (1): 21/79 MB error 03-Jan-2023 00:09:19 Progress (1): 21/79 MB error 03-Jan-2023 00:09:19 Progress (1): 22/79 MB error 03-Jan-2023 00:09:19 Progress (1): 22/79 MB error 03-Jan-2023 00:09:19 Progress (1): 22/79 MB error 03-Jan-2023 00:09:19 Progress (1): 22/79 MB error 03-Jan-2023 00:09:20 Progress (1): 23/79 MB error 03-Jan-2023 00:09:20 Progress (1): 23/79 MB error 03-Jan-2023 00:09:20 Progress (1): 23/79 MB error 03-Jan-2023 00:09:20 Progress (1): 23/79 MB error 03-Jan-2023 00:09:20 Progress (1): 24/79 MB error 03-Jan-2023 00:09:20 Progress (1): 24/79 MB error 03-Jan-2023 00:09:20 Progress (1): 24/79 MB error 03-Jan-2023 00:09:20 Progress (1): 24/79 MB error 03-Jan-2023 00:09:20 Progress (1): 25/79 MB error 03-Jan-2023 00:09:20 Progress (1): 25/79 MB error 03-Jan-2023 00:09:20 Progress (1): 25/79 MB error 03-Jan-2023 00:09:20 Progress (1): 25/79 MB error 03-Jan-2023 00:09:20 Progress (1): 26/79 MB error 03-Jan-2023 00:09:20 Progress (1): 26/79 MB error 03-Jan-2023 00:09:20 Progress (1): 26/79 MB error 03-Jan-2023 00:09:20 Progress (1): 27/79 MB error 03-Jan-2023 00:09:20 Progress (1): 27/79 MB error 03-Jan-2023 00:09:20 Progress (1): 27/79 MB error 03-Jan-2023 00:09:20 Progress (1): 27/79 MB error 03-Jan-2023 00:09:20 Progress (1): 28/79 MB error 03-Jan-2023 00:09:20 Progress (1): 28/79 MB error 03-Jan-2023 00:09:20 Progress (1): 28/79 MB error 03-Jan-2023 00:09:20 Progress (1): 28/79 MB error 03-Jan-2023 00:09:20 Progress (1): 29/79 MB error 03-Jan-2023 00:09:20 Progress (1): 29/79 MB error 03-Jan-2023 00:09:20 Progress (1): 29/79 MB error 03-Jan-2023 00:09:20 Progress (1): 29/79 MB error 03-Jan-2023 00:09:20 Progress (1): 30/79 MB error 03-Jan-2023 00:09:20 Progress (1): 30/79 MB error 03-Jan-2023 00:09:20 Progress (1): 30/79 MB error 03-Jan-2023 00:09:20 Progress (1): 30/79 MB error 03-Jan-2023 00:09:20 Progress (1): 31/79 MB error 03-Jan-2023 00:09:20 Progress (1): 31/79 MB error 03-Jan-2023 00:09:20 Progress (1): 31/79 MB error 03-Jan-2023 00:09:20 Progress (1): 31/79 MB error 03-Jan-2023 00:09:20 Progress (1): 32/79 MB error 03-Jan-2023 00:09:20 Progress (1): 32/79 MB error 03-Jan-2023 00:09:20 Progress (1): 32/79 MB error 03-Jan-2023 00:09:20 Progress (1): 33/79 MB error 03-Jan-2023 00:09:20 Progress (1): 33/79 MB error 03-Jan-2023 00:09:20 Progress (1): 33/79 MB error 03-Jan-2023 00:09:20 Progress (1): 33/79 MB error 03-Jan-2023 00:09:20 Progress (1): 34/79 MB error 03-Jan-2023 00:09:20 Progress (1): 34/79 MB error 03-Jan-2023 00:09:20 Progress (1): 34/79 MB error 03-Jan-2023 00:09:20 Progress (1): 34/79 MB error 03-Jan-2023 00:09:20 Progress (1): 35/79 MB error 03-Jan-2023 00:09:20 Progress (1): 35/79 MB error 03-Jan-2023 00:09:20 Progress (1): 35/79 MB error 03-Jan-2023 00:09:20 Progress (1): 35/79 MB error 03-Jan-2023 00:09:20 Progress (1): 36/79 MB error 03-Jan-2023 00:09:20 Progress (1): 36/79 MB error 03-Jan-2023 00:09:20 Progress (1): 36/79 MB error 03-Jan-2023 00:09:20 Progress (1): 36/79 MB error 03-Jan-2023 00:09:20 Progress (1): 37/79 MB error 03-Jan-2023 00:09:20 Progress (1): 37/79 MB error 03-Jan-2023 00:09:20 Progress (1): 37/79 MB error 03-Jan-2023 00:09:20 Progress (1): 38/79 MB error 03-Jan-2023 00:09:20 Progress (1): 38/79 MB error 03-Jan-2023 00:09:20 Progress (1): 38/79 MB error 03-Jan-2023 00:09:20 Progress (1): 38/79 MB error 03-Jan-2023 00:09:20 Progress (1): 39/79 MB error 03-Jan-2023 00:09:20 Progress (1): 39/79 MB error 03-Jan-2023 00:09:20 Progress (1): 39/79 MB error 03-Jan-2023 00:09:20 Progress (1): 39/79 MB error 03-Jan-2023 00:09:20 Progress (1): 40/79 MB error 03-Jan-2023 00:09:20 Progress (1): 40/79 MB error 03-Jan-2023 00:09:20 Progress (1): 40/79 MB error 03-Jan-2023 00:09:20 Progress (1): 40/79 MB error 03-Jan-2023 00:09:20 Progress (1): 41/79 MB error 03-Jan-2023 00:09:20 Progress (1): 41/79 MB error 03-Jan-2023 00:09:20 Progress (1): 41/79 MB error 03-Jan-2023 00:09:20 Progress (1): 41/79 MB error 03-Jan-2023 00:09:20 Progress (1): 42/79 MB error 03-Jan-2023 00:09:20 Progress (1): 42/79 MB error 03-Jan-2023 00:09:20 Progress (1): 42/79 MB error 03-Jan-2023 00:09:20 Progress (1): 42/79 MB error 03-Jan-2023 00:09:20 Progress (1): 43/79 MB error 03-Jan-2023 00:09:20 Progress (1): 43/79 MB error 03-Jan-2023 00:09:20 Progress (1): 43/79 MB error 03-Jan-2023 00:09:20 Progress (1): 44/79 MB error 03-Jan-2023 00:09:20 Progress (1): 44/79 MB error 03-Jan-2023 00:09:20 Progress (1): 44/79 MB error 03-Jan-2023 00:09:20 Progress (1): 44/79 MB error 03-Jan-2023 00:09:20 Progress (1): 45/79 MB error 03-Jan-2023 00:09:20 Progress (1): 45/79 MB error 03-Jan-2023 00:09:20 Progress (1): 45/79 MB error 03-Jan-2023 00:09:20 Progress (1): 45/79 MB error 03-Jan-2023 00:09:20 Progress (1): 46/79 MB error 03-Jan-2023 00:09:20 Progress (1): 46/79 MB error 03-Jan-2023 00:09:20 Progress (1): 46/79 MB error 03-Jan-2023 00:09:20 Progress (1): 46/79 MB error 03-Jan-2023 00:09:20 Progress (1): 47/79 MB error 03-Jan-2023 00:09:20 Progress (1): 47/79 MB error 03-Jan-2023 00:09:20 Progress (1): 47/79 MB error 03-Jan-2023 00:09:20 Progress (1): 47/79 MB error 03-Jan-2023 00:09:20 Progress (1): 48/79 MB error 03-Jan-2023 00:09:20 Progress (1): 48/79 MB error 03-Jan-2023 00:09:21 Progress (1): 48/79 MB error 03-Jan-2023 00:09:21 Progress (1): 49/79 MB error 03-Jan-2023 00:09:21 Progress (1): 49/79 MB error 03-Jan-2023 00:09:21 Progress (1): 49/79 MB error 03-Jan-2023 00:09:21 Progress (1): 49/79 MB error 03-Jan-2023 00:09:21 Progress (1): 50/79 MB error 03-Jan-2023 00:09:21 Progress (1): 50/79 MB error 03-Jan-2023 00:09:21 Progress (1): 50/79 MB error 03-Jan-2023 00:09:21 Progress (1): 50/79 MB error 03-Jan-2023 00:09:21 Progress (1): 51/79 MB error 03-Jan-2023 00:09:21 Progress (1): 51/79 MB error 03-Jan-2023 00:09:21 Progress (1): 51/79 MB error 03-Jan-2023 00:09:21 Progress (1): 51/79 MB error 03-Jan-2023 00:09:21 Progress (1): 52/79 MB error 03-Jan-2023 00:09:21 Progress (1): 52/79 MB error 03-Jan-2023 00:09:21 Progress (1): 52/79 MB error 03-Jan-2023 00:09:21 Progress (1): 52/79 MB error 03-Jan-2023 00:09:21 Progress (1): 53/79 MB error 03-Jan-2023 00:09:21 Progress (1): 53/79 MB error 03-Jan-2023 00:09:21 Progress (1): 53/79 MB error 03-Jan-2023 00:09:21 Progress (1): 54/79 MB error 03-Jan-2023 00:09:21 Progress (1): 54/79 MB error 03-Jan-2023 00:09:21 Progress (1): 54/79 MB error 03-Jan-2023 00:09:21 Progress (1): 54/79 MB error 03-Jan-2023 00:09:21 Progress (1): 55/79 MB error 03-Jan-2023 00:09:21 Progress (1): 55/79 MB error 03-Jan-2023 00:09:21 Progress (1): 55/79 MB error 03-Jan-2023 00:09:21 Progress (1): 55/79 MB error 03-Jan-2023 00:09:21 Progress (1): 56/79 MB error 03-Jan-2023 00:09:21 Progress (1): 56/79 MB error 03-Jan-2023 00:09:21 Progress (1): 56/79 MB error 03-Jan-2023 00:09:21 Progress (1): 56/79 MB error 03-Jan-2023 00:09:21 Progress (1): 57/79 MB error 03-Jan-2023 00:09:21 Progress (1): 57/79 MB error 03-Jan-2023 00:09:21 Progress (1): 57/79 MB error 03-Jan-2023 00:09:21 Progress (1): 57/79 MB error 03-Jan-2023 00:09:21 Progress (1): 58/79 MB error 03-Jan-2023 00:09:21 Progress (1): 58/79 MB error 03-Jan-2023 00:09:21 Progress (1): 58/79 MB error 03-Jan-2023 00:09:21 Progress (1): 58/79 MB error 03-Jan-2023 00:09:21 Progress (1): 59/79 MB error 03-Jan-2023 00:09:21 Progress (1): 59/79 MB error 03-Jan-2023 00:09:21 Progress (1): 59/79 MB error 03-Jan-2023 00:09:21 Progress (1): 60/79 MB error 03-Jan-2023 00:09:21 Progress (1): 60/79 MB error 03-Jan-2023 00:09:21 Progress (1): 60/79 MB error 03-Jan-2023 00:09:21 Progress (1): 60/79 MB error 03-Jan-2023 00:09:21 Progress (1): 61/79 MB error 03-Jan-2023 00:09:21 Progress (1): 61/79 MB error 03-Jan-2023 00:09:21 Progress (1): 61/79 MB error 03-Jan-2023 00:09:21 Progress (1): 61/79 MB error 03-Jan-2023 00:09:21 Progress (1): 62/79 MB error 03-Jan-2023 00:09:21 Progress (1): 62/79 MB error 03-Jan-2023 00:09:21 Progress (1): 62/79 MB error 03-Jan-2023 00:09:21 Progress (1): 62/79 MB error 03-Jan-2023 00:09:21 Progress (1): 63/79 MB error 03-Jan-2023 00:09:21 Progress (1): 63/79 MB error 03-Jan-2023 00:09:21 Progress (1): 63/79 MB error 03-Jan-2023 00:09:21 Progress (1): 63/79 MB error 03-Jan-2023 00:09:21 Progress (1): 64/79 MB error 03-Jan-2023 00:09:21 Progress (1): 64/79 MB error 03-Jan-2023 00:09:21 Progress (1): 64/79 MB error 03-Jan-2023 00:09:21 Progress (1): 65/79 MB error 03-Jan-2023 00:09:21 Progress (1): 65/79 MB error 03-Jan-2023 00:09:21 Progress (1): 65/79 MB error 03-Jan-2023 00:09:21 Progress (1): 65/79 MB error 03-Jan-2023 00:09:21 Progress (1): 66/79 MB error 03-Jan-2023 00:09:21 Progress (1): 66/79 MB error 03-Jan-2023 00:09:21 Progress (1): 66/79 MB error 03-Jan-2023 00:09:21 Progress (1): 66/79 MB error 03-Jan-2023 00:09:21 Progress (1): 67/79 MB error 03-Jan-2023 00:09:21 Progress (1): 67/79 MB error 03-Jan-2023 00:09:21 Progress (1): 67/79 MB error 03-Jan-2023 00:09:21 Progress (1): 67/79 MB error 03-Jan-2023 00:09:21 Progress (1): 68/79 MB error 03-Jan-2023 00:09:21 Progress (1): 68/79 MB error 03-Jan-2023 00:09:21 Progress (1): 68/79 MB error 03-Jan-2023 00:09:21 Progress (1): 68/79 MB error 03-Jan-2023 00:09:21 Progress (1): 69/79 MB error 03-Jan-2023 00:09:21 Progress (1): 69/79 MB error 03-Jan-2023 00:09:21 Progress (1): 69/79 MB error 03-Jan-2023 00:09:21 Progress (1): 69/79 MB error 03-Jan-2023 00:09:21 Progress (1): 70/79 MB error 03-Jan-2023 00:09:21 Progress (1): 70/79 MB error 03-Jan-2023 00:09:21 Progress (1): 70/79 MB error 03-Jan-2023 00:09:21 Progress (1): 71/79 MB error 03-Jan-2023 00:09:21 Progress (1): 71/79 MB error 03-Jan-2023 00:09:21 Progress (1): 71/79 MB error 03-Jan-2023 00:09:21 Progress (1): 71/79 MB error 03-Jan-2023 00:09:21 Progress (1): 72/79 MB error 03-Jan-2023 00:09:21 Progress (1): 72/79 MB error 03-Jan-2023 00:09:21 Progress (1): 72/79 MB error 03-Jan-2023 00:09:21 Progress (1): 72/79 MB error 03-Jan-2023 00:09:21 Progress (1): 73/79 MB error 03-Jan-2023 00:09:21 Progress (1): 73/79 MB error 03-Jan-2023 00:09:21 Progress (1): 73/79 MB error 03-Jan-2023 00:09:21 Progress (1): 73/79 MB error 03-Jan-2023 00:09:21 Progress (1): 74/79 MB error 03-Jan-2023 00:09:21 Progress (1): 74/79 MB error 03-Jan-2023 00:09:21 Progress (1): 74/79 MB error 03-Jan-2023 00:09:21 Progress (1): 74/79 MB error 03-Jan-2023 00:09:21 Progress (1): 75/79 MB error 03-Jan-2023 00:09:22 Progress (1): 75/79 MB error 03-Jan-2023 00:09:22 Progress (1): 75/79 MB error 03-Jan-2023 00:09:22 Progress (1): 76/79 MB error 03-Jan-2023 00:09:22 Progress (1): 76/79 MB error 03-Jan-2023 00:09:22 Progress (1): 76/79 MB error 03-Jan-2023 00:09:22 Progress (1): 76/79 MB error 03-Jan-2023 00:09:22 Progress (1): 77/79 MB error 03-Jan-2023 00:09:22 Progress (1): 77/79 MB error 03-Jan-2023 00:09:22 Progress (1): 77/79 MB error 03-Jan-2023 00:09:22 Progress (1): 77/79 MB error 03-Jan-2023 00:09:22 Progress (1): 78/79 MB error 03-Jan-2023 00:09:22 Progress (1): 78/79 MB error 03-Jan-2023 00:09:22 Progress (1): 78/79 MB error 03-Jan-2023 00:09:22 Progress (1): 78/79 MB error 03-Jan-2023 00:09:22 Progress (1): 79/79 MB error 03-Jan-2023 00:09:22 Progress (1): 79/79 MB error 03-Jan-2023 00:09:22 Progress (1): 79 MB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 00:09:22 #21 61.44 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:09:22 #21 ... error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:22 #18 56.52 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:09:22 Progress (1): 9.2 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 31 kB/s) error 03-Jan-2023 00:09:22 #18 56.71 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 00:09:22 #18 56.85 Progress (1): 3.3/151 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/151 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/151 kB error 03-Jan-2023 00:09:22 Progress (1): 12/151 kB error 03-Jan-2023 00:09:22 Progress (1): 14/151 kB error 03-Jan-2023 00:09:22 Progress (1): 17/151 kB error 03-Jan-2023 00:09:22 Progress (1): 20/151 kB error 03-Jan-2023 00:09:22 Progress (1): 23/151 kB error 03-Jan-2023 00:09:22 Progress (1): 26/151 kB error 03-Jan-2023 00:09:22 Progress (1): 28/151 kB error 03-Jan-2023 00:09:22 Progress (1): 31/151 kB error 03-Jan-2023 00:09:22 Progress (1): 34/151 kB error 03-Jan-2023 00:09:22 Progress (1): 37/151 kB error 03-Jan-2023 00:09:22 Progress (1): 40/151 kB error 03-Jan-2023 00:09:22 Progress (1): 42/151 kB error 03-Jan-2023 00:09:22 Progress (1): 45/151 kB error 03-Jan-2023 00:09:22 Progress (1): 48/151 kB error 03-Jan-2023 00:09:22 Progress (1): 51/151 kB error 03-Jan-2023 00:09:22 Progress (1): 54/151 kB error 03-Jan-2023 00:09:22 Progress (1): 56/151 kB error 03-Jan-2023 00:09:22 Progress (1): 59/151 kB error 03-Jan-2023 00:09:22 Progress (1): 62/151 kB error 03-Jan-2023 00:09:22 Progress (1): 65/151 kB error 03-Jan-2023 00:09:22 Progress (1): 67/151 kB error 03-Jan-2023 00:09:22 Progress (1): 70/151 kB error 03-Jan-2023 00:09:22 Progress (1): 73/151 kB error 03-Jan-2023 00:09:22 Progress (1): 76/151 kB error 03-Jan-2023 00:09:22 Progress (1): 79/151 kB error 03-Jan-2023 00:09:22 Progress (1): 81/151 kB error 03-Jan-2023 00:09:22 Progress (1): 84/151 kB error 03-Jan-2023 00:09:22 Progress (1): 87/151 kB error 03-Jan-2023 00:09:22 Progress (1): 90/151 kB error 03-Jan-2023 00:09:22 Progress (1): 93/151 kB error 03-Jan-2023 00:09:22 Progress (1): 95/151 kB error 03-Jan-2023 00:09:22 Progress (1): 98/151 kB error 03-Jan-2023 00:09:22 Progress (1): 101/151 kB error 03-Jan-2023 00:09:22 Progress (1): 104/151 kB error 03-Jan-2023 00:09:22 Progress (1): 107/151 kB error 03-Jan-2023 00:09:22 Progress (1): 109/151 kB error 03-Jan-2023 00:09:22 Progress (1): 112/151 kB error 03-Jan-2023 00:09:22 Progress (1): 115/151 kB error 03-Jan-2023 00:09:22 Progress (1): 118/151 kB error 03-Jan-2023 00:09:22 Progress (1): 120/151 kB error 03-Jan-2023 00:09:22 Progress (1): 123/151 kB error 03-Jan-2023 00:09:22 Progress (1): 126/151 kB error 03-Jan-2023 00:09:22 Progress (1): 129/151 kB error 03-Jan-2023 00:09:22 Progress (1): 132/151 kB error 03-Jan-2023 00:09:22 Progress (1): 134/151 kB error 03-Jan-2023 00:09:22 Progress (1): 137/151 kB error 03-Jan-2023 00:09:22 Progress (1): 140/151 kB error 03-Jan-2023 00:09:22 Progress (1): 143/151 kB error 03-Jan-2023 00:09:22 Progress (1): 146/151 kB error 03-Jan-2023 00:09:22 Progress (1): 148/151 kB error 03-Jan-2023 00:09:22 Progress (1): 151 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 336 kB/s) error 03-Jan-2023 00:09:22 #18 57.31 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 00:09:22 #18 57.48 Progress (1): 3.3/16 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/16 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/16 kB error 03-Jan-2023 00:09:22 Progress (1): 12/16 kB error 03-Jan-2023 00:09:22 Progress (1): 14/16 kB error 03-Jan-2023 00:09:22 Progress (1): 16 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 50 kB/s) error 03-Jan-2023 00:09:22 #18 58.35 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 00:09:22 #18 58.63 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/6.1 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 14 kB/s) error 03-Jan-2023 00:09:22 #18 59.51 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 00:09:22 #18 59.93 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:09:22 Progress (1): 5.0 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 7.8 kB/s) error 03-Jan-2023 00:09:22 #18 60.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 03-Jan-2023 00:09:22 #18 60.36 Progress (1): 3.3/66 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/66 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/66 kB error 03-Jan-2023 00:09:22 Progress (1): 12/66 kB error 03-Jan-2023 00:09:22 Progress (1): 15/66 kB error 03-Jan-2023 00:09:22 Progress (1): 17/66 kB error 03-Jan-2023 00:09:22 Progress (1): 20/66 kB error 03-Jan-2023 00:09:22 Progress (1): 23/66 kB error 03-Jan-2023 00:09:22 Progress (1): 26/66 kB error 03-Jan-2023 00:09:22 Progress (1): 29/66 kB error 03-Jan-2023 00:09:22 Progress (1): 31/66 kB error 03-Jan-2023 00:09:22 Progress (1): 34/66 kB error 03-Jan-2023 00:09:22 Progress (1): 37/66 kB error 03-Jan-2023 00:09:22 Progress (1): 40/66 kB error 03-Jan-2023 00:09:22 Progress (1): 42/66 kB error 03-Jan-2023 00:09:22 Progress (1): 45/66 kB error 03-Jan-2023 00:09:22 Progress (1): 48/66 kB error 03-Jan-2023 00:09:22 Progress (1): 51/66 kB error 03-Jan-2023 00:09:22 Progress (1): 54/66 kB error 03-Jan-2023 00:09:22 Progress (1): 56/66 kB error 03-Jan-2023 00:09:22 Progress (1): 59/66 kB error 03-Jan-2023 00:09:22 Progress (1): 62/66 kB error 03-Jan-2023 00:09:22 Progress (1): 65/66 kB error 03-Jan-2023 00:09:22 Progress (1): 66 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 185 kB/s) error 03-Jan-2023 00:09:22 #18 60.88 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 00:09:22 #18 61.03 Progress (1): 3.3/11 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/11 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/11 kB error 03-Jan-2023 00:09:22 Progress (1): 11 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 00:09:22 #18 61.22 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 00:09:22 #18 61.36 Progress (1): 3.3/42 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/42 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/42 kB error 03-Jan-2023 00:09:22 Progress (1): 12/42 kB error 03-Jan-2023 00:09:22 Progress (1): 14/42 kB error 03-Jan-2023 00:09:22 Progress (1): 17/42 kB error 03-Jan-2023 00:09:22 Progress (1): 20/42 kB error 03-Jan-2023 00:09:22 Progress (1): 23/42 kB error 03-Jan-2023 00:09:22 Progress (1): 26/42 kB error 03-Jan-2023 00:09:22 Progress (1): 29/42 kB error 03-Jan-2023 00:09:22 Progress (1): 31/42 kB error 03-Jan-2023 00:09:22 Progress (1): 34/42 kB error 03-Jan-2023 00:09:22 Progress (1): 37/42 kB error 03-Jan-2023 00:09:22 Progress (1): 40/42 kB error 03-Jan-2023 00:09:22 Progress (1): 42 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 141 kB/s) error 03-Jan-2023 00:09:22 #18 61.84 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 00:09:22 #18 61.97 Progress (1): 3.3/23 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/23 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/23 kB error 03-Jan-2023 00:09:22 Progress (1): 12/23 kB error 03-Jan-2023 00:09:22 Progress (1): 15/23 kB error 03-Jan-2023 00:09:22 Progress (1): 17/23 kB error 03-Jan-2023 00:09:22 Progress (1): 20/23 kB error 03-Jan-2023 00:09:22 Progress (1): 23/23 kB error 03-Jan-2023 00:09:22 Progress (1): 23 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 00:09:22 #18 62.12 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 00:09:22 #18 62.26 Progress (1): 3.3/74 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/74 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/74 kB error 03-Jan-2023 00:09:22 Progress (1): 12/74 kB error 03-Jan-2023 00:09:22 Progress (1): 15/74 kB error 03-Jan-2023 00:09:22 Progress (1): 17/74 kB error 03-Jan-2023 00:09:22 Progress (1): 20/74 kB error 03-Jan-2023 00:09:22 Progress (1): 23/74 kB error 03-Jan-2023 00:09:22 Progress (1): 26/74 kB error 03-Jan-2023 00:09:22 Progress (1): 29/74 kB error 03-Jan-2023 00:09:22 Progress (1): 31/74 kB error 03-Jan-2023 00:09:22 Progress (1): 34/74 kB error 03-Jan-2023 00:09:22 Progress (1): 37/74 kB error 03-Jan-2023 00:09:22 Progress (1): 40/74 kB error 03-Jan-2023 00:09:22 Progress (1): 43/74 kB error 03-Jan-2023 00:09:22 Progress (1): 45/74 kB error 03-Jan-2023 00:09:22 Progress (1): 48/74 kB error 03-Jan-2023 00:09:22 Progress (1): 51/74 kB error 03-Jan-2023 00:09:22 Progress (1): 54/74 kB error 03-Jan-2023 00:09:22 Progress (1): 57/74 kB error 03-Jan-2023 00:09:22 Progress (1): 59/74 kB error 03-Jan-2023 00:09:22 Progress (1): 62/74 kB error 03-Jan-2023 00:09:22 Progress (1): 65/74 kB error 03-Jan-2023 00:09:22 Progress (1): 68/74 kB error 03-Jan-2023 00:09:22 Progress (1): 71/74 kB error 03-Jan-2023 00:09:22 Progress (1): 73/74 kB error 03-Jan-2023 00:09:22 Progress (1): 74 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 184 kB/s) error 03-Jan-2023 00:09:22 #18 62.65 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 00:09:22 #18 62.78 Progress (1): 3.3/14 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/14 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/14 kB error 03-Jan-2023 00:09:22 Progress (1): 12/14 kB error 03-Jan-2023 00:09:22 Progress (1): 14 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 52 kB/s) error 03-Jan-2023 00:09:22 #18 62.96 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 00:09:22 #18 63.11 Progress (1): 3.3/12 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/12 kB error 03-Jan-2023 00:09:22 Progress (1): 8.9/12 kB error 03-Jan-2023 00:09:22 Progress (1): 12 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 40 kB/s) error 03-Jan-2023 00:09:22 #18 63.36 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 00:09:22 #18 63.52 Progress (1): 3.3/8.3 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/8.3 kB error 03-Jan-2023 00:09:22 Progress (1): 8.3 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 25 kB/s) error 03-Jan-2023 00:09:22 #18 64.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 03-Jan-2023 00:09:22 #18 64.56 Progress (1): 3.3/3.4 kB error 03-Jan-2023 00:09:22 Progress (1): 3.4 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 00:09:22 #18 65.70 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 00:09:22 #18 66.09 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:09:22 Progress (1): 4.9 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 7.1 kB/s) error 03-Jan-2023 00:09:22 #18 66.41 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 00:09:22 #18 ... error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:22 #21 61.63 error 03-Jan-2023 00:09:22 #21 61.63 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:09:22 #21 61.63 error 03-Jan-2023 00:09:22 #21 61.63 target:/app/package/target/distro/web error 03-Jan-2023 00:09:22 #21 61.64 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:09:22 #21 61.64 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 00:09:22 #21 61.77 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:09:22 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:09:22 Progress (1): 6.9 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:22 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 28 kB/s) error 03-Jan-2023 00:09:22 #21 61.88 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 00:09:22 #21 62.00 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:22 Progress (1): 5.3 kB error 03-Jan-2023 00:09:22 error 03-Jan-2023 00:09:23 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 00:09:23 #21 62.13 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 00:09:23 #21 62.44 Progress (1): 4.1/324 kB error 03-Jan-2023 00:09:23 Progress (1): 8.2/324 kB error 03-Jan-2023 00:09:23 Progress (1): 12/324 kB error 03-Jan-2023 00:09:23 Progress (1): 16/324 kB error 03-Jan-2023 00:09:23 Progress (1): 20/324 kB error 03-Jan-2023 00:09:23 Progress (1): 24/324 kB error 03-Jan-2023 00:09:23 Progress (1): 28/324 kB error 03-Jan-2023 00:09:23 Progress (1): 32/324 kB error 03-Jan-2023 00:09:23 Progress (1): 36/324 kB error 03-Jan-2023 00:09:23 Progress (1): 40/324 kB error 03-Jan-2023 00:09:23 Progress (1): 44/324 kB error 03-Jan-2023 00:09:23 Progress (1): 48/324 kB error 03-Jan-2023 00:09:23 Progress (1): 51/324 kB error 03-Jan-2023 00:09:23 Progress (1): 55/324 kB error 03-Jan-2023 00:09:23 Progress (1): 59/324 kB error 03-Jan-2023 00:09:23 Progress (1): 62/324 kB error 03-Jan-2023 00:09:23 Progress (1): 66/324 kB error 03-Jan-2023 00:09:23 Progress (1): 71/324 kB error 03-Jan-2023 00:09:23 Progress (1): 75/324 kB error 03-Jan-2023 00:09:23 Progress (1): 79/324 kB error 03-Jan-2023 00:09:23 Progress (1): 83/324 kB error 03-Jan-2023 00:09:23 Progress (1): 87/324 kB error 03-Jan-2023 00:09:23 Progress (1): 91/324 kB error 03-Jan-2023 00:09:23 Progress (1): 95/324 kB error 03-Jan-2023 00:09:23 Progress (1): 97/324 kB error 03-Jan-2023 00:09:23 Progress (1): 101/324 kB error 03-Jan-2023 00:09:23 Progress (1): 105/324 kB error 03-Jan-2023 00:09:23 Progress (1): 109/324 kB error 03-Jan-2023 00:09:23 Progress (1): 114/324 kB error 03-Jan-2023 00:09:23 Progress (1): 118/324 kB error 03-Jan-2023 00:09:23 Progress (1): 122/324 kB error 03-Jan-2023 00:09:23 Progress (1): 126/324 kB error 03-Jan-2023 00:09:23 Progress (1): 130/324 kB error 03-Jan-2023 00:09:23 Progress (1): 132/324 kB error 03-Jan-2023 00:09:23 Progress (1): 136/324 kB error 03-Jan-2023 00:09:23 Progress (1): 140/324 kB error 03-Jan-2023 00:09:23 Progress (1): 144/324 kB error 03-Jan-2023 00:09:23 Progress (1): 148/324 kB error 03-Jan-2023 00:09:23 Progress (1): 152/324 kB error 03-Jan-2023 00:09:23 Progress (1): 157/324 kB error 03-Jan-2023 00:09:23 Progress (1): 161/324 kB error 03-Jan-2023 00:09:23 Progress (1): 165/324 kB error 03-Jan-2023 00:09:23 Progress (1): 167/324 kB error 03-Jan-2023 00:09:23 Progress (1): 171/324 kB error 03-Jan-2023 00:09:23 Progress (1): 175/324 kB error 03-Jan-2023 00:09:23 Progress (1): 179/324 kB error 03-Jan-2023 00:09:23 Progress (1): 183/324 kB error 03-Jan-2023 00:09:23 Progress (1): 187/324 kB error 03-Jan-2023 00:09:23 Progress (1): 191/324 kB error 03-Jan-2023 00:09:23 Progress (1): 195/324 kB error 03-Jan-2023 00:09:23 Progress (1): 200/324 kB error 03-Jan-2023 00:09:23 Progress (1): 204/324 kB error 03-Jan-2023 00:09:23 Progress (1): 208/324 kB error 03-Jan-2023 00:09:23 Progress (1): 212/324 kB error 03-Jan-2023 00:09:23 Progress (1): 215/324 kB error 03-Jan-2023 00:09:23 Progress (1): 219/324 kB error 03-Jan-2023 00:09:23 Progress (1): 223/324 kB error 03-Jan-2023 00:09:23 Progress (1): 227/324 kB error 03-Jan-2023 00:09:23 Progress (1): 230/324 kB error 03-Jan-2023 00:09:23 Progress (1): 234/324 kB error 03-Jan-2023 00:09:23 Progress (1): 238/324 kB error 03-Jan-2023 00:09:23 Progress (1): 242/324 kB error 03-Jan-2023 00:09:23 Progress (1): 246/324 kB error 03-Jan-2023 00:09:23 Progress (1): 251/324 kB error 03-Jan-2023 00:09:23 Progress (1): 255/324 kB error 03-Jan-2023 00:09:23 Progress (1): 259/324 kB error 03-Jan-2023 00:09:23 Progress (1): 263/324 kB error 03-Jan-2023 00:09:23 Progress (1): 267/324 kB error 03-Jan-2023 00:09:23 Progress (1): 271/324 kB error 03-Jan-2023 00:09:23 Progress (1): 275/324 kB error 03-Jan-2023 00:09:23 Progress (1): 278/324 kB error 03-Jan-2023 00:09:23 Progress (1): 282/324 kB error 03-Jan-2023 00:09:23 Progress (1): 286/324 kB error 03-Jan-2023 00:09:23 Progress (1): 290/324 kB error 03-Jan-2023 00:09:23 Progress (1): 294/324 kB error 03-Jan-2023 00:09:23 Progress (1): 298/324 kB error 03-Jan-2023 00:09:23 Progress (1): 302/324 kB error 03-Jan-2023 00:09:23 Progress (1): 306/324 kB error 03-Jan-2023 00:09:23 Progress (1): 310/324 kB error 03-Jan-2023 00:09:23 Progress (1): 313/324 kB error 03-Jan-2023 00:09:23 Progress (1): 317/324 kB error 03-Jan-2023 00:09:23 Progress (1): 321/324 kB error 03-Jan-2023 00:09:23 Progress (1): 323/324 kB error 03-Jan-2023 00:09:23 Progress (1): 324 kB error 03-Jan-2023 00:09:23 error 03-Jan-2023 00:09:23 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 691 kB/s) error 03-Jan-2023 00:09:23 #21 62.60 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:09:23 #21 62.61 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 00:09:23 #21 62.72 Progress (1): 3.3/7.1 kB error 03-Jan-2023 00:09:23 Progress (1): 6.1/7.1 kB error 03-Jan-2023 00:09:23 Progress (1): 7.1 kB error 03-Jan-2023 00:09:23 error 03-Jan-2023 00:09:23 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 00:09:23 #21 62.83 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 00:09:23 #21 62.96 Progress (1): 3.3/9.1 kB error 03-Jan-2023 00:09:23 Progress (1): 6.1/9.1 kB error 03-Jan-2023 00:09:23 Progress (1): 8.9/9.1 kB error 03-Jan-2023 00:09:23 Progress (1): 9.1 kB error 03-Jan-2023 00:09:23 error 03-Jan-2023 00:09:23 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 38 kB/s) error 03-Jan-2023 00:09:24 #21 63.08 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 00:09:24 #21 63.18 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:24 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:24 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:24 Progress (1): 12/15 kB error 03-Jan-2023 00:09:24 Progress (1): 14/15 kB error 03-Jan-2023 00:09:24 Progress (1): 15 kB error 03-Jan-2023 00:09:24 error 03-Jan-2023 00:09:24 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 69 kB/s) error 03-Jan-2023 00:09:24 #21 63.30 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 00:09:24 #21 63.61 Progress (1): 0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:24 Progress (1): 4.0 MB error 03-Jan-2023 00:09:24 error 03-Jan-2023 00:09:24 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.7 MB/s) error 03-Jan-2023 00:09:24 #21 63.89 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:09:24 #21 63.89 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 00:09:24 #21 64.00 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:09:24 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:09:24 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:09:24 Progress (1): 9.5 kB error 03-Jan-2023 00:09:24 error 03-Jan-2023 00:09:25 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 00:09:25 #21 64.12 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 00:09:25 #21 64.23 Progress (1): 3.3/10 kB error 03-Jan-2023 00:09:25 Progress (1): 6.1/10 kB error 03-Jan-2023 00:09:25 Progress (1): 8.9/10 kB error 03-Jan-2023 00:09:25 Progress (1): 10 kB error 03-Jan-2023 00:09:25 error 03-Jan-2023 00:09:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 46 kB/s) error 03-Jan-2023 00:09:25 #21 64.35 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 00:09:25 #21 64.67 Progress (1): 0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:09:25 Progress (1): 2.4 MB error 03-Jan-2023 00:09:25 error 03-Jan-2023 00:09:25 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.3 MB/s) error 03-Jan-2023 00:09:25 #21 64.91 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:09:25 #21 64.91 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 00:09:25 #21 65.02 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:09:25 Progress (1): 4.9 kB error 03-Jan-2023 00:09:26 error 03-Jan-2023 00:09:26 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 00:09:26 #21 65.13 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 00:09:26 #21 65.24 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:09:26 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:09:26 Progress (1): 6.2 kB error 03-Jan-2023 00:09:26 error 03-Jan-2023 00:09:26 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 00:09:26 #21 65.36 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 00:09:26 #21 65.47 Progress (1): 3.3/110 kB error 03-Jan-2023 00:09:26 Progress (1): 6.1/110 kB error 03-Jan-2023 00:09:26 Progress (1): 8.9/110 kB error 03-Jan-2023 00:09:26 Progress (1): 12/110 kB error 03-Jan-2023 00:09:26 Progress (1): 14/110 kB error 03-Jan-2023 00:09:26 Progress (1): 17/110 kB error 03-Jan-2023 00:09:26 Progress (1): 20/110 kB error 03-Jan-2023 00:09:26 Progress (1): 23/110 kB error 03-Jan-2023 00:09:26 Progress (1): 26/110 kB error 03-Jan-2023 00:09:26 Progress (1): 29/110 kB error 03-Jan-2023 00:09:26 Progress (1): 31/110 kB error 03-Jan-2023 00:09:26 Progress (1): 34/110 kB error 03-Jan-2023 00:09:26 Progress (1): 37/110 kB error 03-Jan-2023 00:09:26 Progress (1): 40/110 kB error 03-Jan-2023 00:09:26 Progress (1): 43/110 kB error 03-Jan-2023 00:09:26 Progress (1): 45/110 kB error 03-Jan-2023 00:09:26 Progress (1): 48/110 kB error 03-Jan-2023 00:09:26 Progress (1): 51/110 kB error 03-Jan-2023 00:09:26 Progress (1): 54/110 kB error 03-Jan-2023 00:09:26 Progress (1): 56/110 kB error 03-Jan-2023 00:09:26 Progress (1): 59/110 kB error 03-Jan-2023 00:09:26 Progress (1): 62/110 kB error 03-Jan-2023 00:09:26 Progress (1): 65/110 kB error 03-Jan-2023 00:09:26 Progress (1): 68/110 kB error 03-Jan-2023 00:09:26 Progress (1): 70/110 kB error 03-Jan-2023 00:09:26 Progress (1): 73/110 kB error 03-Jan-2023 00:09:26 Progress (1): 76/110 kB error 03-Jan-2023 00:09:26 Progress (1): 79/110 kB error 03-Jan-2023 00:09:26 Progress (1): 82/110 kB error 03-Jan-2023 00:09:26 Progress (1): 84/110 kB error 03-Jan-2023 00:09:26 Progress (1): 87/110 kB error 03-Jan-2023 00:09:26 Progress (1): 90/110 kB error 03-Jan-2023 00:09:26 Progress (1): 93/110 kB error 03-Jan-2023 00:09:26 Progress (1): 96/110 kB error 03-Jan-2023 00:09:26 Progress (1): 98/110 kB error 03-Jan-2023 00:09:26 Progress (1): 101/110 kB error 03-Jan-2023 00:09:26 Progress (1): 104/110 kB error 03-Jan-2023 00:09:26 Progress (1): 107/110 kB error 03-Jan-2023 00:09:26 Progress (1): 110/110 kB error 03-Jan-2023 00:09:26 Progress (1): 110 kB error 03-Jan-2023 00:09:26 error 03-Jan-2023 00:09:26 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 457 kB/s) error 03-Jan-2023 00:09:26 #21 65.60 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:09:26 #21 65.61 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 00:09:26 #21 65.72 Progress (1): 3.3/5.4 kB error 03-Jan-2023 00:09:26 Progress (1): 5.4 kB error 03-Jan-2023 00:09:26 error 03-Jan-2023 00:09:26 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 00:09:26 #21 65.83 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 00:09:26 #21 65.97 Progress (1): 3.3/7.0 kB error 03-Jan-2023 00:09:26 Progress (1): 6.1/7.0 kB error 03-Jan-2023 00:09:26 Progress (1): 7.0 kB error 03-Jan-2023 00:09:26 error 03-Jan-2023 00:09:26 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 27 kB/s) error 03-Jan-2023 00:09:27 #21 66.09 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 00:09:27 #21 66.20 Progress (1): 3.3/75 kB error 03-Jan-2023 00:09:27 Progress (1): 6.1/75 kB error 03-Jan-2023 00:09:27 Progress (1): 8.9/75 kB error 03-Jan-2023 00:09:27 Progress (1): 12/75 kB error 03-Jan-2023 00:09:27 Progress (1): 14/75 kB error 03-Jan-2023 00:09:27 Progress (1): 17/75 kB error 03-Jan-2023 00:09:27 Progress (1): 20/75 kB error 03-Jan-2023 00:09:27 Progress (1): 23/75 kB error 03-Jan-2023 00:09:27 Progress (1): 26/75 kB error 03-Jan-2023 00:09:27 Progress (1): 28/75 kB error 03-Jan-2023 00:09:27 Progress (1): 31/75 kB error 03-Jan-2023 00:09:27 Progress (1): 34/75 kB error 03-Jan-2023 00:09:27 Progress (1): 37/75 kB error 03-Jan-2023 00:09:27 Progress (1): 40/75 kB error 03-Jan-2023 00:09:27 Progress (1): 42/75 kB error 03-Jan-2023 00:09:27 Progress (1): 45/75 kB error 03-Jan-2023 00:09:27 Progress (1): 48/75 kB error 03-Jan-2023 00:09:27 Progress (1): 51/75 kB error 03-Jan-2023 00:09:27 Progress (1): 54/75 kB error 03-Jan-2023 00:09:27 Progress (1): 56/75 kB error 03-Jan-2023 00:09:27 Progress (1): 59/75 kB error 03-Jan-2023 00:09:27 Progress (1): 62/75 kB error 03-Jan-2023 00:09:27 Progress (1): 65/75 kB error 03-Jan-2023 00:09:27 Progress (1): 68/75 kB error 03-Jan-2023 00:09:27 Progress (1): 70/75 kB error 03-Jan-2023 00:09:27 Progress (1): 73/75 kB error 03-Jan-2023 00:09:27 Progress (1): 75 kB error 03-Jan-2023 00:09:27 error 03-Jan-2023 00:09:27 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 327 kB/s) error 03-Jan-2023 00:09:27 #21 66.32 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:09:27 #21 66.32 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 00:09:27 #21 66.43 Progress (1): 3.3/8.5 kB error 03-Jan-2023 00:09:27 Progress (1): 6.1/8.5 kB error 03-Jan-2023 00:09:27 Progress (1): 8.5 kB error 03-Jan-2023 00:09:27 error 03-Jan-2023 00:09:27 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 00:09:27 #21 66.54 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 00:09:27 #21 66.65 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:09:27 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:09:27 Progress (1): 6.9 kB error 03-Jan-2023 00:09:27 error 03-Jan-2023 00:09:27 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 28 kB/s) error 03-Jan-2023 00:09:27 #21 66.79 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 00:09:28 #21 67.13 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:09:28 Progress (1): 1.3 MB error 03-Jan-2023 00:09:28 error 03-Jan-2023 00:09:28 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.5 MB/s) error 03-Jan-2023 00:09:28 #21 67.29 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:09:28 #21 67.29 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 00:09:28 #21 67.40 Progress (1): 3.3/4.5 kB error 03-Jan-2023 00:09:28 Progress (1): 4.5 kB error 03-Jan-2023 00:09:28 error 03-Jan-2023 00:09:28 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 00:09:28 #21 67.51 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 00:09:28 #21 67.62 Progress (1): 3.3/36 kB error 03-Jan-2023 00:09:28 Progress (1): 6.1/36 kB error 03-Jan-2023 00:09:28 Progress (1): 8.9/36 kB error 03-Jan-2023 00:09:28 Progress (1): 12/36 kB error 03-Jan-2023 00:09:28 Progress (1): 15/36 kB error 03-Jan-2023 00:09:28 Progress (1): 17/36 kB error 03-Jan-2023 00:09:28 Progress (1): 20/36 kB error 03-Jan-2023 00:09:28 Progress (1): 23/36 kB error 03-Jan-2023 00:09:28 Progress (1): 26/36 kB error 03-Jan-2023 00:09:28 Progress (1): 29/36 kB error 03-Jan-2023 00:09:28 Progress (1): 31/36 kB error 03-Jan-2023 00:09:28 Progress (1): 34/36 kB error 03-Jan-2023 00:09:28 Progress (1): 36 kB error 03-Jan-2023 00:09:28 error 03-Jan-2023 00:09:28 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 00:09:28 #21 67.74 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 00:09:28 #21 68.02 Progress (1): 0.2/37 MB error 03-Jan-2023 00:09:28 Progress (1): 0.4/37 MB error 03-Jan-2023 00:09:28 Progress (1): 0.6/37 MB error 03-Jan-2023 00:09:28 Progress (1): 0.8/37 MB error 03-Jan-2023 00:09:28 Progress (1): 0.9/37 MB error 03-Jan-2023 00:09:28 Progress (1): 1.1/37 MB error 03-Jan-2023 00:09:28 Progress (1): 1.3/37 MB error 03-Jan-2023 00:09:28 Progress (1): 1.5/37 MB error 03-Jan-2023 00:09:28 Progress (1): 1.7/37 MB error 03-Jan-2023 00:09:28 Progress (1): 1.9/37 MB error 03-Jan-2023 00:09:28 Progress (1): 2.1/37 MB error 03-Jan-2023 00:09:28 Progress (1): 2.3/37 MB error 03-Jan-2023 00:09:28 Progress (1): 2.5/37 MB error 03-Jan-2023 00:09:28 Progress (1): 2.6/37 MB error 03-Jan-2023 00:09:28 Progress (1): 2.8/37 MB error 03-Jan-2023 00:09:28 Progress (1): 3.0/37 MB error 03-Jan-2023 00:09:28 Progress (1): 3.2/37 MB error 03-Jan-2023 00:09:29 Progress (1): 3.4/37 MB error 03-Jan-2023 00:09:29 Progress (1): 3.6/37 MB error 03-Jan-2023 00:09:29 Progress (1): 3.8/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.0/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.2/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.4/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.5/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.7/37 MB error 03-Jan-2023 00:09:29 Progress (1): 4.9/37 MB error 03-Jan-2023 00:09:29 Progress (1): 5.1/37 MB error 03-Jan-2023 00:09:29 Progress (1): 5.3/37 MB error 03-Jan-2023 00:09:29 Progress (1): 5.5/37 MB error 03-Jan-2023 00:09:29 Progress (1): 5.7/37 MB error 03-Jan-2023 00:09:29 Progress (1): 5.9/37 MB error 03-Jan-2023 00:09:29 Progress (1): 6.1/37 MB error 03-Jan-2023 00:09:29 Progress (1): 6.2/37 MB error 03-Jan-2023 00:09:29 Progress (1): 6.4/37 MB error 03-Jan-2023 00:09:29 Progress (1): 6.6/37 MB error 03-Jan-2023 00:09:29 Progress (1): 6.8/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.0/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.2/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.4/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.6/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.7/37 MB error 03-Jan-2023 00:09:29 Progress (1): 7.9/37 MB error 03-Jan-2023 00:09:29 Progress (1): 8.1/37 MB error 03-Jan-2023 00:09:29 Progress (1): 8.3/37 MB error 03-Jan-2023 00:09:29 Progress (1): 8.5/37 MB error 03-Jan-2023 00:09:29 Progress (1): 8.7/37 MB error 03-Jan-2023 00:09:29 Progress (1): 8.9/37 MB error 03-Jan-2023 00:09:29 Progress (1): 9.1/37 MB error 03-Jan-2023 00:09:29 Progress (1): 9.3/37 MB error 03-Jan-2023 00:09:29 Progress (1): 9.4/37 MB error 03-Jan-2023 00:09:29 Progress (1): 9.6/37 MB error 03-Jan-2023 00:09:29 Progress (1): 9.8/37 MB error 03-Jan-2023 00:09:29 Progress (1): 10/37 MB error 03-Jan-2023 00:09:29 Progress (1): 10/37 MB error 03-Jan-2023 00:09:29 Progress (1): 10/37 MB error 03-Jan-2023 00:09:29 Progress (1): 11/37 MB error 03-Jan-2023 00:09:29 Progress (1): 11/37 MB error 03-Jan-2023 00:09:29 Progress (1): 11/37 MB error 03-Jan-2023 00:09:29 Progress (1): 11/37 MB error 03-Jan-2023 00:09:29 Progress (1): 11/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 12/37 MB error 03-Jan-2023 00:09:29 Progress (1): 13/37 MB error 03-Jan-2023 00:09:29 Progress (1): 13/37 MB error 03-Jan-2023 00:09:29 Progress (1): 13/37 MB error 03-Jan-2023 00:09:29 Progress (1): 13/37 MB error 03-Jan-2023 00:09:29 Progress (1): 13/37 MB error 03-Jan-2023 00:09:29 Progress (1): 14/37 MB error 03-Jan-2023 00:09:29 Progress (1): 14/37 MB error 03-Jan-2023 00:09:29 Progress (1): 14/37 MB error 03-Jan-2023 00:09:29 Progress (1): 14/37 MB error 03-Jan-2023 00:09:29 Progress (1): 14/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 15/37 MB error 03-Jan-2023 00:09:29 Progress (1): 16/37 MB error 03-Jan-2023 00:09:29 Progress (1): 16/37 MB error 03-Jan-2023 00:09:29 Progress (1): 16/37 MB error 03-Jan-2023 00:09:29 Progress (1): 16/37 MB error 03-Jan-2023 00:09:29 Progress (1): 16/37 MB error 03-Jan-2023 00:09:29 Progress (1): 17/37 MB error 03-Jan-2023 00:09:29 Progress (1): 17/37 MB error 03-Jan-2023 00:09:29 Progress (1): 17/37 MB error 03-Jan-2023 00:09:29 Progress (1): 17/37 MB error 03-Jan-2023 00:09:29 Progress (1): 17/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 18/37 MB error 03-Jan-2023 00:09:29 Progress (1): 19/37 MB error 03-Jan-2023 00:09:29 Progress (1): 19/37 MB error 03-Jan-2023 00:09:29 Progress (1): 19/37 MB error 03-Jan-2023 00:09:29 Progress (1): 19/37 MB error 03-Jan-2023 00:09:29 Progress (1): 19/37 MB error 03-Jan-2023 00:09:29 Progress (1): 20/37 MB error 03-Jan-2023 00:09:29 Progress (1): 20/37 MB error 03-Jan-2023 00:09:29 Progress (1): 20/37 MB error 03-Jan-2023 00:09:29 Progress (1): 20/37 MB error 03-Jan-2023 00:09:29 Progress (1): 20/37 MB error 03-Jan-2023 00:09:29 Progress (1): 21/37 MB error 03-Jan-2023 00:09:29 Progress (1): 21/37 MB error 03-Jan-2023 00:09:29 Progress (1): 21/37 MB error 03-Jan-2023 00:09:29 Progress (1): 21/37 MB error 03-Jan-2023 00:09:29 Progress (1): 21/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 22/37 MB error 03-Jan-2023 00:09:29 Progress (1): 23/37 MB error 03-Jan-2023 00:09:29 Progress (1): 23/37 MB error 03-Jan-2023 00:09:29 Progress (1): 23/37 MB error 03-Jan-2023 00:09:29 Progress (1): 23/37 MB error 03-Jan-2023 00:09:29 Progress (1): 23/37 MB error 03-Jan-2023 00:09:29 Progress (1): 24/37 MB error 03-Jan-2023 00:09:29 Progress (1): 24/37 MB error 03-Jan-2023 00:09:29 Progress (1): 24/37 MB error 03-Jan-2023 00:09:29 Progress (1): 24/37 MB error 03-Jan-2023 00:09:29 Progress (1): 24/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 25/37 MB error 03-Jan-2023 00:09:29 Progress (1): 26/37 MB error 03-Jan-2023 00:09:29 Progress (1): 26/37 MB error 03-Jan-2023 00:09:29 Progress (1): 26/37 MB error 03-Jan-2023 00:09:29 Progress (1): 26/37 MB error 03-Jan-2023 00:09:29 Progress (1): 26/37 MB error 03-Jan-2023 00:09:29 Progress (1): 27/37 MB error 03-Jan-2023 00:09:30 Progress (1): 27/37 MB error 03-Jan-2023 00:09:30 Progress (1): 27/37 MB error 03-Jan-2023 00:09:30 Progress (1): 27/37 MB error 03-Jan-2023 00:09:30 Progress (1): 27/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 28/37 MB error 03-Jan-2023 00:09:30 Progress (1): 29/37 MB error 03-Jan-2023 00:09:30 Progress (1): 29/37 MB error 03-Jan-2023 00:09:30 Progress (1): 29/37 MB error 03-Jan-2023 00:09:30 Progress (1): 29/37 MB error 03-Jan-2023 00:09:30 Progress (1): 29/37 MB error 03-Jan-2023 00:09:30 Progress (1): 30/37 MB error 03-Jan-2023 00:09:30 Progress (1): 30/37 MB error 03-Jan-2023 00:09:30 Progress (1): 30/37 MB error 03-Jan-2023 00:09:30 Progress (1): 30/37 MB error 03-Jan-2023 00:09:30 Progress (1): 30/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 31/37 MB error 03-Jan-2023 00:09:30 Progress (1): 32/37 MB error 03-Jan-2023 00:09:30 Progress (1): 32/37 MB error 03-Jan-2023 00:09:30 Progress (1): 32/37 MB error 03-Jan-2023 00:09:30 Progress (1): 32/37 MB error 03-Jan-2023 00:09:30 Progress (1): 32/37 MB error 03-Jan-2023 00:09:30 Progress (1): 33/37 MB error 03-Jan-2023 00:09:30 Progress (1): 33/37 MB error 03-Jan-2023 00:09:30 Progress (1): 33/37 MB error 03-Jan-2023 00:09:30 Progress (1): 33/37 MB error 03-Jan-2023 00:09:30 Progress (1): 33/37 MB error 03-Jan-2023 00:09:30 Progress (1): 34/37 MB error 03-Jan-2023 00:09:30 Progress (1): 34/37 MB error 03-Jan-2023 00:09:30 Progress (1): 34/37 MB error 03-Jan-2023 00:09:30 Progress (1): 34/37 MB error 03-Jan-2023 00:09:30 Progress (1): 34/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 35/37 MB error 03-Jan-2023 00:09:30 Progress (1): 36/37 MB error 03-Jan-2023 00:09:30 Progress (1): 36/37 MB error 03-Jan-2023 00:09:30 Progress (1): 36/37 MB error 03-Jan-2023 00:09:30 Progress (1): 36/37 MB error 03-Jan-2023 00:09:30 Progress (1): 36/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37/37 MB error 03-Jan-2023 00:09:30 Progress (1): 37 MB error 03-Jan-2023 00:09:30 error 03-Jan-2023 00:09:30 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 00:09:30 #21 69.57 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:09:30 #21 69.58 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 00:09:30 #21 69.70 Progress (1): 3.3/10 kB error 03-Jan-2023 00:09:30 Progress (1): 6.1/10 kB error 03-Jan-2023 00:09:30 Progress (1): 8.9/10 kB error 03-Jan-2023 00:09:30 Progress (1): 10 kB error 03-Jan-2023 00:09:30 error 03-Jan-2023 00:09:30 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 00:09:30 #21 69.81 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 00:09:30 #21 69.93 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:09:30 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:09:30 Progress (1): 7.8 kB error 03-Jan-2023 00:09:30 error 03-Jan-2023 00:09:31 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 34 kB/s) error 03-Jan-2023 00:09:31 #21 70.04 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 00:09:31 #21 70.32 Progress (1): 4.1/348 kB error 03-Jan-2023 00:09:31 Progress (1): 8.2/348 kB error 03-Jan-2023 00:09:31 Progress (1): 12/348 kB error 03-Jan-2023 00:09:31 Progress (1): 16/348 kB error 03-Jan-2023 00:09:31 Progress (1): 20/348 kB error 03-Jan-2023 00:09:31 Progress (1): 25/348 kB error 03-Jan-2023 00:09:31 Progress (1): 29/348 kB error 03-Jan-2023 00:09:31 Progress (1): 33/348 kB error 03-Jan-2023 00:09:31 Progress (1): 37/348 kB error 03-Jan-2023 00:09:31 Progress (1): 41/348 kB error 03-Jan-2023 00:09:31 Progress (1): 45/348 kB error 03-Jan-2023 00:09:31 Progress (1): 49/348 kB error 03-Jan-2023 00:09:31 Progress (1): 53/348 kB error 03-Jan-2023 00:09:31 Progress (1): 57/348 kB error 03-Jan-2023 00:09:31 Progress (1): 61/348 kB error 03-Jan-2023 00:09:31 Progress (1): 66/348 kB error 03-Jan-2023 00:09:31 Progress (1): 70/348 kB error 03-Jan-2023 00:09:31 Progress (1): 74/348 kB error 03-Jan-2023 00:09:31 Progress (1): 78/348 kB error 03-Jan-2023 00:09:31 Progress (1): 82/348 kB error 03-Jan-2023 00:09:31 Progress (1): 85/348 kB error 03-Jan-2023 00:09:31 Progress (1): 89/348 kB error 03-Jan-2023 00:09:31 Progress (1): 93/348 kB error 03-Jan-2023 00:09:31 Progress (1): 97/348 kB error 03-Jan-2023 00:09:31 Progress (1): 101/348 kB error 03-Jan-2023 00:09:31 Progress (1): 105/348 kB error 03-Jan-2023 00:09:31 Progress (1): 109/348 kB error 03-Jan-2023 00:09:31 Progress (1): 114/348 kB error 03-Jan-2023 00:09:31 Progress (1): 116/348 kB error 03-Jan-2023 00:09:31 Progress (1): 120/348 kB error 03-Jan-2023 00:09:31 Progress (1): 124/348 kB error 03-Jan-2023 00:09:31 Progress (1): 128/348 kB error 03-Jan-2023 00:09:31 Progress (1): 132/348 kB error 03-Jan-2023 00:09:31 Progress (1): 136/348 kB error 03-Jan-2023 00:09:31 Progress (1): 140/348 kB error 03-Jan-2023 00:09:31 Progress (1): 143/348 kB error 03-Jan-2023 00:09:31 Progress (1): 147/348 kB error 03-Jan-2023 00:09:31 Progress (1): 151/348 kB error 03-Jan-2023 00:09:31 Progress (1): 156/348 kB error 03-Jan-2023 00:09:31 Progress (1): 160/348 kB error 03-Jan-2023 00:09:31 Progress (1): 164/348 kB error 03-Jan-2023 00:09:31 Progress (1): 168/348 kB error 03-Jan-2023 00:09:31 Progress (1): 172/348 kB error 03-Jan-2023 00:09:31 Progress (1): 176/348 kB error 03-Jan-2023 00:09:31 Progress (1): 178/348 kB error 03-Jan-2023 00:09:31 Progress (1): 182/348 kB error 03-Jan-2023 00:09:31 Progress (1): 186/348 kB error 03-Jan-2023 00:09:31 Progress (1): 190/348 kB error 03-Jan-2023 00:09:31 Progress (1): 195/348 kB error 03-Jan-2023 00:09:31 Progress (1): 199/348 kB error 03-Jan-2023 00:09:31 Progress (1): 203/348 kB error 03-Jan-2023 00:09:31 Progress (1): 206/348 kB error 03-Jan-2023 00:09:31 Progress (1): 210/348 kB error 03-Jan-2023 00:09:31 Progress (1): 214/348 kB error 03-Jan-2023 00:09:31 Progress (1): 218/348 kB error 03-Jan-2023 00:09:31 Progress (1): 222/348 kB error 03-Jan-2023 00:09:31 Progress (1): 226/348 kB error 03-Jan-2023 00:09:31 Progress (1): 230/348 kB error 03-Jan-2023 00:09:31 Progress (1): 234/348 kB error 03-Jan-2023 00:09:31 Progress (1): 238/348 kB error 03-Jan-2023 00:09:31 Progress (1): 241/348 kB error 03-Jan-2023 00:09:31 Progress (1): 245/348 kB error 03-Jan-2023 00:09:31 Progress (1): 249/348 kB error 03-Jan-2023 00:09:31 Progress (1): 251/348 kB error 03-Jan-2023 00:09:31 Progress (1): 255/348 kB error 03-Jan-2023 00:09:31 Progress (1): 259/348 kB error 03-Jan-2023 00:09:31 Progress (1): 264/348 kB error 03-Jan-2023 00:09:31 Progress (1): 268/348 kB error 03-Jan-2023 00:09:31 Progress (1): 272/348 kB error 03-Jan-2023 00:09:31 Progress (1): 276/348 kB error 03-Jan-2023 00:09:31 Progress (1): 280/348 kB error 03-Jan-2023 00:09:31 Progress (1): 284/348 kB error 03-Jan-2023 00:09:31 Progress (1): 286/348 kB error 03-Jan-2023 00:09:31 Progress (1): 290/348 kB error 03-Jan-2023 00:09:31 Progress (1): 294/348 kB error 03-Jan-2023 00:09:31 Progress (1): 298/348 kB error 03-Jan-2023 00:09:31 Progress (1): 303/348 kB error 03-Jan-2023 00:09:31 Progress (1): 307/348 kB error 03-Jan-2023 00:09:31 Progress (1): 311/348 kB error 03-Jan-2023 00:09:31 Progress (1): 314/348 kB error 03-Jan-2023 00:09:31 Progress (1): 318/348 kB error 03-Jan-2023 00:09:31 Progress (1): 322/348 kB error 03-Jan-2023 00:09:31 Progress (1): 326/348 kB error 03-Jan-2023 00:09:31 Progress (1): 330/348 kB error 03-Jan-2023 00:09:31 Progress (1): 334/348 kB error 03-Jan-2023 00:09:31 Progress (1): 338/348 kB error 03-Jan-2023 00:09:31 Progress (1): 341/348 kB error 03-Jan-2023 00:09:31 Progress (1): 345/348 kB error 03-Jan-2023 00:09:31 Progress (1): 348 kB error 03-Jan-2023 00:09:31 error 03-Jan-2023 00:09:31 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 809 kB/s) error 03-Jan-2023 00:09:31 #21 70.47 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:09:31 #21 70.47 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 00:09:31 #21 70.59 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:09:31 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:09:31 Progress (1): 7.2 kB error 03-Jan-2023 00:09:31 error 03-Jan-2023 00:09:31 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 00:09:31 #21 70.70 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 00:09:31 #21 70.81 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:31 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:31 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:31 Progress (1): 12/13 kB error 03-Jan-2023 00:09:31 Progress (1): 13 kB error 03-Jan-2023 00:09:31 error 03-Jan-2023 00:09:31 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 00:09:31 #21 70.93 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 00:09:32 #21 71.21 Progress (1): 8.2/947 kB error 03-Jan-2023 00:09:32 Progress (1): 16/947 kB error 03-Jan-2023 00:09:32 Progress (1): 24/947 kB error 03-Jan-2023 00:09:32 Progress (1): 32/947 kB error 03-Jan-2023 00:09:32 Progress (1): 40/947 kB error 03-Jan-2023 00:09:32 Progress (1): 48/947 kB error 03-Jan-2023 00:09:32 Progress (1): 57/947 kB error 03-Jan-2023 00:09:32 Progress (1): 65/947 kB error 03-Jan-2023 00:09:32 Progress (1): 73/947 kB error 03-Jan-2023 00:09:32 Progress (1): 81/947 kB error 03-Jan-2023 00:09:32 Progress (1): 85/947 kB error 03-Jan-2023 00:09:32 Progress (1): 94/947 kB error 03-Jan-2023 00:09:32 Progress (1): 102/947 kB error 03-Jan-2023 00:09:32 Progress (1): 110/947 kB error 03-Jan-2023 00:09:32 Progress (1): 116/947 kB error 03-Jan-2023 00:09:32 Progress (1): 125/947 kB error 03-Jan-2023 00:09:32 Progress (1): 133/947 kB error 03-Jan-2023 00:09:32 Progress (1): 141/947 kB error 03-Jan-2023 00:09:32 Progress (1): 149/947 kB error 03-Jan-2023 00:09:32 Progress (1): 157/947 kB error 03-Jan-2023 00:09:32 Progress (1): 165/947 kB error 03-Jan-2023 00:09:32 Progress (1): 174/947 kB error 03-Jan-2023 00:09:32 Progress (1): 182/947 kB error 03-Jan-2023 00:09:32 Progress (1): 188/947 kB error 03-Jan-2023 00:09:32 Progress (1): 197/947 kB error 03-Jan-2023 00:09:32 Progress (1): 205/947 kB error 03-Jan-2023 00:09:32 Progress (1): 213/947 kB error 03-Jan-2023 00:09:32 Progress (1): 221/947 kB error 03-Jan-2023 00:09:32 Progress (1): 229/947 kB error 03-Jan-2023 00:09:32 Progress (1): 237/947 kB error 03-Jan-2023 00:09:32 Progress (1): 246/947 kB error 03-Jan-2023 00:09:32 Progress (1): 251/947 kB error 03-Jan-2023 00:09:32 Progress (1): 260/947 kB error 03-Jan-2023 00:09:32 Progress (1): 268/947 kB error 03-Jan-2023 00:09:32 Progress (1): 276/947 kB error 03-Jan-2023 00:09:32 Progress (1): 284/947 kB error 03-Jan-2023 00:09:32 Progress (1): 292/947 kB error 03-Jan-2023 00:09:32 Progress (1): 300/947 kB error 03-Jan-2023 00:09:32 Progress (1): 309/947 kB error 03-Jan-2023 00:09:32 Progress (1): 317/947 kB error 03-Jan-2023 00:09:32 Progress (1): 321/947 kB error 03-Jan-2023 00:09:32 Progress (1): 329/947 kB error 03-Jan-2023 00:09:32 Progress (1): 337/947 kB error 03-Jan-2023 00:09:32 Progress (1): 346/947 kB error 03-Jan-2023 00:09:32 Progress (1): 354/947 kB error 03-Jan-2023 00:09:32 Progress (1): 362/947 kB error 03-Jan-2023 00:09:32 Progress (1): 370/947 kB error 03-Jan-2023 00:09:32 Progress (1): 377/947 kB error 03-Jan-2023 00:09:32 Progress (1): 386/947 kB error 03-Jan-2023 00:09:32 Progress (1): 394/947 kB error 03-Jan-2023 00:09:32 Progress (1): 402/947 kB error 03-Jan-2023 00:09:32 Progress (1): 410/947 kB error 03-Jan-2023 00:09:32 Progress (1): 418/947 kB error 03-Jan-2023 00:09:32 Progress (1): 426/947 kB error 03-Jan-2023 00:09:32 Progress (1): 435/947 kB error 03-Jan-2023 00:09:32 Progress (1): 443/947 kB error 03-Jan-2023 00:09:32 Progress (1): 451/947 kB error 03-Jan-2023 00:09:32 Progress (1): 456/947 kB error 03-Jan-2023 00:09:32 Progress (1): 464/947 kB error 03-Jan-2023 00:09:32 Progress (1): 472/947 kB error 03-Jan-2023 00:09:32 Progress (1): 481/947 kB error 03-Jan-2023 00:09:32 Progress (1): 489/947 kB error 03-Jan-2023 00:09:32 Progress (1): 493/947 kB error 03-Jan-2023 00:09:32 Progress (1): 501/947 kB error 03-Jan-2023 00:09:32 Progress (1): 510/947 kB error 03-Jan-2023 00:09:32 Progress (1): 518/947 kB error 03-Jan-2023 00:09:32 Progress (1): 526/947 kB error 03-Jan-2023 00:09:32 Progress (1): 534/947 kB error 03-Jan-2023 00:09:32 Progress (1): 539/947 kB error 03-Jan-2023 00:09:32 Progress (1): 547/947 kB error 03-Jan-2023 00:09:32 Progress (1): 555/947 kB error 03-Jan-2023 00:09:32 Progress (1): 563/947 kB error 03-Jan-2023 00:09:32 Progress (1): 571/947 kB error 03-Jan-2023 00:09:32 Progress (1): 580/947 kB error 03-Jan-2023 00:09:32 Progress (1): 584/947 kB error 03-Jan-2023 00:09:32 Progress (1): 593/947 kB error 03-Jan-2023 00:09:32 Progress (1): 601/947 kB error 03-Jan-2023 00:09:32 Progress (1): 609/947 kB error 03-Jan-2023 00:09:32 Progress (1): 617/947 kB error 03-Jan-2023 00:09:32 Progress (1): 625/947 kB error 03-Jan-2023 00:09:32 Progress (1): 633/947 kB error 03-Jan-2023 00:09:32 Progress (1): 638/947 kB error 03-Jan-2023 00:09:32 Progress (1): 647/947 kB error 03-Jan-2023 00:09:32 Progress (1): 655/947 kB error 03-Jan-2023 00:09:32 Progress (1): 663/947 kB error 03-Jan-2023 00:09:32 Progress (1): 671/947 kB error 03-Jan-2023 00:09:32 Progress (1): 679/947 kB error 03-Jan-2023 00:09:32 Progress (1): 687/947 kB error 03-Jan-2023 00:09:32 Progress (1): 696/947 kB error 03-Jan-2023 00:09:32 Progress (1): 704/947 kB error 03-Jan-2023 00:09:32 Progress (1): 710/947 kB error 03-Jan-2023 00:09:32 Progress (1): 719/947 kB error 03-Jan-2023 00:09:32 Progress (1): 727/947 kB error 03-Jan-2023 00:09:32 Progress (1): 735/947 kB error 03-Jan-2023 00:09:32 Progress (1): 743/947 kB error 03-Jan-2023 00:09:32 Progress (1): 751/947 kB error 03-Jan-2023 00:09:32 Progress (1): 759/947 kB error 03-Jan-2023 00:09:32 Progress (1): 768/947 kB error 03-Jan-2023 00:09:32 Progress (1): 773/947 kB error 03-Jan-2023 00:09:32 Progress (1): 782/947 kB error 03-Jan-2023 00:09:32 Progress (1): 790/947 kB error 03-Jan-2023 00:09:32 Progress (1): 798/947 kB error 03-Jan-2023 00:09:32 Progress (1): 806/947 kB error 03-Jan-2023 00:09:32 Progress (1): 814/947 kB error 03-Jan-2023 00:09:32 Progress (1): 822/947 kB error 03-Jan-2023 00:09:32 Progress (1): 831/947 kB error 03-Jan-2023 00:09:32 Progress (1): 836/947 kB error 03-Jan-2023 00:09:32 Progress (1): 845/947 kB error 03-Jan-2023 00:09:32 Progress (1): 853/947 kB error 03-Jan-2023 00:09:32 Progress (1): 861/947 kB error 03-Jan-2023 00:09:32 Progress (1): 869/947 kB error 03-Jan-2023 00:09:32 Progress (1): 877/947 kB error 03-Jan-2023 00:09:32 Progress (1): 885/947 kB error 03-Jan-2023 00:09:32 Progress (1): 894/947 kB error 03-Jan-2023 00:09:32 Progress (1): 902/947 kB error 03-Jan-2023 00:09:32 Progress (1): 908/947 kB error 03-Jan-2023 00:09:32 Progress (1): 917/947 kB error 03-Jan-2023 00:09:32 Progress (1): 925/947 kB error 03-Jan-2023 00:09:32 Progress (1): 933/947 kB error 03-Jan-2023 00:09:32 Progress (1): 941/947 kB error 03-Jan-2023 00:09:32 Progress (1): 947 kB error 03-Jan-2023 00:09:32 error 03-Jan-2023 00:09:32 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.3 MB/s) error 03-Jan-2023 00:09:32 #21 71.35 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:09:32 #21 71.35 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 00:09:32 #21 71.46 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:09:32 Progress (1): 5.0 kB error 03-Jan-2023 00:09:32 error 03-Jan-2023 00:09:32 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 00:09:32 #21 71.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 00:09:32 #21 71.69 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:09:32 Progress (1): 4.3 kB error 03-Jan-2023 00:09:32 error 03-Jan-2023 00:09:32 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 00:09:32 #21 71.80 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 00:09:33 #21 72.12 Progress (1): 0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:09:33 Progress (1): 4.8 MB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 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.6 MB/s) error 03-Jan-2023 00:09:33 #21 72.43 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:09:33 #21 72.45 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 00:09:33 #21 72.57 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:09:33 Progress (1): 5.5 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 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 24 kB/s) error 03-Jan-2023 00:09:33 #21 72.68 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 00:09:33 #21 72.79 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:09:33 #21 ... error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:33 #18 67.79 Progress (1): 3.0 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 1.9 kB/s) error 03-Jan-2023 00:09:33 #18 68.07 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 00:09:33 #18 68.19 Progress (1): 3.3/9.7 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/9.7 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/9.7 kB error 03-Jan-2023 00:09:33 Progress (1): 9.7 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 37 kB/s) error 03-Jan-2023 00:09:33 #18 68.36 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 00:09:33 #18 68.49 Progress (1): 3.3/17 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/17 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/17 kB error 03-Jan-2023 00:09:33 Progress (1): 12/17 kB error 03-Jan-2023 00:09:33 Progress (1): 15/17 kB error 03-Jan-2023 00:09:33 Progress (1): 17 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 00:09:33 #18 68.93 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 00:09:33 #18 69.09 Progress (1): 3.3/19 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/19 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/19 kB error 03-Jan-2023 00:09:33 Progress (1): 12/19 kB error 03-Jan-2023 00:09:33 Progress (1): 15/19 kB error 03-Jan-2023 00:09:33 Progress (1): 17/19 kB error 03-Jan-2023 00:09:33 Progress (1): 19 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 60 kB/s) error 03-Jan-2023 00:09:33 #18 69.27 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 00:09:33 #18 69.41 Progress (1): 3.3/16 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/16 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/16 kB error 03-Jan-2023 00:09:33 Progress (1): 12/16 kB error 03-Jan-2023 00:09:33 Progress (1): 15/16 kB error 03-Jan-2023 00:09:33 Progress (1): 16 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 60 kB/s) error 03-Jan-2023 00:09:33 #18 69.55 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 00:09:33 #18 69.68 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:33 Progress (1): 12/13 kB error 03-Jan-2023 00:09:33 Progress (1): 13 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 45 kB/s) error 03-Jan-2023 00:09:33 #18 69.94 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 03-Jan-2023 00:09:33 #18 70.06 Progress (1): 2.0 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 8.2 kB/s) error 03-Jan-2023 00:09:33 #18 70.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 03-Jan-2023 00:09:33 #18 70.34 Progress (1): 2.1 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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.8 kB/s) error 03-Jan-2023 00:09:33 #18 70.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 00:09:33 #18 70.64 Progress (1): 3.3/37 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/37 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/37 kB error 03-Jan-2023 00:09:33 Progress (1): 12/37 kB error 03-Jan-2023 00:09:33 Progress (1): 15/37 kB error 03-Jan-2023 00:09:33 Progress (1): 17/37 kB error 03-Jan-2023 00:09:33 Progress (1): 20/37 kB error 03-Jan-2023 00:09:33 Progress (1): 23/37 kB error 03-Jan-2023 00:09:33 Progress (1): 26/37 kB error 03-Jan-2023 00:09:33 Progress (1): 29/37 kB error 03-Jan-2023 00:09:33 Progress (1): 31/37 kB error 03-Jan-2023 00:09:33 Progress (1): 34/37 kB error 03-Jan-2023 00:09:33 Progress (1): 37/37 kB error 03-Jan-2023 00:09:33 Progress (1): 37 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 138 kB/s) error 03-Jan-2023 00:09:33 #18 70.87 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 00:09:33 #18 71.00 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:33 Progress (1): 12/13 kB error 03-Jan-2023 00:09:33 Progress (1): 13 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 51 kB/s) error 03-Jan-2023 00:09:33 #18 71.14 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 00:09:33 #18 71.26 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:09:33 Progress (1): 9.5 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 36 kB/s) error 03-Jan-2023 00:09:33 #18 71.56 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 00:09:33 #18 71.78 Progress (1): 2.0 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 4.5 kB/s) error 03-Jan-2023 00:09:33 #18 72.05 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 00:09:33 #18 72.20 Progress (1): 3.3/23 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/23 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/23 kB error 03-Jan-2023 00:09:33 Progress (1): 12/23 kB error 03-Jan-2023 00:09:33 Progress (1): 15/23 kB error 03-Jan-2023 00:09:33 Progress (1): 17/23 kB error 03-Jan-2023 00:09:33 Progress (1): 20/23 kB error 03-Jan-2023 00:09:33 Progress (1): 23 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 00:09:33 #18 72.44 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 00:09:33 #18 72.58 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:33 Progress (1): 12/13 kB error 03-Jan-2023 00:09:33 Progress (1): 13 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 45 kB/s) error 03-Jan-2023 00:09:33 #18 72.75 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 00:09:33 #18 72.88 Progress (1): 1.3 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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.3 kB/s) error 03-Jan-2023 00:09:33 #18 73.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 00:09:33 #18 73.13 Progress (1): 3.3/29 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/29 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/29 kB error 03-Jan-2023 00:09:33 Progress (1): 12/29 kB error 03-Jan-2023 00:09:33 Progress (1): 15/29 kB error 03-Jan-2023 00:09:33 Progress (1): 17/29 kB error 03-Jan-2023 00:09:33 Progress (1): 20/29 kB error 03-Jan-2023 00:09:33 Progress (1): 23/29 kB error 03-Jan-2023 00:09:33 Progress (1): 26/29 kB error 03-Jan-2023 00:09:33 Progress (1): 29/29 kB error 03-Jan-2023 00:09:33 Progress (1): 29 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 107 kB/s) error 03-Jan-2023 00:09:33 #18 73.30 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 00:09:33 #18 73.43 Progress (1): 3.3/3.5 kB error 03-Jan-2023 00:09:33 Progress (1): 3.5 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 13 kB/s) error 03-Jan-2023 00:09:33 #18 73.57 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 00:09:33 #18 73.70 Progress (1): 3.3/10 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/10 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/10 kB error 03-Jan-2023 00:09:33 Progress (1): 10 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 00:09:33 #18 73.87 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 00:09:33 #18 74.00 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:33 Progress (1): 12/13 kB error 03-Jan-2023 00:09:33 Progress (1): 13 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 50 kB/s) error 03-Jan-2023 00:09:33 #18 74.54 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 00:09:33 #18 74.66 Progress (1): 3.2 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 00:09:33 #18 74.84 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 00:09:33 #18 74.96 Progress (1): 1.7 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 7.1 kB/s) error 03-Jan-2023 00:09:33 #18 75.22 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 00:09:33 #18 75.35 Progress (1): 3.2 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 13 kB/s) error 03-Jan-2023 00:09:33 #18 75.56 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 00:09:33 #18 75.68 Progress (1): 2.8 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 11 kB/s) error 03-Jan-2023 00:09:33 #18 75.84 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 00:09:33 #18 75.96 Progress (1): 3.2 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 13 kB/s) error 03-Jan-2023 00:09:33 #18 76.09 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 00:09:33 #18 76.22 Progress (1): 3.2 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 13 kB/s) error 03-Jan-2023 00:09:33 #18 76.35 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 00:09:33 #18 76.49 Progress (1): 3.2 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09: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 12 kB/s) error 03-Jan-2023 00:09:33 #18 76.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 03-Jan-2023 00:09:33 #18 76.75 Progress (1): 3.3/59 kB error 03-Jan-2023 00:09:33 Progress (1): 6.1/59 kB error 03-Jan-2023 00:09:33 Progress (1): 8.9/59 kB error 03-Jan-2023 00:09:33 Progress (1): 12/59 kB error 03-Jan-2023 00:09:33 Progress (1): 15/59 kB error 03-Jan-2023 00:09:33 Progress (1): 17/59 kB error 03-Jan-2023 00:09:33 Progress (1): 20/59 kB error 03-Jan-2023 00:09:33 Progress (1): 23/59 kB error 03-Jan-2023 00:09:33 Progress (1): 26/59 kB error 03-Jan-2023 00:09:33 Progress (1): 29/59 kB error 03-Jan-2023 00:09:33 Progress (1): 31/59 kB error 03-Jan-2023 00:09:33 Progress (1): 34/59 kB error 03-Jan-2023 00:09:33 Progress (1): 37/59 kB error 03-Jan-2023 00:09:33 Progress (1): 40/59 kB error 03-Jan-2023 00:09:33 Progress (1): 42/59 kB error 03-Jan-2023 00:09:33 Progress (1): 45/59 kB error 03-Jan-2023 00:09:33 Progress (1): 48/59 kB error 03-Jan-2023 00:09:33 Progress (1): 51/59 kB error 03-Jan-2023 00:09:33 Progress (1): 54/59 kB error 03-Jan-2023 00:09:33 Progress (1): 56/59 kB error 03-Jan-2023 00:09:33 Progress (1): 59 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 113 kB/s) error 03-Jan-2023 00:09:33 #18 ... error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:33 #21 72.79 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:09:33 Progress (1): 5.1 kB error 03-Jan-2023 00:09:33 error 03-Jan-2023 00:09:33 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 00:09:33 #21 72.91 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 00:09:34 #21 73.22 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:34 Progress (1): 1.2 MB error 03-Jan-2023 00:09:34 error 03-Jan-2023 00:09:34 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 00:09:34 #21 73.40 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:09:34 #21 73.40 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 00:09:34 #21 73.51 Progress (1): 3.2 kB error 03-Jan-2023 00:09:34 error 03-Jan-2023 00:09:34 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 14 kB/s) error 03-Jan-2023 00:09:34 #21 73.64 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 00:09:34 #21 73.75 Progress (1): 3.3/7.9 kB error 03-Jan-2023 00:09:34 Progress (1): 6.1/7.9 kB error 03-Jan-2023 00:09:34 Progress (1): 7.9 kB error 03-Jan-2023 00:09:34 error 03-Jan-2023 00:09:34 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 35 kB/s) error 03-Jan-2023 00:09:34 #21 73.86 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 00:09:34 #21 73.98 Progress (1): 3.3/116 kB error 03-Jan-2023 00:09:34 Progress (1): 6.1/116 kB error 03-Jan-2023 00:09:34 Progress (1): 8.9/116 kB error 03-Jan-2023 00:09:34 Progress (1): 12/116 kB error 03-Jan-2023 00:09:34 Progress (1): 15/116 kB error 03-Jan-2023 00:09:34 Progress (1): 17/116 kB error 03-Jan-2023 00:09:34 Progress (1): 20/116 kB error 03-Jan-2023 00:09:34 Progress (1): 23/116 kB error 03-Jan-2023 00:09:34 Progress (1): 26/116 kB error 03-Jan-2023 00:09:34 Progress (1): 29/116 kB error 03-Jan-2023 00:09:34 Progress (1): 31/116 kB error 03-Jan-2023 00:09:34 Progress (1): 34/116 kB error 03-Jan-2023 00:09:34 Progress (1): 37/116 kB error 03-Jan-2023 00:09:34 Progress (1): 40/116 kB error 03-Jan-2023 00:09:34 Progress (1): 43/116 kB error 03-Jan-2023 00:09:34 Progress (1): 45/116 kB error 03-Jan-2023 00:09:34 Progress (1): 48/116 kB error 03-Jan-2023 00:09:34 Progress (1): 51/116 kB error 03-Jan-2023 00:09:34 Progress (1): 54/116 kB error 03-Jan-2023 00:09:34 Progress (1): 56/116 kB error 03-Jan-2023 00:09:34 Progress (1): 59/116 kB error 03-Jan-2023 00:09:34 Progress (1): 62/116 kB error 03-Jan-2023 00:09:34 Progress (1): 65/116 kB error 03-Jan-2023 00:09:34 Progress (1): 68/116 kB error 03-Jan-2023 00:09:34 Progress (1): 70/116 kB error 03-Jan-2023 00:09:34 Progress (1): 73/116 kB error 03-Jan-2023 00:09:34 Progress (1): 76/116 kB error 03-Jan-2023 00:09:34 Progress (1): 79/116 kB error 03-Jan-2023 00:09:34 Progress (1): 82/116 kB error 03-Jan-2023 00:09:34 Progress (1): 84/116 kB error 03-Jan-2023 00:09:34 Progress (1): 87/116 kB error 03-Jan-2023 00:09:34 Progress (1): 90/116 kB error 03-Jan-2023 00:09:34 Progress (1): 93/116 kB error 03-Jan-2023 00:09:34 Progress (1): 96/116 kB error 03-Jan-2023 00:09:34 Progress (1): 98/116 kB error 03-Jan-2023 00:09:34 Progress (1): 101/116 kB error 03-Jan-2023 00:09:34 Progress (1): 104/116 kB error 03-Jan-2023 00:09:34 Progress (1): 107/116 kB error 03-Jan-2023 00:09:34 Progress (1): 110/116 kB error 03-Jan-2023 00:09:34 Progress (1): 112/116 kB error 03-Jan-2023 00:09:34 Progress (1): 115/116 kB error 03-Jan-2023 00:09:35 Progress (1): 116 kB error 03-Jan-2023 00:09:35 error 03-Jan-2023 00:09:35 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 350 kB/s) error 03-Jan-2023 00:09:35 #21 74.19 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:09:35 #21 74.20 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 00:09:35 #21 74.31 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:09:35 Progress (1): 5.9 kB error 03-Jan-2023 00:09:35 error 03-Jan-2023 00:09:35 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 00:09:35 #21 74.42 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 00:09:35 #21 74.55 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:09:35 Progress (1): 6.0 kB error 03-Jan-2023 00:09:35 error 03-Jan-2023 00:09:35 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 00:09:35 #21 74.66 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 00:09:35 #21 74.95 Progress (1): 4.1/571 kB error 03-Jan-2023 00:09:35 Progress (1): 7.5/571 kB error 03-Jan-2023 00:09:35 Progress (1): 12/571 kB error 03-Jan-2023 00:09:35 Progress (1): 16/571 kB error 03-Jan-2023 00:09:35 Progress (1): 20/571 kB error 03-Jan-2023 00:09:35 Progress (1): 24/571 kB error 03-Jan-2023 00:09:35 Progress (1): 28/571 kB error 03-Jan-2023 00:09:35 Progress (1): 32/571 kB error 03-Jan-2023 00:09:35 Progress (1): 36/571 kB error 03-Jan-2023 00:09:35 Progress (1): 40/571 kB error 03-Jan-2023 00:09:35 Progress (1): 42/571 kB error 03-Jan-2023 00:09:35 Progress (1): 46/571 kB error 03-Jan-2023 00:09:35 Progress (1): 51/571 kB error 03-Jan-2023 00:09:35 Progress (1): 55/571 kB error 03-Jan-2023 00:09:35 Progress (1): 59/571 kB error 03-Jan-2023 00:09:35 Progress (1): 62/571 kB error 03-Jan-2023 00:09:35 Progress (1): 66/571 kB error 03-Jan-2023 00:09:35 Progress (1): 71/571 kB error 03-Jan-2023 00:09:35 Progress (1): 75/571 kB error 03-Jan-2023 00:09:35 Progress (1): 79/571 kB error 03-Jan-2023 00:09:35 Progress (1): 83/571 kB error 03-Jan-2023 00:09:35 Progress (1): 87/571 kB error 03-Jan-2023 00:09:35 Progress (1): 91/571 kB error 03-Jan-2023 00:09:35 Progress (1): 95/571 kB error 03-Jan-2023 00:09:35 Progress (1): 98/571 kB error 03-Jan-2023 00:09:35 Progress (1): 102/571 kB error 03-Jan-2023 00:09:35 Progress (1): 106/571 kB error 03-Jan-2023 00:09:35 Progress (1): 110/571 kB error 03-Jan-2023 00:09:35 Progress (1): 114/571 kB error 03-Jan-2023 00:09:35 Progress (1): 116/571 kB error 03-Jan-2023 00:09:35 Progress (1): 120/571 kB error 03-Jan-2023 00:09:35 Progress (1): 125/571 kB error 03-Jan-2023 00:09:35 Progress (1): 129/571 kB error 03-Jan-2023 00:09:35 Progress (1): 133/571 kB error 03-Jan-2023 00:09:35 Progress (1): 137/571 kB error 03-Jan-2023 00:09:35 Progress (1): 141/571 kB error 03-Jan-2023 00:09:35 Progress (1): 143/571 kB error 03-Jan-2023 00:09:35 Progress (1): 147/571 kB error 03-Jan-2023 00:09:35 Progress (1): 152/571 kB error 03-Jan-2023 00:09:35 Progress (1): 156/571 kB error 03-Jan-2023 00:09:35 Progress (1): 160/571 kB error 03-Jan-2023 00:09:35 Progress (1): 164/571 kB error 03-Jan-2023 00:09:35 Progress (1): 168/571 kB error 03-Jan-2023 00:09:35 Progress (1): 172/571 kB error 03-Jan-2023 00:09:35 Progress (1): 176/571 kB error 03-Jan-2023 00:09:35 Progress (1): 178/571 kB error 03-Jan-2023 00:09:35 Progress (1): 182/571 kB error 03-Jan-2023 00:09:35 Progress (1): 186/571 kB error 03-Jan-2023 00:09:35 Progress (1): 190/571 kB error 03-Jan-2023 00:09:35 Progress (1): 195/571 kB error 03-Jan-2023 00:09:35 Progress (1): 197/571 kB error 03-Jan-2023 00:09:35 Progress (1): 201/571 kB error 03-Jan-2023 00:09:35 Progress (1): 206/571 kB error 03-Jan-2023 00:09:35 Progress (1): 210/571 kB error 03-Jan-2023 00:09:35 Progress (1): 214/571 kB error 03-Jan-2023 00:09:35 Progress (1): 218/571 kB error 03-Jan-2023 00:09:35 Progress (1): 222/571 kB error 03-Jan-2023 00:09:35 Progress (1): 224/571 kB error 03-Jan-2023 00:09:35 Progress (1): 228/571 kB error 03-Jan-2023 00:09:35 Progress (1): 233/571 kB error 03-Jan-2023 00:09:35 Progress (1): 237/571 kB error 03-Jan-2023 00:09:35 Progress (1): 241/571 kB error 03-Jan-2023 00:09:35 Progress (1): 245/571 kB error 03-Jan-2023 00:09:35 Progress (1): 249/571 kB error 03-Jan-2023 00:09:35 Progress (1): 251/571 kB error 03-Jan-2023 00:09:35 Progress (1): 255/571 kB error 03-Jan-2023 00:09:35 Progress (1): 260/571 kB error 03-Jan-2023 00:09:35 Progress (1): 264/571 kB error 03-Jan-2023 00:09:35 Progress (1): 268/571 kB error 03-Jan-2023 00:09:35 Progress (1): 272/571 kB error 03-Jan-2023 00:09:35 Progress (1): 276/571 kB error 03-Jan-2023 00:09:35 Progress (1): 280/571 kB error 03-Jan-2023 00:09:35 Progress (1): 284/571 kB error 03-Jan-2023 00:09:35 Progress (1): 288/571 kB error 03-Jan-2023 00:09:35 Progress (1): 292/571 kB error 03-Jan-2023 00:09:35 Progress (1): 296/571 kB error 03-Jan-2023 00:09:35 Progress (1): 300/571 kB error 03-Jan-2023 00:09:35 Progress (1): 305/571 kB error 03-Jan-2023 00:09:35 Progress (1): 309/571 kB error 03-Jan-2023 00:09:35 Progress (1): 312/571 kB error 03-Jan-2023 00:09:35 Progress (1): 314/571 kB error 03-Jan-2023 00:09:35 Progress (1): 318/571 kB error 03-Jan-2023 00:09:35 Progress (1): 323/571 kB error 03-Jan-2023 00:09:35 Progress (1): 327/571 kB error 03-Jan-2023 00:09:35 Progress (1): 331/571 kB error 03-Jan-2023 00:09:35 Progress (1): 335/571 kB error 03-Jan-2023 00:09:35 Progress (1): 339/571 kB error 03-Jan-2023 00:09:35 Progress (1): 343/571 kB error 03-Jan-2023 00:09:35 Progress (1): 347/571 kB error 03-Jan-2023 00:09:35 Progress (1): 351/571 kB error 03-Jan-2023 00:09:35 Progress (1): 355/571 kB error 03-Jan-2023 00:09:35 Progress (1): 358/571 kB error 03-Jan-2023 00:09:35 Progress (1): 362/571 kB error 03-Jan-2023 00:09:35 Progress (1): 366/571 kB error 03-Jan-2023 00:09:35 Progress (1): 370/571 kB error 03-Jan-2023 00:09:35 Progress (1): 375/571 kB error 03-Jan-2023 00:09:35 Progress (1): 377/571 kB error 03-Jan-2023 00:09:35 Progress (1): 381/571 kB error 03-Jan-2023 00:09:35 Progress (1): 386/571 kB error 03-Jan-2023 00:09:35 Progress (1): 390/571 kB error 03-Jan-2023 00:09:35 Progress (1): 394/571 kB error 03-Jan-2023 00:09:35 Progress (1): 398/571 kB error 03-Jan-2023 00:09:35 Progress (1): 402/571 kB error 03-Jan-2023 00:09:35 Progress (1): 406/571 kB error 03-Jan-2023 00:09:35 Progress (1): 410/571 kB error 03-Jan-2023 00:09:35 Progress (1): 413/571 kB error 03-Jan-2023 00:09:35 Progress (1): 417/571 kB error 03-Jan-2023 00:09:35 Progress (1): 422/571 kB error 03-Jan-2023 00:09:35 Progress (1): 426/571 kB error 03-Jan-2023 00:09:35 Progress (1): 430/571 kB error 03-Jan-2023 00:09:35 Progress (1): 434/571 kB error 03-Jan-2023 00:09:35 Progress (1): 438/571 kB error 03-Jan-2023 00:09:35 Progress (1): 442/571 kB error 03-Jan-2023 00:09:35 Progress (1): 446/571 kB error 03-Jan-2023 00:09:35 Progress (1): 448/571 kB error 03-Jan-2023 00:09:35 Progress (1): 452/571 kB error 03-Jan-2023 00:09:35 Progress (1): 456/571 kB error 03-Jan-2023 00:09:35 Progress (1): 460/571 kB error 03-Jan-2023 00:09:35 Progress (1): 465/571 kB error 03-Jan-2023 00:09:35 Progress (1): 469/571 kB error 03-Jan-2023 00:09:35 Progress (1): 473/571 kB error 03-Jan-2023 00:09:35 Progress (1): 477/571 kB error 03-Jan-2023 00:09:35 Progress (1): 481/571 kB error 03-Jan-2023 00:09:35 Progress (1): 485/571 kB error 03-Jan-2023 00:09:35 Progress (1): 489/571 kB error 03-Jan-2023 00:09:35 Progress (1): 492/571 kB error 03-Jan-2023 00:09:35 Progress (1): 496/571 kB error 03-Jan-2023 00:09:35 Progress (1): 500/571 kB error 03-Jan-2023 00:09:35 Progress (1): 503/571 kB error 03-Jan-2023 00:09:35 Progress (1): 507/571 kB error 03-Jan-2023 00:09:35 Progress (1): 512/571 kB error 03-Jan-2023 00:09:35 Progress (1): 516/571 kB error 03-Jan-2023 00:09:35 Progress (1): 520/571 kB error 03-Jan-2023 00:09:35 Progress (1): 524/571 kB error 03-Jan-2023 00:09:35 Progress (1): 528/571 kB error 03-Jan-2023 00:09:35 Progress (1): 532/571 kB error 03-Jan-2023 00:09:35 Progress (1): 536/571 kB error 03-Jan-2023 00:09:35 Progress (1): 540/571 kB error 03-Jan-2023 00:09:35 Progress (1): 544/571 kB error 03-Jan-2023 00:09:35 Progress (1): 548/571 kB error 03-Jan-2023 00:09:35 Progress (1): 552/571 kB error 03-Jan-2023 00:09:35 Progress (1): 555/571 kB error 03-Jan-2023 00:09:35 Progress (1): 557/571 kB error 03-Jan-2023 00:09:35 Progress (1): 561/571 kB error 03-Jan-2023 00:09:35 Progress (1): 566/571 kB error 03-Jan-2023 00:09:35 Progress (1): 570/571 kB error 03-Jan-2023 00:09:35 Progress (1): 571 kB error 03-Jan-2023 00:09:36 error 03-Jan-2023 00:09:36 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 00:09:36 #21 75.14 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:09:36 #21 75.14 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 00:09:36 #21 75.25 Progress (1): 3.3/4.7 kB error 03-Jan-2023 00:09:36 Progress (1): 4.7 kB error 03-Jan-2023 00:09:36 error 03-Jan-2023 00:09:36 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 00:09:36 #21 75.37 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 00:09:36 #21 75.50 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:09:36 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:09:36 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:09:36 Progress (1): 9.6 kB error 03-Jan-2023 00:09:36 error 03-Jan-2023 00:09:36 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 39 kB/s) error 03-Jan-2023 00:09:36 #21 75.61 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 00:09:36 #21 75.91 Progress (1): 4.1/222 kB error 03-Jan-2023 00:09:36 Progress (1): 8.2/222 kB error 03-Jan-2023 00:09:36 Progress (1): 12/222 kB error 03-Jan-2023 00:09:36 Progress (1): 16/222 kB error 03-Jan-2023 00:09:36 Progress (1): 20/222 kB error 03-Jan-2023 00:09:36 Progress (1): 25/222 kB error 03-Jan-2023 00:09:36 Progress (1): 29/222 kB error 03-Jan-2023 00:09:36 Progress (1): 33/222 kB error 03-Jan-2023 00:09:36 Progress (1): 37/222 kB error 03-Jan-2023 00:09:36 Progress (1): 41/222 kB error 03-Jan-2023 00:09:36 Progress (1): 45/222 kB error 03-Jan-2023 00:09:36 Progress (1): 49/222 kB error 03-Jan-2023 00:09:36 Progress (1): 52/222 kB error 03-Jan-2023 00:09:36 Progress (1): 56/222 kB error 03-Jan-2023 00:09:36 Progress (1): 60/222 kB error 03-Jan-2023 00:09:36 Progress (1): 62/222 kB error 03-Jan-2023 00:09:36 Progress (1): 66/222 kB error 03-Jan-2023 00:09:36 Progress (1): 71/222 kB error 03-Jan-2023 00:09:36 Progress (1): 75/222 kB error 03-Jan-2023 00:09:36 Progress (1): 79/222 kB error 03-Jan-2023 00:09:36 Progress (1): 83/222 kB error 03-Jan-2023 00:09:36 Progress (1): 87/222 kB error 03-Jan-2023 00:09:36 Progress (1): 91/222 kB error 03-Jan-2023 00:09:36 Progress (1): 95/222 kB error 03-Jan-2023 00:09:36 Progress (1): 97/222 kB error 03-Jan-2023 00:09:36 Progress (1): 101/222 kB error 03-Jan-2023 00:09:36 Progress (1): 105/222 kB error 03-Jan-2023 00:09:36 Progress (1): 109/222 kB error 03-Jan-2023 00:09:36 Progress (1): 114/222 kB error 03-Jan-2023 00:09:36 Progress (1): 118/222 kB error 03-Jan-2023 00:09:36 Progress (1): 122/222 kB error 03-Jan-2023 00:09:36 Progress (1): 126/222 kB error 03-Jan-2023 00:09:36 Progress (1): 130/222 kB error 03-Jan-2023 00:09:36 Progress (1): 132/222 kB error 03-Jan-2023 00:09:36 Progress (1): 136/222 kB error 03-Jan-2023 00:09:36 Progress (1): 140/222 kB error 03-Jan-2023 00:09:36 Progress (1): 144/222 kB error 03-Jan-2023 00:09:36 Progress (1): 148/222 kB error 03-Jan-2023 00:09:36 Progress (1): 152/222 kB error 03-Jan-2023 00:09:36 Progress (1): 157/222 kB error 03-Jan-2023 00:09:36 Progress (1): 161/222 kB error 03-Jan-2023 00:09:36 Progress (1): 165/222 kB error 03-Jan-2023 00:09:36 Progress (1): 167/222 kB error 03-Jan-2023 00:09:36 Progress (1): 171/222 kB error 03-Jan-2023 00:09:36 Progress (1): 175/222 kB error 03-Jan-2023 00:09:36 Progress (1): 179/222 kB error 03-Jan-2023 00:09:36 Progress (1): 183/222 kB error 03-Jan-2023 00:09:36 Progress (1): 187/222 kB error 03-Jan-2023 00:09:36 Progress (1): 191/222 kB error 03-Jan-2023 00:09:36 Progress (1): 195/222 kB error 03-Jan-2023 00:09:36 Progress (1): 200/222 kB error 03-Jan-2023 00:09:36 Progress (1): 204/222 kB error 03-Jan-2023 00:09:36 Progress (1): 208/222 kB error 03-Jan-2023 00:09:36 Progress (1): 212/222 kB error 03-Jan-2023 00:09:36 Progress (1): 215/222 kB error 03-Jan-2023 00:09:36 Progress (1): 219/222 kB error 03-Jan-2023 00:09:36 Progress (1): 222 kB error 03-Jan-2023 00:09:37 error 03-Jan-2023 00:09:37 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 00:09:37 #21 76.03 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:09:37 #21 76.03 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 00:09:37 #21 76.14 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:09:37 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:09:37 Progress (1): 8.2 kB error 03-Jan-2023 00:09:37 error 03-Jan-2023 00:09:37 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 00:09:37 #21 76.26 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 00:09:37 #21 76.37 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:09:37 Progress (1): 5.1 kB error 03-Jan-2023 00:09:37 error 03-Jan-2023 00:09:37 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 00:09:37 #21 76.49 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 00:09:37 #21 76.59 Progress (1): 3.3/75 kB error 03-Jan-2023 00:09:37 Progress (1): 6.1/75 kB error 03-Jan-2023 00:09:37 Progress (1): 8.9/75 kB error 03-Jan-2023 00:09:37 Progress (1): 12/75 kB error 03-Jan-2023 00:09:37 Progress (1): 15/75 kB error 03-Jan-2023 00:09:37 Progress (1): 17/75 kB error 03-Jan-2023 00:09:37 Progress (1): 20/75 kB error 03-Jan-2023 00:09:37 Progress (1): 23/75 kB error 03-Jan-2023 00:09:37 Progress (1): 26/75 kB error 03-Jan-2023 00:09:37 Progress (1): 29/75 kB error 03-Jan-2023 00:09:37 Progress (1): 31/75 kB error 03-Jan-2023 00:09:37 Progress (1): 34/75 kB error 03-Jan-2023 00:09:37 Progress (1): 37/75 kB error 03-Jan-2023 00:09:37 Progress (1): 40/75 kB error 03-Jan-2023 00:09:37 Progress (1): 42/75 kB error 03-Jan-2023 00:09:37 Progress (1): 45/75 kB error 03-Jan-2023 00:09:37 Progress (1): 48/75 kB error 03-Jan-2023 00:09:37 Progress (1): 51/75 kB error 03-Jan-2023 00:09:37 Progress (1): 54/75 kB error 03-Jan-2023 00:09:37 Progress (1): 56/75 kB error 03-Jan-2023 00:09:37 Progress (1): 59/75 kB error 03-Jan-2023 00:09:37 Progress (1): 62/75 kB error 03-Jan-2023 00:09:37 Progress (1): 65/75 kB error 03-Jan-2023 00:09:37 Progress (1): 68/75 kB error 03-Jan-2023 00:09:37 Progress (1): 70/75 kB error 03-Jan-2023 00:09:37 Progress (1): 73/75 kB error 03-Jan-2023 00:09:37 Progress (1): 75 kB error 03-Jan-2023 00:09:37 error 03-Jan-2023 00:09:37 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 338 kB/s) error 03-Jan-2023 00:09:37 #21 76.71 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:09:37 #21 76.71 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 00:09:37 #21 76.82 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:09:37 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:09:37 Progress (1): 6.8 kB error 03-Jan-2023 00:09:37 error 03-Jan-2023 00:09:37 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 00:09:37 #21 76.94 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 00:09:37 #21 77.05 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:37 Progress (1): 5.3 kB error 03-Jan-2023 00:09:38 error 03-Jan-2023 00:09:38 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 00:09:38 #21 77.16 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 00:09:38 #21 77.44 Progress (1): 4.1/235 kB error 03-Jan-2023 00:09:38 Progress (1): 8.2/235 kB error 03-Jan-2023 00:09:38 Progress (1): 12/235 kB error 03-Jan-2023 00:09:38 Progress (1): 16/235 kB error 03-Jan-2023 00:09:38 Progress (1): 20/235 kB error 03-Jan-2023 00:09:38 Progress (1): 25/235 kB error 03-Jan-2023 00:09:38 Progress (1): 29/235 kB error 03-Jan-2023 00:09:38 Progress (1): 33/235 kB error 03-Jan-2023 00:09:38 Progress (1): 37/235 kB error 03-Jan-2023 00:09:38 Progress (1): 41/235 kB error 03-Jan-2023 00:09:38 Progress (1): 45/235 kB error 03-Jan-2023 00:09:38 Progress (1): 49/235 kB error 03-Jan-2023 00:09:38 Progress (1): 53/235 kB error 03-Jan-2023 00:09:38 Progress (1): 57/235 kB error 03-Jan-2023 00:09:38 Progress (1): 60/235 kB error 03-Jan-2023 00:09:38 Progress (1): 64/235 kB error 03-Jan-2023 00:09:38 Progress (1): 68/235 kB error 03-Jan-2023 00:09:38 Progress (1): 72/235 kB error 03-Jan-2023 00:09:38 Progress (1): 76/235 kB error 03-Jan-2023 00:09:38 Progress (1): 80/235 kB error 03-Jan-2023 00:09:38 Progress (1): 84/235 kB error 03-Jan-2023 00:09:38 Progress (1): 88/235 kB error 03-Jan-2023 00:09:38 Progress (1): 92/235 kB error 03-Jan-2023 00:09:38 Progress (1): 94/235 kB error 03-Jan-2023 00:09:38 Progress (1): 98/235 kB error 03-Jan-2023 00:09:38 Progress (1): 103/235 kB error 03-Jan-2023 00:09:38 Progress (1): 107/235 kB error 03-Jan-2023 00:09:38 Progress (1): 111/235 kB error 03-Jan-2023 00:09:38 Progress (1): 115/235 kB error 03-Jan-2023 00:09:38 Progress (1): 119/235 kB error 03-Jan-2023 00:09:38 Progress (1): 123/235 kB error 03-Jan-2023 00:09:38 Progress (1): 125/235 kB error 03-Jan-2023 00:09:38 Progress (1): 129/235 kB error 03-Jan-2023 00:09:38 Progress (1): 134/235 kB error 03-Jan-2023 00:09:38 Progress (1): 138/235 kB error 03-Jan-2023 00:09:38 Progress (1): 142/235 kB error 03-Jan-2023 00:09:38 Progress (1): 146/235 kB error 03-Jan-2023 00:09:38 Progress (1): 150/235 kB error 03-Jan-2023 00:09:38 Progress (1): 154/235 kB error 03-Jan-2023 00:09:38 Progress (1): 158/235 kB error 03-Jan-2023 00:09:38 Progress (1): 160/235 kB error 03-Jan-2023 00:09:38 Progress (1): 164/235 kB error 03-Jan-2023 00:09:38 Progress (1): 168/235 kB error 03-Jan-2023 00:09:38 Progress (1): 172/235 kB error 03-Jan-2023 00:09:38 Progress (1): 177/235 kB error 03-Jan-2023 00:09:38 Progress (1): 181/235 kB error 03-Jan-2023 00:09:38 Progress (1): 185/235 kB error 03-Jan-2023 00:09:38 Progress (1): 188/235 kB error 03-Jan-2023 00:09:38 Progress (1): 192/235 kB error 03-Jan-2023 00:09:38 Progress (1): 197/235 kB error 03-Jan-2023 00:09:38 Progress (1): 201/235 kB error 03-Jan-2023 00:09:38 Progress (1): 205/235 kB error 03-Jan-2023 00:09:38 Progress (1): 209/235 kB error 03-Jan-2023 00:09:38 Progress (1): 213/235 kB error 03-Jan-2023 00:09:38 Progress (1): 217/235 kB error 03-Jan-2023 00:09:38 Progress (1): 221/235 kB error 03-Jan-2023 00:09:38 Progress (1): 224/235 kB error 03-Jan-2023 00:09:38 Progress (1): 228/235 kB error 03-Jan-2023 00:09:38 Progress (1): 233/235 kB error 03-Jan-2023 00:09:38 Progress (1): 235 kB error 03-Jan-2023 00:09:38 error 03-Jan-2023 00:09:38 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 586 kB/s) error 03-Jan-2023 00:09:38 #21 77.56 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:09:38 #21 77.56 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 00:09:38 #21 77.67 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:09:38 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:09:38 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:09:38 Progress (1): 9.9 kB error 03-Jan-2023 00:09:38 error 03-Jan-2023 00:09:38 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 00:09:38 #21 77.79 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 00:09:38 #21 77.90 Progress (1): 3.3/12 kB error 03-Jan-2023 00:09:38 Progress (1): 6.1/12 kB error 03-Jan-2023 00:09:38 Progress (1): 8.9/12 kB error 03-Jan-2023 00:09:38 Progress (1): 12/12 kB error 03-Jan-2023 00:09:38 Progress (1): 12 kB error 03-Jan-2023 00:09:38 error 03-Jan-2023 00:09:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 54 kB/s) error 03-Jan-2023 00:09:38 #21 78.02 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 00:09:39 #21 78.30 Progress (1): 0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.1/5.1 MB error 03-Jan-2023 00:09:39 Progress (1): 5.1 MB error 03-Jan-2023 00:09:39 error 03-Jan-2023 00:09:39 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.1 MB/s) error 03-Jan-2023 00:09:39 #21 78.64 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:09:39 #21 78.64 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 00:09:39 #21 78.76 Progress (1): 3.3/11 kB error 03-Jan-2023 00:09:39 Progress (1): 6.1/11 kB error 03-Jan-2023 00:09:39 Progress (1): 8.9/11 kB error 03-Jan-2023 00:09:39 Progress (1): 11 kB error 03-Jan-2023 00:09:39 error 03-Jan-2023 00:09:39 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 47 kB/s) error 03-Jan-2023 00:09:39 #21 78.88 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 00:09:39 #21 78.99 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:09:39 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:09:39 Progress (1): 6.2 kB error 03-Jan-2023 00:09:40 error 03-Jan-2023 00:09:40 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 00:09:40 #21 79.10 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 00:09:40 #21 79.40 Progress (1): 4.1/313 kB error 03-Jan-2023 00:09:40 Progress (1): 7.5/313 kB error 03-Jan-2023 00:09:40 Progress (1): 12/313 kB error 03-Jan-2023 00:09:40 Progress (1): 16/313 kB error 03-Jan-2023 00:09:40 Progress (1): 20/313 kB error 03-Jan-2023 00:09:40 Progress (1): 24/313 kB error 03-Jan-2023 00:09:40 Progress (1): 28/313 kB error 03-Jan-2023 00:09:40 Progress (1): 32/313 kB error 03-Jan-2023 00:09:40 Progress (1): 36/313 kB error 03-Jan-2023 00:09:40 Progress (1): 40/313 kB error 03-Jan-2023 00:09:40 Progress (1): 42/313 kB error 03-Jan-2023 00:09:40 Progress (1): 46/313 kB error 03-Jan-2023 00:09:40 Progress (1): 51/313 kB error 03-Jan-2023 00:09:40 Progress (1): 53/313 kB error 03-Jan-2023 00:09:40 Progress (1): 57/313 kB error 03-Jan-2023 00:09:40 Progress (1): 62/313 kB error 03-Jan-2023 00:09:40 Progress (1): 66/313 kB error 03-Jan-2023 00:09:40 Progress (1): 70/313 kB error 03-Jan-2023 00:09:40 Progress (1): 74/313 kB error 03-Jan-2023 00:09:40 Progress (1): 78/313 kB error 03-Jan-2023 00:09:40 Progress (1): 82/313 kB error 03-Jan-2023 00:09:40 Progress (1): 86/313 kB error 03-Jan-2023 00:09:40 Progress (1): 90/313 kB error 03-Jan-2023 00:09:40 Progress (1): 94/313 kB error 03-Jan-2023 00:09:40 Progress (1): 98/313 kB error 03-Jan-2023 00:09:40 Progress (1): 102/313 kB error 03-Jan-2023 00:09:40 Progress (1): 107/313 kB error 03-Jan-2023 00:09:40 Progress (1): 111/313 kB error 03-Jan-2023 00:09:40 Progress (1): 115/313 kB error 03-Jan-2023 00:09:40 Progress (1): 119/313 kB error 03-Jan-2023 00:09:40 Progress (1): 123/313 kB error 03-Jan-2023 00:09:40 Progress (1): 125/313 kB error 03-Jan-2023 00:09:40 Progress (1): 129/313 kB error 03-Jan-2023 00:09:40 Progress (1): 134/313 kB error 03-Jan-2023 00:09:40 Progress (1): 138/313 kB error 03-Jan-2023 00:09:40 Progress (1): 142/313 kB error 03-Jan-2023 00:09:40 Progress (1): 146/313 kB error 03-Jan-2023 00:09:40 Progress (1): 150/313 kB error 03-Jan-2023 00:09:40 Progress (1): 154/313 kB error 03-Jan-2023 00:09:40 Progress (1): 158/313 kB error 03-Jan-2023 00:09:40 Progress (1): 162/313 kB error 03-Jan-2023 00:09:40 Progress (1): 166/313 kB error 03-Jan-2023 00:09:40 Progress (1): 170/313 kB error 03-Jan-2023 00:09:40 Progress (1): 174/313 kB error 03-Jan-2023 00:09:40 Progress (1): 179/313 kB error 03-Jan-2023 00:09:40 Progress (1): 183/313 kB error 03-Jan-2023 00:09:40 Progress (1): 187/313 kB error 03-Jan-2023 00:09:40 Progress (1): 191/313 kB error 03-Jan-2023 00:09:40 Progress (1): 195/313 kB error 03-Jan-2023 00:09:40 Progress (1): 197/313 kB error 03-Jan-2023 00:09:40 Progress (1): 201/313 kB error 03-Jan-2023 00:09:40 Progress (1): 206/313 kB error 03-Jan-2023 00:09:40 Progress (1): 210/313 kB error 03-Jan-2023 00:09:40 Progress (1): 214/313 kB error 03-Jan-2023 00:09:40 Progress (1): 218/313 kB error 03-Jan-2023 00:09:40 Progress (1): 222/313 kB error 03-Jan-2023 00:09:40 Progress (1): 226/313 kB error 03-Jan-2023 00:09:40 Progress (1): 230/313 kB error 03-Jan-2023 00:09:40 Progress (1): 232/313 kB error 03-Jan-2023 00:09:40 Progress (1): 236/313 kB error 03-Jan-2023 00:09:40 Progress (1): 240/313 kB error 03-Jan-2023 00:09:40 Progress (1): 244/313 kB error 03-Jan-2023 00:09:40 Progress (1): 249/313 kB error 03-Jan-2023 00:09:40 Progress (1): 251/313 kB error 03-Jan-2023 00:09:40 Progress (1): 255/313 kB error 03-Jan-2023 00:09:40 Progress (1): 260/313 kB error 03-Jan-2023 00:09:40 Progress (1): 264/313 kB error 03-Jan-2023 00:09:40 Progress (1): 268/313 kB error 03-Jan-2023 00:09:40 Progress (1): 272/313 kB error 03-Jan-2023 00:09:40 Progress (1): 276/313 kB error 03-Jan-2023 00:09:40 Progress (1): 280/313 kB error 03-Jan-2023 00:09:40 Progress (1): 284/313 kB error 03-Jan-2023 00:09:40 Progress (1): 288/313 kB error 03-Jan-2023 00:09:40 Progress (1): 292/313 kB error 03-Jan-2023 00:09:40 Progress (1): 295/313 kB error 03-Jan-2023 00:09:40 Progress (1): 299/313 kB error 03-Jan-2023 00:09:40 Progress (1): 303/313 kB error 03-Jan-2023 00:09:40 Progress (1): 307/313 kB error 03-Jan-2023 00:09:40 Progress (1): 312/313 kB error 03-Jan-2023 00:09:40 Progress (1): 313 kB error 03-Jan-2023 00:09:40 error 03-Jan-2023 00:09:40 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 749 kB/s) error 03-Jan-2023 00:09:40 #21 79.52 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:09:40 #21 79.52 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 00:09:40 #21 79.64 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:09:40 Progress (1): 5.9 kB error 03-Jan-2023 00:09:40 error 03-Jan-2023 00:09:40 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 00:09:40 #21 79.76 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 00:09:40 #21 79.87 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:40 Progress (1): 5.3 kB error 03-Jan-2023 00:09:40 error 03-Jan-2023 00:09:40 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 00:09:40 #21 79.99 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 00:09:41 #21 80.10 Progress (1): 3.3/27 kB error 03-Jan-2023 00:09:41 Progress (1): 6.1/27 kB error 03-Jan-2023 00:09:41 Progress (1): 8.9/27 kB error 03-Jan-2023 00:09:41 Progress (1): 12/27 kB error 03-Jan-2023 00:09:41 Progress (1): 15/27 kB error 03-Jan-2023 00:09:41 Progress (1): 17/27 kB error 03-Jan-2023 00:09:41 Progress (1): 20/27 kB error 03-Jan-2023 00:09:41 Progress (1): 23/27 kB error 03-Jan-2023 00:09:41 Progress (1): 26/27 kB error 03-Jan-2023 00:09:41 Progress (1): 27 kB error 03-Jan-2023 00:09:41 #21 ... error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:41 #18 78.17 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 00:09:41 #18 78.17 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 00:09:41 #18 78.18 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 00:09:41 #18 78.21 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 00:09:41 #18 78.21 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 00:09:41 #18 80.79 Progress (1): 3.3/24 kB error 03-Jan-2023 00:09:41 Progress (1): 6.1/24 kB error 03-Jan-2023 00:09:41 Progress (1): 8.9/24 kB error 03-Jan-2023 00:09:41 Progress (1): 12/24 kB error 03-Jan-2023 00:09:41 Progress (1): 14/24 kB error 03-Jan-2023 00:09:41 Progress (1): 17/24 kB error 03-Jan-2023 00:09:41 Progress (1): 20/24 kB error 03-Jan-2023 00:09:41 Progress (1): 23/24 kB error 03-Jan-2023 00:09:41 Progress (1): 24 kB error 03-Jan-2023 00:09:41 Progress (2): 24 kB | 0/2.9 MB error 03-Jan-2023 00:09:41 Progress (2): 24 kB | 0/2.9 MB error 03-Jan-2023 00:09:41 Progress (2): 24 kB | 0.1/2.9 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 7.9 kB/s) error 03-Jan-2023 00:09:41 #18 81.21 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 81.24 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.1/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.2/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.3/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.4/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.4/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.4/2.9 MB error 03-Jan-2023 00:09:41 Progress (1): 0.4/2.9 MB error 03-Jan-2023 00:09:41 Progress (2): 0.4/2.9 MB | 4.1/689 kB error 03-Jan-2023 00:09:41 Progress (2): 0.4/2.9 MB | 7.5/689 kB error 03-Jan-2023 00:09:41 Progress (3): 0.4/2.9 MB | 7.5/689 kB | 0/1.2 MB error 03-Jan-2023 00:09:41 Progress (3): 0.4/2.9 MB | 7.5/689 kB | 0/1.2 MB error 03-Jan-2023 00:09:41 Progress (4): 0.4/2.9 MB | 7.5/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.4/2.9 MB | 7.5/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 7.5/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 7.5/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 7.5/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 12/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 16/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 20/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 24/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 28/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 28/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 32/689 kB | 0/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 32/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 36/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 40/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 42/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 46/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 51/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 55/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.5/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.6/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 59/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 63/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 67/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 71/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 75/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 75/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 77/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 77/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 77/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 81/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 85/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 89/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 89/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 89/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 89/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 94/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 94/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 98/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 102/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 106/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 110/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.7/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.1/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 112/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 116/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 120/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 124/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 128/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.8/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 132/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 137/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 141/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 145/689 kB | 0.1/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 145/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 147/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 151/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 155/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 159/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 163/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 167/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 171/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 171/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 175/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 175/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 180/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 182/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 182/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 186/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 190/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 190/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 190/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 190/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 194/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 198/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 198/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 198/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 198/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 202/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 206/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 210/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 0.9/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 214/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 216/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 216/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 216/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 216/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.2 MB | 0.2/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 220/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 225/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 225/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 229/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 229/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 229/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.2/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 233/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 237/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 241/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 245/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 249/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 249/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 251/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 251/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 251/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 251/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 251/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 255/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 255/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 259/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 259/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 264/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 264/689 kB | 0.3/1.2 MB | 0.3/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 264/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 264/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 268/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 268/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 268/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.0/2.9 MB | 272/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 272/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 276/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.3/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 280/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 284/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 286/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 290/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 294/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 298/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 298/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 302/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 302/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 302/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 302/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 307/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 307/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 307/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 307/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 307/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 311/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 315/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 315/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 319/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 321/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 321/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 321/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 321/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 325/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 329/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 333/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.1/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 337/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 341/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 341/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 345/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 350/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 350/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 350/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 350/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 354/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 356/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 356/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 356/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 360/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 360/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 364/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 368/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.4/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 372/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 376/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 376/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 376/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 376/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 380/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 380/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 380/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 384/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 384/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 388/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 390/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 390/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 390/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 390/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 390/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.2/2.9 MB | 395/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 395/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 395/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 395/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 395/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 399/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 403/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 407/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.5/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 411/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 415/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 419/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 423/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.5/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 425/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 429/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 429/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 433/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 433/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 438/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 442/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 446/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 450/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 454/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 458/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 460/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 464/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 468/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 468/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 468/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.3/2.9 MB | 468/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 468/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 472/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.6/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 476/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 481/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 485/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 485/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 489/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 489/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 493/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 495/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 495/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 495/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 495/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 495/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 499/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 503/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 503/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 503/689 kB | 0.6/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 503/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 503/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 507/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 511/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 511/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 511/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 511/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 511/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.4/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 515/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 520/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 524/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 528/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 530/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 530/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 530/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 534/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 538/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 542/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 546/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 546/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 550/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 554/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 558/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 563/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.7/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 565/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 569/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 573/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 577/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 581/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 581/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 581/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 585/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 589/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 593/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 597/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 597/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 597/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/2.9 MB | 599/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.7/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 599/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 603/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 608/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 612/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 4.1/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 8.2/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 12/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 616/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 620/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 624/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 628/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 632/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.8/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 634/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 638/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 642/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 642/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 646/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 646/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 651/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 651/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 651/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 655/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 659/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 659/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 659/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 663/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 663/689 kB | 0.8/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 663/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 667/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 669/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.6/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 673/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 677/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 677/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 681/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 681/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 685/689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 16/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 20/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 25/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 25/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 0.9/1.4 MB | 29/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 29/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 29/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 29/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 32/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 32/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 36/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 36/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 36/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 40/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 40/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 40/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 44/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.7/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 0.9/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.0/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 48/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 53/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 57/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 61/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 61/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 65/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 65/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 65/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.8/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.0/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 67/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 71/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 75/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 79/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 79/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 79/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 79/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 83/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 83/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 87/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 91/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 91/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 91/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 91/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 91/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 96/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 100/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 100/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 100/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 100/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 102/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 102/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 106/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 110/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 114/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 118/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 118/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.1/1.4 MB | 118/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 118/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 118/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 122/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 126/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 126/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 126/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 126/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 130/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 134/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 137/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 137/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 141/282 kB error 03-Jan-2023 00:09:41 Progress (5): 1.9/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 141/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 141/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.1/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 145/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 149/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 153/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 157/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 161/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 165/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 169/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 171/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 171/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 171/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.2/1.4 MB | 171/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 171/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 175/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 180/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 184/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 188/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 192/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 196/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 200/282 kB error 03-Jan-2023 00:09:41 Progress (5): 2.0/2.9 MB | 689 kB | 1.2/1.2 MB | 1.3/1.4 MB | 204/282 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09: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 146 kB/s) error 03-Jan-2023 00:09:41 #18 82.89 Progress (4): 2.0/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.0/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.0/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.0/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.0/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 206/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 210/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 214/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 218/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 223/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 223/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 227/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 231/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 235/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 239/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 241/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 245/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 249/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 253/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 257/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 261/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 266/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 270/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 274/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 276/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 280/282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09: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 00:09:41 #18 82.95 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2/1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.1/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.3/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.2/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 Progress (4): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB | 282 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 83.10 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 83.12 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4/1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.3/2.9 MB | 1.2 MB | 1.4 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09: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 242 kB/s) error 03-Jan-2023 00:09:41 #18 83.27 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09: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 00:09:41 #18 83.28 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.4/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.5/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.6/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.7/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (2): 2.7/2.9 MB | 1.4 MB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 1.4 MB | 4.1/373 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 4.1/373 kB | 3.3/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 8.2/373 kB | 3.3/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 8.2/373 kB | 3.3/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 8.2/373 kB | 6.1/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 12/373 kB | 6.1/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 16/373 kB | 6.1/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 6.1/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 8.9/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 8.9/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 12/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 14/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 17/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 20/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 23/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 26/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 28/201 kB error 03-Jan-2023 00:09:41 Progress (4): 2.7/2.9 MB | 1.4 MB | 19/373 kB | 28/201 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 262 kB/s) error 03-Jan-2023 00:09:41 #18 83.67 Progress (3): 2.7/2.9 MB | 23/373 kB | 28/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 23/373 kB | 31/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 23/373 kB | 31/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 27/373 kB | 31/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 27/373 kB | 34/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 31/373 kB | 34/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 34/373 kB | 34/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 34/373 kB | 37/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 34/373 kB | 40/201 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 83.68 Progress (3): 2.7/2.9 MB | 34/373 kB | 42/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.7/2.9 MB | 38/373 kB | 42/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 38/373 kB | 42/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 38/373 kB | 42/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 42/373 kB | 42/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 42/373 kB | 45/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 46/373 kB | 45/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 46/373 kB | 48/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 51/373 kB | 48/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 55/373 kB | 48/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 55/373 kB | 51/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 55/373 kB | 54/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 55/373 kB | 54/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 59/373 kB | 54/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 59/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 63/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 67/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 69/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 69/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 69/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 56/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 59/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 62/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 65/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 68/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 70/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 71/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 75/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 80/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 84/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 88/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 88/373 kB | 73/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 88/373 kB | 76/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 88/373 kB | 79/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 92/373 kB | 79/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 96/373 kB | 79/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 96/373 kB | 79/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 96/373 kB | 82/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 96/373 kB | 84/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.8/2.9 MB | 96/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 96/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 100/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 104/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 106/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 110/373 kB | 87/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 110/373 kB | 90/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 110/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 114/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 118/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 123/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 93/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 96/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 98/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 101/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 104/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 107/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 127/373 kB | 110/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 131/373 kB | 110/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 135/373 kB | 110/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 139/373 kB | 110/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 139/373 kB | 110/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 139/373 kB | 112/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 139/373 kB | 115/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9/2.9 MB | 139/373 kB | 118/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 139/373 kB | 118/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 141/373 kB | 118/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 141/373 kB | 121/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 145/373 kB | 121/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 121/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 124/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 126/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 129/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 132/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 149/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 153/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 157/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 161/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 166/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 170/373 kB | 135/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 170/373 kB | 138/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 174/373 kB | 138/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 176/373 kB | 138/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 176/373 kB | 140/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 176/373 kB | 143/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 176/373 kB | 146/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 180/373 kB | 146/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 184/373 kB | 146/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 188/373 kB | 146/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 188/373 kB | 149/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 188/373 kB | 152/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 192/373 kB | 152/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 196/373 kB | 152/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 196/373 kB | 154/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 196/373 kB | 157/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 196/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 200/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 204/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 209/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 213/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 160/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 163/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 166/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 168/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 171/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 174/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 177/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 215/373 kB | 180/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 219/373 kB | 180/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 223/373 kB | 180/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 223/373 kB | 182/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 223/373 kB | 185/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 227/373 kB | 185/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 231/373 kB | 185/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 231/373 kB | 187/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 231/373 kB | 190/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 235/373 kB | 190/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 239/373 kB | 190/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 239/373 kB | 193/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 243/373 kB | 193/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 247/373 kB | 193/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 250/373 kB | 193/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 250/373 kB | 196/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 250/373 kB | 199/201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 250/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 254/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 258/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 260/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 264/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 269/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 273/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 277/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 281/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 285/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 289/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 293/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 295/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 299/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 303/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 307/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 312/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 314/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 318/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 323/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 327/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 331/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 335/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 2.9 MB | 339/373 kB | 201 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09: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 496 kB/s) error 03-Jan-2023 00:09:41 #18 84.01 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 00:09:41 #18 84.03 Progress (2): 343/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (2): 347/373 kB | 201 kB error 03-Jan-2023 00:09:41 Progress (3): 347/373 kB | 201 kB | 4.1/315 kB error 03-Jan-2023 00:09:41 Progress (3): 351/373 kB | 201 kB | 4.1/315 kB error 03-Jan-2023 00:09:41 Progress (3): 351/373 kB | 201 kB | 8.2/315 kB error 03-Jan-2023 00:09:41 Progress (3): 351/373 kB | 201 kB | 12/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 12/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 16/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 20/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 25/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 29/315 kB error 03-Jan-2023 00:09:41 Progress (3): 355/373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 358/373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 362/373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 366/373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 370/373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 33/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 37/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 41/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 45/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 49/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 52/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 56/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 60/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 64/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 68/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 72/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 76/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 80/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 84/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 86/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 201 kB | 91/315 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 34 kB/s) error 03-Jan-2023 00:09:41 #18 84.12 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 00:09:41 #18 84.13 Progress (2): 373 kB | 95/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 99/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 103/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 107/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 111/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 115/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 119/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 121/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 125/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 129/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 134/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 138/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 142/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 146/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 150/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 154/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 158/315 kB error 03-Jan-2023 00:09:41 Progress (2): 373 kB | 160/315 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 3.3/183 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 6.1/183 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 8.9/183 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 12/183 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 14/183 kB error 03-Jan-2023 00:09:41 Progress (3): 373 kB | 160/315 kB | 17/183 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 17/183 kB | 4.1/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 17/183 kB | 8.2/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 17/183 kB | 12/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 17/183 kB | 16/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 20/183 kB | 16/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 20/183 kB | 20/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 20/183 kB | 25/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 20/183 kB | 29/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 20/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 160/315 kB | 23/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 164/315 kB | 23/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 168/315 kB | 23/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 168/315 kB | 26/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 172/315 kB | 26/183 kB | 33/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 172/315 kB | 26/183 kB | 37/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 26/183 kB | 37/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 28/183 kB | 37/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 28/183 kB | 41/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 28/183 kB | 45/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 28/183 kB | 49/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 31/183 kB | 49/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 34/183 kB | 49/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 177/315 kB | 37/183 kB | 49/409 kB error 03-Jan-2023 00:09:41 Progress (4): 373 kB | 181/315 kB | 37/183 kB | 49/409 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 62 kB/s) error 03-Jan-2023 00:09:41 #18 84.21 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 00:09:41 #18 84.22 Progress (3): 181/315 kB | 37/183 kB | 52/409 kB error 03-Jan-2023 00:09:41 Progress (3): 185/315 kB | 37/183 kB | 52/409 kB error 03-Jan-2023 00:09:41 Progress (3): 189/315 kB | 37/183 kB | 52/409 kB error 03-Jan-2023 00:09:41 Progress (3): 193/315 kB | 37/183 kB | 52/409 kB error 03-Jan-2023 00:09:41 Progress (3): 193/315 kB | 37/183 kB | 56/409 kB error 03-Jan-2023 00:09:41 Progress (3): 195/315 kB | 37/183 kB | 56/409 kB error 03-Jan-2023 00:09:41 Progress (3): 195/315 kB | 37/183 kB | 60/409 kB error 03-Jan-2023 00:09:41 Progress (3): 195/315 kB | 37/183 kB | 64/409 kB error 03-Jan-2023 00:09:41 Progress (3): 195/315 kB | 37/183 kB | 69/409 kB error 03-Jan-2023 00:09:41 Progress (3): 199/315 kB | 37/183 kB | 69/409 kB error 03-Jan-2023 00:09:41 Progress (3): 203/315 kB | 37/183 kB | 69/409 kB error 03-Jan-2023 00:09:41 Progress (3): 207/315 kB | 37/183 kB | 69/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 69/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 73/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 77/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 81/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 85/409 kB error 03-Jan-2023 00:09:41 Progress (3): 211/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 215/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 220/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 224/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 228/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 230/315 kB | 37/183 kB | 87/409 kB error 03-Jan-2023 00:09:41 Progress (3): 230/315 kB | 37/183 kB | 91/409 kB error 03-Jan-2023 00:09:41 Progress (3): 230/315 kB | 37/183 kB | 95/409 kB error 03-Jan-2023 00:09:41 Progress (3): 230/315 kB | 37/183 kB | 99/409 kB error 03-Jan-2023 00:09:41 Progress (3): 230/315 kB | 37/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 37/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 40/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 42/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 45/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 48/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 51/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 54/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 56/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 59/183 kB | 103/409 kB error 03-Jan-2023 00:09:41 Progress (3): 234/315 kB | 59/183 kB | 107/409 kB error 03-Jan-2023 00:09:41 Progress (3): 238/315 kB | 59/183 kB | 107/409 kB error 03-Jan-2023 00:09:41 Progress (3): 238/315 kB | 62/183 kB | 107/409 kB error 03-Jan-2023 00:09:41 Progress (3): 242/315 kB | 62/183 kB | 107/409 kB error 03-Jan-2023 00:09:41 Progress (3): 242/315 kB | 62/183 kB | 112/409 kB error 03-Jan-2023 00:09:41 Progress (3): 246/315 kB | 62/183 kB | 112/409 kB error 03-Jan-2023 00:09:41 Progress (3): 250/315 kB | 62/183 kB | 112/409 kB error 03-Jan-2023 00:09:41 Progress (3): 250/315 kB | 65/183 kB | 112/409 kB error 03-Jan-2023 00:09:41 Progress (3): 254/315 kB | 65/183 kB | 112/409 kB error 03-Jan-2023 00:09:41 Progress (3): 254/315 kB | 65/183 kB | 116/409 kB error 03-Jan-2023 00:09:41 Progress (3): 254/315 kB | 67/183 kB | 116/409 kB error 03-Jan-2023 00:09:41 Progress (3): 254/315 kB | 67/183 kB | 120/409 kB error 03-Jan-2023 00:09:41 Progress (3): 254/315 kB | 67/183 kB | 124/409 kB error 03-Jan-2023 00:09:41 Progress (3): 258/315 kB | 67/183 kB | 124/409 kB error 03-Jan-2023 00:09:41 Progress (3): 258/315 kB | 67/183 kB | 128/409 kB error 03-Jan-2023 00:09:41 Progress (3): 263/315 kB | 67/183 kB | 128/409 kB error 03-Jan-2023 00:09:41 Progress (3): 263/315 kB | 67/183 kB | 132/409 kB error 03-Jan-2023 00:09:41 Progress (3): 267/315 kB | 67/183 kB | 132/409 kB error 03-Jan-2023 00:09:41 Progress (3): 267/315 kB | 67/183 kB | 136/409 kB error 03-Jan-2023 00:09:41 Progress (3): 269/315 kB | 67/183 kB | 136/409 kB error 03-Jan-2023 00:09:41 Progress (3): 269/315 kB | 67/183 kB | 140/409 kB error 03-Jan-2023 00:09:41 Progress (3): 269/315 kB | 67/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 269/315 kB | 70/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 273/315 kB | 70/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 278/315 kB | 70/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 282/315 kB | 70/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 70/183 kB | 143/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 70/183 kB | 147/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 73/183 kB | 147/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 147/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 151/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 155/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 158/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 162/409 kB error 03-Jan-2023 00:09:41 Progress (3): 286/315 kB | 76/183 kB | 166/409 kB error 03-Jan-2023 00:09:41 Progress (3): 290/315 kB | 76/183 kB | 166/409 kB error 03-Jan-2023 00:09:41 Progress (3): 290/315 kB | 79/183 kB | 166/409 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 79/183 kB | 166/409 kB | 3.3/61 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 79/183 kB | 166/409 kB | 6.1/61 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 79/183 kB | 166/409 kB | 8.9/61 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 79/183 kB | 166/409 kB | 12/61 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 79/183 kB | 166/409 kB | 14/61 kB error 03-Jan-2023 00:09:41 Progress (4): 290/315 kB | 81/183 kB | 166/409 kB | 14/61 kB error 03-Jan-2023 00:09:41 Progress (4): 294/315 kB | 81/183 kB | 166/409 kB | 14/61 kB error 03-Jan-2023 00:09:41 Progress (4): 294/315 kB | 81/183 kB | 166/409 kB | 17/61 kB error 03-Jan-2023 00:09:41 Progress (4): 294/315 kB | 84/183 kB | 166/409 kB | 17/61 kB error 03-Jan-2023 00:09:41 Progress (4): 298/315 kB | 84/183 kB | 166/409 kB | 17/61 kB error 03-Jan-2023 00:09:41 Progress (4): 298/315 kB | 84/183 kB | 170/409 kB | 17/61 kB error 03-Jan-2023 00:09:41 Progress (4): 298/315 kB | 84/183 kB | 174/409 kB | 17/61 kB error 03-Jan-2023 00:09:41 Progress (4): 298/315 kB | 84/183 kB | 174/409 kB | 20/61 kB error 03-Jan-2023 00:09:41 Progress (4): 298/315 kB | 87/183 kB | 174/409 kB | 20/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 87/183 kB | 174/409 kB | 20/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 87/183 kB | 174/409 kB | 23/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 87/183 kB | 179/409 kB | 23/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 87/183 kB | 183/409 kB | 23/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 90/183 kB | 183/409 kB | 23/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 90/183 kB | 187/409 kB | 23/61 kB error 03-Jan-2023 00:09:41 Progress (4): 302/315 kB | 90/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 306/315 kB | 90/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 306/315 kB | 93/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 306/315 kB | 95/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 306/315 kB | 98/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 310/315 kB | 98/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 187/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 191/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 195/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 199/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 203/409 kB | 26/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 203/409 kB | 29/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 203/409 kB | 31/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 98/183 kB | 203/409 kB | 34/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 101/183 kB | 203/409 kB | 34/61 kB error 03-Jan-2023 00:09:41 Progress (4): 314/315 kB | 104/183 kB | 203/409 kB | 34/61 kB error 03-Jan-2023 00:09:41 Progress (4): 315 kB | 104/183 kB | 203/409 kB | 34/61 kB error 03-Jan-2023 00:09:41 Progress (4): 315 kB | 106/183 kB | 203/409 kB | 34/61 kB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 203/409 kB | 34/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 206/409 kB | 34/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 206/409 kB | 37/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 206/409 kB | 40/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 210/409 kB | 40/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 106/183 kB | 210/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 109/183 kB | 210/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 109/183 kB | 214/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 109/183 kB | 218/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 112/183 kB | 218/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 115/183 kB | 218/409 kB | 43/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 115/183 kB | 218/409 kB | 45/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 115/183 kB | 218/409 kB | 48/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 115/183 kB | 218/409 kB | 51/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 115/183 kB | 218/409 kB | 54/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 118/183 kB | 218/409 kB | 54/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 120/183 kB | 218/409 kB | 54/61 kB | 0/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 120/183 kB | 218/409 kB | 54/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 120/183 kB | 221/409 kB | 54/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 120/183 kB | 225/409 kB | 54/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 225/409 kB | 54/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 225/409 kB | 56/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 225/409 kB | 59/61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 225/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 229/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 123/183 kB | 233/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 126/183 kB | 233/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 129/183 kB | 233/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 129/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 129/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 132/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 134/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 137/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 140/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 143/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 146/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 148/183 kB | 237/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 148/183 kB | 242/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 148/183 kB | 246/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 148/183 kB | 250/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 148/183 kB | 254/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 151/183 kB | 254/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 151/183 kB | 256/409 kB | 61 kB | 0.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 151/183 kB | 256/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 151/183 kB | 260/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 154/183 kB | 260/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 157/183 kB | 260/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 157/183 kB | 264/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 157/183 kB | 268/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 157/183 kB | 272/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 157/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 159/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 162/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 165/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 168/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 171/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 171/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 173/183 kB | 276/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 173/183 kB | 280/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 173/183 kB | 285/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 173/183 kB | 289/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 176/183 kB | 289/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 289/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 289/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 293/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 297/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 301/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 179/183 kB | 305/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 182/183 kB | 305/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 182/183 kB | 309/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 182/183 kB | 313/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 182/183 kB | 317/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 Progress (5): 315 kB | 183 kB | 317/409 kB | 61 kB | 0.2/7.5 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 84.64 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 00:09:41 #18 84.65 Progress (4): 183 kB | 317/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 321/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 326/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 330/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 332/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 336/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 340/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 344/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 347/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 347/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 351/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 355/409 kB | 61 kB | 0.3/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 355/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 359/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 363/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 368/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 372/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 376/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 380/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 384/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 386/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 386/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 390/409 kB | 61 kB | 0.4/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 390/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 390/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 395/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 399/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 403/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 407/409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 Progress (4): 183 kB | 409 kB | 61 kB | 0.5/7.5 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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.1 kB/s) error 03-Jan-2023 00:09:41 #18 84.89 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 00:09:41 #18 84.89 Progress (3): 183 kB | 409 kB | 0.6/7.5 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 27 kB/s) error 03-Jan-2023 00:09:41 #18 84.91 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 00:09:41 #18 84.94 Progress (2): 409 kB | 0.6/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.7/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.7/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.7/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.8/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.8/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.9/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.9/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 0.9/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 1.0/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 1.0/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 1.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 1.1/7.5 MB error 03-Jan-2023 00:09:41 Progress (2): 409 kB | 1.2/7.5 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 59 kB/s) error 03-Jan-2023 00:09:41 #18 85.09 Progress (2): 1.2/7.5 MB | 3.3/12 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 3.3/12 kB | 3.3/57 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 85.10 Progress (3): 1.2/7.5 MB | 3.3/12 kB | 6.1/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 3.3/12 kB | 8.9/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 3.3/12 kB | 12/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 6.1/12 kB | 12/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 6.1/12 kB | 14/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 8.9/12 kB | 14/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12/12 kB | 14/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12/12 kB | 17/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12/12 kB | 20/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 20/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 23/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 26/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 28/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 28/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 31/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 34/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 37/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 40/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 42/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 45/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 48/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 48/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 51/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 54/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.2/7.5 MB | 12 kB | 56/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.3/7.5 MB | 12 kB | 56/57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.3/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.4/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 00:09:41 Progress (3): 1.5/7.5 MB | 12 kB | 57 kB error 03-Jan-2023 00:09:41 Progress (4): 1.5/7.5 MB | 12 kB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/7.5 MB | 12 kB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.5/7.5 MB | 12 kB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 12 kB | 57 kB | 0/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 03-Jan-2023 00:09:41 Progress (5): 1.6/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB | 3.3/157 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 85.30 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 00:09:41 #18 85.31 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 6.1/157 kB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 8.9/157 kB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 12/157 kB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 14/157 kB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 17/157 kB error 03-Jan-2023 00:09:41 Progress (4): 1.6/7.5 MB | 57 kB | 0.1/3.7 MB | 20/157 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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.0 kB/s) error 03-Jan-2023 00:09:41 #18 85.34 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 20/157 kB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 85.35 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 23/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 26/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 26/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 28/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 31/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 34/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 37/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 40/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.7/7.5 MB | 0.1/3.7 MB | 40/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 40/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 42/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 42/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 45/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 48/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 51/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 54/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 56/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 59/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.1/3.7 MB | 62/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 62/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 65/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 65/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 65/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 65/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 68/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 70/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 73/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 76/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 76/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 79/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 82/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 84/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 87/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.8/7.5 MB | 0.2/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.2/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.2/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.2/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.3/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.3/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 1.9/7.5 MB | 0.3/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 90/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 93/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 96/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 96/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 98/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 101/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 104/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 104/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 106/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 106/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 109/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 112/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.3/3.7 MB | 115/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.4/3.7 MB | 115/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.4/3.7 MB | 118/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.4/3.7 MB | 118/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.0/7.5 MB | 0.4/3.7 MB | 120/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 120/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 123/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 126/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 129/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 129/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 132/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 132/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 134/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 137/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 140/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 140/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 143/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 146/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 148/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 148/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 151/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 154/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.4/3.7 MB | 154/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.1/7.5 MB | 0.5/3.7 MB | 154/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 154/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 154/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157/157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.2/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.5/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.6/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (3): 2.3/7.5 MB | 0.7/3.7 MB | 157 kB error 03-Jan-2023 00:09:41 Progress (4): 2.3/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:09:41 Progress (4): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:09:41 Progress (4): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.4/7.5 MB | 0.7/3.7 MB | 157 kB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.7/3.7 MB | 157 kB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.7/3.7 MB | 157 kB | 0.1/1.3 MB | 0/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.7/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.7/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.5/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.1/1.8 MB error 03-Jan-2023 00:09:41 Progress (5): 2.6/7.5 MB | 0.8/3.7 MB | 157 kB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 86.02 Progress (4): 2.6/7.5 MB | 0.8/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.8/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.8/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 error 03-Jan-2023 00:09:41 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 00:09:41 #18 86.03 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.1/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.6/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 0.9/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:41 Progress (4): 2.7/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.7/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.7/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.2/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.8/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.0/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 2.9/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.1/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.4/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.0/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.2/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.5/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.1/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.3/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.4/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.5/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.5/3.7 MB | 0.6/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.2/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.5/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.3/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.7/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.4/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.6/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.7/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.7/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.5/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.6/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.8/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.8/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 1.9/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.7/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.8/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.0/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.0/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 3.9/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.1/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.1/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (4): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 3.4/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 3.4/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 3.4/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 3.4/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.2/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.3/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.3/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.3/3.7 MB | 1.2/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.0/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 7.5/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 12/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 12/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 12/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 16/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 20/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 24/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 24/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 28/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 32/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 36/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3/1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 38/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 42/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 46/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 46/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 51/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.1/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 51/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 51/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 51/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 51/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 53/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 57/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 62/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 66/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 70/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 70/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 74/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 78/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 82/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.2/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.3/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.2/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.3/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.3/3.7 MB | 1.3 MB | 1.3/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 86/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 88/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 88/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 88/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 92/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 96/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 96/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 100/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 105/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.4/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 109/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 113/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 116/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 120/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 125/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 129/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 133/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 137/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 137/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.3/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.4/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.4/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.4/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.4/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 141/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 145/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 149/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 153/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 157/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.3/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 160/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 164/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 168/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 172/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 177/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 181/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 185/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 189/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.5/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.5/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 193/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 195/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 199/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 203/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 207/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.4/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 211/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 215/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 220/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 224/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 228/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 230/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 230/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 234/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 238/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 242/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 246/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 250/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 254/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 258/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 263/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 267/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 269/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 269/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 273/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 277/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 281/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.6/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.6/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 285/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 287/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 291/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 296/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 296/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 300/303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.7/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:42 Progress (5): 4.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.7/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (5): 4.8/7.5 MB | 2.8/3.7 MB | 1.3 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 00:09:43 #18 87.32 Progress (4): 4.9/7.5 MB | 2.8/3.7 MB | 1.6/1.8 MB | 303 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 33 kB/s) error 03-Jan-2023 00:09:43 #18 87.32 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 00:09:43 #18 87.33 Progress (3): 4.9/7.5 MB | 2.8/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09:43 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 00:09:43 #18 87.35 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.6/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 4.9/7.5 MB | 2.9/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 2.9/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 2.9/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 2.9/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 2.9/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.7/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.0/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.0/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.1/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8/1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.1/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.2/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.2/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.3/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.4/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.4/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.4/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.4/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.3/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.4/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.5/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.6/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.6/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.6/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.6/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.6/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.5/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB error 03-Jan-2023 00:09:43 Progress (4): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB | 3.3/24 kB error 03-Jan-2023 00:09:43 Progress (4): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB | 6.1/24 kB error 03-Jan-2023 00:09:43 Progress (4): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB | 8.9/24 kB error 03-Jan-2023 00:09:43 Progress (4): 5.7/7.5 MB | 3.6/3.7 MB | 1.8 MB | 12/24 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 192 kB/s) error 03-Jan-2023 00:09:43 #18 87.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 03-Jan-2023 00:09:43 #18 87.62 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 12/24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 15/24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 17/24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 20/24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 23/24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.6/3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.7/3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.7/3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.7/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.8/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.8/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.9/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 5.9/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.0/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.0/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.0/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.1/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.1/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.2/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.2/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.2/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.3/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.3/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (3): 6.4/7.5 MB | 3.7 MB | 24 kB error 03-Jan-2023 00:09:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 24 kB | 4.1/303 kB error 03-Jan-2023 00:09:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 24 kB | 4.1/303 kB error 03-Jan-2023 00:09:43 Progress (4): 6.4/7.5 MB | 3.7 MB | 24 kB | 4.1/303 kB error 03-Jan-2023 00:09:43 Progress (4): 6.5/7.5 MB | 3.7 MB | 24 kB | 4.1/303 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 385 kB/s) error 03-Jan-2023 00:09:43 #18 87.78 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 00:09:43 #18 87.78 Progress (3): 6.5/7.5 MB | 24 kB | 8.2/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 12/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 16/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 19/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 23/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 27/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 31/303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.5/7.5 MB | 24 kB | 34/303 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 00:09:43 #18 87.79 Progress (2): 6.5/7.5 MB | 38/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 42/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 46/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 51/303 kB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 00:09:43 #18 87.80 Progress (2): 6.5/7.5 MB | 51/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 55/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 59/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 63/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 67/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 69/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 73/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 77/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.5/7.5 MB | 81/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 81/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 85/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 89/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 94/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 98/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 102/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 102/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 104/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 108/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 112/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 116/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 120/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 124/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 128/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 132/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 137/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 137/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 141/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 143/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 147/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 151/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 155/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 159/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.6/7.5 MB | 163/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 163/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 167/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 171/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 175/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 178/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 182/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 186/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 186/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 190/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 194/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.7/7.5 MB | 198/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 198/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 202/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 206/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 210/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 212/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 216/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 216/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 221/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 225/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 229/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 233/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 237/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 241/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 245/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 247/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 251/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 255/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 259/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 264/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.8/7.5 MB | 268/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 268/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 272/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 276/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 280/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 284/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 286/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 290/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 294/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 298/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 303/303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (2): 6.9/7.5 MB | 303 kB error 03-Jan-2023 00:09:43 Progress (3): 6.9/7.5 MB | 303 kB | 3.3/121 kB error 03-Jan-2023 00:09:43 Progress (3): 6.9/7.5 MB | 303 kB | 6.1/121 kB error 03-Jan-2023 00:09:43 Progress (3): 6.9/7.5 MB | 303 kB | 8.9/121 kB error 03-Jan-2023 00:09:43 Progress (3): 6.9/7.5 MB | 303 kB | 12/121 kB error 03-Jan-2023 00:09:43 Progress (3): 7.0/7.5 MB | 303 kB | 12/121 kB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.0/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.1/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.1/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.2/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.2/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.3/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 12/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 14/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 17/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 20/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 20/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 23/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 26/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 28/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 31/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 34/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 37/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.4/7.5 MB | 303 kB | 40/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 error 03-Jan-2023 00:09: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 31 kB/s) error 03-Jan-2023 00:09:43 #18 88.02 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 03-Jan-2023 00:09:43 #18 88.03 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.3/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.4/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5/7.5 MB | 40/121 kB | 0.4/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5/7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.5/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.6/1.4 MB error 03-Jan-2023 00:09:43 Progress (3): 7.5 MB | 40/121 kB | 0.6/1.4 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 40/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 42/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 45/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 48/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 51/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 54/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 56/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 59/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 62/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 65/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 65/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 67/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 70/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 70/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.1/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:09:43 Progress (4): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB | 3.3/123 kB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB | 6.1/123 kB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB | 8.9/123 kB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 73/121 kB | 0.6/1.4 MB | 0.2/12 MB | 12/123 kB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 73/121 kB | 0.7/1.4 MB | 0.2/12 MB | 12/123 kB error 03-Jan-2023 00:09:43 Progress (5): 7.5 MB | 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 12/123 kB error 03-Jan-2023 00:09:44 Progress (5): 7.5 MB | 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 15/123 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09:44 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 747 kB/s) error 03-Jan-2023 00:09:44 #18 88.19 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 15/123 kB error 03-Jan-2023 00:09:44 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 15/123 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09:44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 03-Jan-2023 00:09:44 #18 88.20 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 17/123 kB error 03-Jan-2023 00:09:44 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 20/123 kB error 03-Jan-2023 00:09:44 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.2/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 76/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 79/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 81/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 84/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 87/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 90/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 23/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 26/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 29/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 29/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 29/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.7/1.4 MB | 0.3/12 MB | 29/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.8/1.4 MB | 0.3/12 MB | 29/123 kB error 03-Jan-2023 00:09:44 Progress (4): 93/121 kB | 0.8/1.4 MB | 0.3/12 MB | 31/123 kB error 03-Jan-2023 00:09:44 Progress (4): 95/121 kB | 0.8/1.4 MB | 0.3/12 MB | 31/123 kB error 03-Jan-2023 00:09:44 Progress (4): 95/121 kB | 0.8/1.4 MB | 0.3/12 MB | 34/123 kB error 03-Jan-2023 00:09:44 Progress (4): 95/121 kB | 0.8/1.4 MB | 0.3/12 MB | 37/123 kB error 03-Jan-2023 00:09:44 Progress (4): 98/121 kB | 0.8/1.4 MB | 0.3/12 MB | 37/123 kB error 03-Jan-2023 00:09:44 Progress (4): 101/121 kB | 0.8/1.4 MB | 0.3/12 MB | 37/123 kB error 03-Jan-2023 00:09:44 Progress (4): 101/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 104/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 106/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 109/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.3/12 MB | 40/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.3/12 MB | 43/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.3/12 MB | 45/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.4/12 MB | 45/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.4/12 MB | 45/123 kB error 03-Jan-2023 00:09:44 Progress (4): 112/121 kB | 0.8/1.4 MB | 0.4/12 MB | 48/123 kB error 03-Jan-2023 00:09:44 Progress (4): 115/121 kB | 0.8/1.4 MB | 0.4/12 MB | 48/123 kB error 03-Jan-2023 00:09:44 Progress (4): 118/121 kB | 0.8/1.4 MB | 0.4/12 MB | 48/123 kB error 03-Jan-2023 00:09:44 Progress (4): 118/121 kB | 0.8/1.4 MB | 0.4/12 MB | 51/123 kB error 03-Jan-2023 00:09:44 Progress (4): 118/121 kB | 0.8/1.4 MB | 0.4/12 MB | 54/123 kB error 03-Jan-2023 00:09:44 Progress (4): 118/121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 118/121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 120/121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 120/121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 56/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 59/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 62/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 65/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 65/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 68/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 68/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 68/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 70/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 73/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 73/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 76/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 79/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 79/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 82/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 84/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 87/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.8/1.4 MB | 0.4/12 MB | 87/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 87/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 90/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 93/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 93/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 93/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 93/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 93/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 96/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 96/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 96/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.4/12 MB | 96/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 96/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 98/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 101/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 104/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 107/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 110/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 112/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 115/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 118/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 0.9/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 1.0/1.4 MB | 0.5/12 MB | 120/123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 1.0/1.4 MB | 0.5/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 1.0/1.4 MB | 0.5/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 1.0/1.4 MB | 0.5/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (4): 121 kB | 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09: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 12 kB/s) error 03-Jan-2023 00:09:44 #18 88.40 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09:44 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 00:09:44 #18 88.41 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.6/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.0/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.7/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.8/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.1/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 0.9/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.0/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.1/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (3): 1.2/1.4 MB | 1.2/12 MB | 123 kB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.2/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.3/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.3/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.3/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.3/1.4 MB | 1.2/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.3/1.4 MB | 1.3/12 MB | 123 kB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09:44 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 00:09:44 #18 88.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.jar error 03-Jan-2023 00:09:44 #18 88.52 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.3/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.3/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.4/12 MB | 0.1/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.4/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4/1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.5/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.6/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.2/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.7/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.3/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.8/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 1.9/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 2.0/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 2.0/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 1.4 MB | 2.1/12 MB | 0.4/2.1 MB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.1/12 MB | 0.4/2.1 MB | 3.3/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.1/12 MB | 0.4/2.1 MB | 6.1/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.1/12 MB | 0.4/2.1 MB | 8.9/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.1/12 MB | 0.4/2.1 MB | 12/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.1/12 MB | 0.5/2.1 MB | 12/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 12/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 12/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 14/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 14/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 17/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 20/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 20/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 23/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 26/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.2/12 MB | 0.5/2.1 MB | 26/129 kB error 03-Jan-2023 00:09:44 Progress (4): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 26/129 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 26/129 kB | 4.1/645 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 26/129 kB | 8.2/645 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 28/129 kB | 8.2/645 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 28/129 kB | 12/645 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 28/129 kB | 16/645 kB error 03-Jan-2023 00:09:44 Progress (5): 1.4 MB | 2.3/12 MB | 0.5/2.1 MB | 31/129 kB | 16/645 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 132 kB/s) error 03-Jan-2023 00:09:44 #18 88.70 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 00:09:44 #18 88.70 Progress (4): 2.3/12 MB | 0.5/2.1 MB | 31/129 kB | 20/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.5/2.1 MB | 31/129 kB | 20/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.5/2.1 MB | 34/129 kB | 20/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.5/2.1 MB | 37/129 kB | 20/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 37/129 kB | 20/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 37/129 kB | 25/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 37/129 kB | 29/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 37/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 40/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 42/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 45/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 33/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 37/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 41/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 45/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 48/129 kB | 49/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 51/129 kB | 49/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 51/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 51/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 54/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 56/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 59/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 62/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 52/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 56/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 60/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 64/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 65/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 68/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 70/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 73/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 73/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.3/12 MB | 0.6/2.1 MB | 76/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 68/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 72/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 76/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 80/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 84/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 76/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 79/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 82/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 82/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 84/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 84/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 87/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 90/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 93/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 96/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.4/12 MB | 0.6/2.1 MB | 98/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.6/2.1 MB | 98/129 kB | 86/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.6/2.1 MB | 98/129 kB | 90/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.6/2.1 MB | 98/129 kB | 95/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.6/2.1 MB | 98/129 kB | 99/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.6/2.1 MB | 98/129 kB | 103/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 98/129 kB | 103/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 103/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 107/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 111/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 115/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 115/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 101/129 kB | 119/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 104/129 kB | 119/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 104/129 kB | 119/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 104/129 kB | 121/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 107/129 kB | 121/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 110/129 kB | 121/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 110/129 kB | 125/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 110/129 kB | 129/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 110/129 kB | 133/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 110/129 kB | 138/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 138/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 142/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 146/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 150/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 154/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 112/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 115/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 118/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 118/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.7/2.1 MB | 121/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 121/129 kB | 156/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 121/129 kB | 160/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 121/129 kB | 164/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 124/129 kB | 164/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 126/129 kB | 164/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 126/129 kB | 168/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 126/129 kB | 172/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 129 kB | 172/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 129 kB | 172/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 129 kB | 176/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 129 kB | 181/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 129 kB | 181/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 181/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 181/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 185/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 189/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 191/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 195/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 199/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 203/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 207/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 207/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 207/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 211/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 215/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 219/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 224/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 226/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 226/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 230/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 234/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 238/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.8/2.1 MB | 129 kB | 242/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.6/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB error 03-Jan-2023 00:09:44 Progress (4): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB | 3.3/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB | 6.1/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB | 8.9/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB | 12/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 242/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 246/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 250/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 254/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 258/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 260/645 kB | 14/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 260/645 kB | 17/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 260/645 kB | 17/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 260/645 kB | 17/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 260/645 kB | 20/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 265/645 kB | 20/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 269/645 kB | 20/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 273/645 kB | 20/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 273/645 kB | 20/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 273/645 kB | 23/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 277/645 kB | 23/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 277/645 kB | 23/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 277/645 kB | 26/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 277/645 kB | 28/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 281/645 kB | 28/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 281/645 kB | 31/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 281/645 kB | 31/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 285/645 kB | 31/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 289/645 kB | 31/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.7/12 MB | 0.9/2.1 MB | 129 kB | 289/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 0.9/2.1 MB | 129 kB | 289/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 0.9/2.1 MB | 129 kB | 293/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 0.9/2.1 MB | 129 kB | 295/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 0.9/2.1 MB | 129 kB | 299/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 299/645 kB | 34/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 299/645 kB | 37/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 299/645 kB | 40/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 299/645 kB | 42/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 303/645 kB | 42/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 308/645 kB | 42/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 312/645 kB | 42/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 312/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 316/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 320/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.8/12 MB | 1.0/2.1 MB | 129 kB | 324/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 324/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 324/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 324/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 328/645 kB | 45/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 328/645 kB | 48/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 330/645 kB | 48/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 330/645 kB | 51/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 330/645 kB | 51/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 330/645 kB | 54/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 334/645 kB | 54/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 338/645 kB | 54/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 342/645 kB | 54/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 54/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 56/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 59/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 62/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 62/62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 346/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 351/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 351/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (5): 2.9/12 MB | 1.0/2.1 MB | 129 kB | 351/645 kB | 62 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09: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 12 kB/s) error 03-Jan-2023 00:09:44 #18 88.93 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 355/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 359/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 363/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 365/645 kB | 62 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09: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 00:09:44 #18 88.93 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 369/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 373/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 377/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 381/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 385/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 389/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 394/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 398/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 400/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 404/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 408/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 412/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 416/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 420/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 424/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 428/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 432/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.0/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 2.9/12 MB | 1.1/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 435/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 439/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 443/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 447/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 451/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 455/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 459/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 463/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 467/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.0/12 MB | 1.1/2.1 MB | 469/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 469/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 469/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 469/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 473/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 478/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 482/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 486/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 490/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 494/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 498/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 502/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.1/12 MB | 1.1/2.1 MB | 504/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 504/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 508/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 512/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 516/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 521/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.1/2.1 MB | 525/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.2/2.1 MB | 525/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.2/2.1 MB | 525/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.2/12 MB | 1.2/2.1 MB | 525/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 525/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 529/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 533/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 537/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 539/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 543/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 547/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 551/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 555/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.2/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.3/12 MB | 1.3/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 559/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 564/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 568/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 572/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 574/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 578/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 582/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 586/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 590/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 594/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 598/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 602/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 607/645 kB | 62 kB error 03-Jan-2023 00:09:44 Progress (4): 3.4/12 MB | 1.3/2.1 MB | 609/645 kB | 62 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09: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 5.7 kB/s) error 03-Jan-2023 00:09:44 #18 89.04 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 00:09:44 #18 89.04 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 609/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 609/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 613/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 617/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 621/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 625/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 629/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 633/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 637/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 641/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.3/2.1 MB | 643/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 643/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 643/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 643/645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.4/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.5/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.5/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.6/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.6/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.7/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.7/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.8/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.9/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 3.9/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 4.0/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 4.0/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 4.0/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 Progress (3): 4.0/12 MB | 1.9/2.1 MB | 645 kB error 03-Jan-2023 00:09:44 error 03-Jan-2023 00:09: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 59 kB/s) error 03-Jan-2023 00:09:44 #18 89.18 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 00:09:44 #18 89.19 Progress (2): 4.1/12 MB | 1.9/2.1 MB error 03-Jan-2023 00:09:44 Progress (2): 4.1/12 MB | 1.9/2.1 MB error 03-Jan-2023 00:09:44 Progress (2): 4.1/12 MB | 1.9/2.1 MB error 03-Jan-2023 00:09:44 Progress (2): 4.1/12 MB | 1.9/2.1 MB error 03-Jan-2023 00:09:44 Progress (2): 4.1/12 MB | 2.0/2.1 MB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 7.5/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 16/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 24/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 32/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 40/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 48/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 57/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 65/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.1/12 MB | 2.0/2.1 MB | 73/917 kB error 03-Jan-2023 00:09:44 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 73/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 73/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 77/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 85/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 94/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 102/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.0/2.1 MB | 110/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 110/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 110/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 118/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 126/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 134/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 143/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 147/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 155/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 155/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1/2.1 MB | 155/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1 MB | 155/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.2/12 MB | 2.1 MB | 163/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 163/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 171/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 180/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 188/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 196/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 204/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 212/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 216/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 225/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 233/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 241/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.3/12 MB | 2.1 MB | 241/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 241/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 249/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 257/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 266/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 274/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 282/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.4/12 MB | 2.1 MB | 286/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.5/12 MB | 2.1 MB | 286/917 kB error 03-Jan-2023 00:09:45 Progress (3): 4.5/12 MB | 2.1 MB | 294/917 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 294/917 kB | 4.1/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 302/917 kB | 4.1/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 302/917 kB | 8.2/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 302/917 kB | 12/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 302/917 kB | 16/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 311/917 kB | 16/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 319/917 kB | 16/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 319/917 kB | 20/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 319/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 327/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 335/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 343/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 352/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 25/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 29/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 33/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 37/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 41/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 45/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 356/917 kB | 49/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 364/917 kB | 49/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 372/917 kB | 49/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 380/917 kB | 49/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 388/917 kB | 49/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 388/917 kB | 52/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 397/917 kB | 52/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 405/917 kB | 52/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.5/12 MB | 2.1 MB | 405/917 kB | 56/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 405/917 kB | 56/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 405/917 kB | 60/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 405/917 kB | 64/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 405/917 kB | 68/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 405/917 kB | 72/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 413/917 kB | 72/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 421/917 kB | 72/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 425/917 kB | 72/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 425/917 kB | 76/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 425/917 kB | 80/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 425/917 kB | 80/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 434/917 kB | 80/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 442/917 kB | 80/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 442/917 kB | 84/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 442/917 kB | 86/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 442/917 kB | 91/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 442/917 kB | 95/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 450/917 kB | 95/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 458/917 kB | 95/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 458/917 kB | 99/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 458/917 kB | 103/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 466/917 kB | 103/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 474/917 kB | 103/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 483/917 kB | 103/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 491/917 kB | 103/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 491/917 kB | 107/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.6/12 MB | 2.1 MB | 491/917 kB | 111/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.7/12 MB | 2.1 MB | 491/917 kB | 111/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.7/12 MB | 2.1 MB | 491/917 kB | 115/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.7/12 MB | 2.1 MB | 491/917 kB | 119/238 kB error 03-Jan-2023 00:09:45 Progress (4): 4.7/12 MB | 2.1 MB | 495/917 kB | 119/238 kB error 03-Jan-2023 00:09:45 error 03-Jan-2023 00:09:45 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 186 kB/s) error 03-Jan-2023 00:09:45 #18 89.38 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 00:09:45 #18 89.39 Progress (3): 4.7/12 MB | 495/917 kB | 119/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 495/917 kB | 123/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 503/917 kB | 123/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 511/917 kB | 123/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 511/917 kB | 127/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 511/917 kB | 132/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 511/917 kB | 136/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 511/917 kB | 140/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 520/917 kB | 140/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 528/917 kB | 140/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 528/917 kB | 143/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 536/917 kB | 143/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 544/917 kB | 143/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 544/917 kB | 147/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 544/917 kB | 151/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 544/917 kB | 155/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 544/917 kB | 158/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 552/917 kB | 158/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 560/917 kB | 158/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 569/917 kB | 158/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 577/917 kB | 158/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 577/917 kB | 162/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 577/917 kB | 166/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 585/917 kB | 166/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 593/917 kB | 166/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 593/917 kB | 170/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.7/12 MB | 593/917 kB | 174/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 593/917 kB | 174/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 593/917 kB | 179/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 593/917 kB | 183/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 593/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 601/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.8/12 MB | 610/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 610/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 618/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 626/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 634/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 638/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 187/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 191/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 195/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 197/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 201/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 206/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 210/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 647/917 kB | 214/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 655/917 kB | 214/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 655/917 kB | 214/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 663/917 kB | 214/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 671/917 kB | 214/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 671/917 kB | 218/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 671/917 kB | 222/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 671/917 kB | 226/238 kB error 03-Jan-2023 00:09:45 Progress (3): 4.9/12 MB | 671/917 kB | 230/238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 671/917 kB | 230/238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 671/917 kB | 232/238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 679/917 kB | 232/238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 679/917 kB | 236/238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 679/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 687/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 696/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 704/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 712/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 719/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 728/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 736/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 736/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 744/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 752/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 760/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.0/12 MB | 768/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.1/12 MB | 768/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (3): 5.1/12 MB | 773/917 kB | 238 kB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 773/917 kB | 238 kB | 0/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 773/917 kB | 238 kB | 0/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 773/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 782/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 790/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 798/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 798/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 806/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 806/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 814/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 814/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 814/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 822/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 831/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 836/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.1/12 MB | 845/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 845/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 845/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 845/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 853/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 861/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 869/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 877/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 885/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 894/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.2/12 MB | 902/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 902/917 kB | 238 kB | 0.1/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 902/917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 902/917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 908/917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 917/917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 917/917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.3/12 MB | 917 kB | 238 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 error 03-Jan-2023 00:09: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 21 kB/s) error 03-Jan-2023 00:09:45 #18 89.57 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 00:09:45 #18 89.58 Progress (3): 5.3/12 MB | 917 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.3/12 MB | 917 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.3/12 MB | 917 kB | 0.2/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.3/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.3/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.4/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.4/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.5/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.6/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.6/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.6/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.5/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (3): 5.7/12 MB | 917 kB | 0.6/2.5 MB error 03-Jan-2023 00:09:45 Progress (4): 5.7/12 MB | 917 kB | 0.6/2.5 MB | 3.3/194 kB error 03-Jan-2023 00:09:45 Progress (4): 5.7/12 MB | 917 kB | 0.6/2.5 MB | 6.1/194 kB error 03-Jan-2023 00:09:45 Progress (5): 5.7/12 MB | 917 kB | 0.6/2.5 MB | 6.1/194 kB | 4.1/686 kB error 03-Jan-2023 00:09:45 Progress (5): 5.7/12 MB | 917 kB | 0.6/2.5 MB | 8.9/194 kB | 4.1/686 kB error 03-Jan-2023 00:09:45 Progress (5): 5.7/12 MB | 917 kB | 0.6/2.5 MB | 8.9/194 kB | 8.2/686 kB error 03-Jan-2023 00:09:45 error 03-Jan-2023 00:09:45 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 80 kB/s) error 03-Jan-2023 00:09:45 #18 89.72 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 8.9/194 kB | 8.2/686 kB error 03-Jan-2023 00:09:45 error 03-Jan-2023 00:09:45 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 00:09:45 #18 89.73 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 8.9/194 kB | 8.2/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 12/194 kB | 8.2/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 12/194 kB | 12/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 12/194 kB | 16/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 15/194 kB | 16/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 16/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 20/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 24/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 28/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 32/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 36/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.6/2.5 MB | 17/194 kB | 40/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 17/194 kB | 40/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 17/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 20/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 23/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 26/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 29/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 31/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 34/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 34/194 kB | 44/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 34/194 kB | 48/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 34/194 kB | 51/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 37/194 kB | 51/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 51/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 55/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 59/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 62/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 62/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 66/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 71/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 75/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 79/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 83/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 87/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 91/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 95/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 95/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 40/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 42/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 45/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 48/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 51/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 54/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 56/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 56/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 59/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 62/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 65/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 68/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.8/12 MB | 0.7/2.5 MB | 70/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 70/194 kB | 97/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 70/194 kB | 101/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 70/194 kB | 105/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 70/194 kB | 109/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 73/194 kB | 109/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 76/194 kB | 109/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 76/194 kB | 109/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 76/194 kB | 114/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 76/194 kB | 116/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 79/194 kB | 116/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 82/194 kB | 116/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 82/194 kB | 120/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 82/194 kB | 120/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 82/194 kB | 125/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.7/2.5 MB | 84/194 kB | 125/686 kB error 03-Jan-2023 00:09:45 Progress (4): 5.9/12 MB | 0.8/2.5 MB | 84/194 kB | 125/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 84/194 kB | 125/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 87/194 kB | 125/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 87/194 kB | 129/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 87/194 kB | 133/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 90/194 kB | 133/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 90/194 kB | 133/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 90/194 kB | 137/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 137/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 3.3/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 6.1/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 8.9/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 8.9/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 12/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 14/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 17/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 20/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 23/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 26/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 28/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 31/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 34/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.0/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 93/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 96/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 98/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 101/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 104/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 104/194 kB | 141/686 kB | 37/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 104/194 kB | 141/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 104/194 kB | 145/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 107/194 kB | 145/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 107/194 kB | 149/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 110/194 kB | 149/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 110/194 kB | 153/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 112/194 kB | 153/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 112/194 kB | 157/686 kB | 40/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 112/194 kB | 157/686 kB | 42/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 115/194 kB | 157/686 kB | 42/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 115/194 kB | 157/686 kB | 45/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 118/194 kB | 157/686 kB | 45/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 118/194 kB | 157/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.8/2.5 MB | 121/194 kB | 157/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 121/194 kB | 157/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 121/194 kB | 161/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 161/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 165/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 165/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 170/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 170/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 124/194 kB | 174/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 126/194 kB | 174/686 kB | 48/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 126/194 kB | 174/686 kB | 51/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 126/194 kB | 174/686 kB | 54/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 126/194 kB | 174/686 kB | 54/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 126/194 kB | 174/686 kB | 56/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 129/194 kB | 174/686 kB | 56/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 129/194 kB | 174/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 129/194 kB | 174/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 132/194 kB | 174/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 135/194 kB | 174/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 138/194 kB | 174/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.1/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 59/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 62/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 65/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 67/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 138/194 kB | 178/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 178/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 182/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 186/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 188/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 188/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 192/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 197/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 201/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 0.9/2.5 MB | 140/194 kB | 205/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 205/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 209/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 213/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 213/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 213/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 213/686 kB | 70/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 140/194 kB | 213/686 kB | 73/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 73/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 76/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 79/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 81/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 81/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 213/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 143/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 146/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 149/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 152/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 152/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 154/194 kB | 217/686 kB | 84/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 154/194 kB | 217/686 kB | 87/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 157/194 kB | 217/686 kB | 87/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 157/194 kB | 221/686 kB | 87/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 157/194 kB | 221/686 kB | 87/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 157/194 kB | 221/686 kB | 90/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 157/194 kB | 221/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.0/2.5 MB | 160/194 kB | 221/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.1/2.5 MB | 160/194 kB | 221/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.1/2.5 MB | 160/194 kB | 225/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.1/2.5 MB | 160/194 kB | 229/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.2/12 MB | 1.1/2.5 MB | 160/194 kB | 233/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 160/194 kB | 233/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 160/194 kB | 233/686 kB | 93/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 160/194 kB | 233/686 kB | 95/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 163/194 kB | 233/686 kB | 95/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 163/194 kB | 237/686 kB | 95/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 166/194 kB | 237/686 kB | 95/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 237/686 kB | 95/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 237/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 237/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 242/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 242/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 246/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 250/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 254/686 kB | 98/100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 254/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 258/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 262/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 266/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 266/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 168/194 kB | 269/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 269/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 273/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 273/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 277/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 281/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 284/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 171/194 kB | 288/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 174/194 kB | 288/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.1/2.5 MB | 174/194 kB | 292/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 174/194 kB | 292/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 177/194 kB | 292/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 177/194 kB | 296/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 177/194 kB | 300/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 177/194 kB | 300/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 180/194 kB | 300/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 180/194 kB | 300/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 180/194 kB | 305/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.3/12 MB | 1.2/2.5 MB | 180/194 kB | 309/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 180/194 kB | 309/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 180/194 kB | 309/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 180/194 kB | 313/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 182/194 kB | 313/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 185/194 kB | 313/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 187/194 kB | 313/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 190/194 kB | 313/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 190/194 kB | 317/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 193/194 kB | 317/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 193/194 kB | 317/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 193/194 kB | 321/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 321/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 325/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 329/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 332/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 332/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 336/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 340/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 344/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 347/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.2/2.5 MB | 194 kB | 351/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 351/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 351/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 355/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 359/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 363/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 363/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 368/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 368/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 372/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 376/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 380/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 384/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 388/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 392/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 395/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 395/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 395/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 399/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 399/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 403/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 407/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 410/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.4/12 MB | 1.3/2.5 MB | 194 kB | 414/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.3/2.5 MB | 194 kB | 414/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.3/2.5 MB | 194 kB | 418/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 418/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 422/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 422/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 426/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 431/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 431/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 435/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 439/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 443/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 445/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 445/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 449/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 453/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 453/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 457/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 461/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 465/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 465/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 465/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 469/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.4/2.5 MB | 194 kB | 474/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.5/2.5 MB | 194 kB | 474/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.5/2.5 MB | 194 kB | 478/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.5/2.5 MB | 194 kB | 482/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.5/12 MB | 1.5/2.5 MB | 194 kB | 484/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 484/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 488/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 488/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 492/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 496/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 501/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 505/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 505/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 509/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 512/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 512/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 516/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 521/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 521/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 525/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.5/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 529/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 533/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 537/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 541/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 545/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 545/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 547/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.6/2.5 MB | 194 kB | 547/686 kB | 100 kB error 03-Jan-2023 00:09:45 Progress (5): 6.6/12 MB | 1.7/2.5 MB | 194 kB | 547/686 kB | 100 kB error 03-Jan-2023 00:09:45 error 03-Jan-2023 00:09: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 8.4 kB/s) error 03-Jan-2023 00:09:45 #18 90.12 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 00:09:45 #18 90.12 Progress (4): 6.6/12 MB | 1.7/2.5 MB | 194 kB | 547/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.6/12 MB | 1.7/2.5 MB | 194 kB | 547/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 547/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 551/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 551/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 555/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 559/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 559/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 564/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 564/686 kB error 03-Jan-2023 00:09:45 Progress (4): 6.7/12 MB | 1.7/2.5 MB | 194 kB | 568/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 568/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 568/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 572/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 576/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 578/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 578/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 582/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 586/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 590/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 594/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 598/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 602/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.7/12 MB | 1.8/2.5 MB | 194 kB | 607/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.8/12 MB | 1.8/2.5 MB | 194 kB | 607/686 kB error 03-Jan-2023 00:09:46 Progress (4): 6.8/12 MB | 1.8/2.5 MB | 194 kB | 607/686 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 16 kB/s) error 03-Jan-2023 00:09:46 #18 90.16 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 00:09:46 #18 90.16 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 607/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 611/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 613/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 613/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 617/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 617/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 621/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.8/2.5 MB | 625/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 625/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 629/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 633/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 633/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 633/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 637/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 641/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 645/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 647/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 652/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 656/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 656/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 660/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 664/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 668/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 668/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 672/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 674/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 678/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.8/12 MB | 1.9/2.5 MB | 683/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 1.9/2.5 MB | 683/686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 1.9/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.0/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 6.9/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.1/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.2/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.0/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.1/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.1/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.1/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.1/12 MB | 2.3/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.1/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.2/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (3): 7.3/12 MB | 2.4/2.5 MB | 686 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 3.3/186 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 3.3/186 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 6.1/186 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 6.1/186 kB | 3.4/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 6.1/186 kB | 7.5/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 6.1/186 kB | 12/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 6.1/186 kB | 16/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.4/2.5 MB | 686 kB | 8.9/186 kB | 16/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 8.9/186 kB | 16/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 8.9/186 kB | 20/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 12/186 kB | 20/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 20/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 24/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 28/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 32/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 36/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 38/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 38/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 38/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 42/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 46/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 51/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 14/186 kB | 55/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 17/186 kB | 55/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 20/186 kB | 55/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 20/186 kB | 59/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 23/186 kB | 59/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 26/186 kB | 59/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 28/186 kB | 59/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 59/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 63/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 67/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 71/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 71/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 73/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 31/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 34/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 34/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 37/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 Progress (5): 7.3/12 MB | 2.5/2.5 MB | 686 kB | 40/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 56 kB/s) error 03-Jan-2023 00:09:46 #18 90.46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 42/186 kB | 77/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 42/186 kB | 81/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 42/186 kB | 85/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 42/186 kB | 89/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 42/186 kB | 89/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 45/186 kB | 89/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 48/186 kB | 89/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 89/230 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 00:09:46 #18 90.47 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 94/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 98/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 102/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 106/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.3/12 MB | 2.5/2.5 MB | 51/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5/2.5 MB | 51/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 51/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 54/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 56/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 59/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 62/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 108/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 112/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 116/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 120/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 124/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 128/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 132/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 137/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 65/186 kB | 137/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 68/186 kB | 137/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.4/12 MB | 2.5 MB | 70/186 kB | 137/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 137/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 141/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 143/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 147/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 151/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 155/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 159/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 163/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 167/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 171/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 175/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 177/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 182/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 186/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 188/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 192/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 197/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 201/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 205/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 209/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 213/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 217/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.5/12 MB | 2.5 MB | 70/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 70/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 73/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 76/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 79/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 82/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 84/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 87/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 90/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 93/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 96/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 98/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 101/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 104/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 107/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 110/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 112/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 115/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 118/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 118/186 kB | 221/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 118/186 kB | 223/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 118/186 kB | 227/230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 118/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 121/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 124/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 126/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 129/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 132/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 135/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 138/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 140/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 143/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 146/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.6/12 MB | 2.5 MB | 149/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 149/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 152/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 154/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 157/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 160/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 163/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 166/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 168/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 171/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 174/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 177/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 180/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 182/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 185/186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.7/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 7.8/12 MB | 2.5 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 203 kB/s) error 03-Jan-2023 00:09:46 #18 90.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 03-Jan-2023 00:09:46 #18 90.63 Progress (3): 7.8/12 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (3): 7.9/12 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (3): 8.0/12 MB | 186 kB | 230 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 3.3/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 6.1/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 8.9/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 12/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 14/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 17/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 20/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 23/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 26/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 26/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 28/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 31/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 34/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.0/12 MB | 186 kB | 230 kB | 37/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 37/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 40/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 42/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 45/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 48/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 51/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 54/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 56/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 59/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 62/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 65/67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.1/12 MB | 186 kB | 230 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.2/12 MB | 186 kB | 230 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.2/12 MB | 186 kB | 230 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (4): 8.3/12 MB | 186 kB | 230 kB | 67 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 18 kB/s) error 03-Jan-2023 00:09:46 #18 90.70 Progress (3): 8.4/12 MB | 186 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (3): 8.4/12 MB | 186 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (3): 8.5/12 MB | 186 kB | 67 kB error 03-Jan-2023 00:09:46 Progress (3): 8.5/12 MB | 186 kB | 67 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 15 kB/s) error 03-Jan-2023 00:09:46 #18 90.72 Progress (2): 8.6/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.6/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.7/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.8/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.8/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.9/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 8.9/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 9.0/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 9.0/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 9.1/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 9.2/12 MB | 67 kB error 03-Jan-2023 00:09:46 Progress (2): 9.2/12 MB | 67 kB error 03-Jan-2023 00:09:46 error 03-Jan-2023 00:09:46 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 5.3 kB/s) error 03-Jan-2023 00:09:46 #18 90.80 Progress (1): 9.3/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.3/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.4/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.4/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.5/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.6/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.6/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.7/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.7/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.8/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.9/12 MB error 03-Jan-2023 00:09:46 Progress (1): 9.9/12 MB error 03-Jan-2023 00:09:46 Progress (1): 10.0/12 MB error 03-Jan-2023 00:09:46 Progress (1): 10/12 MB error 03-Jan-2023 00:09:46 Progress (1): 10/12 MB error 03-Jan-2023 00:09:46 Progress (1): 10/12 MB error 03-Jan-2023 00:09:46 Progress (1): 10/12 MB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 4.1/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 8.2/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 12/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 16/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 19/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 23/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 27/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 31/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 34/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 38/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 38/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 38/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 42/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 46/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 51/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 55/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 59/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 63/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 67/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 69/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 73/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 77/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 81/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 85/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 85/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 89/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 94/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 98/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 102/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 104/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 108/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 112/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 116/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 120/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 120/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 124/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 128/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 132/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 137/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 141/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 143/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 147/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 151/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 155/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 158/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 162/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 162/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 166/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 170/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 174/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 179/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 183/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 187/636 kB error 03-Jan-2023 00:09:46 Progress (2): 10/12 MB | 191/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 191/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 195/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 199/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 203/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 206/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 210/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 214/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 218/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 221/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 225/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 229/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 233/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 237/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 242/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 246/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 250/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 254/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 256/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 260/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 260/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 264/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 268/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 272/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 276/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 280/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 285/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 285/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 289/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 291/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 295/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 299/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 303/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 307/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 311/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 311/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 315/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 319/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 323/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 326/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 330/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 334/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 338/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 342/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 346/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 350/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 354/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 358/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 360/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 364/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 369/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 369/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 373/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 377/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 381/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 385/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 389/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 393/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 395/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 399/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 403/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 403/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 407/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 412/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 412/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 416/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 420/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 424/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 428/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 430/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 434/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 434/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 438/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 442/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 446/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 450/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 455/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 459/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 463/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 465/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 465/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 469/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 473/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 477/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 481/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 481/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 485/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 489/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 493/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 498/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 500/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 504/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 508/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 512/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 516/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 516/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 520/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 524/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 528/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 532/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 532/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 534/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 539/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 543/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 547/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 551/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 555/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 555/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 559/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 563/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 567/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 569/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 573/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 577/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 582/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 584/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 588/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 593/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 597/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 601/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 605/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 609/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 613/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 617/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 617/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 619/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 623/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 627/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 631/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 636/636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:09:46 Progress (2): 11/12 MB | 636 kB error 03-Jan-2023 00:09:46 Progress (2): 12/12 MB | 636 kB error 03-Jan-2023 00:09:46 Progress (2): 12 MB | 636 kB error 03-Jan-2023 00:09:47 error 03-Jan-2023 00:09:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 49 kB/s) error 03-Jan-2023 00:09:47 #18 91.30 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 879 kB/s) error 03-Jan-2023 00:09:47 #18 91.47 [INFO] error 03-Jan-2023 00:09:47 #18 91.47 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 03-Jan-2023 00:09:47 #18 91.83 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 00:09:47 #18 92.05 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:09:47 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:09:47 Progress (1): 6.7 kB error 03-Jan-2023 00:09:48 error 03-Jan-2023 00:09:48 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 19 kB/s) error 03-Jan-2023 00:09:48 #18 92.32 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 00:09:48 #18 92.45 Progress (1): 1.9 kB error 03-Jan-2023 00:09:48 error 03-Jan-2023 00:09: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.pom (1.9 kB at 7.4 kB/s) error 03-Jan-2023 00:09:48 #18 92.62 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 00:09:48 #18 92.75 Progress (1): 1.8 kB error 03-Jan-2023 00:09:48 error 03-Jan-2023 00:09: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.pom (1.8 kB at 6.6 kB/s) error 03-Jan-2023 00:09:48 #18 92.91 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 00:09:48 #18 93.04 Progress (1): 1.4 kB error 03-Jan-2023 00:09:49 error 03-Jan-2023 00:09:49 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 4.8 kB/s) error 03-Jan-2023 00:09:49 #18 93.24 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 00:09:49 #18 93.37 Progress (1): 424 B error 03-Jan-2023 00:09:49 error 03-Jan-2023 00:09:49 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.6 kB/s) error 03-Jan-2023 00:09:49 #18 93.52 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 00:09:49 #18 93.71 Progress (1): 3.4/3.9 kB error 03-Jan-2023 00:09:49 Progress (1): 3.9 kB error 03-Jan-2023 00:09:49 error 03-Jan-2023 00:09:49 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 12 kB/s) error 03-Jan-2023 00:09:49 #18 93.89 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 00:09:49 #18 94.03 Progress (1): 1.7 kB error 03-Jan-2023 00:09:49 error 03-Jan-2023 00:09:50 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.0 kB/s) error 03-Jan-2023 00:09:50 #18 94.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 03-Jan-2023 00:09:50 #18 94.35 Progress (1): 2.1 kB error 03-Jan-2023 00:09:50 error 03-Jan-2023 00:09:50 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.6 kB/s) error 03-Jan-2023 00:09:50 #18 94.56 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 00:09:50 #18 94.71 Progress (1): 2.0 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 2.9 kB/s) error 03-Jan-2023 00:09:51 #18 ... error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:09:51 #21 80.10 Progress (1): 3.3/27 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/27 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/27 kB error 03-Jan-2023 00:09:51 Progress (1): 12/27 kB error 03-Jan-2023 00:09:51 Progress (1): 15/27 kB error 03-Jan-2023 00:09:51 Progress (1): 17/27 kB error 03-Jan-2023 00:09:51 Progress (1): 20/27 kB error 03-Jan-2023 00:09:51 Progress (1): 23/27 kB error 03-Jan-2023 00:09:51 Progress (1): 26/27 kB error 03-Jan-2023 00:09:51 Progress (1): 27 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 121 kB/s) error 03-Jan-2023 00:09:51 #21 80.22 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:09:51 #21 80.22 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 00:09:51 #21 80.33 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:09:51 Progress (1): 4.1 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 80.46 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 00:09:51 #21 80.57 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 9.9 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 80.69 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 00:09:51 #21 80.97 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 81.19 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:09:51 #21 81.19 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 00:09:51 #21 81.30 Progress (1): 3.3/4.6 kB error 03-Jan-2023 00:09:51 Progress (1): 4.6 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 81.41 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 00:09:51 #21 81.52 Progress (1): 3.3/12 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/12 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/12 kB error 03-Jan-2023 00:09:51 Progress (1): 12/12 kB error 03-Jan-2023 00:09:51 Progress (1): 12 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 45 kB/s) error 03-Jan-2023 00:09:51 #21 81.69 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 00:09:51 #21 82.04 Progress (1): 0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.7 MB/s) error 03-Jan-2023 00:09:51 #21 82.27 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:09:51 #21 82.27 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 00:09:51 #21 82.38 Progress (1): 3.3/9.8 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/9.8 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/9.8 kB error 03-Jan-2023 00:09:51 Progress (1): 9.8 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 82.49 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 00:09:51 #21 82.60 Progress (1): 3.3/13 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/13 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/13 kB error 03-Jan-2023 00:09:51 Progress (1): 12/13 kB error 03-Jan-2023 00:09:51 Progress (1): 13 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 61 kB/s) error 03-Jan-2023 00:09:51 #21 82.71 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 00:09:51 #21 83.00 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.5 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.4 MB/s) error 03-Jan-2023 00:09:51 #21 83.31 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:09:51 #21 83.31 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 00:09:51 #21 83.43 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:09:51 Progress (1): 4.9 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 83.54 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 00:09:51 #21 83.65 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:09:51 Progress (1): 9.9 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 45 kB/s) error 03-Jan-2023 00:09:51 #21 83.76 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 00:09:51 #21 83.87 Progress (1): 3.3/57 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/57 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/57 kB error 03-Jan-2023 00:09:51 Progress (1): 12/57 kB error 03-Jan-2023 00:09:51 Progress (1): 14/57 kB error 03-Jan-2023 00:09:51 Progress (1): 17/57 kB error 03-Jan-2023 00:09:51 Progress (1): 20/57 kB error 03-Jan-2023 00:09:51 Progress (1): 23/57 kB error 03-Jan-2023 00:09:51 Progress (1): 26/57 kB error 03-Jan-2023 00:09:51 Progress (1): 28/57 kB error 03-Jan-2023 00:09:51 Progress (1): 31/57 kB error 03-Jan-2023 00:09:51 Progress (1): 34/57 kB error 03-Jan-2023 00:09:51 Progress (1): 37/57 kB error 03-Jan-2023 00:09:51 Progress (1): 40/57 kB error 03-Jan-2023 00:09:51 Progress (1): 42/57 kB error 03-Jan-2023 00:09:51 Progress (1): 45/57 kB error 03-Jan-2023 00:09:51 Progress (1): 48/57 kB error 03-Jan-2023 00:09:51 Progress (1): 51/57 kB error 03-Jan-2023 00:09:51 Progress (1): 54/57 kB error 03-Jan-2023 00:09:51 Progress (1): 56/57 kB error 03-Jan-2023 00:09:51 Progress (1): 57 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 259 kB/s) error 03-Jan-2023 00:09:51 #21 83.98 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:09:51 #21 83.98 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 00:09:51 #21 84.09 Progress (1): 3.3/19 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/19 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/19 kB error 03-Jan-2023 00:09:51 Progress (1): 12/19 kB error 03-Jan-2023 00:09:51 Progress (1): 15/19 kB error 03-Jan-2023 00:09:51 Progress (1): 17/19 kB error 03-Jan-2023 00:09:51 Progress (1): 19 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 87 kB/s) error 03-Jan-2023 00:09:51 #21 84.20 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 00:09:51 #21 84.31 Progress (1): 3.3/15 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/15 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/15 kB error 03-Jan-2023 00:09:51 Progress (1): 12/15 kB error 03-Jan-2023 00:09:51 Progress (1): 15/15 kB error 03-Jan-2023 00:09:51 Progress (1): 15 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 68 kB/s) error 03-Jan-2023 00:09:51 #21 84.42 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 00:09:51 #21 84.70 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.3 MB/s) error 03-Jan-2023 00:09:51 #21 84.87 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:09:51 #21 84.89 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 00:09:51 #21 85.00 Progress (1): 802 B error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 85.12 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 00:09:51 #21 85.23 Progress (1): 3.2/8.8 kB error 03-Jan-2023 00:09:51 Progress (1): 6.0/8.8 kB error 03-Jan-2023 00:09:51 Progress (1): 8.8 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 85.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 00:09:51 #21 85.45 Progress (1): 621 B error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 85.56 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 00:09:51 #21 85.67 Progress (1): 3.2/22 kB error 03-Jan-2023 00:09:51 Progress (1): 6.0/22 kB error 03-Jan-2023 00:09:51 Progress (1): 8.8/22 kB error 03-Jan-2023 00:09:51 Progress (1): 12/22 kB error 03-Jan-2023 00:09:51 Progress (1): 14/22 kB error 03-Jan-2023 00:09:51 Progress (1): 17/22 kB error 03-Jan-2023 00:09:51 Progress (1): 20/22 kB error 03-Jan-2023 00:09:51 Progress (1): 22 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 98 kB/s) error 03-Jan-2023 00:09:51 #21 85.79 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 00:09:51 #21 86.11 Progress (1): 0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.7 MB/s) error 03-Jan-2023 00:09:51 #21 86.32 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:09:51 #21 86.33 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 00:09:51 #21 86.43 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 28 kB/s) error 03-Jan-2023 00:09:51 #21 86.54 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 00:09:51 #21 86.65 Progress (1): 3.3/16 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/16 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/16 kB error 03-Jan-2023 00:09:51 Progress (1): 12/16 kB error 03-Jan-2023 00:09:51 Progress (1): 15/16 kB error 03-Jan-2023 00:09:51 Progress (1): 16 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentry/5.1.0/htmlformentry-5.1.0.pom (16 kB at 73 kB/s) error 03-Jan-2023 00:09:51 #21 86.76 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 00:09:51 #21 87.08 Progress (1): 0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.1 MB/s) error 03-Jan-2023 00:09:51 #21 87.32 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:09:51 #21 87.32 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 00:09:51 #21 87.43 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 87.54 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 00:09:51 #21 87.65 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:09:51 Progress (1): 7.5 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 33 kB/s) error 03-Jan-2023 00:09:51 #21 87.77 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 00:09:51 #21 88.06 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.6 MB/s) error 03-Jan-2023 00:09:51 #21 88.22 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:09:51 #21 88.22 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 00:09:51 #21 88.33 Progress (1): 3.1 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 88.44 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 00:09:51 #21 88.55 Progress (1): 3.3/11 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/11 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/11 kB error 03-Jan-2023 00:09:51 Progress (1): 11 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 88.66 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 00:09:51 #21 88.94 Progress (1): 4.1/545 kB error 03-Jan-2023 00:09:51 Progress (1): 8.2/545 kB error 03-Jan-2023 00:09:51 Progress (1): 12/545 kB error 03-Jan-2023 00:09:51 Progress (1): 16/545 kB error 03-Jan-2023 00:09:51 Progress (1): 20/545 kB error 03-Jan-2023 00:09:51 Progress (1): 25/545 kB error 03-Jan-2023 00:09:51 Progress (1): 29/545 kB error 03-Jan-2023 00:09:51 Progress (1): 33/545 kB error 03-Jan-2023 00:09:51 Progress (1): 37/545 kB error 03-Jan-2023 00:09:51 Progress (1): 41/545 kB error 03-Jan-2023 00:09:51 Progress (1): 45/545 kB error 03-Jan-2023 00:09:51 Progress (1): 49/545 kB error 03-Jan-2023 00:09:51 Progress (1): 53/545 kB error 03-Jan-2023 00:09:51 Progress (1): 57/545 kB error 03-Jan-2023 00:09:51 Progress (1): 61/545 kB error 03-Jan-2023 00:09:51 Progress (1): 66/545 kB error 03-Jan-2023 00:09:51 Progress (1): 70/545 kB error 03-Jan-2023 00:09:51 Progress (1): 74/545 kB error 03-Jan-2023 00:09:51 Progress (1): 78/545 kB error 03-Jan-2023 00:09:51 Progress (1): 82/545 kB error 03-Jan-2023 00:09:51 Progress (1): 85/545 kB error 03-Jan-2023 00:09:51 Progress (1): 89/545 kB error 03-Jan-2023 00:09:51 Progress (1): 93/545 kB error 03-Jan-2023 00:09:51 Progress (1): 97/545 kB error 03-Jan-2023 00:09:51 Progress (1): 101/545 kB error 03-Jan-2023 00:09:51 Progress (1): 105/545 kB error 03-Jan-2023 00:09:51 Progress (1): 109/545 kB error 03-Jan-2023 00:09:51 Progress (1): 114/545 kB error 03-Jan-2023 00:09:51 Progress (1): 116/545 kB error 03-Jan-2023 00:09:51 Progress (1): 120/545 kB error 03-Jan-2023 00:09:51 Progress (1): 125/545 kB error 03-Jan-2023 00:09:51 Progress (1): 129/545 kB error 03-Jan-2023 00:09:51 Progress (1): 133/545 kB error 03-Jan-2023 00:09:51 Progress (1): 137/545 kB error 03-Jan-2023 00:09:51 Progress (1): 141/545 kB error 03-Jan-2023 00:09:51 Progress (1): 145/545 kB error 03-Jan-2023 00:09:51 Progress (1): 149/545 kB error 03-Jan-2023 00:09:51 Progress (1): 151/545 kB error 03-Jan-2023 00:09:51 Progress (1): 155/545 kB error 03-Jan-2023 00:09:51 Progress (1): 159/545 kB error 03-Jan-2023 00:09:51 Progress (1): 163/545 kB error 03-Jan-2023 00:09:51 Progress (1): 168/545 kB error 03-Jan-2023 00:09:51 Progress (1): 172/545 kB error 03-Jan-2023 00:09:51 Progress (1): 176/545 kB error 03-Jan-2023 00:09:51 Progress (1): 180/545 kB error 03-Jan-2023 00:09:51 Progress (1): 184/545 kB error 03-Jan-2023 00:09:51 Progress (1): 186/545 kB error 03-Jan-2023 00:09:51 Progress (1): 190/545 kB error 03-Jan-2023 00:09:51 Progress (1): 194/545 kB error 03-Jan-2023 00:09:51 Progress (1): 197/545 kB error 03-Jan-2023 00:09:51 Progress (1): 201/545 kB error 03-Jan-2023 00:09:51 Progress (1): 206/545 kB error 03-Jan-2023 00:09:51 Progress (1): 210/545 kB error 03-Jan-2023 00:09:51 Progress (1): 214/545 kB error 03-Jan-2023 00:09:51 Progress (1): 218/545 kB error 03-Jan-2023 00:09:51 Progress (1): 222/545 kB error 03-Jan-2023 00:09:51 Progress (1): 226/545 kB error 03-Jan-2023 00:09:51 Progress (1): 230/545 kB error 03-Jan-2023 00:09:51 Progress (1): 232/545 kB error 03-Jan-2023 00:09:51 Progress (1): 236/545 kB error 03-Jan-2023 00:09:51 Progress (1): 240/545 kB error 03-Jan-2023 00:09:51 Progress (1): 244/545 kB error 03-Jan-2023 00:09:51 Progress (1): 249/545 kB error 03-Jan-2023 00:09:51 Progress (1): 253/545 kB error 03-Jan-2023 00:09:51 Progress (1): 257/545 kB error 03-Jan-2023 00:09:51 Progress (1): 261/545 kB error 03-Jan-2023 00:09:51 Progress (1): 265/545 kB error 03-Jan-2023 00:09:51 Progress (1): 267/545 kB error 03-Jan-2023 00:09:51 Progress (1): 269/545 kB error 03-Jan-2023 00:09:51 Progress (1): 273/545 kB error 03-Jan-2023 00:09:51 Progress (1): 278/545 kB error 03-Jan-2023 00:09:51 Progress (1): 282/545 kB error 03-Jan-2023 00:09:51 Progress (1): 286/545 kB error 03-Jan-2023 00:09:51 Progress (1): 290/545 kB error 03-Jan-2023 00:09:51 Progress (1): 294/545 kB error 03-Jan-2023 00:09:51 Progress (1): 298/545 kB error 03-Jan-2023 00:09:51 Progress (1): 302/545 kB error 03-Jan-2023 00:09:51 Progress (1): 304/545 kB error 03-Jan-2023 00:09:51 Progress (1): 308/545 kB error 03-Jan-2023 00:09:51 Progress (1): 312/545 kB error 03-Jan-2023 00:09:51 Progress (1): 316/545 kB error 03-Jan-2023 00:09:51 Progress (1): 321/545 kB error 03-Jan-2023 00:09:51 Progress (1): 325/545 kB error 03-Jan-2023 00:09:51 Progress (1): 329/545 kB error 03-Jan-2023 00:09:51 Progress (1): 332/545 kB error 03-Jan-2023 00:09:51 Progress (1): 336/545 kB error 03-Jan-2023 00:09:51 Progress (1): 340/545 kB error 03-Jan-2023 00:09:51 Progress (1): 344/545 kB error 03-Jan-2023 00:09:51 Progress (1): 348/545 kB error 03-Jan-2023 00:09:51 Progress (1): 352/545 kB error 03-Jan-2023 00:09:51 Progress (1): 356/545 kB error 03-Jan-2023 00:09:51 Progress (1): 359/545 kB error 03-Jan-2023 00:09:51 Progress (1): 363/545 kB error 03-Jan-2023 00:09:51 Progress (1): 367/545 kB error 03-Jan-2023 00:09:51 Progress (1): 371/545 kB error 03-Jan-2023 00:09:51 Progress (1): 375/545 kB error 03-Jan-2023 00:09:51 Progress (1): 377/545 kB error 03-Jan-2023 00:09:51 Progress (1): 381/545 kB error 03-Jan-2023 00:09:51 Progress (1): 386/545 kB error 03-Jan-2023 00:09:51 Progress (1): 390/545 kB error 03-Jan-2023 00:09:51 Progress (1): 394/545 kB error 03-Jan-2023 00:09:51 Progress (1): 398/545 kB error 03-Jan-2023 00:09:51 Progress (1): 402/545 kB error 03-Jan-2023 00:09:51 Progress (1): 406/545 kB error 03-Jan-2023 00:09:51 Progress (1): 410/545 kB error 03-Jan-2023 00:09:51 Progress (1): 414/545 kB error 03-Jan-2023 00:09:51 Progress (1): 418/545 kB error 03-Jan-2023 00:09:51 Progress (1): 421/545 kB error 03-Jan-2023 00:09:51 Progress (1): 425/545 kB error 03-Jan-2023 00:09:51 Progress (1): 429/545 kB error 03-Jan-2023 00:09:51 Progress (1): 433/545 kB error 03-Jan-2023 00:09:51 Progress (1): 438/545 kB error 03-Jan-2023 00:09:51 Progress (1): 442/545 kB error 03-Jan-2023 00:09:51 Progress (1): 446/545 kB error 03-Jan-2023 00:09:51 Progress (1): 449/545 kB error 03-Jan-2023 00:09:51 Progress (1): 453/545 kB error 03-Jan-2023 00:09:51 Progress (1): 458/545 kB error 03-Jan-2023 00:09:51 Progress (1): 462/545 kB error 03-Jan-2023 00:09:51 Progress (1): 466/545 kB error 03-Jan-2023 00:09:51 Progress (1): 470/545 kB error 03-Jan-2023 00:09:51 Progress (1): 474/545 kB error 03-Jan-2023 00:09:51 Progress (1): 478/545 kB error 03-Jan-2023 00:09:51 Progress (1): 482/545 kB error 03-Jan-2023 00:09:51 Progress (1): 486/545 kB error 03-Jan-2023 00:09:51 Progress (1): 490/545 kB error 03-Jan-2023 00:09:51 Progress (1): 493/545 kB error 03-Jan-2023 00:09:51 Progress (1): 497/545 kB error 03-Jan-2023 00:09:51 Progress (1): 501/545 kB error 03-Jan-2023 00:09:51 Progress (1): 505/545 kB error 03-Jan-2023 00:09:51 Progress (1): 510/545 kB error 03-Jan-2023 00:09:51 Progress (1): 514/545 kB error 03-Jan-2023 00:09:51 Progress (1): 518/545 kB error 03-Jan-2023 00:09:51 Progress (1): 521/545 kB error 03-Jan-2023 00:09:51 Progress (1): 525/545 kB error 03-Jan-2023 00:09:51 Progress (1): 530/545 kB error 03-Jan-2023 00:09:51 Progress (1): 534/545 kB error 03-Jan-2023 00:09:51 Progress (1): 538/545 kB error 03-Jan-2023 00:09:51 Progress (1): 542/545 kB error 03-Jan-2023 00:09:51 Progress (1): 545 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 89.09 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:09:51 #21 89.09 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 00:09:51 #21 89.20 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:09:51 Progress (1): 8.2 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 89.33 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 00:09:51 #21 89.45 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:09:51 Progress (1): 9.2 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 89.57 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 00:09:51 #21 89.68 Progress (1): 3.3/141 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/141 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/141 kB error 03-Jan-2023 00:09:51 Progress (1): 12/141 kB error 03-Jan-2023 00:09:51 Progress (1): 15/141 kB error 03-Jan-2023 00:09:51 Progress (1): 17/141 kB error 03-Jan-2023 00:09:51 Progress (1): 20/141 kB error 03-Jan-2023 00:09:51 Progress (1): 23/141 kB error 03-Jan-2023 00:09:51 Progress (1): 26/141 kB error 03-Jan-2023 00:09:51 Progress (1): 29/141 kB error 03-Jan-2023 00:09:51 Progress (1): 31/141 kB error 03-Jan-2023 00:09:51 Progress (1): 34/141 kB error 03-Jan-2023 00:09:51 Progress (1): 37/141 kB error 03-Jan-2023 00:09:51 Progress (1): 40/141 kB error 03-Jan-2023 00:09:51 Progress (1): 42/141 kB error 03-Jan-2023 00:09:51 Progress (1): 45/141 kB error 03-Jan-2023 00:09:51 Progress (1): 48/141 kB error 03-Jan-2023 00:09:51 Progress (1): 51/141 kB error 03-Jan-2023 00:09:51 Progress (1): 54/141 kB error 03-Jan-2023 00:09:51 Progress (1): 56/141 kB error 03-Jan-2023 00:09:51 Progress (1): 59/141 kB error 03-Jan-2023 00:09:51 Progress (1): 62/141 kB error 03-Jan-2023 00:09:51 Progress (1): 65/141 kB error 03-Jan-2023 00:09:51 Progress (1): 68/141 kB error 03-Jan-2023 00:09:51 Progress (1): 70/141 kB error 03-Jan-2023 00:09:51 Progress (1): 73/141 kB error 03-Jan-2023 00:09:51 Progress (1): 76/141 kB error 03-Jan-2023 00:09:51 Progress (1): 79/141 kB error 03-Jan-2023 00:09:51 Progress (1): 82/141 kB error 03-Jan-2023 00:09:51 Progress (1): 84/141 kB error 03-Jan-2023 00:09:51 Progress (1): 87/141 kB error 03-Jan-2023 00:09:51 Progress (1): 90/141 kB error 03-Jan-2023 00:09:51 Progress (1): 93/141 kB error 03-Jan-2023 00:09:51 Progress (1): 96/141 kB error 03-Jan-2023 00:09:51 Progress (1): 98/141 kB error 03-Jan-2023 00:09:51 Progress (1): 101/141 kB error 03-Jan-2023 00:09:51 Progress (1): 104/141 kB error 03-Jan-2023 00:09:51 Progress (1): 107/141 kB error 03-Jan-2023 00:09:51 Progress (1): 110/141 kB error 03-Jan-2023 00:09:51 Progress (1): 112/141 kB error 03-Jan-2023 00:09:51 Progress (1): 115/141 kB error 03-Jan-2023 00:09:51 Progress (1): 118/141 kB error 03-Jan-2023 00:09:51 Progress (1): 121/141 kB error 03-Jan-2023 00:09:51 Progress (1): 124/141 kB error 03-Jan-2023 00:09:51 Progress (1): 126/141 kB error 03-Jan-2023 00:09:51 Progress (1): 129/141 kB error 03-Jan-2023 00:09:51 Progress (1): 132/141 kB error 03-Jan-2023 00:09:51 Progress (1): 135/141 kB error 03-Jan-2023 00:09:51 Progress (1): 138/141 kB error 03-Jan-2023 00:09:51 Progress (1): 140/141 kB error 03-Jan-2023 00:09:51 Progress (1): 141 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 605 kB/s) error 03-Jan-2023 00:09:51 #21 89.80 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:09:51 #21 89.80 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 00:09:51 #21 89.91 Progress (1): 3.3/18 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/18 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/18 kB error 03-Jan-2023 00:09:51 Progress (1): 12/18 kB error 03-Jan-2023 00:09:51 Progress (1): 15/18 kB error 03-Jan-2023 00:09:51 Progress (1): 17/18 kB error 03-Jan-2023 00:09:51 Progress (1): 18 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 77 kB/s) error 03-Jan-2023 00:09:51 #21 90.04 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 00:09:51 #21 90.16 Progress (1): 3.3/12 kB error 03-Jan-2023 00:09:51 Progress (1): 6.1/12 kB error 03-Jan-2023 00:09:51 Progress (1): 8.9/12 kB error 03-Jan-2023 00:09:51 Progress (1): 12/12 kB error 03-Jan-2023 00:09:51 Progress (1): 12 kB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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 00:09:51 #21 90.29 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 00:09:51 #21 90.62 Progress (1): 0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:09:51 Progress (1): 4.0 MB error 03-Jan-2023 00:09:51 error 03-Jan-2023 00:09:51 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.2 MB/s) error 03-Jan-2023 00:09:51 #21 90.93 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:09:51 #21 90.93 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 00:09:51 #21 91.04 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:09:52 Progress (1): 4.1 kB error 03-Jan-2023 00:09:52 error 03-Jan-2023 00:09:52 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 00:09:52 #21 91.15 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 00:09:52 #21 91.26 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:09:52 Progress (1): 4.3 kB error 03-Jan-2023 00:09:52 error 03-Jan-2023 00:09:52 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 00:09:52 #21 91.38 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 00:09:52 #21 91.68 Progress (1): 4.1/775 kB error 03-Jan-2023 00:09:52 Progress (1): 8.2/775 kB error 03-Jan-2023 00:09:52 Progress (1): 12/775 kB error 03-Jan-2023 00:09:52 Progress (1): 16/775 kB error 03-Jan-2023 00:09:52 Progress (1): 20/775 kB error 03-Jan-2023 00:09:52 Progress (1): 25/775 kB error 03-Jan-2023 00:09:52 Progress (1): 29/775 kB error 03-Jan-2023 00:09:52 Progress (1): 33/775 kB error 03-Jan-2023 00:09:52 Progress (1): 37/775 kB error 03-Jan-2023 00:09:52 Progress (1): 41/775 kB error 03-Jan-2023 00:09:52 Progress (1): 45/775 kB error 03-Jan-2023 00:09:52 Progress (1): 49/775 kB error 03-Jan-2023 00:09:52 Progress (1): 53/775 kB error 03-Jan-2023 00:09:52 Progress (1): 57/775 kB error 03-Jan-2023 00:09:52 Progress (1): 61/775 kB error 03-Jan-2023 00:09:52 Progress (1): 66/775 kB error 03-Jan-2023 00:09:52 Progress (1): 70/775 kB error 03-Jan-2023 00:09:52 Progress (1): 74/775 kB error 03-Jan-2023 00:09:52 Progress (1): 78/775 kB error 03-Jan-2023 00:09:52 Progress (1): 82/775 kB error 03-Jan-2023 00:09:52 Progress (1): 85/775 kB error 03-Jan-2023 00:09:52 Progress (1): 89/775 kB error 03-Jan-2023 00:09:52 Progress (1): 93/775 kB error 03-Jan-2023 00:09:52 Progress (1): 97/775 kB error 03-Jan-2023 00:09:52 Progress (1): 101/775 kB error 03-Jan-2023 00:09:52 Progress (1): 105/775 kB error 03-Jan-2023 00:09:52 Progress (1): 109/775 kB error 03-Jan-2023 00:09:52 Progress (1): 114/775 kB error 03-Jan-2023 00:09:52 Progress (1): 116/775 kB error 03-Jan-2023 00:09:52 Progress (1): 120/775 kB error 03-Jan-2023 00:09:52 Progress (1): 124/775 kB error 03-Jan-2023 00:09:52 Progress (1): 129/775 kB error 03-Jan-2023 00:09:52 Progress (1): 133/775 kB error 03-Jan-2023 00:09:52 Progress (1): 137/775 kB error 03-Jan-2023 00:09:52 Progress (1): 141/775 kB error 03-Jan-2023 00:09:52 Progress (1): 145/775 kB error 03-Jan-2023 00:09:52 Progress (1): 149/775 kB error 03-Jan-2023 00:09:52 Progress (1): 152/775 kB error 03-Jan-2023 00:09:52 Progress (1): 156/775 kB error 03-Jan-2023 00:09:52 Progress (1): 160/775 kB error 03-Jan-2023 00:09:52 Progress (1): 164/775 kB error 03-Jan-2023 00:09:52 Progress (1): 167/775 kB error 03-Jan-2023 00:09:52 Progress (1): 171/775 kB error 03-Jan-2023 00:09:52 Progress (1): 175/775 kB error 03-Jan-2023 00:09:52 Progress (1): 179/775 kB error 03-Jan-2023 00:09:52 Progress (1): 183/775 kB error 03-Jan-2023 00:09:52 Progress (1): 188/775 kB error 03-Jan-2023 00:09:52 Progress (1): 192/775 kB error 03-Jan-2023 00:09:52 Progress (1): 196/775 kB error 03-Jan-2023 00:09:52 Progress (1): 200/775 kB error 03-Jan-2023 00:09:52 Progress (1): 204/775 kB error 03-Jan-2023 00:09:52 Progress (1): 208/775 kB error 03-Jan-2023 00:09:52 Progress (1): 212/775 kB error 03-Jan-2023 00:09:52 Progress (1): 215/775 kB error 03-Jan-2023 00:09:52 Progress (1): 219/775 kB error 03-Jan-2023 00:09:52 Progress (1): 223/775 kB error 03-Jan-2023 00:09:52 Progress (1): 227/775 kB error 03-Jan-2023 00:09:52 Progress (1): 230/775 kB error 03-Jan-2023 00:09:52 Progress (1): 234/775 kB error 03-Jan-2023 00:09:52 Progress (1): 238/775 kB error 03-Jan-2023 00:09:52 Progress (1): 242/775 kB error 03-Jan-2023 00:09:52 Progress (1): 246/775 kB error 03-Jan-2023 00:09:52 Progress (1): 251/775 kB error 03-Jan-2023 00:09:52 Progress (1): 255/775 kB error 03-Jan-2023 00:09:52 Progress (1): 259/775 kB error 03-Jan-2023 00:09:52 Progress (1): 263/775 kB error 03-Jan-2023 00:09:52 Progress (1): 267/775 kB error 03-Jan-2023 00:09:52 Progress (1): 269/775 kB error 03-Jan-2023 00:09:52 Progress (1): 273/775 kB error 03-Jan-2023 00:09:52 Progress (1): 277/775 kB error 03-Jan-2023 00:09:52 Progress (1): 282/775 kB error 03-Jan-2023 00:09:52 Progress (1): 286/775 kB error 03-Jan-2023 00:09:52 Progress (1): 290/775 kB error 03-Jan-2023 00:09:52 Progress (1): 294/775 kB error 03-Jan-2023 00:09:52 Progress (1): 298/775 kB error 03-Jan-2023 00:09:52 Progress (1): 302/775 kB error 03-Jan-2023 00:09:52 Progress (1): 304/775 kB error 03-Jan-2023 00:09:52 Progress (1): 308/775 kB error 03-Jan-2023 00:09:52 Progress (1): 312/775 kB error 03-Jan-2023 00:09:52 Progress (1): 316/775 kB error 03-Jan-2023 00:09:52 Progress (1): 321/775 kB error 03-Jan-2023 00:09:52 Progress (1): 325/775 kB error 03-Jan-2023 00:09:52 Progress (1): 329/775 kB error 03-Jan-2023 00:09:52 Progress (1): 332/775 kB error 03-Jan-2023 00:09:52 Progress (1): 336/775 kB error 03-Jan-2023 00:09:52 Progress (1): 340/775 kB error 03-Jan-2023 00:09:52 Progress (1): 344/775 kB error 03-Jan-2023 00:09:52 Progress (1): 348/775 kB error 03-Jan-2023 00:09:52 Progress (1): 352/775 kB error 03-Jan-2023 00:09:52 Progress (1): 356/775 kB error 03-Jan-2023 00:09:52 Progress (1): 360/775 kB error 03-Jan-2023 00:09:52 Progress (1): 364/775 kB error 03-Jan-2023 00:09:52 Progress (1): 367/775 kB error 03-Jan-2023 00:09:52 Progress (1): 371/775 kB error 03-Jan-2023 00:09:52 Progress (1): 375/775 kB error 03-Jan-2023 00:09:52 Progress (1): 379/775 kB error 03-Jan-2023 00:09:52 Progress (1): 383/775 kB error 03-Jan-2023 00:09:52 Progress (1): 387/775 kB error 03-Jan-2023 00:09:52 Progress (1): 391/775 kB error 03-Jan-2023 00:09:52 Progress (1): 395/775 kB error 03-Jan-2023 00:09:52 Progress (1): 399/775 kB error 03-Jan-2023 00:09:52 Progress (1): 401/775 kB error 03-Jan-2023 00:09:52 Progress (1): 405/775 kB error 03-Jan-2023 00:09:52 Progress (1): 410/775 kB error 03-Jan-2023 00:09:52 Progress (1): 414/775 kB error 03-Jan-2023 00:09:52 Progress (1): 418/775 kB error 03-Jan-2023 00:09:52 Progress (1): 422/775 kB error 03-Jan-2023 00:09:52 Progress (1): 426/775 kB error 03-Jan-2023 00:09:52 Progress (1): 430/775 kB error 03-Jan-2023 00:09:52 Progress (1): 434/775 kB error 03-Jan-2023 00:09:52 Progress (1): 436/775 kB error 03-Jan-2023 00:09:52 Progress (1): 440/775 kB error 03-Jan-2023 00:09:52 Progress (1): 444/775 kB error 03-Jan-2023 00:09:52 Progress (1): 448/775 kB error 03-Jan-2023 00:09:52 Progress (1): 453/775 kB error 03-Jan-2023 00:09:52 Progress (1): 457/775 kB error 03-Jan-2023 00:09:52 Progress (1): 461/775 kB error 03-Jan-2023 00:09:52 Progress (1): 465/775 kB error 03-Jan-2023 00:09:52 Progress (1): 467/775 kB error 03-Jan-2023 00:09:52 Progress (1): 471/775 kB error 03-Jan-2023 00:09:52 Progress (1): 475/775 kB error 03-Jan-2023 00:09:52 Progress (1): 480/775 kB error 03-Jan-2023 00:09:52 Progress (1): 484/775 kB error 03-Jan-2023 00:09:52 Progress (1): 488/775 kB error 03-Jan-2023 00:09:52 Progress (1): 492/775 kB error 03-Jan-2023 00:09:52 Progress (1): 496/775 kB error 03-Jan-2023 00:09:52 Progress (1): 500/775 kB error 03-Jan-2023 00:09:52 Progress (1): 502/775 kB error 03-Jan-2023 00:09:52 Progress (1): 506/775 kB error 03-Jan-2023 00:09:52 Progress (1): 510/775 kB error 03-Jan-2023 00:09:52 Progress (1): 514/775 kB error 03-Jan-2023 00:09:52 Progress (1): 519/775 kB error 03-Jan-2023 00:09:52 Progress (1): 521/775 kB error 03-Jan-2023 00:09:52 Progress (1): 525/775 kB error 03-Jan-2023 00:09:52 Progress (1): 529/775 kB error 03-Jan-2023 00:09:52 Progress (1): 534/775 kB error 03-Jan-2023 00:09:52 Progress (1): 538/775 kB error 03-Jan-2023 00:09:52 Progress (1): 542/775 kB error 03-Jan-2023 00:09:52 Progress (1): 546/775 kB error 03-Jan-2023 00:09:52 Progress (1): 550/775 kB error 03-Jan-2023 00:09:52 Progress (1): 554/775 kB error 03-Jan-2023 00:09:52 Progress (1): 556/775 kB error 03-Jan-2023 00:09:52 Progress (1): 560/775 kB error 03-Jan-2023 00:09:52 Progress (1): 564/775 kB error 03-Jan-2023 00:09:52 Progress (1): 568/775 kB error 03-Jan-2023 00:09:52 Progress (1): 573/775 kB error 03-Jan-2023 00:09:52 Progress (1): 575/775 kB error 03-Jan-2023 00:09:52 Progress (1): 579/775 kB error 03-Jan-2023 00:09:52 Progress (1): 583/775 kB error 03-Jan-2023 00:09:52 Progress (1): 588/775 kB error 03-Jan-2023 00:09:52 Progress (1): 592/775 kB error 03-Jan-2023 00:09:52 Progress (1): 596/775 kB error 03-Jan-2023 00:09:52 Progress (1): 600/775 kB error 03-Jan-2023 00:09:52 Progress (1): 604/775 kB error 03-Jan-2023 00:09:52 Progress (1): 608/775 kB error 03-Jan-2023 00:09:52 Progress (1): 612/775 kB error 03-Jan-2023 00:09:52 Progress (1): 616/775 kB error 03-Jan-2023 00:09:52 Progress (1): 619/775 kB error 03-Jan-2023 00:09:52 Progress (1): 623/775 kB error 03-Jan-2023 00:09:52 Progress (1): 627/775 kB error 03-Jan-2023 00:09:52 Progress (1): 631/775 kB error 03-Jan-2023 00:09:52 Progress (1): 636/775 kB error 03-Jan-2023 00:09:52 Progress (1): 638/775 kB error 03-Jan-2023 00:09:52 Progress (1): 642/775 kB error 03-Jan-2023 00:09:52 Progress (1): 646/775 kB error 03-Jan-2023 00:09:52 Progress (1): 651/775 kB error 03-Jan-2023 00:09:52 Progress (1): 655/775 kB error 03-Jan-2023 00:09:52 Progress (1): 659/775 kB error 03-Jan-2023 00:09:52 Progress (1): 663/775 kB error 03-Jan-2023 00:09:52 Progress (1): 667/775 kB error 03-Jan-2023 00:09:52 Progress (1): 671/775 kB error 03-Jan-2023 00:09:52 Progress (1): 675/775 kB error 03-Jan-2023 00:09:52 Progress (1): 679/775 kB error 03-Jan-2023 00:09:52 Progress (1): 683/775 kB error 03-Jan-2023 00:09:52 Progress (1): 687/775 kB error 03-Jan-2023 00:09:52 Progress (1): 692/775 kB error 03-Jan-2023 00:09:52 Progress (1): 696/775 kB error 03-Jan-2023 00:09:52 Progress (1): 700/775 kB error 03-Jan-2023 00:09:52 Progress (1): 704/775 kB error 03-Jan-2023 00:09:52 Progress (1): 708/775 kB error 03-Jan-2023 00:09:52 Progress (1): 710/775 kB error 03-Jan-2023 00:09:52 Progress (1): 714/775 kB error 03-Jan-2023 00:09:52 Progress (1): 718/775 kB error 03-Jan-2023 00:09:52 Progress (1): 723/775 kB error 03-Jan-2023 00:09:52 Progress (1): 727/775 kB error 03-Jan-2023 00:09:52 Progress (1): 731/775 kB error 03-Jan-2023 00:09:52 Progress (1): 735/775 kB error 03-Jan-2023 00:09:52 Progress (1): 739/775 kB error 03-Jan-2023 00:09:52 Progress (1): 743/775 kB error 03-Jan-2023 00:09:52 Progress (1): 747/775 kB error 03-Jan-2023 00:09:52 Progress (1): 751/775 kB error 03-Jan-2023 00:09:52 Progress (1): 754/775 kB error 03-Jan-2023 00:09:52 Progress (1): 758/775 kB error 03-Jan-2023 00:09:52 Progress (1): 762/775 kB error 03-Jan-2023 00:09:52 Progress (1): 766/775 kB error 03-Jan-2023 00:09:52 Progress (1): 771/775 kB error 03-Jan-2023 00:09:52 Progress (1): 775/775 kB error 03-Jan-2023 00:09:52 Progress (1): 775 kB error 03-Jan-2023 00:09:52 error 03-Jan-2023 00:09:52 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.6 MB/s) error 03-Jan-2023 00:09:52 #21 91.88 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:09:52 #21 91.89 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 00:09:52 #21 92.00 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:09:52 Progress (1): 4.1 kB error 03-Jan-2023 00:09:53 error 03-Jan-2023 00:09: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 17 kB/s) error 03-Jan-2023 00:09:53 #21 92.13 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 00:09:53 #21 92.24 Progress (1): 3.3/19 kB error 03-Jan-2023 00:09:53 Progress (1): 6.1/19 kB error 03-Jan-2023 00:09:53 Progress (1): 8.9/19 kB error 03-Jan-2023 00:09:53 Progress (1): 12/19 kB error 03-Jan-2023 00:09:53 Progress (1): 15/19 kB error 03-Jan-2023 00:09:53 Progress (1): 17/19 kB error 03-Jan-2023 00:09:53 Progress (1): 19 kB error 03-Jan-2023 00:09:53 error 03-Jan-2023 00:09: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 82 kB/s) error 03-Jan-2023 00:09:53 #21 92.36 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 00:09:53 #21 92.69 Progress (1): 0.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 0.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 1.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 2.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 3.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 4.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 5.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 6.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 7.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.0/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.1/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.2/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.3/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.4/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.5/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.6/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.7/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.8/17 MB error 03-Jan-2023 00:09:53 Progress (1): 8.9/17 MB error 03-Jan-2023 00:09:53 Progress (1): 9.0/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.1/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.2/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.3/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.3/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.4/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.5/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.6/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.7/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.7/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.8/17 MB error 03-Jan-2023 00:09:54 Progress (1): 9.9/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10.0/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 10/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 11/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 12/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 13/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 14/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 15/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 16/17 MB error 03-Jan-2023 00:09:54 Progress (1): 17/17 MB error 03-Jan-2023 00:09:54 Progress (1): 17 MB error 03-Jan-2023 00:09:54 error 03-Jan-2023 00:09:54 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 00:09:54 #21 93.56 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:09:54 #21 93.56 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 00:09:54 #21 93.67 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:09:54 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:09:54 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:09:54 Progress (1): 9.2 kB error 03-Jan-2023 00:09:54 error 03-Jan-2023 00:09:54 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 00:09:54 #21 93.78 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 00:09:54 #21 93.91 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:09:54 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:09:54 Progress (1): 7.2 kB error 03-Jan-2023 00:09:54 error 03-Jan-2023 00:09:54 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 30 kB/s) error 03-Jan-2023 00:09:55 #21 94.03 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 00:09:55 #21 94.35 Progress (1): 4.1/257 kB error 03-Jan-2023 00:09:55 Progress (1): 8.2/257 kB error 03-Jan-2023 00:09:55 Progress (1): 12/257 kB error 03-Jan-2023 00:09:55 Progress (1): 16/257 kB error 03-Jan-2023 00:09:55 Progress (1): 20/257 kB error 03-Jan-2023 00:09:55 Progress (1): 24/257 kB error 03-Jan-2023 00:09:55 Progress (1): 28/257 kB error 03-Jan-2023 00:09:55 Progress (1): 32/257 kB error 03-Jan-2023 00:09:55 Progress (1): 36/257 kB error 03-Jan-2023 00:09:55 Progress (1): 40/257 kB error 03-Jan-2023 00:09:55 Progress (1): 44/257 kB error 03-Jan-2023 00:09:55 Progress (1): 48/257 kB error 03-Jan-2023 00:09:55 Progress (1): 51/257 kB error 03-Jan-2023 00:09:55 Progress (1): 53/257 kB error 03-Jan-2023 00:09:55 Progress (1): 57/257 kB error 03-Jan-2023 00:09:55 Progress (1): 62/257 kB error 03-Jan-2023 00:09:55 Progress (1): 66/257 kB error 03-Jan-2023 00:09:55 Progress (1): 70/257 kB error 03-Jan-2023 00:09:55 Progress (1): 74/257 kB error 03-Jan-2023 00:09:55 Progress (1): 78/257 kB error 03-Jan-2023 00:09:55 Progress (1): 82/257 kB error 03-Jan-2023 00:09:55 Progress (1): 86/257 kB error 03-Jan-2023 00:09:55 Progress (1): 90/257 kB error 03-Jan-2023 00:09:55 Progress (1): 94/257 kB error 03-Jan-2023 00:09:55 Progress (1): 97/257 kB error 03-Jan-2023 00:09:55 Progress (1): 101/257 kB error 03-Jan-2023 00:09:55 Progress (1): 105/257 kB error 03-Jan-2023 00:09:55 Progress (1): 109/257 kB error 03-Jan-2023 00:09:55 Progress (1): 114/257 kB error 03-Jan-2023 00:09:55 Progress (1): 116/257 kB error 03-Jan-2023 00:09:55 Progress (1): 120/257 kB error 03-Jan-2023 00:09:55 Progress (1): 125/257 kB error 03-Jan-2023 00:09:55 Progress (1): 129/257 kB error 03-Jan-2023 00:09:55 Progress (1): 133/257 kB error 03-Jan-2023 00:09:55 Progress (1): 137/257 kB error 03-Jan-2023 00:09:55 Progress (1): 141/257 kB error 03-Jan-2023 00:09:55 Progress (1): 145/257 kB error 03-Jan-2023 00:09:55 Progress (1): 149/257 kB error 03-Jan-2023 00:09:55 Progress (1): 152/257 kB error 03-Jan-2023 00:09:55 Progress (1): 156/257 kB error 03-Jan-2023 00:09:55 Progress (1): 161/257 kB error 03-Jan-2023 00:09:55 Progress (1): 165/257 kB error 03-Jan-2023 00:09:55 Progress (1): 169/257 kB error 03-Jan-2023 00:09:55 Progress (1): 173/257 kB error 03-Jan-2023 00:09:55 Progress (1): 177/257 kB error 03-Jan-2023 00:09:55 Progress (1): 181/257 kB error 03-Jan-2023 00:09:55 Progress (1): 185/257 kB error 03-Jan-2023 00:09:55 Progress (1): 187/257 kB error 03-Jan-2023 00:09:55 Progress (1): 191/257 kB error 03-Jan-2023 00:09:55 Progress (1): 195/257 kB error 03-Jan-2023 00:09:55 Progress (1): 199/257 kB error 03-Jan-2023 00:09:55 Progress (1): 204/257 kB error 03-Jan-2023 00:09:55 Progress (1): 208/257 kB error 03-Jan-2023 00:09:55 Progress (1): 212/257 kB error 03-Jan-2023 00:09:55 Progress (1): 215/257 kB error 03-Jan-2023 00:09:55 Progress (1): 219/257 kB error 03-Jan-2023 00:09:55 Progress (1): 223/257 kB error 03-Jan-2023 00:09:55 Progress (1): 227/257 kB error 03-Jan-2023 00:09:55 Progress (1): 231/257 kB error 03-Jan-2023 00:09:55 Progress (1): 235/257 kB error 03-Jan-2023 00:09:55 Progress (1): 239/257 kB error 03-Jan-2023 00:09:55 Progress (1): 243/257 kB error 03-Jan-2023 00:09:55 Progress (1): 247/257 kB error 03-Jan-2023 00:09:55 Progress (1): 250/257 kB error 03-Jan-2023 00:09:55 Progress (1): 254/257 kB error 03-Jan-2023 00:09:55 Progress (1): 257 kB error 03-Jan-2023 00:09:55 error 03-Jan-2023 00:09:55 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 573 kB/s) error 03-Jan-2023 00:09:55 #21 94.48 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:09:55 #21 94.49 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 00:09:55 #21 94.60 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:09:55 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:09:55 Progress (1): 6.3 kB error 03-Jan-2023 00:09:55 error 03-Jan-2023 00:09:55 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 25 kB/s) error 03-Jan-2023 00:09:55 #21 94.74 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 00:09:55 #21 94.87 Progress (1): 3.3/7.7 kB error 03-Jan-2023 00:09:55 Progress (1): 6.1/7.7 kB error 03-Jan-2023 00:09:55 Progress (1): 7.7 kB error 03-Jan-2023 00:09:55 error 03-Jan-2023 00:09:55 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 00:09:55 #21 94.98 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 00:09:55 #21 95.09 Progress (1): 3.3/127 kB error 03-Jan-2023 00:09:56 Progress (1): 6.1/127 kB error 03-Jan-2023 00:09:56 Progress (1): 8.9/127 kB error 03-Jan-2023 00:09:56 Progress (1): 12/127 kB error 03-Jan-2023 00:09:56 Progress (1): 14/127 kB error 03-Jan-2023 00:09:56 Progress (1): 17/127 kB error 03-Jan-2023 00:09:56 Progress (1): 20/127 kB error 03-Jan-2023 00:09:56 Progress (1): 23/127 kB error 03-Jan-2023 00:09:56 Progress (1): 26/127 kB error 03-Jan-2023 00:09:56 Progress (1): 28/127 kB error 03-Jan-2023 00:09:56 Progress (1): 31/127 kB error 03-Jan-2023 00:09:56 Progress (1): 34/127 kB error 03-Jan-2023 00:09:56 Progress (1): 37/127 kB error 03-Jan-2023 00:09:56 Progress (1): 40/127 kB error 03-Jan-2023 00:09:56 Progress (1): 42/127 kB error 03-Jan-2023 00:09:56 Progress (1): 45/127 kB error 03-Jan-2023 00:09:56 Progress (1): 48/127 kB error 03-Jan-2023 00:09:56 Progress (1): 51/127 kB error 03-Jan-2023 00:09:56 Progress (1): 54/127 kB error 03-Jan-2023 00:09:56 Progress (1): 56/127 kB error 03-Jan-2023 00:09:56 Progress (1): 59/127 kB error 03-Jan-2023 00:09:56 Progress (1): 62/127 kB error 03-Jan-2023 00:09:56 Progress (1): 65/127 kB error 03-Jan-2023 00:09:56 Progress (1): 68/127 kB error 03-Jan-2023 00:09:56 Progress (1): 70/127 kB error 03-Jan-2023 00:09:56 Progress (1): 73/127 kB error 03-Jan-2023 00:09:56 Progress (1): 76/127 kB error 03-Jan-2023 00:09:56 Progress (1): 79/127 kB error 03-Jan-2023 00:09:56 Progress (1): 82/127 kB error 03-Jan-2023 00:09:56 Progress (1): 84/127 kB error 03-Jan-2023 00:09:56 Progress (1): 87/127 kB error 03-Jan-2023 00:09:56 Progress (1): 90/127 kB error 03-Jan-2023 00:09:56 Progress (1): 93/127 kB error 03-Jan-2023 00:09:56 Progress (1): 95/127 kB error 03-Jan-2023 00:09:56 Progress (1): 98/127 kB error 03-Jan-2023 00:09:56 Progress (1): 101/127 kB error 03-Jan-2023 00:09:56 Progress (1): 104/127 kB error 03-Jan-2023 00:09:56 Progress (1): 107/127 kB error 03-Jan-2023 00:09:56 Progress (1): 109/127 kB error 03-Jan-2023 00:09:56 Progress (1): 112/127 kB error 03-Jan-2023 00:09:56 Progress (1): 115/127 kB error 03-Jan-2023 00:09:56 Progress (1): 118/127 kB error 03-Jan-2023 00:09:56 Progress (1): 121/127 kB error 03-Jan-2023 00:09:56 Progress (1): 123/127 kB error 03-Jan-2023 00:09:56 Progress (1): 126/127 kB error 03-Jan-2023 00:09:56 Progress (1): 127 kB error 03-Jan-2023 00:09:56 error 03-Jan-2023 00:09:56 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 552 kB/s) error 03-Jan-2023 00:09:56 #21 95.22 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:09:56 #21 95.22 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 00:09:56 #21 95.32 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:09:56 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:09:56 Progress (1): 6.3 kB error 03-Jan-2023 00:09:56 error 03-Jan-2023 00:09:56 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 00:09:56 #21 95.43 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 00:09:56 #21 95.54 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:09:56 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:09:56 Progress (1): 6.3 kB error 03-Jan-2023 00:09:56 error 03-Jan-2023 00:09:56 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 00:09:56 #21 95.65 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 00:09:56 #21 95.99 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:56 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:09:57 Progress (1): 1.6 MB error 03-Jan-2023 00:09:57 error 03-Jan-2023 00:09:57 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.9 MB/s) error 03-Jan-2023 00:09:57 #21 96.20 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:09:57 #21 96.20 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 00:09:57 #21 96.31 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 00:09:57 #21 96.40 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:09:57 #21 96.40 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 00:09:57 #21 96.51 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:09:57 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:09:57 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:09:57 Progress (1): 9.6 kB error 03-Jan-2023 00:09:57 error 03-Jan-2023 00:09:57 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 42 kB/s) error 03-Jan-2023 00:09:57 #21 96.62 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:09:57 #21 96.62 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 00:09:57 #21 96.73 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:09:57 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:09:57 Progress (1): 6.2 kB error 03-Jan-2023 00:09:57 error 03-Jan-2023 00:09:57 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 29 kB/s) error 03-Jan-2023 00:09:57 #21 96.84 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 00:09:57 #21 96.96 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:57 Progress (1): 5.3 kB error 03-Jan-2023 00:09:57 error 03-Jan-2023 00:09:57 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 00:09:57 #21 97.07 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 00:09:58 #21 97.34 Progress (1): 4.1/279 kB error 03-Jan-2023 00:09:58 Progress (1): 8.2/279 kB error 03-Jan-2023 00:09:58 Progress (1): 12/279 kB error 03-Jan-2023 00:09:58 Progress (1): 16/279 kB error 03-Jan-2023 00:09:58 Progress (1): 20/279 kB error 03-Jan-2023 00:09:58 Progress (1): 24/279 kB error 03-Jan-2023 00:09:58 Progress (1): 28/279 kB error 03-Jan-2023 00:09:58 Progress (1): 32/279 kB error 03-Jan-2023 00:09:58 Progress (1): 36/279 kB error 03-Jan-2023 00:09:58 Progress (1): 40/279 kB error 03-Jan-2023 00:09:58 Progress (1): 44/279 kB error 03-Jan-2023 00:09:58 Progress (1): 48/279 kB error 03-Jan-2023 00:09:58 Progress (1): 51/279 kB error 03-Jan-2023 00:09:58 Progress (1): 55/279 kB error 03-Jan-2023 00:09:58 Progress (1): 59/279 kB error 03-Jan-2023 00:09:58 Progress (1): 63/279 kB error 03-Jan-2023 00:09:58 Progress (1): 67/279 kB error 03-Jan-2023 00:09:58 Progress (1): 71/279 kB error 03-Jan-2023 00:09:58 Progress (1): 75/279 kB error 03-Jan-2023 00:09:58 Progress (1): 79/279 kB error 03-Jan-2023 00:09:58 Progress (1): 83/279 kB error 03-Jan-2023 00:09:58 Progress (1): 85/279 kB error 03-Jan-2023 00:09:58 Progress (1): 89/279 kB error 03-Jan-2023 00:09:58 Progress (1): 94/279 kB error 03-Jan-2023 00:09:58 Progress (1): 98/279 kB error 03-Jan-2023 00:09:58 Progress (1): 102/279 kB error 03-Jan-2023 00:09:58 Progress (1): 106/279 kB error 03-Jan-2023 00:09:58 Progress (1): 110/279 kB error 03-Jan-2023 00:09:58 Progress (1): 114/279 kB error 03-Jan-2023 00:09:58 Progress (1): 118/279 kB error 03-Jan-2023 00:09:58 Progress (1): 120/279 kB error 03-Jan-2023 00:09:58 Progress (1): 124/279 kB error 03-Jan-2023 00:09:58 Progress (1): 128/279 kB error 03-Jan-2023 00:09:58 Progress (1): 132/279 kB error 03-Jan-2023 00:09:58 Progress (1): 137/279 kB error 03-Jan-2023 00:09:58 Progress (1): 141/279 kB error 03-Jan-2023 00:09:58 Progress (1): 145/279 kB error 03-Jan-2023 00:09:58 Progress (1): 149/279 kB error 03-Jan-2023 00:09:58 Progress (1): 153/279 kB error 03-Jan-2023 00:09:58 Progress (1): 155/279 kB error 03-Jan-2023 00:09:58 Progress (1): 159/279 kB error 03-Jan-2023 00:09:58 Progress (1): 163/279 kB error 03-Jan-2023 00:09:58 Progress (1): 167/279 kB error 03-Jan-2023 00:09:58 Progress (1): 171/279 kB error 03-Jan-2023 00:09:58 Progress (1): 175/279 kB error 03-Jan-2023 00:09:58 Progress (1): 180/279 kB error 03-Jan-2023 00:09:58 Progress (1): 184/279 kB error 03-Jan-2023 00:09:58 Progress (1): 188/279 kB error 03-Jan-2023 00:09:58 Progress (1): 190/279 kB error 03-Jan-2023 00:09:58 Progress (1): 194/279 kB error 03-Jan-2023 00:09:58 Progress (1): 198/279 kB error 03-Jan-2023 00:09:58 Progress (1): 202/279 kB error 03-Jan-2023 00:09:58 Progress (1): 206/279 kB error 03-Jan-2023 00:09:58 Progress (1): 210/279 kB error 03-Jan-2023 00:09:58 Progress (1): 214/279 kB error 03-Jan-2023 00:09:58 Progress (1): 218/279 kB error 03-Jan-2023 00:09:58 Progress (1): 223/279 kB error 03-Jan-2023 00:09:58 Progress (1): 225/279 kB error 03-Jan-2023 00:09:58 Progress (1): 229/279 kB error 03-Jan-2023 00:09:58 Progress (1): 233/279 kB error 03-Jan-2023 00:09:58 Progress (1): 237/279 kB error 03-Jan-2023 00:09:58 Progress (1): 241/279 kB error 03-Jan-2023 00:09:58 Progress (1): 245/279 kB error 03-Jan-2023 00:09:58 Progress (1): 249/279 kB error 03-Jan-2023 00:09:58 Progress (1): 253/279 kB error 03-Jan-2023 00:09:58 Progress (1): 257/279 kB error 03-Jan-2023 00:09:58 Progress (1): 259/279 kB error 03-Jan-2023 00:09:58 Progress (1): 264/279 kB error 03-Jan-2023 00:09:58 Progress (1): 268/279 kB error 03-Jan-2023 00:09:58 Progress (1): 272/279 kB error 03-Jan-2023 00:09:58 Progress (1): 276/279 kB error 03-Jan-2023 00:09:58 Progress (1): 278/279 kB error 03-Jan-2023 00:09:58 Progress (1): 279 kB error 03-Jan-2023 00:09:58 error 03-Jan-2023 00:09:58 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 692 kB/s) error 03-Jan-2023 00:09:58 #21 97.47 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:09:58 #21 97.47 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 00:09:58 #21 97.58 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:09:58 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:09:58 Progress (1): 7.2 kB error 03-Jan-2023 00:09:58 error 03-Jan-2023 00:09:58 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 00:09:58 #21 97.69 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 00:09:58 #21 97.80 Progress (1): 3.3/16 kB error 03-Jan-2023 00:09:58 Progress (1): 6.1/16 kB error 03-Jan-2023 00:09:58 Progress (1): 8.9/16 kB error 03-Jan-2023 00:09:58 Progress (1): 12/16 kB error 03-Jan-2023 00:09:58 Progress (1): 14/16 kB error 03-Jan-2023 00:09:58 Progress (1): 16 kB error 03-Jan-2023 00:09:58 error 03-Jan-2023 00:09:58 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 72 kB/s) error 03-Jan-2023 00:09:58 #21 97.91 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 00:09:59 #21 98.19 Progress (1): 0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:09:59 Progress (1): 6.9 MB error 03-Jan-2023 00:09:59 error 03-Jan-2023 00:09:59 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 10 MB/s) error 03-Jan-2023 00:09:59 #21 98.59 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:09:59 #21 98.60 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 00:09:59 #21 98.70 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:09:59 Progress (1): 5.3 kB error 03-Jan-2023 00:09:59 error 03-Jan-2023 00:09:59 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 00:09:59 #21 98.81 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 00:09:59 #21 98.92 Progress (1): 3.3/3.6 kB error 03-Jan-2023 00:09:59 Progress (1): 3.6 kB error 03-Jan-2023 00:09:59 error 03-Jan-2023 00:09:59 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 00:10:00 #21 99.04 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 00:10:00 #21 99.14 Progress (1): 3.3/13 kB error 03-Jan-2023 00:10:00 Progress (1): 6.1/13 kB error 03-Jan-2023 00:10:00 Progress (1): 8.9/13 kB error 03-Jan-2023 00:10:00 Progress (1): 12/13 kB error 03-Jan-2023 00:10:00 Progress (1): 13 kB error 03-Jan-2023 00:10:00 error 03-Jan-2023 00:10: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 62 kB/s) error 03-Jan-2023 00:10:00 #21 99.25 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:10:00 #21 99.25 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 00:10:00 #21 99.36 Progress (1): 3.3/8.9 kB error 03-Jan-2023 00:10:00 Progress (1): 6.1/8.9 kB error 03-Jan-2023 00:10:00 Progress (1): 8.9 kB error 03-Jan-2023 00:10:00 error 03-Jan-2023 00:10: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 41 kB/s) error 03-Jan-2023 00:10:00 #21 99.47 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 00:10:00 #21 99.58 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:10:00 Progress (1): 6.0 kB error 03-Jan-2023 00:10:00 error 03-Jan-2023 00:10: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 28 kB/s) error 03-Jan-2023 00:10:00 #21 99.69 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 00:10:00 #21 100.0 Progress (1): 0/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:10:00 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:10:01 Progress (1): 4.8 MB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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.5 MB/s) error 03-Jan-2023 00:10:01 #21 100.3 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:10:01 #21 100.3 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 00:10:01 #21 100.4 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:10:01 Progress (1): 5.9 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 27 kB/s) error 03-Jan-2023 00:10:01 #21 100.6 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 00:10:01 #21 100.7 Progress (1): 3.3/11 kB error 03-Jan-2023 00:10:01 Progress (1): 6.1/11 kB error 03-Jan-2023 00:10:01 Progress (1): 8.9/11 kB error 03-Jan-2023 00:10:01 Progress (1): 11 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 51 kB/s) error 03-Jan-2023 00:10:01 #21 100.8 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 00:10:01 #21 ... error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:01 #18 95.92 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 00:10:01 #18 96.08 Progress (1): 1.3 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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.2 kB/s) error 03-Jan-2023 00:10:01 #18 96.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 00:10:01 #18 96.57 Progress (1): 3.4/5.8 kB error 03-Jan-2023 00:10:01 Progress (1): 5.8 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 19 kB/s) error 03-Jan-2023 00:10:01 #18 97.13 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 00:10:01 #18 97.13 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 00:10:01 #18 97.15 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 00:10:01 #18 97.15 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 00:10:01 #18 97.17 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 00:10:01 #18 97.42 Progress (1): 3.4/5.9 kB error 03-Jan-2023 00:10:01 Progress (2): 3.4/5.9 kB | 3.4/14 kB error 03-Jan-2023 00:10:01 Progress (3): 3.4/5.9 kB | 3.4/14 kB | 3.4/152 kB error 03-Jan-2023 00:10:01 Progress (3): 3.4/5.9 kB | 6.2/14 kB | 3.4/152 kB error 03-Jan-2023 00:10:01 Progress (4): 3.4/5.9 kB | 6.2/14 kB | 3.4/152 kB | 3.3/21 kB error 03-Jan-2023 00:10:01 Progress (4): 3.4/5.9 kB | 6.2/14 kB | 3.4/152 kB | 6.1/21 kB error 03-Jan-2023 00:10:01 Progress (4): 3.4/5.9 kB | 6.2/14 kB | 3.4/152 kB | 8.9/21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 6.2/14 kB | 3.4/152 kB | 8.9/21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 9.0/14 kB | 3.4/152 kB | 8.9/21 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 9.0/14 kB | 3.4/152 kB | 8.9/21 kB | 3.4/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 9.0/14 kB | 6.2/152 kB | 8.9/21 kB | 3.4/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 9.0/14 kB | 6.2/152 kB | 8.9/21 kB | 6.2/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 12/14 kB | 6.2/152 kB | 8.9/21 kB | 6.2/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 6.2/152 kB | 8.9/21 kB | 6.2/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 6.2/152 kB | 8.9/21 kB | 9.0/9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 6.2/152 kB | 8.9/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 9.0/152 kB | 8.9/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 12/152 kB | 8.9/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 8.9/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 12/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 15/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 17/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 20/21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 15/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 17/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 20/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 23/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 26/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 29/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 31/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 34/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 37/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 40/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 43/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 45/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 48/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 51/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 54/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 56/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 59/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 62/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 65/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 68/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 70/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 73/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 76/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 79/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 82/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 84/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 87/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 90/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 93/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 96/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 98/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 101/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 104/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 107/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 110/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 112/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 115/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 Progress (5): 5.9 kB | 14 kB | 118/152 kB | 21 kB | 9.9 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 19 kB/s) error 03-Jan-2023 00:10:01 #18 97.65 Progress (4): 5.9 kB | 14 kB | 121/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 124/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 126/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 129/152 kB | 21 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 03-Jan-2023 00:10:01 #18 97.66 Progress (4): 5.9 kB | 14 kB | 132/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 135/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 138/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 140/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 143/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 146/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 149/152 kB | 21 kB error 03-Jan-2023 00:10:01 Progress (4): 5.9 kB | 14 kB | 152 kB | 21 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 25 kB/s) error 03-Jan-2023 00:10:01 #18 97.68 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 00:10:01 #18 97.69 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 11 kB/s) error 03-Jan-2023 00:10:01 #18 97.69 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 36 kB/s) error 03-Jan-2023 00:10:01 #18 97.69 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 03-Jan-2023 00:10:01 #18 97.70 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 00:10:01 #18 97.80 Progress (2): 152 kB | 3.4/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 6.2/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 9.0/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 12/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 15/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 17/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 20/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 23/30 kB error 03-Jan-2023 00:10:01 Progress (2): 152 kB | 26/30 kB error 03-Jan-2023 00:10:01 Progress (3): 152 kB | 26/30 kB | 3.4/38 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 176 kB/s) error 03-Jan-2023 00:10:01 #18 97.91 Progress (3): 26/30 kB | 3.4/38 kB | 3.4/10 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 3.4/10 kB | 3.4/37 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 6.2/10 kB | 3.4/37 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 9.0/10 kB | 3.4/37 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 9.0/10 kB | 6.2/37 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 9.0/10 kB | 9.0/37 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 00:10:01 #18 97.96 Progress (4): 26/30 kB | 3.4/38 kB | 9.0/10 kB | 12/37 kB error 03-Jan-2023 00:10:01 Progress (4): 26/30 kB | 3.4/38 kB | 9.0/10 kB | 15/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 3.4/38 kB | 9.0/10 kB | 15/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 6.2/38 kB | 9.0/10 kB | 15/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 9.0/38 kB | 9.0/10 kB | 15/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 9.0/10 kB | 15/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 9.0/10 kB | 17/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 9.0/10 kB | 20/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 20/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 23/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 26/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 29/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 31/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 34/37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 12/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 29/30 kB | 15/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 15/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 17/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 20/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 23/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 26/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 29/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 31/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 34/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 37/38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (4): 30 kB | 38 kB | 10 kB | 37 kB error 03-Jan-2023 00:10:01 Progress (5): 30 kB | 38 kB | 10 kB | 37 kB | 3.4/43 kB error 03-Jan-2023 00:10:01 Progress (5): 30 kB | 38 kB | 10 kB | 37 kB | 6.2/43 kB error 03-Jan-2023 00:10:01 Progress (5): 30 kB | 38 kB | 10 kB | 37 kB | 9.0/43 kB error 03-Jan-2023 00:10:01 Progress (5): 30 kB | 38 kB | 10 kB | 37 kB | 12/43 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 27 kB/s) error 03-Jan-2023 00:10:01 #18 98.27 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 9.1 kB/s) error 03-Jan-2023 00:10:01 #18 98.27 Progress (3): 38 kB | 37 kB | 15/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 17/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 20/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 23/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 26/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 29/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 31/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 34/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 37/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 40/43 kB error 03-Jan-2023 00:10:01 Progress (3): 38 kB | 37 kB | 43/43 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 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 31 kB/s) error 03-Jan-2023 00:10:01 #18 98.33 Progress (2): 38 kB | 43 kB error 03-Jan-2023 00:10:01 error 03-Jan-2023 00:10:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 31 kB/s) error 03-Jan-2023 00:10:01 #18 98.56 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 30 kB/s) error 03-Jan-2023 00:10:01 #18 99.99 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:10:01 #18 100.0 [INFO] Copying 1 resource error 03-Jan-2023 00:10:01 #18 100.1 [INFO] Copying 2 resources error 03-Jan-2023 00:10:01 #18 100.4 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 03-Jan-2023 00:10:01 #18 100.4 [INFO] error 03-Jan-2023 00:10:01 #18 100.4 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 03-Jan-2023 00:10:02 #18 ... error 03-Jan-2023 00:10:02 error 03-Jan-2023 00:10:02 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:02 #21 101.2 Progress (1): 0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:10:02 Progress (1): 2.7 MB error 03-Jan-2023 00:10:02 error 03-Jan-2023 00:10:02 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.4 MB/s) error 03-Jan-2023 00:10:02 #21 101.4 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:10:02 #21 101.4 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 00:10:02 #21 101.5 Progress (1): 2.9 kB error 03-Jan-2023 00:10:02 error 03-Jan-2023 00:10:02 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 00:10:02 #21 101.6 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 00:10:02 #21 101.7 Progress (1): 3.3/11 kB error 03-Jan-2023 00:10:02 Progress (1): 6.1/11 kB error 03-Jan-2023 00:10:02 Progress (1): 8.9/11 kB error 03-Jan-2023 00:10:02 Progress (1): 11 kB error 03-Jan-2023 00:10:02 error 03-Jan-2023 00:10:02 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 48 kB/s) error 03-Jan-2023 00:10:02 #21 101.9 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 00:10:03 #21 102.2 Progress (1): 4.1/509 kB error 03-Jan-2023 00:10:03 Progress (1): 8.2/509 kB error 03-Jan-2023 00:10:03 Progress (1): 12/509 kB error 03-Jan-2023 00:10:03 Progress (1): 16/509 kB error 03-Jan-2023 00:10:03 Progress (1): 20/509 kB error 03-Jan-2023 00:10:03 Progress (1): 25/509 kB error 03-Jan-2023 00:10:03 Progress (1): 29/509 kB error 03-Jan-2023 00:10:03 Progress (1): 33/509 kB error 03-Jan-2023 00:10:03 Progress (1): 37/509 kB error 03-Jan-2023 00:10:03 Progress (1): 41/509 kB error 03-Jan-2023 00:10:03 Progress (1): 45/509 kB error 03-Jan-2023 00:10:03 Progress (1): 49/509 kB error 03-Jan-2023 00:10:03 Progress (1): 52/509 kB error 03-Jan-2023 00:10:03 Progress (1): 56/509 kB error 03-Jan-2023 00:10:03 Progress (1): 60/509 kB error 03-Jan-2023 00:10:03 Progress (1): 64/509 kB error 03-Jan-2023 00:10:03 Progress (1): 68/509 kB error 03-Jan-2023 00:10:03 Progress (1): 72/509 kB error 03-Jan-2023 00:10:03 Progress (1): 76/509 kB error 03-Jan-2023 00:10:03 Progress (1): 80/509 kB error 03-Jan-2023 00:10:03 Progress (1): 84/509 kB error 03-Jan-2023 00:10:03 Progress (1): 86/509 kB error 03-Jan-2023 00:10:03 Progress (1): 91/509 kB error 03-Jan-2023 00:10:03 Progress (1): 95/509 kB error 03-Jan-2023 00:10:03 Progress (1): 99/509 kB error 03-Jan-2023 00:10:03 Progress (1): 103/509 kB error 03-Jan-2023 00:10:03 Progress (1): 107/509 kB error 03-Jan-2023 00:10:03 Progress (1): 111/509 kB error 03-Jan-2023 00:10:03 Progress (1): 115/509 kB error 03-Jan-2023 00:10:03 Progress (1): 119/509 kB error 03-Jan-2023 00:10:03 Progress (1): 123/509 kB error 03-Jan-2023 00:10:03 Progress (1): 127/509 kB error 03-Jan-2023 00:10:03 Progress (1): 132/509 kB error 03-Jan-2023 00:10:03 Progress (1): 134/509 kB error 03-Jan-2023 00:10:03 Progress (1): 138/509 kB error 03-Jan-2023 00:10:03 Progress (1): 142/509 kB error 03-Jan-2023 00:10:03 Progress (1): 146/509 kB error 03-Jan-2023 00:10:03 Progress (1): 150/509 kB error 03-Jan-2023 00:10:03 Progress (1): 154/509 kB error 03-Jan-2023 00:10:03 Progress (1): 158/509 kB error 03-Jan-2023 00:10:03 Progress (1): 162/509 kB error 03-Jan-2023 00:10:03 Progress (1): 166/509 kB error 03-Jan-2023 00:10:03 Progress (1): 169/509 kB error 03-Jan-2023 00:10:03 Progress (1): 173/509 kB error 03-Jan-2023 00:10:03 Progress (1): 177/509 kB error 03-Jan-2023 00:10:03 Progress (1): 181/509 kB error 03-Jan-2023 00:10:03 Progress (1): 185/509 kB error 03-Jan-2023 00:10:03 Progress (1): 188/509 kB error 03-Jan-2023 00:10:03 Progress (1): 192/509 kB error 03-Jan-2023 00:10:03 Progress (1): 197/509 kB error 03-Jan-2023 00:10:03 Progress (1): 201/509 kB error 03-Jan-2023 00:10:03 Progress (1): 205/509 kB error 03-Jan-2023 00:10:03 Progress (1): 209/509 kB error 03-Jan-2023 00:10:03 Progress (1): 213/509 kB error 03-Jan-2023 00:10:03 Progress (1): 217/509 kB error 03-Jan-2023 00:10:03 Progress (1): 221/509 kB error 03-Jan-2023 00:10:03 Progress (1): 223/509 kB error 03-Jan-2023 00:10:03 Progress (1): 227/509 kB error 03-Jan-2023 00:10:03 Progress (1): 231/509 kB error 03-Jan-2023 00:10:03 Progress (1): 235/509 kB error 03-Jan-2023 00:10:03 Progress (1): 240/509 kB error 03-Jan-2023 00:10:03 Progress (1): 244/509 kB error 03-Jan-2023 00:10:03 Progress (1): 248/509 kB error 03-Jan-2023 00:10:03 Progress (1): 251/509 kB error 03-Jan-2023 00:10:03 Progress (1): 255/509 kB error 03-Jan-2023 00:10:03 Progress (1): 260/509 kB error 03-Jan-2023 00:10:03 Progress (1): 264/509 kB error 03-Jan-2023 00:10:03 Progress (1): 268/509 kB error 03-Jan-2023 00:10:03 Progress (1): 272/509 kB error 03-Jan-2023 00:10:03 Progress (1): 276/509 kB error 03-Jan-2023 00:10:03 Progress (1): 280/509 kB error 03-Jan-2023 00:10:03 Progress (1): 284/509 kB error 03-Jan-2023 00:10:03 Progress (1): 286/509 kB error 03-Jan-2023 00:10:03 Progress (1): 290/509 kB error 03-Jan-2023 00:10:03 Progress (1): 294/509 kB error 03-Jan-2023 00:10:03 Progress (1): 298/509 kB error 03-Jan-2023 00:10:03 Progress (1): 303/509 kB error 03-Jan-2023 00:10:03 Progress (1): 307/509 kB error 03-Jan-2023 00:10:03 Progress (1): 311/509 kB error 03-Jan-2023 00:10:03 Progress (1): 314/509 kB error 03-Jan-2023 00:10:03 Progress (1): 318/509 kB error 03-Jan-2023 00:10:03 Progress (1): 323/509 kB error 03-Jan-2023 00:10:03 Progress (1): 327/509 kB error 03-Jan-2023 00:10:03 Progress (1): 331/509 kB error 03-Jan-2023 00:10:03 Progress (1): 335/509 kB error 03-Jan-2023 00:10:03 Progress (1): 339/509 kB error 03-Jan-2023 00:10:03 Progress (1): 343/509 kB error 03-Jan-2023 00:10:03 Progress (1): 347/509 kB error 03-Jan-2023 00:10:03 Progress (1): 349/509 kB error 03-Jan-2023 00:10:03 Progress (1): 353/509 kB error 03-Jan-2023 00:10:03 Progress (1): 357/509 kB error 03-Jan-2023 00:10:03 Progress (1): 361/509 kB error 03-Jan-2023 00:10:03 Progress (1): 366/509 kB error 03-Jan-2023 00:10:03 Progress (1): 370/509 kB error 03-Jan-2023 00:10:03 Progress (1): 374/509 kB error 03-Jan-2023 00:10:03 Progress (1): 377/509 kB error 03-Jan-2023 00:10:03 Progress (1): 381/509 kB error 03-Jan-2023 00:10:03 Progress (1): 386/509 kB error 03-Jan-2023 00:10:03 Progress (1): 390/509 kB error 03-Jan-2023 00:10:03 Progress (1): 394/509 kB error 03-Jan-2023 00:10:03 Progress (1): 398/509 kB error 03-Jan-2023 00:10:03 Progress (1): 402/509 kB error 03-Jan-2023 00:10:03 Progress (1): 406/509 kB error 03-Jan-2023 00:10:03 Progress (1): 410/509 kB error 03-Jan-2023 00:10:03 Progress (1): 412/509 kB error 03-Jan-2023 00:10:03 Progress (1): 416/509 kB error 03-Jan-2023 00:10:03 Progress (1): 420/509 kB error 03-Jan-2023 00:10:03 Progress (1): 424/509 kB error 03-Jan-2023 00:10:03 Progress (1): 429/509 kB error 03-Jan-2023 00:10:03 Progress (1): 433/509 kB error 03-Jan-2023 00:10:03 Progress (1): 437/509 kB error 03-Jan-2023 00:10:03 Progress (1): 441/509 kB error 03-Jan-2023 00:10:03 Progress (1): 445/509 kB error 03-Jan-2023 00:10:03 Progress (1): 447/509 kB error 03-Jan-2023 00:10:03 Progress (1): 451/509 kB error 03-Jan-2023 00:10:03 Progress (1): 455/509 kB error 03-Jan-2023 00:10:03 Progress (1): 459/509 kB error 03-Jan-2023 00:10:03 Progress (1): 463/509 kB error 03-Jan-2023 00:10:03 Progress (1): 467/509 kB error 03-Jan-2023 00:10:03 Progress (1): 472/509 kB error 03-Jan-2023 00:10:03 Progress (1): 476/509 kB error 03-Jan-2023 00:10:03 Progress (1): 480/509 kB error 03-Jan-2023 00:10:03 Progress (1): 482/509 kB error 03-Jan-2023 00:10:03 Progress (1): 486/509 kB error 03-Jan-2023 00:10:03 Progress (1): 490/509 kB error 03-Jan-2023 00:10:03 Progress (1): 494/509 kB error 03-Jan-2023 00:10:03 Progress (1): 498/509 kB error 03-Jan-2023 00:10:03 Progress (1): 502/509 kB error 03-Jan-2023 00:10:03 Progress (1): 506/509 kB error 03-Jan-2023 00:10:03 Progress (1): 509 kB error 03-Jan-2023 00:10:03 error 03-Jan-2023 00:10:03 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 551 kB/s) error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 00:10:03 #21 102.8 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [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 00:10:03 #21 102.9 [INFO] Copying registrationapp-omod-1.25.0.jar to /app/package/target/distro/web/modules/registrationapp-1.25.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying event-omod-2.10.0.jar to /app/package/target/distro/web/modules/event-2.10.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying uilibrary-omod-2.0.7.jar to /app/package/target/distro/web/modules/uilibrary-2.0.7.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying htmlwidgets-omod-1.11.0.jar to /app/package/target/distro/web/modules/htmlwidgets-1.11.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying dataexchange-omod-1.3.8.jar to /app/package/target/distro/web/modules/dataexchange-1.3.8.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying appui-omod-1.16.0.jar to /app/package/target/distro/web/modules/appui-1.16.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying allergyui-omod-1.8.5.jar to /app/package/target/distro/web/modules/allergyui-1.8.5.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying providermanagement-omod-2.14.0.jar to /app/package/target/distro/web/modules/providermanagement-2.14.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying appointmentschedulingui-omod-1.14.0.jar to /app/package/target/distro/web/modules/appointmentschedulingui-1.14.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying attachments-omod-2.7.0.jar to /app/package/target/distro/web/modules/attachments-2.7.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying formentryapp-omod-1.4.3.jar to /app/package/target/distro/web/modules/formentryapp-1.4.3.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying idgen-omod-4.9.0.jar to /app/package/target/distro/web/modules/idgen-4.9.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying metadatamapping-omod-1.6.0.jar to /app/package/target/distro/web/modules/metadatamapping-1.6.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying htmlformentryui-omod-2.2.0.jar to /app/package/target/distro/web/modules/htmlformentryui-2.2.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying referencedemodata-omod-1.4.8.jar to /app/package/target/distro/web/modules/referencedemodata-1.4.8.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying emrapi-omod-1.33.0.jar to /app/package/target/distro/web/modules/emrapi-1.33.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [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 00:10:03 #21 102.9 [INFO] Copying htmlformentry-omod-5.1.0.jar to /app/package/target/distro/web/modules/htmlformentry-5.1.0.omod error 03-Jan-2023 00:10:03 #21 102.9 [INFO] Copying appframework-omod-2.17.0.jar to /app/package/target/distro/web/modules/appframework-2.17.0.omod error 03-Jan-2023 00:10:03 #21 102.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 00:10:03 #21 102.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 00:10:03 #21 102.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 00:10:03 #21 102.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 00:10:03 #21 102.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 00:10:03 #21 103.0 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [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 00:10:04 #21 103.0 [INFO] Copying spa-omod-1.0.9.jar to /app/package/target/distro/web/modules/spa-1.0.9.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying uicommons-omod-2.23.0.jar to /app/package/target/distro/web/modules/uicommons-2.23.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying uiframework-omod-3.23.0.jar to /app/package/target/distro/web/modules/uiframework-3.23.0.omod error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Copying metadatasharing-omod-1.9.0.jar to /app/package/target/distro/web/modules/metadatasharing-1.9.0.omod error 03-Jan-2023 00:10:04 #21 103.0 error 03-Jan-2023 00:10:04 #21 103.0 Downloading OWAs... error 03-Jan-2023 00:10:04 #21 103.0 error 03-Jan-2023 00:10:04 #21 103.0 error 03-Jan-2023 00:10:04 #21 103.0 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:10:04 #21 103.0 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:10:04 #21 103.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 00:10:04 #21 103.1 Progress (1): 424 B error 03-Jan-2023 00:10:04 error 03-Jan-2023 00:10:04 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 00:10:04 #21 103.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 00:10:04 #21 103.6 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:10:04 Progress (1): 1.1 MB error 03-Jan-2023 00:10:04 error 03-Jan-2023 00:10:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 2.1 MB/s) error 03-Jan-2023 00:10:04 #21 103.8 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 00:10:04 #21 103.8 error 03-Jan-2023 00:10:04 #21 103.8 Creating Docker Compose configuration... error 03-Jan-2023 00:10:04 #21 103.8 error 03-Jan-2023 00:10:05 #21 104.4 error 03-Jan-2023 00:10:05 #21 104.4 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 00:10:05 #21 104.4 error 03-Jan-2023 00:10:05 #21 104.4 [INFO] error 03-Jan-2023 00:10:05 #21 104.4 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 00:10:05 #21 104.4 error 03-Jan-2023 00:10:05 #21 104.4 Downloading modules... error 03-Jan-2023 00:10:05 #21 104.4 error 03-Jan-2023 00:10:05 #21 104.4 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:10:05 #21 104.4 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:10:05 #21 104.6 error 03-Jan-2023 00:10:05 #21 104.6 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:10:05 #21 104.6 error 03-Jan-2023 00:10:05 #21 104.6 target:/app/package/target/bundled-distro/web error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:10:05 #21 104.6 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:10:05 #21 104.7 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:10:05 #21 104.8 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:10:05 #21 104.8 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:10:05 #21 104.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 00:10:05 #21 104.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 00:10:05 #21 104.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 00:10:05 #21 104.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 00:10:05 #21 104.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 00:10:05 #21 104.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 00:10:05 #21 104.9 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.0 [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 00:10:05 #21 105.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 00:10:05 #21 105.1 [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 00:10:05 #21 105.1 [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 00:10:05 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.1 [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 00:10:06 #21 105.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 00:10:06 #21 105.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 00:10:06 #21 105.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 00:10:06 #21 105.2 [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 00:10:06 #21 105.2 [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 00:10:06 #21 105.2 [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 00:10:06 #21 105.2 [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 00:10:06 #21 105.2 [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 00:10:06 #21 105.2 [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 00:10:06 #21 105.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 00:10:06 #21 105.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 00:10:06 #21 105.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 00:10:06 #21 105.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 00:10:06 #21 105.2 error 03-Jan-2023 00:10:06 #21 105.2 Downloading OWAs... error 03-Jan-2023 00:10:06 #21 105.2 error 03-Jan-2023 00:10:06 #21 105.2 error 03-Jan-2023 00:10:06 #21 105.2 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:10:06 #21 105.3 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:10:06 #21 105.3 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 00:10:07 #21 106.7 error 03-Jan-2023 00:10:07 #21 106.7 Creating Docker Compose configuration... error 03-Jan-2023 00:10:07 #21 106.7 error 03-Jan-2023 00:10:07 #21 106.8 error 03-Jan-2023 00:10:07 #21 106.8 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 00:10:07 #21 106.8 error 03-Jan-2023 00:10:07 #21 106.8 [INFO] error 03-Jan-2023 00:10:07 #21 106.8 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 00:10:07 #21 106.9 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 00:10:07 #21 107.0 Progress (1): 1.5 kB error 03-Jan-2023 00:10:07 error 03-Jan-2023 00:10: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.pom (1.5 kB at 6.3 kB/s) error 03-Jan-2023 00:10:08 #21 107.1 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 00:10:08 #21 107.2 Progress (1): 3.4/19 kB error 03-Jan-2023 00:10:08 Progress (1): 6.2/19 kB error 03-Jan-2023 00:10:08 Progress (1): 9.0/19 kB error 03-Jan-2023 00:10:08 Progress (1): 12/19 kB error 03-Jan-2023 00:10:08 Progress (1): 15/19 kB error 03-Jan-2023 00:10:08 Progress (1): 17/19 kB error 03-Jan-2023 00:10:08 Progress (1): 19 kB error 03-Jan-2023 00:10:08 error 03-Jan-2023 00:10:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 58 kB/s) error 03-Jan-2023 00:10:08 #21 107.4 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 00:10:08 #21 107.5 Progress (1): 1.6 kB error 03-Jan-2023 00:10:08 error 03-Jan-2023 00:10:08 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 00:10:08 #21 107.7 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 00:10:08 #21 107.8 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:10:08 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:10:08 Progress (1): 7.6 kB error 03-Jan-2023 00:10:08 error 03-Jan-2023 00:10:08 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 00:10:08 #21 107.9 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 00:10:08 #21 108.0 Progress (1): 2.1 kB error 03-Jan-2023 00:10:09 error 03-Jan-2023 00:10:09 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.0 kB/s) error 03-Jan-2023 00:10:09 #21 108.2 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 00:10:09 #21 108.3 Progress (1): 3.1 kB error 03-Jan-2023 00:10:09 error 03-Jan-2023 00:10:09 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 00:10:09 #21 108.4 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 00:10:09 #21 108.5 Progress (1): 2.0 kB error 03-Jan-2023 00:10:09 error 03-Jan-2023 00:10: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.pom (2.0 kB at 8.4 kB/s) error 03-Jan-2023 00:10:09 #21 108.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 00:10:09 #21 108.8 Progress (1): 2.0 kB error 03-Jan-2023 00:10:09 error 03-Jan-2023 00:10:09 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.3 kB/s) error 03-Jan-2023 00:10:09 #21 108.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 00:10:09 #21 109.0 Progress (1): 1.9 kB error 03-Jan-2023 00:10:09 error 03-Jan-2023 00:10:10 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.4 kB/s) error 03-Jan-2023 00:10:10 #21 109.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 00:10:10 #21 109.2 Progress (1): 1.7 kB error 03-Jan-2023 00:10:10 error 03-Jan-2023 00:10:10 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.7 kB/s) error 03-Jan-2023 00:10:10 #21 109.3 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 00:10:10 #21 109.5 Progress (1): 2.7 kB error 03-Jan-2023 00:10:10 error 03-Jan-2023 00:10:10 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 00:10:10 #21 109.6 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 00:10:10 #21 109.7 Progress (1): 2.7 kB error 03-Jan-2023 00:10:10 error 03-Jan-2023 00:10:10 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 00:10:10 #21 109.8 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 00:10:10 #21 109.9 Progress (1): 2.0 kB error 03-Jan-2023 00:10:10 error 03-Jan-2023 00:10:10 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.3 kB/s) error 03-Jan-2023 00:10:11 #21 110.1 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 00:10:11 #21 110.2 Progress (1): 2.1 kB error 03-Jan-2023 00:10:11 error 03-Jan-2023 00:10:11 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 00:10:11 #21 110.3 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 00:10:11 #21 110.4 Progress (1): 1.3 kB error 03-Jan-2023 00:10:11 error 03-Jan-2023 00:10:11 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 00:10:11 #21 110.6 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 00:10:11 #21 110.7 Progress (1): 3.4/4.0 kB error 03-Jan-2023 00:10:11 Progress (1): 4.0 kB error 03-Jan-2023 00:10:11 error 03-Jan-2023 00:10:11 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 00:10:11 #21 110.8 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 00:10:11 #21 110.9 Progress (1): 1.9 kB error 03-Jan-2023 00:10:11 error 03-Jan-2023 00:10:12 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 00:10:12 #21 111.0 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 00:10:12 #21 111.2 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:10:12 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:10:12 Progress (1): 7.8 kB error 03-Jan-2023 00:10:12 error 03-Jan-2023 00:10:12 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 00:10:12 #21 111.3 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 00:10:12 #21 111.4 Progress (1): 3.0 kB error 03-Jan-2023 00:10:12 error 03-Jan-2023 00:10:12 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 00:10:12 #21 111.5 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 00:10:12 #21 111.7 Progress (1): 2.2 kB error 03-Jan-2023 00:10:12 error 03-Jan-2023 00:10:12 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 7.5 kB/s) error 03-Jan-2023 00:10:12 #21 111.8 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 00:10:12 #21 111.9 Progress (1): 865 B error 03-Jan-2023 00:10:13 error 03-Jan-2023 00:10:13 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 00:10:13 #21 112.1 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 00:10:13 #21 112.2 Progress (1): 3.4/3.6 kB error 03-Jan-2023 00:10:13 Progress (1): 3.6 kB error 03-Jan-2023 00:10:13 error 03-Jan-2023 00:10:13 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 00:10:13 #21 112.3 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 00:10:13 #21 112.4 Progress (1): 690 B error 03-Jan-2023 00:10:13 error 03-Jan-2023 00:10:13 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 00:10:13 #21 112.5 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 00:10:13 #21 112.6 Progress (1): 769 B error 03-Jan-2023 00:10:13 error 03-Jan-2023 00:10:13 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 00:10:13 #21 112.8 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 00:10:13 #21 112.9 Progress (1): 1.2 kB error 03-Jan-2023 00:10:13 error 03-Jan-2023 00:10:13 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.4 kB/s) error 03-Jan-2023 00:10:13 #21 113.0 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 00:10:13 #21 113.1 Progress (1): 2.8 kB error 03-Jan-2023 00:10:14 error 03-Jan-2023 00:10:14 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 00:10:14 #21 113.3 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 00:10:14 #21 113.4 Progress (1): 747 B error 03-Jan-2023 00:10:14 error 03-Jan-2023 00:10:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 3.3 kB/s) error 03-Jan-2023 00:10:14 #21 113.5 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 00:10:14 #21 113.5 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 00:10:14 #21 113.5 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 00:10:14 #21 113.5 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 00:10:14 #21 113.5 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 00:10:14 #21 113.6 Progress (1): 3.4/13 kB error 03-Jan-2023 00:10:14 Progress (1): 6.2/13 kB error 03-Jan-2023 00:10:14 Progress (1): 9.0/13 kB error 03-Jan-2023 00:10:14 Progress (1): 12/13 kB error 03-Jan-2023 00:10:14 Progress (1): 13 kB error 03-Jan-2023 00:10:14 error 03-Jan-2023 00:10:14 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 49 kB/s) error 03-Jan-2023 00:10:14 #21 113.8 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 00:10:14 #21 113.9 Progress (1): 3.3/21 kB error 03-Jan-2023 00:10:14 Progress (1): 6.1/21 kB error 03-Jan-2023 00:10:14 Progress (1): 8.9/21 kB error 03-Jan-2023 00:10:14 Progress (1): 12/21 kB error 03-Jan-2023 00:10:14 Progress (1): 15/21 kB error 03-Jan-2023 00:10:14 Progress (1): 17/21 kB error 03-Jan-2023 00:10:14 Progress (1): 20/21 kB error 03-Jan-2023 00:10:14 Progress (1): 21 kB error 03-Jan-2023 00:10:14 Progress (2): 21 kB | 3.4/160 kB error 03-Jan-2023 00:10:14 Progress (2): 21 kB | 6.2/160 kB error 03-Jan-2023 00:10:14 Progress (2): 21 kB | 9.0/160 kB error 03-Jan-2023 00:10:14 Progress (2): 21 kB | 12/160 kB error 03-Jan-2023 00:10:14 Progress (3): 21 kB | 12/160 kB | 3.4/89 kB error 03-Jan-2023 00:10:14 Progress (3): 21 kB | 12/160 kB | 6.2/89 kB error 03-Jan-2023 00:10:14 Progress (3): 21 kB | 12/160 kB | 9.0/89 kB error 03-Jan-2023 00:10:14 Progress (3): 21 kB | 12/160 kB | 12/89 kB error 03-Jan-2023 00:10:14 Progress (4): 21 kB | 12/160 kB | 12/89 kB | 3.4/49 kB error 03-Jan-2023 00:10:14 Progress (4): 21 kB | 12/160 kB | 12/89 kB | 6.2/49 kB error 03-Jan-2023 00:10:14 Progress (4): 21 kB | 12/160 kB | 12/89 kB | 9.0/49 kB error 03-Jan-2023 00:10:14 Progress (4): 21 kB | 12/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 error 03-Jan-2023 00:10:14 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 45 kB/s) error 03-Jan-2023 00:10:14 #21 114.0 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 00:10:14 #21 114.0 Progress (3): 15/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 17/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 20/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 23/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 26/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 29/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 31/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 34/160 kB | 12/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 34/160 kB | 15/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 37/160 kB | 15/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 37/160 kB | 17/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 37/160 kB | 20/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 20/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 23/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 26/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 29/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 31/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 34/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 37/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 40/89 kB | 12/49 kB error 03-Jan-2023 00:10:14 Progress (3): 40/160 kB | 40/89 kB | 15/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 17/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 20/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 23/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 26/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 29/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 31/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 34/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 37/49 kB error 03-Jan-2023 00:10:15 Progress (3): 40/160 kB | 40/89 kB | 40/49 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 3.4/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 6.2/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 9.0/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 12/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 15/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 17/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 20/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 23/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 26/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 29/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 31/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 34/35 kB error 03-Jan-2023 00:10:15 Progress (4): 40/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 43/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 45/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 48/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 51/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 54/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 57/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 40/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 43/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 45/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 48/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 51/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 54/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 56/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 59/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 62/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 59/160 kB | 65/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 65/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 68/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 70/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 73/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 76/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 79/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 82/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 84/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 87/89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 62/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 65/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 68/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 71/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 73/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 76/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 79/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 82/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 85/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 87/160 kB | 89 kB | 40/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 87/160 kB | 89 kB | 43/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 87/160 kB | 89 kB | 45/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 87/160 kB | 89 kB | 48/49 kB | 35 kB error 03-Jan-2023 00:10:15 Progress (4): 87/160 kB | 89 kB | 49 kB | 35 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 51 kB/s) error 03-Jan-2023 00:10:15 #21 114.2 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 00:10:15 #21 114.2 Progress (3): 90/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 93/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 96/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 99/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 101/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 104/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 107/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 109/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 112/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 115/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 118/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 121/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 123/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 126/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 129/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 132/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 135/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 137/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 140/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 143/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 146/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 149/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 151/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 154/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 157/160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 Progress (3): 160 kB | 89 kB | 49 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 114 kB/s) error 03-Jan-2023 00:10:15 #21 114.3 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 00:10:15 #21 114.3 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 64 kB/s) error 03-Jan-2023 00:10:15 #21 114.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.jar error 03-Jan-2023 00:10:15 #21 114.3 Progress (2): 160 kB | 3.4/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 6.2/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 9.0/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 12/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 15/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 17/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 20/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 23/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 26/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 29/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 31/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 34/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 37/87 kB error 03-Jan-2023 00:10:15 Progress (2): 160 kB | 40/87 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 183 kB/s) error 03-Jan-2023 00:10:15 #21 114.4 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 00:10:15 #21 114.4 Progress (2): 40/87 kB | 3.4/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 6.2/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 9.0/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 12/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 15/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 17/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 20/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 23/25 kB error 03-Jan-2023 00:10:15 Progress (2): 40/87 kB | 25 kB error 03-Jan-2023 00:10:15 Progress (3): 40/87 kB | 25 kB | 3.4/14 kB error 03-Jan-2023 00:10:15 Progress (3): 40/87 kB | 25 kB | 6.2/14 kB error 03-Jan-2023 00:10:15 Progress (3): 40/87 kB | 25 kB | 9.0/14 kB error 03-Jan-2023 00:10:15 Progress (3): 40/87 kB | 25 kB | 12/14 kB error 03-Jan-2023 00:10:15 Progress (3): 40/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 43/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 45/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 48/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 51/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 54/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 57/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 59/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 62/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 65/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 68/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 71/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 73/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 76/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 79/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 82/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 85/87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (3): 87 kB | 25 kB | 14 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 3.4/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 6.2/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 9.0/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 12/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 15/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 17/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 20/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 23/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 26/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 29/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 31/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 34/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 37/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 40/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 43/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 45/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 48/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 51/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 54/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 56/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 59/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 62/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 65/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 68/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 70/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 73/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 76/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 79/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 82/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 84/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 87/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 90/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 93/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 96/122 kB error 03-Jan-2023 00:10:15 Progress (4): 87 kB | 25 kB | 14 kB | 98/122 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 25 kB/s) error 03-Jan-2023 00:10:15 #21 114.5 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 00:10:15 #21 114.5 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 14 kB/s) error 03-Jan-2023 00:10:15 #21 114.5 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 00:10:15 #21 114.5 Progress (2): 87 kB | 101/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 104/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 107/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 110/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 112/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 115/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 118/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 121/122 kB error 03-Jan-2023 00:10:15 Progress (2): 87 kB | 122 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 85 kB/s) error 03-Jan-2023 00:10:15 #21 114.5 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 00:10:15 #21 114.6 Progress (2): 122 kB | 4.1/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 8.2/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 12/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 16/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 19/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 23/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 27/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 31/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 34/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 38/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 42/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 46/211 kB error 03-Jan-2023 00:10:15 Progress (2): 122 kB | 51/211 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 3.4/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 6.2/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 9.0/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 12/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 15/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 17/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 20/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 23/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 26/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 29/29 kB error 03-Jan-2023 00:10:15 Progress (3): 122 kB | 51/211 kB | 29 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 3.4/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 6.2/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 9.0/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 12/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 15/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 17/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 20/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 23/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 26/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 29/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 31/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 34/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 37/37 kB error 03-Jan-2023 00:10:15 Progress (4): 122 kB | 51/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 107 kB/s) error 03-Jan-2023 00:10:15 #21 114.7 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 00:10:15 #21 114.7 Progress (3): 55/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 59/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 63/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 67/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 69/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 73/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 77/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 81/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (3): 85/211 kB | 29 kB | 37 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 3.4/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 6.2/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 9.0/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 12/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 15/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 17/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 20/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 23/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 26/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 29/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 31/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 34/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 37/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 40/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 43/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 45/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 48/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 51/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 54/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 56/58 kB error 03-Jan-2023 00:10:15 Progress (4): 85/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 89/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 94/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 98/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 102/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 104/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 108/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 112/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 116/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 120/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 124/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 128/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 132/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (4): 137/211 kB | 29 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 23 kB/s) error 03-Jan-2023 00:10:15 #21 114.8 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 00:10:15 #21 114.8 Progress (3): 139/211 kB | 37 kB | 58 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 30 kB/s) error 03-Jan-2023 00:10:15 #21 114.8 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 00:10:15 #21 114.8 Progress (2): 143/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 147/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 151/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 155/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 159/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 163/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 167/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 171/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 173/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 178/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 182/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 186/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 190/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 194/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 198/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 202/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 206/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 208/211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (2): 211 kB | 58 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 58 kB | 3.4/10 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 58 kB | 6.2/10 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 58 kB | 9.0/10 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 58 kB | 10 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 45 kB/s) error 03-Jan-2023 00:10:15 #21 114.8 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 00:10:15 #21 114.9 Progress (3): 211 kB | 10 kB | 3.4/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 6.2/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 9.0/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 12/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 15/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 17/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 20/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 23/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 26/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 29/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 31/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 34/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 37/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 40/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 43/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 45/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 48/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 51/155 kB error 03-Jan-2023 00:10:15 Progress (3): 211 kB | 10 kB | 54/155 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 3.4/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 6.2/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 9.0/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 12/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 15/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 17/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 20/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 23/25 kB error 03-Jan-2023 00:10:15 Progress (4): 211 kB | 10 kB | 54/155 kB | 25 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 152 kB/s) error 03-Jan-2023 00:10:15 #21 114.9 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 00:10:15 #21 114.9 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.5 kB/s) error 03-Jan-2023 00:10:15 #21 114.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 00:10:15 #21 114.9 Progress (3): 54/155 kB | 25 kB | 3.4/4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 54/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 57/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 59/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 62/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 65/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 68/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 71/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 73/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 76/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 79/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 82/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 85/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 87/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 90/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 93/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 96/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 99/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 101/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 104/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 107/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 110/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 113/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 115/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 118/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 121/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 124/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 127/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 129/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 132/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 135/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 138/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 141/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 143/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 146/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 149/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 152/155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 Progress (3): 155 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 17 kB/s) error 03-Jan-2023 00:10:15 #21 115.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 00:10:15 #21 115.0 Progress (3): 155 kB | 4.6 kB | 3.4/19 kB error 03-Jan-2023 00:10:15 Progress (3): 155 kB | 4.6 kB | 6.2/19 kB error 03-Jan-2023 00:10:15 Progress (3): 155 kB | 4.6 kB | 9.0/19 kB error 03-Jan-2023 00:10:15 Progress (3): 155 kB | 4.6 kB | 12/19 kB error 03-Jan-2023 00:10:15 error 03-Jan-2023 00:10:15 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 00:10:15 #21 115.1 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 00:10:16 #21 115.1 Progress (1): 15/19 kB error 03-Jan-2023 00:10:16 Progress (1): 17/19 kB error 03-Jan-2023 00:10:16 Progress (1): 19 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 3.4/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 6.2/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 9.0/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 12/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 15/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 17/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 20/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 23/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 26/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 29/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 31/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 34/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 37/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 40/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 43/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 45/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 48/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 51/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 54/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 56/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 59/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 62/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 65/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 68/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 70/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 73/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 76/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 79/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 82/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 84/121 kB error 03-Jan-2023 00:10:16 Progress (2): 19 kB | 87/121 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 4.1/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 8.2/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 12/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 16/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 19/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 23/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 27/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 31/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 34/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 38/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 42/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 46/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 51/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 55/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 59/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 63/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 67/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 69/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 73/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 77/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 81/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 85/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 89/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 94/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 98/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 102/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 104/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 108/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 112/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 116/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 120/217 kB error 03-Jan-2023 00:10:16 Progress (3): 19 kB | 87/121 kB | 124/217 kB error 03-Jan-2023 00:10:16 error 03-Jan-2023 00:10:16 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 00:10:16 #21 115.2 Progress (2): 87/121 kB | 128/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 132/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 137/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 141/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 143/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 147/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 151/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 155/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 159/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 163/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 167/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 171/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 176/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 180/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 184/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 188/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 192/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 196/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 200/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 204/217 kB error 03-Jan-2023 00:10:16 Progress (2): 87/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 90/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 93/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 96/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 98/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 101/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 104/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 107/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 109/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 112/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 115/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 118/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 121/121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 121 kB | 206/217 kB error 03-Jan-2023 00:10:16 Progress (2): 121 kB | 210/217 kB error 03-Jan-2023 00:10:16 Progress (2): 121 kB | 215/217 kB error 03-Jan-2023 00:10:16 Progress (2): 121 kB | 217 kB error 03-Jan-2023 00:10:16 error 03-Jan-2023 00:10:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 66 kB/s) error 03-Jan-2023 00:10:16 #21 115.4 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 113 kB/s) error 03-Jan-2023 00:10:16 #21 115.8 [INFO] No sources to compile error 03-Jan-2023 00:10:16 #21 115.8 [INFO] error 03-Jan-2023 00:10:16 #21 115.8 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 00:10:16 #21 115.8 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:10:16 #21 115.8 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:10:16 #21 115.8 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:10:16 #21 115.8 [INFO] error 03-Jan-2023 00:10:16 #21 115.8 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 00:10:16 #21 115.8 [INFO] No sources to compile error 03-Jan-2023 00:10:16 #21 115.8 [INFO] error 03-Jan-2023 00:10:16 #21 115.8 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 00:10:16 #21 115.8 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 00:10:16 #21 115.9 Progress (1): 3.0 kB error 03-Jan-2023 00:10:17 error 03-Jan-2023 00:10:17 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 00:10:17 #21 116.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 00:10:17 #21 116.2 Progress (1): 2.5 kB error 03-Jan-2023 00:10:17 error 03-Jan-2023 00:10: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 11 kB/s) error 03-Jan-2023 00:10:17 #21 116.3 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 00:10:17 #21 116.4 Progress (1): 3.4/5.1 kB error 03-Jan-2023 00:10:17 Progress (1): 5.1 kB error 03-Jan-2023 00:10:17 error 03-Jan-2023 00:10: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 00:10:17 #21 116.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.pom error 03-Jan-2023 00:10:17 #21 116.7 Progress (1): 1.8 kB error 03-Jan-2023 00:10:17 error 03-Jan-2023 00:10: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.6 kB/s) error 03-Jan-2023 00:10:17 #21 116.8 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 00:10:17 #21 116.9 Progress (1): 1.5 kB error 03-Jan-2023 00:10:17 error 03-Jan-2023 00:10: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.3 kB/s) error 03-Jan-2023 00:10:18 #21 117.0 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 00:10:18 #21 117.2 Progress (1): 3.4/3.5 kB error 03-Jan-2023 00:10:18 Progress (1): 3.5 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10: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 15 kB/s) error 03-Jan-2023 00:10:18 #21 117.3 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 00:10:18 #21 117.4 Progress (1): 3.4/3.7 kB error 03-Jan-2023 00:10:18 Progress (1): 3.7 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10: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 00:10:18 #21 117.5 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 00:10:18 #21 117.6 Progress (1): 3.4/9.3 kB error 03-Jan-2023 00:10:18 #21 ... error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:18 #18 112.7 Jan 03, 2023 12:10:08 AM org.jline.utils.Log logr error 03-Jan-2023 00:10:18 #18 112.7 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 03-Jan-2023 00:10:18 #18 114.8 error 03-Jan-2023 00:10:18 #18 114.8 Downloading modules... error 03-Jan-2023 00:10:18 #18 114.8 error 03-Jan-2023 00:10:18 #18 115.1 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 00:10:18 #18 115.4 Progress (1): 3.3/18 kB error 03-Jan-2023 00:10:18 Progress (1): 6.1/18 kB error 03-Jan-2023 00:10:18 Progress (1): 8.9/18 kB error 03-Jan-2023 00:10:18 Progress (1): 12/18 kB error 03-Jan-2023 00:10:18 Progress (1): 14/18 kB error 03-Jan-2023 00:10:18 Progress (1): 17/18 kB error 03-Jan-2023 00:10:18 Progress (1): 18 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 39 kB/s) error 03-Jan-2023 00:10:18 #18 115.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.jar error 03-Jan-2023 00:10:18 #18 116.9 Progress (1): 4.1/205 kB error 03-Jan-2023 00:10:18 Progress (1): 8.2/205 kB error 03-Jan-2023 00:10:18 Progress (1): 12/205 kB error 03-Jan-2023 00:10:18 Progress (1): 16/205 kB error 03-Jan-2023 00:10:18 Progress (1): 20/205 kB error 03-Jan-2023 00:10:18 Progress (1): 25/205 kB error 03-Jan-2023 00:10:18 Progress (1): 29/205 kB error 03-Jan-2023 00:10:18 Progress (1): 33/205 kB error 03-Jan-2023 00:10:18 Progress (1): 37/205 kB error 03-Jan-2023 00:10:18 Progress (1): 41/205 kB error 03-Jan-2023 00:10:18 Progress (1): 45/205 kB error 03-Jan-2023 00:10:18 Progress (1): 49/205 kB error 03-Jan-2023 00:10:18 Progress (1): 52/205 kB error 03-Jan-2023 00:10:18 Progress (1): 56/205 kB error 03-Jan-2023 00:10:18 Progress (1): 60/205 kB error 03-Jan-2023 00:10:18 Progress (1): 64/205 kB error 03-Jan-2023 00:10:18 Progress (1): 68/205 kB error 03-Jan-2023 00:10:18 Progress (1): 72/205 kB error 03-Jan-2023 00:10:18 Progress (1): 76/205 kB error 03-Jan-2023 00:10:18 Progress (1): 80/205 kB error 03-Jan-2023 00:10:18 Progress (1): 84/205 kB error 03-Jan-2023 00:10:18 Progress (1): 86/205 kB error 03-Jan-2023 00:10:18 Progress (1): 91/205 kB error 03-Jan-2023 00:10:18 Progress (1): 95/205 kB error 03-Jan-2023 00:10:18 Progress (1): 99/205 kB error 03-Jan-2023 00:10:18 Progress (1): 103/205 kB error 03-Jan-2023 00:10:18 Progress (1): 107/205 kB error 03-Jan-2023 00:10:18 Progress (1): 111/205 kB error 03-Jan-2023 00:10:18 Progress (1): 115/205 kB error 03-Jan-2023 00:10:18 Progress (1): 119/205 kB error 03-Jan-2023 00:10:18 Progress (1): 121/205 kB error 03-Jan-2023 00:10:18 Progress (1): 125/205 kB error 03-Jan-2023 00:10:18 Progress (1): 129/205 kB error 03-Jan-2023 00:10:18 Progress (1): 134/205 kB error 03-Jan-2023 00:10:18 Progress (1): 138/205 kB error 03-Jan-2023 00:10:18 Progress (1): 142/205 kB error 03-Jan-2023 00:10:18 Progress (1): 146/205 kB error 03-Jan-2023 00:10:18 Progress (1): 150/205 kB error 03-Jan-2023 00:10:18 Progress (1): 154/205 kB error 03-Jan-2023 00:10:18 Progress (1): 156/205 kB error 03-Jan-2023 00:10:18 Progress (1): 160/205 kB error 03-Jan-2023 00:10:18 Progress (1): 164/205 kB error 03-Jan-2023 00:10:18 Progress (1): 168/205 kB error 03-Jan-2023 00:10:18 Progress (1): 172/205 kB error 03-Jan-2023 00:10:18 Progress (1): 177/205 kB error 03-Jan-2023 00:10:18 Progress (1): 181/205 kB error 03-Jan-2023 00:10:18 Progress (1): 185/205 kB error 03-Jan-2023 00:10:18 Progress (1): 189/205 kB error 03-Jan-2023 00:10:18 Progress (1): 191/205 kB error 03-Jan-2023 00:10:18 Progress (1): 195/205 kB error 03-Jan-2023 00:10:18 Progress (1): 199/205 kB error 03-Jan-2023 00:10:18 Progress (1): 203/205 kB error 03-Jan-2023 00:10:18 Progress (1): 205 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 118 kB/s) error 03-Jan-2023 00:10:18 #18 118.1 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 00:10:18 #18 118.4 Progress (1): 2.0 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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.0 kB/s) error 03-Jan-2023 00:10:18 #18 119.0 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 00:10:18 #18 119.1 Progress (1): 3.4/22 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/22 kB error 03-Jan-2023 00:10:18 Progress (1): 9.0/22 kB error 03-Jan-2023 00:10:18 Progress (1): 12/22 kB error 03-Jan-2023 00:10:18 Progress (1): 15/22 kB error 03-Jan-2023 00:10:18 Progress (1): 17/22 kB error 03-Jan-2023 00:10:18 Progress (1): 20/22 kB error 03-Jan-2023 00:10:18 Progress (1): 22 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 82 kB/s) error 03-Jan-2023 00:10:18 #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 00:10:18 #18 119.6 Progress (1): 3.4 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 00:10:18 #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 00:10:18 #18 119.9 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:10:18 Progress (1): 4.1 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 00:10:18 #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 00:10:18 #18 120.2 Progress (1): 3.4/4.8 kB error 03-Jan-2023 00:10:18 Progress (1): 4.8 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 17 kB/s) error 03-Jan-2023 00:10:18 #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 00:10:18 #18 120.5 Progress (1): 3.4/13 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/13 kB error 03-Jan-2023 00:10:18 Progress (1): 9.0/13 kB error 03-Jan-2023 00:10:18 Progress (1): 12/13 kB error 03-Jan-2023 00:10:18 Progress (1): 13 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 00:10:18 #18 120.8 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 00:10:18 #18 121.0 Progress (1): 2.5 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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.7 kB/s) error 03-Jan-2023 00:10:18 #18 121.1 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 00:10:18 #18 121.2 Progress (1): 3.4/14 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/14 kB error 03-Jan-2023 00:10:18 Progress (1): 9.0/14 kB error 03-Jan-2023 00:10:18 Progress (1): 12/14 kB error 03-Jan-2023 00:10:18 Progress (1): 14 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 54 kB/s) error 03-Jan-2023 00:10:18 #18 121.5 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 00:10:18 #18 121.6 Progress (1): 3.4/7.3 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/7.3 kB error 03-Jan-2023 00:10:18 Progress (1): 7.3 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 29 kB/s) error 03-Jan-2023 00:10:18 #18 121.7 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 00:10:18 #18 121.9 Progress (1): 2.2 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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.2 kB/s) error 03-Jan-2023 00:10:18 #18 122.0 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 00:10:18 #18 122.1 Progress (1): 2.6 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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 00:10:18 #18 122.3 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 00:10:18 #18 122.4 Progress (1): 1.0 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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.1 kB/s) error 03-Jan-2023 00:10:18 #18 122.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 00:10:18 #18 122.7 Progress (1): 2.2 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 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.3 kB/s) error 03-Jan-2023 00:10:18 #18 122.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.pom error 03-Jan-2023 00:10:18 #18 ... error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:18 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:18 #21 117.6 Progress (1): 3.4/9.3 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/9.3 kB error 03-Jan-2023 00:10:18 Progress (1): 9.0/9.3 kB error 03-Jan-2023 00:10:18 Progress (1): 9.3 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10: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 00:10:18 #21 117.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 00:10:18 #21 117.9 Progress (1): 3.4/23 kB error 03-Jan-2023 00:10:18 Progress (1): 6.2/23 kB error 03-Jan-2023 00:10:18 Progress (1): 9.0/23 kB error 03-Jan-2023 00:10:18 Progress (1): 12/23 kB error 03-Jan-2023 00:10:18 Progress (1): 15/23 kB error 03-Jan-2023 00:10:18 Progress (1): 17/23 kB error 03-Jan-2023 00:10:18 Progress (1): 20/23 kB error 03-Jan-2023 00:10:18 Progress (1): 23 kB error 03-Jan-2023 00:10:18 error 03-Jan-2023 00:10:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 95 kB/s) error 03-Jan-2023 00:10:19 #21 118.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 00:10:19 #21 118.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 00:10:19 #21 118.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 00:10:19 #21 118.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 00:10:19 #21 118.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 00:10:19 #21 118.1 Progress (1): 3.4/10 kB error 03-Jan-2023 00:10:19 Progress (1): 6.2/10 kB error 03-Jan-2023 00:10:19 Progress (1): 9.0/10 kB error 03-Jan-2023 00:10:19 Progress (1): 10 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 3.4/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 6.2/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 9.0/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 12/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 15/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 17/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 20/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 23/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 26/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 29/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 31/33 kB error 03-Jan-2023 00:10:19 Progress (2): 10 kB | 33 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 3.4/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 6.2/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 9.0/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 12/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 15/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 17/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 20/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 23/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 26/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 29/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 31/124 kB error 03-Jan-2023 00:10:19 Progress (3): 10 kB | 33 kB | 34/124 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 34/124 kB | 3.4/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 37/124 kB | 3.4/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 37/124 kB | 6.2/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 40/124 kB | 6.2/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 43/124 kB | 6.2/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 43/124 kB | 9.0/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 45/124 kB | 9.0/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 48/124 kB | 9.0/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 51/124 kB | 9.0/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 51/124 kB | 12/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 54/124 kB | 12/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 54/124 kB | 15/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 54/124 kB | 17/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 57/124 kB | 17/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 59/124 kB | 17/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 59/124 kB | 20/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 59/124 kB | 23/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 62/124 kB | 23/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 62/124 kB | 26/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 65/124 kB | 26/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 65/124 kB | 29/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 68/124 kB | 29/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 71/124 kB | 29/31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 71/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 73/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 76/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 79/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 82/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 85/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 87/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 90/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 93/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 96/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 99/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 101/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 104/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 107/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 110/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 113/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 115/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 118/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 121/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 124/124 kB | 31 kB error 03-Jan-2023 00:10:19 Progress (4): 10 kB | 33 kB | 124 kB | 31 kB error 03-Jan-2023 00:10:19 error 03-Jan-2023 00:10:19 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 42 kB/s) error 03-Jan-2023 00:10:19 #21 118.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 00:10:19 #21 118.3 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 124 kB/s) error 03-Jan-2023 00:10:19 #21 118.3 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 469 kB/s) error 03-Jan-2023 00:10:19 #21 118.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 124 kB/s) error 03-Jan-2023 00:10:19 #21 118.3 Progress (1): 4.1/224 kB error 03-Jan-2023 00:10:19 Progress (1): 8.2/224 kB error 03-Jan-2023 00:10:19 Progress (1): 12/224 kB error 03-Jan-2023 00:10:19 Progress (1): 16/224 kB error 03-Jan-2023 00:10:19 Progress (1): 20/224 kB error 03-Jan-2023 00:10:19 Progress (1): 25/224 kB error 03-Jan-2023 00:10:19 Progress (1): 29/224 kB error 03-Jan-2023 00:10:19 Progress (1): 33/224 kB error 03-Jan-2023 00:10:19 Progress (1): 37/224 kB error 03-Jan-2023 00:10:19 Progress (1): 41/224 kB error 03-Jan-2023 00:10:19 Progress (1): 45/224 kB error 03-Jan-2023 00:10:19 Progress (1): 49/224 kB error 03-Jan-2023 00:10:19 Progress (1): 52/224 kB error 03-Jan-2023 00:10:19 Progress (1): 56/224 kB error 03-Jan-2023 00:10:19 Progress (1): 60/224 kB error 03-Jan-2023 00:10:19 Progress (1): 64/224 kB error 03-Jan-2023 00:10:19 Progress (1): 68/224 kB error 03-Jan-2023 00:10:19 Progress (1): 72/224 kB error 03-Jan-2023 00:10:19 Progress (1): 76/224 kB error 03-Jan-2023 00:10:19 Progress (1): 80/224 kB error 03-Jan-2023 00:10:19 Progress (1): 84/224 kB error 03-Jan-2023 00:10:19 Progress (1): 86/224 kB error 03-Jan-2023 00:10:19 Progress (1): 90/224 kB error 03-Jan-2023 00:10:19 Progress (1): 95/224 kB error 03-Jan-2023 00:10:19 Progress (1): 99/224 kB error 03-Jan-2023 00:10:19 Progress (1): 103/224 kB error 03-Jan-2023 00:10:19 Progress (1): 107/224 kB error 03-Jan-2023 00:10:19 Progress (1): 111/224 kB error 03-Jan-2023 00:10:19 Progress (1): 115/224 kB error 03-Jan-2023 00:10:19 Progress (1): 119/224 kB error 03-Jan-2023 00:10:19 Progress (1): 121/224 kB error 03-Jan-2023 00:10:19 Progress (1): 125/224 kB error 03-Jan-2023 00:10:19 Progress (1): 129/224 kB error 03-Jan-2023 00:10:19 Progress (1): 133/224 kB error 03-Jan-2023 00:10:19 Progress (1): 138/224 kB error 03-Jan-2023 00:10:19 Progress (1): 142/224 kB error 03-Jan-2023 00:10:19 Progress (1): 146/224 kB error 03-Jan-2023 00:10:19 Progress (1): 150/224 kB error 03-Jan-2023 00:10:19 Progress (1): 154/224 kB error 03-Jan-2023 00:10:19 Progress (1): 156/224 kB error 03-Jan-2023 00:10:19 Progress (1): 160/224 kB error 03-Jan-2023 00:10:19 Progress (1): 164/224 kB error 03-Jan-2023 00:10:19 Progress (1): 168/224 kB error 03-Jan-2023 00:10:19 Progress (1): 172/224 kB error 03-Jan-2023 00:10:19 Progress (1): 177/224 kB error 03-Jan-2023 00:10:19 Progress (1): 181/224 kB error 03-Jan-2023 00:10:19 Progress (1): 185/224 kB error 03-Jan-2023 00:10:19 Progress (1): 188/224 kB error 03-Jan-2023 00:10:19 Progress (1): 192/224 kB error 03-Jan-2023 00:10:19 Progress (1): 197/224 kB error 03-Jan-2023 00:10:19 Progress (1): 201/224 kB error 03-Jan-2023 00:10:19 Progress (1): 205/224 kB error 03-Jan-2023 00:10:19 Progress (1): 209/224 kB error 03-Jan-2023 00:10:19 Progress (1): 213/224 kB error 03-Jan-2023 00:10:19 Progress (1): 215/224 kB error 03-Jan-2023 00:10:19 Progress (1): 219/224 kB error 03-Jan-2023 00:10:19 Progress (1): 224/224 kB error 03-Jan-2023 00:10:19 Progress (1): 224 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 3.4/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 6.2/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 9.0/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 12/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 15/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 17/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 20/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 23/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 26/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 29/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 31/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 34/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 37/38 kB error 03-Jan-2023 00:10:19 Progress (2): 224 kB | 38 kB error 03-Jan-2023 00:10:19 error 03-Jan-2023 00:10:19 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 523 kB/s) error 03-Jan-2023 00:10:19 #21 118.5 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 80 kB/s) error 03-Jan-2023 00:10:19 #21 118.6 [INFO] No tests to run. error 03-Jan-2023 00:10:19 #21 118.6 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 00:10:19 #21 118.7 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 00:10:19 #21 118.9 Progress (1): 2.4 kB error 03-Jan-2023 00:10:19 error 03-Jan-2023 00:10:19 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.0 kB/s) error 03-Jan-2023 00:10:19 #21 119.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 00:10:20 #21 119.1 Progress (1): 2.3 kB error 03-Jan-2023 00:10:20 error 03-Jan-2023 00:10:20 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 00:10:20 #21 119.2 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 00:10:20 #21 119.4 Progress (1): 3.4/34 kB error 03-Jan-2023 00:10:20 Progress (1): 6.2/34 kB error 03-Jan-2023 00:10:20 Progress (1): 9.0/34 kB error 03-Jan-2023 00:10:20 Progress (1): 12/34 kB error 03-Jan-2023 00:10:20 Progress (1): 15/34 kB error 03-Jan-2023 00:10:20 Progress (1): 17/34 kB error 03-Jan-2023 00:10:20 Progress (1): 20/34 kB error 03-Jan-2023 00:10:20 Progress (1): 23/34 kB error 03-Jan-2023 00:10:20 Progress (1): 26/34 kB error 03-Jan-2023 00:10:20 Progress (1): 29/34 kB error 03-Jan-2023 00:10:20 Progress (1): 31/34 kB error 03-Jan-2023 00:10:20 Progress (1): 34/34 kB error 03-Jan-2023 00:10:20 Progress (1): 34 kB error 03-Jan-2023 00:10:20 error 03-Jan-2023 00:10:20 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 142 kB/s) error 03-Jan-2023 00:10:20 #21 119.5 error 03-Jan-2023 00:10:20 #21 119.5 ------------------------------------------------------- error 03-Jan-2023 00:10:20 #21 119.5 T E S T S error 03-Jan-2023 00:10:20 #21 119.5 ------------------------------------------------------- error 03-Jan-2023 00:10:21 #21 120.6 error 03-Jan-2023 00:10:21 #21 120.6 Results : error 03-Jan-2023 00:10:21 #21 120.6 error 03-Jan-2023 00:10:21 #21 120.6 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 00:10:21 #21 120.6 error 03-Jan-2023 00:10:21 #21 120.6 [INFO] error 03-Jan-2023 00:10:21 #21 120.6 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 00:10:21 #21 120.6 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 00:10:21 #21 120.8 Progress (1): 3.4/4.5 kB error 03-Jan-2023 00:10:21 Progress (1): 4.5 kB error 03-Jan-2023 00:10:21 error 03-Jan-2023 00:10:21 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 00:10:21 #21 120.9 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 00:10:21 #21 121.0 Progress (1): 2.8 kB error 03-Jan-2023 00:10:21 error 03-Jan-2023 00:10:22 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 00:10:22 #21 121.1 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 00:10:22 #21 121.2 Progress (1): 1.7 kB error 03-Jan-2023 00:10:22 error 03-Jan-2023 00:10:22 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.6 kB/s) error 03-Jan-2023 00:10:22 #21 121.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 00:10:22 #21 121.5 Progress (1): 1.0 kB error 03-Jan-2023 00:10:22 error 03-Jan-2023 00:10:22 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.5 kB/s) error 03-Jan-2023 00:10:22 #21 121.6 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 00:10:22 #21 121.6 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 00:10:22 #21 121.6 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 00:10:22 #21 121.6 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 00:10:22 #21 121.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar error 03-Jan-2023 00:10:22 #21 121.7 Progress (1): 3.4/22 kB error 03-Jan-2023 00:10:22 Progress (1): 6.2/22 kB error 03-Jan-2023 00:10:22 Progress (1): 9.0/22 kB error 03-Jan-2023 00:10:22 Progress (1): 12/22 kB error 03-Jan-2023 00:10:22 Progress (1): 15/22 kB error 03-Jan-2023 00:10:22 Progress (1): 17/22 kB error 03-Jan-2023 00:10:22 Progress (1): 20/22 kB error 03-Jan-2023 00:10:22 Progress (1): 22 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 3.4/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 6.2/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 9.0/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 12/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 15/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 17/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 20/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 23/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 26/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 29/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 31/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 34/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 37/184 kB error 03-Jan-2023 00:10:22 Progress (2): 22 kB | 40/184 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 3.4/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 6.2/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 9.0/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 12/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 15/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 17/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 20/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 23/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 26/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 29/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 31/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 34/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 37/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 40/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 43/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 45/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 48/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 51/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 54/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 57/58 kB error 03-Jan-2023 00:10:22 Progress (3): 22 kB | 40/184 kB | 58 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 3.4/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 6.2/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 9.0/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 12/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 15/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 17/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 20/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 23/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 26/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 29/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 31/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 34/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 37/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 40/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 43/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 45/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 48/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 51/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 54/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 56/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 59/60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 40/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 43/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 45/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 48/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 51/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 54/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 57/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 59/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 62/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 65/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 68/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 70/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 73/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 76/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 79/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 82/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 84/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 87/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 90/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 93/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 95/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (4): 22 kB | 98/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 error 03-Jan-2023 00:10:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 86 kB/s) error 03-Jan-2023 00:10:22 #21 121.8 Progress (3): 101/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 104/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 107/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 109/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 112/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 115/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 118/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 120/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 123/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 126/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 Progress (3): 129/184 kB | 58 kB | 60 kB error 03-Jan-2023 00:10:22 error 03-Jan-2023 00:10:22 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 236 kB/s) error 03-Jan-2023 00:10:22 #21 121.9 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 222 kB/s) error 03-Jan-2023 00:10:22 #21 121.9 Progress (2): 129/184 kB | 4.1/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 8.2/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 12/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 16/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 19/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 23/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 27/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 31/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 34/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 38/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 42/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 46/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 51/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 55/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 59/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 63/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 67/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 69/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 73/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 77/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 81/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 85/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 89/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 94/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 98/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 102/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 104/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 108/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 112/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 116/208 kB error 03-Jan-2023 00:10:22 Progress (2): 129/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 132/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 134/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 137/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 140/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 143/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 146/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 148/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 151/184 kB | 120/208 kB error 03-Jan-2023 00:10:22 Progress (2): 151/184 kB | 124/208 kB error 03-Jan-2023 00:10:22 Progress (2): 151/184 kB | 128/208 kB error 03-Jan-2023 00:10:22 Progress (2): 154/184 kB | 128/208 kB error 03-Jan-2023 00:10:22 Progress (2): 157/184 kB | 128/208 kB error 03-Jan-2023 00:10:22 Progress (2): 157/184 kB | 132/208 kB error 03-Jan-2023 00:10:22 Progress (2): 157/184 kB | 137/208 kB error 03-Jan-2023 00:10:22 Progress (2): 157/184 kB | 139/208 kB error 03-Jan-2023 00:10:22 Progress (2): 159/184 kB | 139/208 kB error 03-Jan-2023 00:10:22 Progress (2): 162/184 kB | 139/208 kB error 03-Jan-2023 00:10:22 Progress (2): 165/184 kB | 139/208 kB error 03-Jan-2023 00:10:22 Progress (2): 165/184 kB | 143/208 kB error 03-Jan-2023 00:10:22 Progress (2): 165/184 kB | 147/208 kB error 03-Jan-2023 00:10:22 Progress (2): 165/184 kB | 151/208 kB error 03-Jan-2023 00:10:22 Progress (2): 165/184 kB | 155/208 kB error 03-Jan-2023 00:10:22 Progress (2): 168/184 kB | 155/208 kB error 03-Jan-2023 00:10:22 Progress (2): 171/184 kB | 155/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 155/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 159/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 163/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 167/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 171/208 kB error 03-Jan-2023 00:10:22 Progress (2): 173/184 kB | 173/208 kB error 03-Jan-2023 00:10:22 Progress (2): 176/184 kB | 173/208 kB error 03-Jan-2023 00:10:22 Progress (2): 179/184 kB | 173/208 kB error 03-Jan-2023 00:10:22 Progress (2): 182/184 kB | 173/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 173/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 178/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 182/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 186/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 190/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 194/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 197/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 201/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 206/208 kB error 03-Jan-2023 00:10:22 Progress (2): 184 kB | 208 kB error 03-Jan-2023 00:10:23 error 03-Jan-2023 00:10:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 373 kB/s) error 03-Jan-2023 00:10:23 #21 122.1 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 429 kB/s) error 03-Jan-2023 00:10:23 #21 122.3 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 00:10:23 #21 122.4 [INFO] error 03-Jan-2023 00:10:23 #21 122.4 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 00:10:23 #21 122.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 00:10:23 #21 122.6 Progress (1): 3.4/3.8 kB error 03-Jan-2023 00:10:23 Progress (1): 3.8 kB error 03-Jan-2023 00:10:23 error 03-Jan-2023 00:10:23 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 00:10:23 #21 122.7 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 00:10:23 #21 122.8 Progress (1): 1.6 kB error 03-Jan-2023 00:10:23 error 03-Jan-2023 00:10:23 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 00:10:23 #21 122.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 00:10:23 #21 123.0 Progress (1): 3.4/12 kB error 03-Jan-2023 00:10:24 Progress (1): 6.2/12 kB error 03-Jan-2023 00:10:24 Progress (1): 9.0/12 kB error 03-Jan-2023 00:10:24 Progress (1): 12/12 kB error 03-Jan-2023 00:10:24 Progress (1): 12 kB error 03-Jan-2023 00:10:24 error 03-Jan-2023 00:10:24 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 00:10:24 #21 123.2 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom error 03-Jan-2023 00:10:24 #21 123.3 Progress (1): 3.4/20 kB error 03-Jan-2023 00:10:24 Progress (1): 6.2/20 kB error 03-Jan-2023 00:10:24 Progress (1): 9.0/20 kB error 03-Jan-2023 00:10:24 Progress (1): 12/20 kB error 03-Jan-2023 00:10:24 Progress (1): 15/20 kB error 03-Jan-2023 00:10:24 Progress (1): 17/20 kB error 03-Jan-2023 00:10:24 Progress (1): 20 kB error 03-Jan-2023 00:10:24 error 03-Jan-2023 00:10:24 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 00:10:24 #21 123.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 00:10:24 #21 123.5 Progress (1): 3.1 kB error 03-Jan-2023 00:10:24 error 03-Jan-2023 00:10:24 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 00:10:24 #21 123.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 00:10:24 #21 123.8 Progress (1): 2.7 kB error 03-Jan-2023 00:10:24 error 03-Jan-2023 00:10:24 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 00:10:24 #21 123.9 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 00:10:24 #21 124.0 Progress (1): 2.1 kB error 03-Jan-2023 00:10:24 error 03-Jan-2023 00:10:25 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.8 kB/s) error 03-Jan-2023 00:10:25 #21 124.1 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 00:10:25 #21 124.2 Progress (1): 2.0 kB error 03-Jan-2023 00:10:25 error 03-Jan-2023 00:10:25 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 00:10:25 #21 124.4 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 00:10:25 #21 124.5 Progress (1): 2.7 kB error 03-Jan-2023 00:10:25 error 03-Jan-2023 00:10:25 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 00:10:25 #21 124.6 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 00:10:25 #21 124.7 Progress (1): 1.9 kB error 03-Jan-2023 00:10:25 error 03-Jan-2023 00:10:25 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.2 kB/s) error 03-Jan-2023 00:10:25 #21 124.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 00:10:25 #21 124.9 Progress (1): 2.0 kB error 03-Jan-2023 00:10:25 error 03-Jan-2023 00:10:26 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 00:10:26 #21 125.1 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 00:10:26 #21 125.2 Progress (1): 1.5 kB error 03-Jan-2023 00:10:26 error 03-Jan-2023 00:10:26 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 5.9 kB/s) error 03-Jan-2023 00:10:26 #21 125.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 00:10:26 #21 125.4 Progress (1): 2.7 kB error 03-Jan-2023 00:10:26 error 03-Jan-2023 00:10:26 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 12 kB/s) error 03-Jan-2023 00:10:26 #21 125.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 00:10:26 #21 125.7 Progress (1): 2.2 kB error 03-Jan-2023 00:10:26 error 03-Jan-2023 00:10:26 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.6 kB/s) error 03-Jan-2023 00:10:26 #21 125.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 00:10:26 #21 125.9 Progress (1): 3.0 kB error 03-Jan-2023 00:10:26 error 03-Jan-2023 00:10:26 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 00:10:26 #21 126.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 00:10:27 #21 126.1 Progress (1): 767 B error 03-Jan-2023 00:10:27 error 03-Jan-2023 00:10:27 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 00:10:27 #21 126.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 00:10:27 #21 126.4 Progress (1): 3.4/5.9 kB error 03-Jan-2023 00:10:27 Progress (1): 5.9 kB error 03-Jan-2023 00:10:27 error 03-Jan-2023 00:10:27 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 00:10:27 #21 126.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 00:10:27 #21 126.6 Progress (1): 3.2 kB error 03-Jan-2023 00:10:27 error 03-Jan-2023 00:10:27 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 00:10:27 #21 126.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 00:10:27 #21 126.8 Progress (1): 2.6 kB error 03-Jan-2023 00:10:27 error 03-Jan-2023 00:10:27 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 00:10:27 #21 127.0 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 00:10:27 #21 127.1 Progress (1): 765 B error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #21 127.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 00:10:28 #21 127.3 Progress (1): 3.3/11 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/11 kB error 03-Jan-2023 00:10:28 Progress (1): 8.9/11 kB error 03-Jan-2023 00:10:28 Progress (1): 11 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 46 kB/s) error 03-Jan-2023 00:10:28 #21 127.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 00:10:28 #21 127.6 Progress (1): 1.4 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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.9 kB/s) error 03-Jan-2023 00:10:28 #21 127.7 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 00:10:28 #21 ... error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:28 #18 122.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.pom error 03-Jan-2023 00:10:28 #18 123.0 Progress (1): 2.8 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 123.2 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 00:10:28 #18 123.3 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:10:28 Progress (1): 4.1 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 123.9 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 00:10:28 #18 124.0 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:10:28 Progress (1): 7.6 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 25 kB/s) error 03-Jan-2023 00:10:28 #18 124.8 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 00:10:28 #18 124.9 Progress (1): 3.4/4.9 kB error 03-Jan-2023 00:10:28 Progress (1): 4.9 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 125.1 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 00:10:28 #18 125.2 Progress (1): 1.5 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 5.8 kB/s) error 03-Jan-2023 00:10:28 #18 125.4 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 03-Jan-2023 00:10:28 #18 125.5 Progress (1): 3.3/15 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/15 kB error 03-Jan-2023 00:10:28 Progress (1): 8.9/15 kB error 03-Jan-2023 00:10:28 Progress (1): 12/15 kB error 03-Jan-2023 00:10:28 Progress (1): 15/15 kB error 03-Jan-2023 00:10:28 Progress (1): 15 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 46 kB/s) error 03-Jan-2023 00:10:28 #18 125.9 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 00:10:28 #18 126.0 Progress (1): 1.5 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 4.5 kB/s) error 03-Jan-2023 00:10:28 #18 126.3 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 00:10:28 #18 126.5 Progress (1): 3.4/3.4 kB error 03-Jan-2023 00:10:28 Progress (1): 3.4 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 126.6 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 00:10:28 #18 126.8 Progress (1): 3.4/14 kB error 03-Jan-2023 00:10:28 Progress (1): 6.2/14 kB error 03-Jan-2023 00:10:28 Progress (1): 9.0/14 kB error 03-Jan-2023 00:10:28 Progress (1): 12/14 kB error 03-Jan-2023 00:10:28 Progress (1): 14 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 58 kB/s) error 03-Jan-2023 00:10:28 #18 127.0 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 00:10:28 #18 127.2 Progress (1): 3.4/4.1 kB error 03-Jan-2023 00:10:28 Progress (1): 4.1 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 12 kB/s) error 03-Jan-2023 00:10:28 #18 127.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 03-Jan-2023 00:10:28 #18 127.8 Progress (1): 3.0 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 11 kB/s) error 03-Jan-2023 00:10:28 #18 127.9 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 00:10:28 #18 128.1 Progress (1): 3.4/6.7 kB error 03-Jan-2023 00:10:28 Progress (1): 6.2/6.7 kB error 03-Jan-2023 00:10:28 Progress (1): 6.7 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 25 kB/s) error 03-Jan-2023 00:10:28 #18 128.2 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 00:10:28 #18 128.4 Progress (1): 3.0 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 12 kB/s) error 03-Jan-2023 00:10:28 #18 128.5 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 00:10:28 #18 128.7 Progress (1): 1.6 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 128.8 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 00:10:28 #18 129.0 Progress (1): 2.6 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 129.6 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 00:10:28 #18 129.8 Progress (1): 1.5 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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.0 kB/s) error 03-Jan-2023 00:10:28 #18 130.0 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 00:10:28 #18 130.1 Progress (1): 3.3/18 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/18 kB error 03-Jan-2023 00:10:28 Progress (1): 8.9/18 kB error 03-Jan-2023 00:10:28 Progress (1): 12/18 kB error 03-Jan-2023 00:10:28 Progress (1): 15/18 kB error 03-Jan-2023 00:10:28 Progress (1): 17/18 kB error 03-Jan-2023 00:10:28 Progress (1): 18 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 67 kB/s) error 03-Jan-2023 00:10:28 #18 130.2 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 00:10:28 #18 130.4 Progress (1): 1.5 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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.3 kB/s) error 03-Jan-2023 00:10:28 #18 130.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 00:10:28 #18 130.6 Progress (1): 2.8 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 130.8 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 00:10:28 #18 130.9 Progress (1): 3.4/5.0 kB error 03-Jan-2023 00:10:28 Progress (1): 5.0 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 20 kB/s) error 03-Jan-2023 00:10:28 #18 131.1 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 00:10:28 #18 131.2 Progress (1): 3.3/4.2 kB error 03-Jan-2023 00:10:28 Progress (1): 4.2 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 131.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 00:10:28 #18 131.5 Progress (1): 3.4/4.7 kB error 03-Jan-2023 00:10:28 Progress (1): 4.7 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 19 kB/s) error 03-Jan-2023 00:10:28 #18 131.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 00:10:28 #18 131.9 Progress (1): 3.3/6.6 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/6.6 kB error 03-Jan-2023 00:10:28 Progress (1): 6.6 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 19 kB/s) error 03-Jan-2023 00:10:28 #18 132.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 00:10:28 #18 132.2 Progress (1): 3.3/16 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/16 kB error 03-Jan-2023 00:10:28 Progress (1): 8.9/16 kB error 03-Jan-2023 00:10:28 Progress (1): 12/16 kB error 03-Jan-2023 00:10:28 Progress (1): 14/16 kB error 03-Jan-2023 00:10:28 Progress (1): 16 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 66 kB/s) error 03-Jan-2023 00:10:28 #18 132.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 00:10:28 #18 132.5 Progress (1): 3.3/5.2 kB error 03-Jan-2023 00:10:28 Progress (1): 5.2 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 132.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 00:10:28 #18 132.7 Progress (1): 3.3/13 kB error 03-Jan-2023 00:10:28 Progress (1): 6.1/13 kB error 03-Jan-2023 00:10:28 Progress (1): 8.9/13 kB error 03-Jan-2023 00:10:28 Progress (1): 12/13 kB error 03-Jan-2023 00:10:28 Progress (1): 13 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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 00:10:28 #18 132.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 00:10:28 #18 ... error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:28 #21 127.8 Progress (1): 1.5 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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.5 kB/s) error 03-Jan-2023 00:10:28 #21 127.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 00:10:28 #21 128.0 Progress (1): 1.8 kB error 03-Jan-2023 00:10:28 error 03-Jan-2023 00:10:28 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.1 kB/s) error 03-Jan-2023 00:10:29 #21 128.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 00:10:29 #21 128.2 Progress (1): 1.6 kB error 03-Jan-2023 00:10:29 error 03-Jan-2023 00:10:29 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.1 kB/s) error 03-Jan-2023 00:10:29 #21 128.4 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 00:10:29 #21 128.5 Progress (1): 2.7 kB error 03-Jan-2023 00:10:29 error 03-Jan-2023 00:10:29 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 00:10:29 #21 128.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 00:10:29 #21 128.7 Progress (1): 1.6 kB error 03-Jan-2023 00:10:29 error 03-Jan-2023 00:10:29 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.2 kB/s) error 03-Jan-2023 00:10:29 #21 128.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 00:10:29 #21 128.9 Progress (1): 1.8 kB error 03-Jan-2023 00:10:29 error 03-Jan-2023 00:10:29 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.8 kB/s) error 03-Jan-2023 00:10:30 #21 129.0 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 00:10:30 #21 129.2 Progress (1): 3.1 kB error 03-Jan-2023 00:10:30 error 03-Jan-2023 00:10:30 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 14 kB/s) error 03-Jan-2023 00:10:30 #21 129.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 00:10:30 #21 129.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 00:10:30 #21 129.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 00:10:30 #21 129.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 00:10:30 #21 129.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 00:10:30 #21 129.4 Progress (1): 3.4/8.8 kB error 03-Jan-2023 00:10:30 Progress (1): 6.2/8.8 kB error 03-Jan-2023 00:10:30 Progress (1): 8.8 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 3.4/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 6.2/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 9.0/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 12/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 15/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 17/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 20/22 kB error 03-Jan-2023 00:10:30 Progress (2): 8.8 kB | 22 kB error 03-Jan-2023 00:10:30 Progress (3): 8.8 kB | 22 kB | 3.4/31 kB error 03-Jan-2023 00:10:30 Progress (3): 8.8 kB | 22 kB | 6.2/31 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 6.2/31 kB | 3.4/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 6.2/31 kB | 6.2/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 6.2/31 kB | 9.0/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 6.2/31 kB | 12/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 9.0/31 kB | 12/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 12/31 kB | 12/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 15/31 kB | 12/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 17/31 kB | 12/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 17/31 kB | 15/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 17/31 kB | 17/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 20/31 kB | 17/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 23/31 kB | 17/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 23/31 kB | 20/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 23/31 kB | 23/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 23/31 kB | 26/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 23/31 kB | 29/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 26/31 kB | 29/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 29/31 kB | 29/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 31 kB | 29/32 kB error 03-Jan-2023 00:10:30 Progress (4): 8.8 kB | 22 kB | 31 kB | 31/32 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 3.4/17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 6.2/17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 9.0/17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 12/17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 15/17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 31/32 kB | 17 kB error 03-Jan-2023 00:10:30 Progress (5): 8.8 kB | 22 kB | 31 kB | 32 kB | 17 kB error 03-Jan-2023 00:10:30 error 03-Jan-2023 00:10:30 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 37 kB/s) error 03-Jan-2023 00:10:30 #21 129.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 00:10:30 #21 129.5 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 92 kB/s) error 03-Jan-2023 00:10:30 #21 129.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 127 kB/s) error 03-Jan-2023 00:10:30 #21 129.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 65 kB/s) error 03-Jan-2023 00:10:30 #21 129.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 122 kB/s) error 03-Jan-2023 00:10:30 #21 129.6 Progress (1): 3.3/23 kB error 03-Jan-2023 00:10:30 Progress (1): 6.1/23 kB error 03-Jan-2023 00:10:30 Progress (1): 8.9/23 kB error 03-Jan-2023 00:10:30 Progress (1): 12/23 kB error 03-Jan-2023 00:10:30 Progress (1): 15/23 kB error 03-Jan-2023 00:10:30 Progress (1): 17/23 kB error 03-Jan-2023 00:10:30 Progress (1): 20/23 kB error 03-Jan-2023 00:10:30 Progress (1): 23/23 kB error 03-Jan-2023 00:10:30 Progress (1): 23 kB error 03-Jan-2023 00:10:30 error 03-Jan-2023 00:10:30 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 00:10:30 #21 129.9 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 00:10:30 #21 129.9 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 00:10:35 #21 ... error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:35 #18 133.0 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:10:35 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:10:35 Progress (1): 7.5 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 133.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 00:10:35 #18 133.3 Progress (1): 3.3/15 kB error 03-Jan-2023 00:10:35 Progress (1): 6.1/15 kB error 03-Jan-2023 00:10:35 Progress (1): 8.9/15 kB error 03-Jan-2023 00:10:35 Progress (1): 12/15 kB error 03-Jan-2023 00:10:35 Progress (1): 15/15 kB error 03-Jan-2023 00:10:35 Progress (1): 15 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 60 kB/s) error 03-Jan-2023 00:10:35 #18 133.4 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 00:10:35 #18 133.6 Progress (1): 3.3/3.3 kB error 03-Jan-2023 00:10:35 Progress (1): 3.3 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 133.7 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 00:10:35 #18 133.9 Progress (1): 2.9 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 11 kB/s) error 03-Jan-2023 00:10:35 #18 134.0 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 00:10:35 #18 134.1 Progress (1): 1.9 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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.6 kB/s) error 03-Jan-2023 00:10:35 #18 134.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 00:10:35 #18 134.5 Progress (1): 2.7 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 7.0 kB/s) error 03-Jan-2023 00:10:35 #18 134.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 00:10:35 #18 135.0 Progress (1): 1.9 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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.4 kB/s) error 03-Jan-2023 00:10:35 #18 135.4 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 00:10:35 #18 135.5 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:10:35 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:10:35 Progress (1): 6.8 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 135.7 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 00:10:35 #18 135.8 Progress (1): 2.3 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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.5 kB/s) error 03-Jan-2023 00:10:35 #18 136.0 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 00:10:35 #18 136.1 Progress (1): 2.7 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 136.3 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 00:10:35 #18 136.4 Progress (1): 3.4/5.7 kB error 03-Jan-2023 00:10:35 Progress (1): 5.7 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 23 kB/s) error 03-Jan-2023 00:10:35 #18 136.5 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 00:10:35 #18 136.7 Progress (1): 727 B error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 136.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 00:10:35 #18 137.0 Progress (1): 3.4/7.5 kB error 03-Jan-2023 00:10:35 Progress (1): 6.2/7.5 kB error 03-Jan-2023 00:10:35 Progress (1): 7.5 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10: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 26 kB/s) error 03-Jan-2023 00:10:35 #18 137.2 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 00:10:35 #18 137.3 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:10:35 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:10:35 Progress (1): 6.9 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10: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 00:10:35 #18 137.8 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 00:10:35 #18 137.8 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 00:10:35 #18 137.8 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 00:10:35 #18 137.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 00:10:35 #18 137.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 00:10:35 #18 138.0 Progress (1): 3.4/52 kB error 03-Jan-2023 00:10:35 Progress (1): 6.2/52 kB error 03-Jan-2023 00:10:35 Progress (2): 6.2/52 kB | 3.4/197 kB error 03-Jan-2023 00:10:35 Progress (2): 6.2/52 kB | 6.2/197 kB error 03-Jan-2023 00:10:35 Progress (2): 6.2/52 kB | 9.0/197 kB error 03-Jan-2023 00:10:35 Progress (2): 9.0/52 kB | 9.0/197 kB error 03-Jan-2023 00:10:35 Progress (2): 12/52 kB | 9.0/197 kB error 03-Jan-2023 00:10:35 Progress (2): 12/52 kB | 12/197 kB error 03-Jan-2023 00:10:35 Progress (2): 12/52 kB | 15/197 kB error 03-Jan-2023 00:10:35 Progress (3): 12/52 kB | 15/197 kB | 3.4/154 kB error 03-Jan-2023 00:10:35 Progress (3): 15/52 kB | 15/197 kB | 3.4/154 kB error 03-Jan-2023 00:10:35 Progress (3): 15/52 kB | 15/197 kB | 6.2/154 kB error 03-Jan-2023 00:10:35 Progress (3): 17/52 kB | 15/197 kB | 6.2/154 kB error 03-Jan-2023 00:10:35 Progress (3): 17/52 kB | 15/197 kB | 9.0/154 kB error 03-Jan-2023 00:10:35 Progress (3): 17/52 kB | 17/197 kB | 9.0/154 kB error 03-Jan-2023 00:10:35 Progress (3): 20/52 kB | 17/197 kB | 9.0/154 kB error 03-Jan-2023 00:10:35 Progress (3): 20/52 kB | 20/197 kB | 9.0/154 kB error 03-Jan-2023 00:10:35 Progress (3): 20/52 kB | 20/197 kB | 12/154 kB error 03-Jan-2023 00:10:35 Progress (3): 23/52 kB | 20/197 kB | 12/154 kB error 03-Jan-2023 00:10:35 Progress (3): 23/52 kB | 23/197 kB | 12/154 kB error 03-Jan-2023 00:10:35 Progress (3): 23/52 kB | 23/197 kB | 15/154 kB error 03-Jan-2023 00:10:35 Progress (3): 26/52 kB | 23/197 kB | 15/154 kB error 03-Jan-2023 00:10:35 Progress (3): 26/52 kB | 26/197 kB | 15/154 kB error 03-Jan-2023 00:10:35 Progress (3): 26/52 kB | 26/197 kB | 17/154 kB error 03-Jan-2023 00:10:35 Progress (3): 29/52 kB | 26/197 kB | 17/154 kB error 03-Jan-2023 00:10:35 Progress (3): 29/52 kB | 26/197 kB | 20/154 kB error 03-Jan-2023 00:10:35 Progress (3): 29/52 kB | 29/197 kB | 20/154 kB error 03-Jan-2023 00:10:35 Progress (3): 31/52 kB | 29/197 kB | 20/154 kB error 03-Jan-2023 00:10:35 Progress (3): 31/52 kB | 31/197 kB | 20/154 kB error 03-Jan-2023 00:10:35 Progress (3): 34/52 kB | 31/197 kB | 20/154 kB error 03-Jan-2023 00:10:35 Progress (3): 34/52 kB | 31/197 kB | 23/154 kB error 03-Jan-2023 00:10:35 Progress (3): 34/52 kB | 34/197 kB | 23/154 kB error 03-Jan-2023 00:10:35 Progress (3): 34/52 kB | 34/197 kB | 26/154 kB error 03-Jan-2023 00:10:35 Progress (3): 37/52 kB | 34/197 kB | 26/154 kB error 03-Jan-2023 00:10:35 Progress (3): 40/52 kB | 34/197 kB | 26/154 kB error 03-Jan-2023 00:10:35 Progress (3): 40/52 kB | 37/197 kB | 26/154 kB error 03-Jan-2023 00:10:35 Progress (3): 40/52 kB | 37/197 kB | 29/154 kB error 03-Jan-2023 00:10:35 Progress (3): 43/52 kB | 37/197 kB | 29/154 kB error 03-Jan-2023 00:10:35 Progress (3): 43/52 kB | 40/197 kB | 29/154 kB error 03-Jan-2023 00:10:35 Progress (3): 43/52 kB | 40/197 kB | 31/154 kB error 03-Jan-2023 00:10:35 Progress (3): 43/52 kB | 43/197 kB | 31/154 kB error 03-Jan-2023 00:10:35 Progress (3): 45/52 kB | 43/197 kB | 31/154 kB error 03-Jan-2023 00:10:35 Progress (3): 45/52 kB | 43/197 kB | 34/154 kB error 03-Jan-2023 00:10:35 Progress (3): 45/52 kB | 43/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 45/52 kB | 45/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 48/52 kB | 45/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 51/52 kB | 45/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 51/52 kB | 48/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 48/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 51/197 kB | 37/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 51/197 kB | 40/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 51/197 kB | 43/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 54/197 kB | 43/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 57/197 kB | 43/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 57/197 kB | 45/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 59/197 kB | 45/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 59/197 kB | 48/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 59/197 kB | 51/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 62/197 kB | 51/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 62/197 kB | 54/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 65/197 kB | 54/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 65/197 kB | 57/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 65/197 kB | 59/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 68/197 kB | 59/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 68/197 kB | 62/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 70/197 kB | 62/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 70/197 kB | 65/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 70/197 kB | 68/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 73/197 kB | 68/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 73/197 kB | 71/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 76/197 kB | 71/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 76/197 kB | 73/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 79/197 kB | 73/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 82/197 kB | 73/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 82/197 kB | 76/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 82/197 kB | 79/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 82/197 kB | 82/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 84/197 kB | 82/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 87/197 kB | 82/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 87/197 kB | 85/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 90/197 kB | 85/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 93/197 kB | 85/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 93/197 kB | 87/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 93/197 kB | 90/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 95/197 kB | 90/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 95/197 kB | 93/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 98/197 kB | 93/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 98/197 kB | 96/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 101/197 kB | 96/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 101/197 kB | 99/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 104/197 kB | 99/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 104/197 kB | 101/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 107/197 kB | 101/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 107/197 kB | 104/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 109/197 kB | 104/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 109/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 112/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 115/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 118/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 120/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 123/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 126/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 129/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 132/197 kB | 107/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 132/197 kB | 110/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 134/197 kB | 110/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 134/197 kB | 113/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 134/197 kB | 115/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 134/197 kB | 118/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 137/197 kB | 118/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 137/197 kB | 121/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 140/197 kB | 121/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 143/197 kB | 121/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 146/197 kB | 121/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 146/197 kB | 124/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 148/197 kB | 124/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 148/197 kB | 127/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 148/197 kB | 129/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 148/197 kB | 132/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 148/197 kB | 135/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 151/197 kB | 135/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 151/197 kB | 138/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 151/197 kB | 141/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 154/197 kB | 141/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 154/197 kB | 143/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 157/197 kB | 143/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 159/197 kB | 143/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 159/197 kB | 146/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 162/197 kB | 146/154 kB error 03-Jan-2023 00:10:35 Progress (3): 52 kB | 162/197 kB | 149/154 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 85 kB/s) error 03-Jan-2023 00:10:35 #18 138.4 Progress (2): 162/197 kB | 152/154 kB error 03-Jan-2023 00:10:35 Progress (2): 165/197 kB | 152/154 kB error 03-Jan-2023 00:10:35 Progress (2): 165/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 168/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 171/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 173/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 176/197 kB | 154 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 00:10:35 #18 138.4 Progress (2): 179/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 182/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 185/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 187/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 190/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 193/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 196/197 kB | 154 kB error 03-Jan-2023 00:10:35 Progress (2): 197 kB | 154 kB error 03-Jan-2023 00:10:35 error 03-Jan-2023 00:10:35 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 163 kB/s) error 03-Jan-2023 00:10:35 #18 139.0 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 125 kB/s) error 03-Jan-2023 00:10:35 #18 139.0 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 00:10:35 #18 139.0 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 00:10:35 #18 139.5 Progress (1): 3.4/160 kB error 03-Jan-2023 00:10:35 Progress (2): 3.4/160 kB | 3.4/42 kB error 03-Jan-2023 00:10:35 Progress (2): 3.4/160 kB | 6.2/42 kB error 03-Jan-2023 00:10:35 Progress (2): 3.4/160 kB | 9.0/42 kB error 03-Jan-2023 00:10:35 Progress (2): 3.4/160 kB | 12/42 kB error 03-Jan-2023 00:10:35 Progress (2): 3.4/160 kB | 15/42 kB error 03-Jan-2023 00:10:35 Progress (2): 6.2/160 kB | 15/42 kB error 03-Jan-2023 00:10:35 Progress (2): 9.0/160 kB | 15/42 kB error 03-Jan-2023 00:10:35 Progress (2): 12/160 kB | 15/42 kB error 03-Jan-2023 00:10:35 Progress (2): 12/160 kB | 17/42 kB error 03-Jan-2023 00:10:35 Progress (2): 15/160 kB | 17/42 kB error 03-Jan-2023 00:10:35 Progress (2): 15/160 kB | 20/42 kB error 03-Jan-2023 00:10:35 Progress (2): 15/160 kB | 23/42 kB error 03-Jan-2023 00:10:35 Progress (2): 17/160 kB | 23/42 kB error 03-Jan-2023 00:10:35 Progress (2): 20/160 kB | 23/42 kB error 03-Jan-2023 00:10:35 Progress (2): 20/160 kB | 26/42 kB error 03-Jan-2023 00:10:35 Progress (2): 20/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 23/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 26/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 29/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 31/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 34/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 37/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 40/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 43/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 45/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 48/160 kB | 29/42 kB error 03-Jan-2023 00:10:35 Progress (2): 48/160 kB | 31/42 kB error 03-Jan-2023 00:10:35 Progress (2): 48/160 kB | 34/42 kB error 03-Jan-2023 00:10:35 Progress (2): 48/160 kB | 37/42 kB error 03-Jan-2023 00:10:35 Progress (2): 48/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 51/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 54/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 56/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 59/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 62/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 65/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 68/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 70/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 73/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 76/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 79/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 82/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 84/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 87/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 90/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 93/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 95/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 98/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 101/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 104/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 107/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 109/160 kB | 40/42 kB error 03-Jan-2023 00:10:35 Progress (2): 109/160 kB | 42 kB error 03-Jan-2023 00:10:35 Progress (2): 112/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 115/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 118/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 121/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 123/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 126/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 129/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 132/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 135/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 137/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 140/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 143/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 146/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 149/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 151/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 154/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 157/160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (2): 160 kB | 42 kB error 03-Jan-2023 00:10:36 Progress (3): 160 kB | 42 kB | 3.4/45 kB error 03-Jan-2023 00:10:36 Progress (3): 160 kB | 42 kB | 6.2/45 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 6.2/45 kB | 3.4/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 6.2/45 kB | 7.5/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 6.2/45 kB | 12/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 6.2/45 kB | 16/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 9.0/45 kB | 16/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 9.0/45 kB | 20/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 12/45 kB | 20/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 15/45 kB | 20/291 kB error 03-Jan-2023 00:10:36 Progress (4): 160 kB | 42 kB | 15/45 kB | 24/291 kB error 03-Jan-2023 00:10:36 error 03-Jan-2023 00:10:36 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 51 kB/s) error 03-Jan-2023 00:10:36 #18 141.0 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 13 kB/s) error 03-Jan-2023 00:10:36 #18 141.0 Progress (2): 15/45 kB | 28/291 kB error 03-Jan-2023 00:10:36 Progress (2): 17/45 kB | 28/291 kB error 03-Jan-2023 00:10:36 Progress (2): 17/45 kB | 32/291 kB error 03-Jan-2023 00:10:36 Progress (2): 17/45 kB | 36/291 kB error 03-Jan-2023 00:10:36 Progress (2): 17/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 20/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 23/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 26/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 29/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 31/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 34/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 error 03-Jan-2023 00:10:36 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 00:10:36 #18 141.0 Progress (2): 37/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 40/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 43/45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 38/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 42/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 46/291 kB error 03-Jan-2023 00:10:36 error 03-Jan-2023 00:10:36 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 00:10:36 #18 141.0 Progress (2): 45 kB | 51/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 55/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 59/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 63/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 67/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 71/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 73/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 77/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 81/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 85/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 89/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 94/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 98/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 102/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 106/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 108/291 kB error 03-Jan-2023 00:10:36 Progress (2): 45 kB | 112/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 116/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 120/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 124/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 128/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 132/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 137/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 141/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 143/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 147/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 151/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 155/291 kB error 03-Jan-2023 00:10:37 Progress (2): 45 kB | 159/291 kB error 03-Jan-2023 00:10:37 Progress (3): 45 kB | 159/291 kB | 3.4/50 kB error 03-Jan-2023 00:10:37 Progress (3): 45 kB | 159/291 kB | 6.2/50 kB error 03-Jan-2023 00:10:37 Progress (3): 45 kB | 159/291 kB | 9.0/50 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 13 kB/s) error 03-Jan-2023 00:10:37 #18 141.2 Progress (3): 159/291 kB | 9.0/50 kB | 3.4/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 9.0/50 kB | 6.2/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 9.0/50 kB | 9.0/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 9.0/50 kB | 12/62 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 00:10:37 #18 141.3 Progress (3): 159/291 kB | 12/50 kB | 12/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 12/50 kB | 15/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 12/50 kB | 17/62 kB error 03-Jan-2023 00:10:37 Progress (3): 159/291 kB | 12/50 kB | 20/62 kB error 03-Jan-2023 00:10:37 Progress (3): 163/291 kB | 12/50 kB | 20/62 kB error 03-Jan-2023 00:10:37 Progress (3): 167/291 kB | 12/50 kB | 20/62 kB error 03-Jan-2023 00:10:37 Progress (3): 167/291 kB | 15/50 kB | 20/62 kB error 03-Jan-2023 00:10:37 Progress (3): 167/291 kB | 15/50 kB | 23/62 kB error 03-Jan-2023 00:10:37 Progress (3): 167/291 kB | 17/50 kB | 23/62 kB error 03-Jan-2023 00:10:37 Progress (3): 171/291 kB | 17/50 kB | 23/62 kB error 03-Jan-2023 00:10:37 Progress (3): 175/291 kB | 17/50 kB | 23/62 kB error 03-Jan-2023 00:10:37 Progress (3): 178/291 kB | 17/50 kB | 23/62 kB error 03-Jan-2023 00:10:37 Progress (3): 178/291 kB | 17/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 178/291 kB | 20/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 178/291 kB | 23/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 182/291 kB | 23/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 186/291 kB | 23/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 190/291 kB | 23/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 23/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 26/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 29/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 31/50 kB | 26/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 31/50 kB | 29/62 kB error 03-Jan-2023 00:10:37 Progress (3): 194/291 kB | 31/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 198/291 kB | 31/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 198/291 kB | 34/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 198/291 kB | 37/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 202/291 kB | 37/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 206/291 kB | 37/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 206/291 kB | 40/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 210/291 kB | 40/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 210/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 212/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 216/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 221/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 225/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 43/50 kB | 31/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 43/50 kB | 34/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 45/50 kB | 34/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 48/50 kB | 34/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 50 kB | 34/62 kB error 03-Jan-2023 00:10:37 Progress (3): 229/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 233/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 237/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 241/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 245/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 247/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 251/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 255/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 259/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 264/291 kB | 50 kB | 37/62 kB error 03-Jan-2023 00:10:37 Progress (3): 264/291 kB | 50 kB | 40/62 kB error 03-Jan-2023 00:10:37 Progress (3): 264/291 kB | 50 kB | 43/62 kB error 03-Jan-2023 00:10:37 Progress (3): 264/291 kB | 50 kB | 45/62 kB error 03-Jan-2023 00:10:37 Progress (3): 264/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 268/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 272/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 276/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 280/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 282/291 kB | 50 kB | 48/62 kB error 03-Jan-2023 00:10:37 Progress (3): 282/291 kB | 50 kB | 51/62 kB error 03-Jan-2023 00:10:37 Progress (3): 282/291 kB | 50 kB | 54/62 kB error 03-Jan-2023 00:10:37 Progress (3): 282/291 kB | 50 kB | 56/62 kB error 03-Jan-2023 00:10:37 Progress (3): 286/291 kB | 50 kB | 56/62 kB error 03-Jan-2023 00:10:37 Progress (3): 290/291 kB | 50 kB | 56/62 kB error 03-Jan-2023 00:10:37 Progress (3): 291 kB | 50 kB | 56/62 kB error 03-Jan-2023 00:10:37 Progress (3): 291 kB | 50 kB | 59/62 kB error 03-Jan-2023 00:10:37 Progress (3): 291 kB | 50 kB | 62 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 3.4/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 6.2/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 9.0/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 12/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 15/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 17/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 20/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 23/25 kB error 03-Jan-2023 00:10:37 Progress (4): 291 kB | 50 kB | 62 kB | 25 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 14 kB/s) error 03-Jan-2023 00:10:37 #18 141.5 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 00:10:37 #18 141.5 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 17 kB/s) error 03-Jan-2023 00:10:37 #18 141.5 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 00:10:37 #18 141.5 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 78 kB/s) error 03-Jan-2023 00:10:37 #18 141.5 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 00:10:37 #18 141.7 Progress (2): 25 kB | 3.4/42 kB error 03-Jan-2023 00:10:37 Progress (3): 25 kB | 3.4/42 kB | 4.1/557 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 6.5 kB/s) error 03-Jan-2023 00:10:37 #18 141.7 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 00:10:37 #18 141.7 Progress (2): 6.2/42 kB | 4.1/557 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 3.3/18 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 6.1/18 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 8.9/18 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 12/18 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 14/18 kB error 03-Jan-2023 00:10:37 Progress (3): 6.2/42 kB | 4.1/557 kB | 17/18 kB error 03-Jan-2023 00:10:37 Progress (3): 9.0/42 kB | 4.1/557 kB | 17/18 kB error 03-Jan-2023 00:10:37 Progress (3): 9.0/42 kB | 4.1/557 kB | 18 kB error 03-Jan-2023 00:10:37 Progress (3): 12/42 kB | 4.1/557 kB | 18 kB error 03-Jan-2023 00:10:37 Progress (3): 15/42 kB | 4.1/557 kB | 18 kB error 03-Jan-2023 00:10:37 Progress (3): 17/42 kB | 4.1/557 kB | 18 kB error 03-Jan-2023 00:10:37 Progress (3): 20/42 kB | 4.1/557 kB | 18 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 4.1/557 kB | 18 kB | 3.4/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 4.1/557 kB | 18 kB | 6.2/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 4.1/557 kB | 18 kB | 9.0/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 4.1/557 kB | 18 kB | 12/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 7.6/557 kB | 18 kB | 12/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 7.6/557 kB | 18 kB | 15/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 7.6/557 kB | 18 kB | 17/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 7.6/557 kB | 18 kB | 20/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 7.6/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 20/42 kB | 12/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 23/42 kB | 12/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 23/42 kB | 16/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 23/42 kB | 20/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 26/42 kB | 20/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 26/42 kB | 24/557 kB | 18 kB | 23/60 kB error 03-Jan-2023 00:10:37 Progress (4): 26/42 kB | 24/557 kB | 18 kB | 26/60 kB error 03-Jan-2023 00:10:37 Progress (4): 29/42 kB | 24/557 kB | 18 kB | 26/60 kB error 03-Jan-2023 00:10:37 Progress (4): 31/42 kB | 24/557 kB | 18 kB | 26/60 kB error 03-Jan-2023 00:10:37 Progress (4): 31/42 kB | 24/557 kB | 18 kB | 29/60 kB error 03-Jan-2023 00:10:37 Progress (4): 31/42 kB | 24/557 kB | 18 kB | 31/60 kB error 03-Jan-2023 00:10:37 Progress (4): 34/42 kB | 24/557 kB | 18 kB | 31/60 kB error 03-Jan-2023 00:10:37 Progress (4): 37/42 kB | 24/557 kB | 18 kB | 31/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 24/557 kB | 18 kB | 31/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 24/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 28/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 32/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 36/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 40/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 42/557 kB | 18 kB | 34/60 kB error 03-Jan-2023 00:10:37 Progress (4): 40/42 kB | 42/557 kB | 18 kB | 37/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 42/557 kB | 18 kB | 37/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 42/557 kB | 18 kB | 40/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 42/557 kB | 18 kB | 43/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 42/557 kB | 18 kB | 45/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 46/557 kB | 18 kB | 45/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 51/557 kB | 18 kB | 45/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 51/557 kB | 18 kB | 48/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 55/557 kB | 18 kB | 48/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 59/557 kB | 18 kB | 48/60 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 59/557 kB | 18 kB | 51/60 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 51/60 kB | 3.4/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 51/60 kB | 6.2/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 51/60 kB | 9.0/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 51/60 kB | 12/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 51/60 kB | 15/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 59/557 kB | 18 kB | 54/60 kB | 15/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 63/557 kB | 18 kB | 54/60 kB | 15/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 63/557 kB | 18 kB | 56/60 kB | 15/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 67/557 kB | 18 kB | 56/60 kB | 15/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 67/557 kB | 18 kB | 56/60 kB | 17/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 71/557 kB | 18 kB | 56/60 kB | 17/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 75/557 kB | 18 kB | 56/60 kB | 17/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 77/557 kB | 18 kB | 56/60 kB | 17/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 77/557 kB | 18 kB | 59/60 kB | 17/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 77/557 kB | 18 kB | 59/60 kB | 20/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 77/557 kB | 18 kB | 59/60 kB | 23/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 77/557 kB | 18 kB | 59/60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 81/557 kB | 18 kB | 59/60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 81/557 kB | 18 kB | 60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 85/557 kB | 18 kB | 60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 89/557 kB | 18 kB | 60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 94/557 kB | 18 kB | 60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 98/557 kB | 18 kB | 60 kB | 26/61 kB error 03-Jan-2023 00:10:37 Progress (5): 42 kB | 98/557 kB | 18 kB | 60 kB | 29/61 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 4.4 kB/s) error 03-Jan-2023 00:10:37 #18 142.0 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 00:10:37 #18 142.0 Progress (4): 42 kB | 98/557 kB | 60 kB | 31/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 102/557 kB | 60 kB | 31/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 106/557 kB | 60 kB | 31/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 106/557 kB | 60 kB | 34/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 110/557 kB | 60 kB | 34/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 112/557 kB | 60 kB | 34/61 kB error 03-Jan-2023 00:10:37 Progress (4): 42 kB | 112/557 kB | 60 kB | 37/61 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 9.9 kB/s) error 03-Jan-2023 00:10:37 #18 142.1 Progress (3): 116/557 kB | 60 kB | 37/61 kB error 03-Jan-2023 00:10:37 Progress (3): 116/557 kB | 60 kB | 40/61 kB error 03-Jan-2023 00:10:37 error 03-Jan-2023 00:10:37 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 00:10:37 #18 142.1 Progress (3): 120/557 kB | 60 kB | 40/61 kB error 03-Jan-2023 00:10:37 Progress (3): 120/557 kB | 60 kB | 43/61 kB error 03-Jan-2023 00:10:37 Progress (3): 120/557 kB | 60 kB | 45/61 kB error 03-Jan-2023 00:10:37 Progress (3): 124/557 kB | 60 kB | 45/61 kB error 03-Jan-2023 00:10:37 Progress (3): 128/557 kB | 60 kB | 45/61 kB error 03-Jan-2023 00:10:37 Progress (3): 128/557 kB | 60 kB | 48/61 kB error 03-Jan-2023 00:10:37 Progress (3): 128/557 kB | 60 kB | 51/61 kB error 03-Jan-2023 00:10:37 Progress (3): 132/557 kB | 60 kB | 51/61 kB error 03-Jan-2023 00:10:37 Progress (3): 137/557 kB | 60 kB | 51/61 kB error 03-Jan-2023 00:10:37 Progress (3): 137/557 kB | 60 kB | 54/61 kB error 03-Jan-2023 00:10:37 Progress (3): 137/557 kB | 60 kB | 57/61 kB error 03-Jan-2023 00:10:37 Progress (3): 137/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 141/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 145/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 147/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 151/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 155/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 159/557 kB | 60 kB | 59/61 kB error 03-Jan-2023 00:10:37 Progress (3): 159/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 163/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 167/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 171/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 175/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 180/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 182/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 186/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 190/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 194/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 198/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 202/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 206/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 210/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 214/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 216/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 221/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 225/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 229/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 233/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:37 Progress (3): 237/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 241/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 245/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 249/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 251/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 255/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 259/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 264/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 268/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 272/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 276/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 280/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 284/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 286/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 290/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 294/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 298/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 302/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 307/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 311/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 315/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 319/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 321/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 325/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 329/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 333/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 337/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (3): 341/557 kB | 60 kB | 61 kB error 03-Jan-2023 00:10:38 Progress (4): 341/557 kB | 60 kB | 61 kB | 3.3/12 kB error 03-Jan-2023 00:10:38 error 03-Jan-2023 00:10:38 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 14 kB/s) error 03-Jan-2023 00:10:38 #18 142.3 Progress (4): 341/557 kB | 60 kB | 3.3/12 kB | 3.3/12 kB error 03-Jan-2023 00:10:38 Progress (4): 341/557 kB | 60 kB | 3.3/12 kB | 6.1/12 kB error 03-Jan-2023 00:10:38 error 03-Jan-2023 00:10: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 13 kB/s) error 03-Jan-2023 00:10:38 #18 142.3 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 00:10:38 #18 142.3 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 00:10:38 #18 142.3 Progress (3): 341/557 kB | 3.3/12 kB | 8.9/12 kB error 03-Jan-2023 00:10:38 Progress (3): 341/557 kB | 3.3/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 345/557 kB | 3.3/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 350/557 kB | 3.3/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 350/557 kB | 6.1/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 354/557 kB | 6.1/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 356/557 kB | 6.1/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 356/557 kB | 8.9/12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 356/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 360/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 364/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 368/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 372/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 376/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 380/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 384/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 388/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 391/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 395/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 399/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 403/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 407/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 411/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 415/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 419/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 423/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 425/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 429/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 434/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 438/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 442/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 446/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 450/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 454/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 458/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 460/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 464/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 468/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 472/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 477/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 481/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 485/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 489/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 493/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 495/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 499/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 503/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 507/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 511/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 515/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 520/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 524/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 528/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 530/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 534/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 538/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 542/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 546/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 550/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 554/557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 Progress (3): 557 kB | 12 kB | 12 kB error 03-Jan-2023 00:10:38 error 03-Jan-2023 00:10:38 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 2.5 kB/s) error 03-Jan-2023 00:10:38 #18 142.5 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 00:10:38 #18 142.5 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 2.5 kB/s) error 03-Jan-2023 00:10:38 #18 142.5 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 00:10:38 #18 142.6 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 117 kB/s) error 03-Jan-2023 00:10:38 #18 142.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.jar error 03-Jan-2023 00:10:38 #18 142.7 Progress (1): 4.1/231 kB error 03-Jan-2023 00:10:38 Progress (1): 8.2/231 kB error 03-Jan-2023 00:10:38 Progress (1): 12/231 kB error 03-Jan-2023 00:10:38 Progress (1): 16/231 kB error 03-Jan-2023 00:10:38 Progress (1): 19/231 kB error 03-Jan-2023 00:10:38 Progress (2): 19/231 kB | 3.3/65 kB error 03-Jan-2023 00:10:38 Progress (2): 23/231 kB | 3.3/65 kB error 03-Jan-2023 00:10:38 Progress (2): 27/231 kB | 3.3/65 kB error 03-Jan-2023 00:10:38 Progress (2): 31/231 kB | 3.3/65 kB error 03-Jan-2023 00:10:38 Progress (2): 31/231 kB | 6.1/65 kB error 03-Jan-2023 00:10:38 Progress (2): 34/231 kB | 6.1/65 kB error 03-Jan-2023 00:10:38 Progress (2): 34/231 kB | 8.9/65 kB error 03-Jan-2023 00:10:38 Progress (2): 38/231 kB | 8.9/65 kB error 03-Jan-2023 00:10:38 Progress (2): 42/231 kB | 8.9/65 kB error 03-Jan-2023 00:10:38 Progress (2): 46/231 kB | 8.9/65 kB error 03-Jan-2023 00:10:38 Progress (2): 51/231 kB | 8.9/65 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 8.9/65 kB | 4.1/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 8.9/65 kB | 8.2/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 8.9/65 kB | 12/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 8.9/65 kB | 16/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 12/65 kB | 16/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 14/65 kB | 16/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 14/65 kB | 20/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 14/65 kB | 24/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 14/65 kB | 28/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 17/65 kB | 28/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 20/65 kB | 28/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 23/65 kB | 28/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 23/65 kB | 32/217 kB error 03-Jan-2023 00:10:38 Progress (3): 51/231 kB | 23/65 kB | 36/217 kB error 03-Jan-2023 00:10:38 Progress (3): 55/231 kB | 23/65 kB | 36/217 kB error 03-Jan-2023 00:10:38 Progress (3): 55/231 kB | 23/65 kB | 40/217 kB error 03-Jan-2023 00:10:38 Progress (3): 59/231 kB | 23/65 kB | 40/217 kB error 03-Jan-2023 00:10:38 Progress (3): 63/231 kB | 23/65 kB | 40/217 kB error 03-Jan-2023 00:10:38 Progress (3): 63/231 kB | 26/65 kB | 40/217 kB error 03-Jan-2023 00:10:38 Progress (3): 67/231 kB | 26/65 kB | 40/217 kB error 03-Jan-2023 00:10:38 Progress (3): 67/231 kB | 26/65 kB | 44/217 kB error 03-Jan-2023 00:10:38 Progress (3): 67/231 kB | 26/65 kB | 49/217 kB error 03-Jan-2023 00:10:38 Progress (3): 67/231 kB | 28/65 kB | 49/217 kB error 03-Jan-2023 00:10:38 Progress (3): 67/231 kB | 28/65 kB | 51/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 28/65 kB | 51/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 31/65 kB | 51/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 31/65 kB | 55/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 34/65 kB | 55/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 37/65 kB | 55/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 37/65 kB | 59/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 40/65 kB | 59/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 42/65 kB | 59/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 42/65 kB | 63/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 42/65 kB | 67/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 42/65 kB | 71/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 42/65 kB | 75/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 45/65 kB | 75/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 48/65 kB | 75/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 48/65 kB | 79/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 48/65 kB | 83/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 51/65 kB | 83/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 54/65 kB | 83/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 56/65 kB | 83/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 59/65 kB | 83/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 59/65 kB | 85/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 59/65 kB | 89/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 62/65 kB | 89/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 62/65 kB | 94/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 62/65 kB | 98/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 62/65 kB | 102/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 62/65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 69/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 73/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 77/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 81/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 85/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 89/231 kB | 65 kB | 106/217 kB error 03-Jan-2023 00:10:38 Progress (3): 89/231 kB | 65 kB | 110/217 kB error 03-Jan-2023 00:10:38 Progress (3): 89/231 kB | 65 kB | 114/217 kB error 03-Jan-2023 00:10:38 Progress (3): 89/231 kB | 65 kB | 118/217 kB error 03-Jan-2023 00:10:38 Progress (3): 89/231 kB | 65 kB | 120/217 kB error 03-Jan-2023 00:10:38 Progress (3): 94/231 kB | 65 kB | 120/217 kB error 03-Jan-2023 00:10:38 Progress (3): 98/231 kB | 65 kB | 120/217 kB error 03-Jan-2023 00:10:38 Progress (3): 102/231 kB | 65 kB | 120/217 kB error 03-Jan-2023 00:10:38 Progress (3): 104/231 kB | 65 kB | 120/217 kB error 03-Jan-2023 00:10:38 Progress (3): 104/231 kB | 65 kB | 124/217 kB error 03-Jan-2023 00:10:38 Progress (3): 104/231 kB | 65 kB | 128/217 kB error 03-Jan-2023 00:10:38 Progress (3): 104/231 kB | 65 kB | 132/217 kB error 03-Jan-2023 00:10:38 Progress (3): 108/231 kB | 65 kB | 132/217 kB error 03-Jan-2023 00:10:38 Progress (3): 112/231 kB | 65 kB | 132/217 kB error 03-Jan-2023 00:10:38 Progress (3): 116/231 kB | 65 kB | 132/217 kB error 03-Jan-2023 00:10:38 Progress (3): 116/231 kB | 65 kB | 137/217 kB error 03-Jan-2023 00:10:38 Progress (3): 116/231 kB | 65 kB | 141/217 kB error 03-Jan-2023 00:10:38 Progress (3): 116/231 kB | 65 kB | 143/217 kB error 03-Jan-2023 00:10:38 Progress (3): 120/231 kB | 65 kB | 143/217 kB error 03-Jan-2023 00:10:38 Progress (3): 124/231 kB | 65 kB | 143/217 kB error 03-Jan-2023 00:10:38 Progress (3): 124/231 kB | 65 kB | 147/217 kB error 03-Jan-2023 00:10:38 Progress (3): 124/231 kB | 65 kB | 151/217 kB error 03-Jan-2023 00:10:38 Progress (3): 128/231 kB | 65 kB | 151/217 kB error 03-Jan-2023 00:10:38 Progress (3): 128/231 kB | 65 kB | 155/217 kB error 03-Jan-2023 00:10:38 Progress (3): 132/231 kB | 65 kB | 155/217 kB error 03-Jan-2023 00:10:38 Progress (3): 132/231 kB | 65 kB | 159/217 kB error 03-Jan-2023 00:10:38 Progress (3): 137/231 kB | 65 kB | 159/217 kB error 03-Jan-2023 00:10:38 Progress (3): 141/231 kB | 65 kB | 159/217 kB error 03-Jan-2023 00:10:38 Progress (3): 143/231 kB | 65 kB | 159/217 kB error 03-Jan-2023 00:10:38 Progress (3): 143/231 kB | 65 kB | 163/217 kB error 03-Jan-2023 00:10:38 Progress (3): 143/231 kB | 65 kB | 167/217 kB error 03-Jan-2023 00:10:38 Progress (3): 143/231 kB | 65 kB | 171/217 kB error 03-Jan-2023 00:10:38 Progress (3): 147/231 kB | 65 kB | 171/217 kB error 03-Jan-2023 00:10:38 Progress (3): 147/231 kB | 65 kB | 176/217 kB error 03-Jan-2023 00:10:38 Progress (3): 151/231 kB | 65 kB | 176/217 kB error 03-Jan-2023 00:10:38 Progress (3): 155/231 kB | 65 kB | 176/217 kB error 03-Jan-2023 00:10:38 Progress (3): 155/231 kB | 65 kB | 178/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 178/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 182/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 186/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 190/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 195/217 kB error 03-Jan-2023 00:10:38 Progress (3): 159/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 163/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 167/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 171/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 176/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 178/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 182/231 kB | 65 kB | 197/217 kB error 03-Jan-2023 00:10:38 Progress (3): 182/231 kB | 65 kB | 201/217 kB error 03-Jan-2023 00:10:38 Progress (3): 182/231 kB | 65 kB | 206/217 kB error 03-Jan-2023 00:10:38 Progress (3): 182/231 kB | 65 kB | 210/217 kB error 03-Jan-2023 00:10:38 Progress (3): 186/231 kB | 65 kB | 210/217 kB error 03-Jan-2023 00:10:38 Progress (3): 190/231 kB | 65 kB | 210/217 kB error 03-Jan-2023 00:10:38 Progress (3): 190/231 kB | 65 kB | 214/217 kB error 03-Jan-2023 00:10:38 Progress (3): 195/231 kB | 65 kB | 214/217 kB error 03-Jan-2023 00:10:38 Progress (3): 195/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 199/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 203/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 207/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 211/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 213/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 217/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 221/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 224/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 228/231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 Progress (3): 231 kB | 65 kB | 217 kB error 03-Jan-2023 00:10:38 error 03-Jan-2023 00:10:38 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 12 kB/s) error 03-Jan-2023 00:10:38 #18 143.1 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 00:10:38 #18 143.1 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 41 kB/s) error 03-Jan-2023 00:10:38 #18 143.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 00:10:38 #18 143.2 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 43 kB/s) error 03-Jan-2023 00:10:38 #18 143.2 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 00:10:39 error 03-Jan-2023 00:10:39 #18 ... error 03-Jan-2023 00:10:39 error 03-Jan-2023 00:10:39 #21 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:39 #21 137.1 [INFO] error 03-Jan-2023 00:10:39 #21 137.1 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 00:10:39 #21 137.4 [INFO] error 03-Jan-2023 00:10:39 #21 137.4 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 00:10:39 #21 137.4 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 00:10:39 #21 137.4 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 00:10:39 #21 137.4 [INFO] error 03-Jan-2023 00:10:39 #21 137.4 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 00:10:39 #21 137.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 00:10:39 #21 137.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 00:10:39 #21 137.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 00:10:39 #21 137.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 00:10:39 #21 138.1 [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 00:10:39 #21 138.1 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:10:39 #21 138.1 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 00:10:39 #21 138.1 [INFO] error 03-Jan-2023 00:10:39 #21 138.1 [INFO] Reference Application Distribution ................. SUCCESS [ 0.681 s] error 03-Jan-2023 00:10:39 #21 138.1 [INFO] Reference Application Distribution Package ......... SUCCESS [02:12 min] error 03-Jan-2023 00:10:39 #21 138.1 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:10:39 #21 138.1 [INFO] BUILD SUCCESS error 03-Jan-2023 00:10:39 #21 138.1 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:10:39 #21 138.1 [INFO] Total time: 02:13 min error 03-Jan-2023 00:10:39 #21 138.1 [INFO] Finished at: 2023-01-03T00:10:38Z error 03-Jan-2023 00:10:39 #21 138.1 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:10:39 #21 DONE 138.5s error 03-Jan-2023 00:10:39 error 03-Jan-2023 00:10:39 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:39 #18 143.6 Progress (1): 3.3/18 kB error 03-Jan-2023 00:10:39 Progress (2): 3.3/18 kB | 3.3/17 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 3.3/17 kB | 3.3/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 3.3/17 kB | 6.1/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 6.1/17 kB | 6.1/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 6.1/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 8.9/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 12/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 3.3/18 kB | 14/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 6.1/18 kB | 14/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 6.1/18 kB | 17/17 kB | 8.9/16 kB error 03-Jan-2023 00:10:39 Progress (3): 6.1/18 kB | 17/17 kB | 12/16 kB error 03-Jan-2023 00:10:39 Progress (3): 6.1/18 kB | 17 kB | 12/16 kB error 03-Jan-2023 00:10:39 Progress (3): 8.9/18 kB | 17 kB | 12/16 kB error 03-Jan-2023 00:10:39 Progress (3): 12/18 kB | 17 kB | 12/16 kB error 03-Jan-2023 00:10:39 Progress (3): 14/18 kB | 17 kB | 12/16 kB error 03-Jan-2023 00:10:39 Progress (3): 14/18 kB | 17 kB | 15/16 kB error 03-Jan-2023 00:10:39 Progress (3): 17/18 kB | 17 kB | 15/16 kB error 03-Jan-2023 00:10:39 Progress (3): 17/18 kB | 17 kB | 16 kB error 03-Jan-2023 00:10:39 Progress (3): 18 kB | 17 kB | 16 kB error 03-Jan-2023 00:10:40 error 03-Jan-2023 00:10:40 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 2.6 kB/s) error 03-Jan-2023 00:10:40 #18 144.6 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 2.6 kB/s) error 03-Jan-2023 00:10:40 #18 144.6 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 2.4 kB/s) error 03-Jan-2023 00:10:40 #18 144.6 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 00:10:40 #18 144.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.jar error 03-Jan-2023 00:10:40 #18 144.6 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 00:10:40 #18 145.2 Progress (1): 4.1/772 kB error 03-Jan-2023 00:10:40 Progress (1): 8.2/772 kB error 03-Jan-2023 00:10:40 Progress (2): 8.2/772 kB | 4.1/327 kB error 03-Jan-2023 00:10:40 Progress (3): 8.2/772 kB | 4.1/327 kB | 3.3/36 kB error 03-Jan-2023 00:10:40 Progress (4): 8.2/772 kB | 4.1/327 kB | 3.3/36 kB | 3.4/37 kB error 03-Jan-2023 00:10:40 Progress (5): 8.2/772 kB | 4.1/327 kB | 3.3/36 kB | 3.4/37 kB | 3.3/61 kB error 03-Jan-2023 00:10:40 Progress (5): 8.2/772 kB | 4.1/327 kB | 3.3/36 kB | 3.4/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:40 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 3.4/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 6.2/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 9.0/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 12/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 6.1/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 8.9/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 12/61 kB error 03-Jan-2023 00:10:41 Progress (5): 8.2/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 12/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 4.1/327 kB | 6.1/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 6.1/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 8.9/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 12/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 14/36 kB | 15/37 kB | 14/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 14/36 kB | 15/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 8.2/327 kB | 17/36 kB | 15/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 12/327 kB | 17/36 kB | 15/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 16/327 kB | 17/36 kB | 15/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 16/327 kB | 17/36 kB | 17/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 20/327 kB | 17/36 kB | 17/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 24/327 kB | 17/36 kB | 17/37 kB | 17/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 24/327 kB | 17/36 kB | 17/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 24/327 kB | 20/36 kB | 17/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 20/36 kB | 17/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 20/36 kB | 20/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 20/36 kB | 23/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 20/36 kB | 26/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 23/36 kB | 26/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 26/36 kB | 26/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 16/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 20/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 20/61 kB error 03-Jan-2023 00:10:41 Progress (5): 20/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 23/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 23/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 26/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 28/327 kB | 29/36 kB | 26/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 28/327 kB | 31/36 kB | 26/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 28/327 kB | 31/36 kB | 29/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 25/772 kB | 32/327 kB | 31/36 kB | 29/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 29/772 kB | 32/327 kB | 31/36 kB | 29/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 32/327 kB | 31/36 kB | 29/37 kB | 28/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 32/327 kB | 31/36 kB | 29/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 32/327 kB | 31/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 36/327 kB | 31/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 36/327 kB | 34/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 40/327 kB | 34/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 33/772 kB | 44/327 kB | 34/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 44/327 kB | 34/36 kB | 31/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 44/327 kB | 34/36 kB | 34/37 kB | 31/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 44/327 kB | 34/36 kB | 34/37 kB | 34/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 44/327 kB | 36 kB | 34/37 kB | 34/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 48/327 kB | 36 kB | 34/37 kB | 34/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 51/327 kB | 36 kB | 34/37 kB | 34/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 51/327 kB | 36 kB | 34/37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 37/772 kB | 51/327 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 41/772 kB | 51/327 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 45/772 kB | 51/327 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 49/772 kB | 51/327 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 51/327 kB | 36 kB | 37 kB | 37/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 51/327 kB | 36 kB | 37 kB | 40/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 55/327 kB | 36 kB | 37 kB | 40/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 55/327 kB | 36 kB | 37 kB | 42/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 59/327 kB | 36 kB | 37 kB | 42/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 59/327 kB | 36 kB | 37 kB | 45/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 63/327 kB | 36 kB | 37 kB | 45/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 45/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 48/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 51/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 54/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 56/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 59/61 kB error 03-Jan-2023 00:10:41 Progress (5): 52/772 kB | 67/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 56/772 kB | 67/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 67/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 71/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 75/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 79/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 83/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 60/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 64/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 68/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 72/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 76/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 80/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 84/772 kB | 85/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 84/772 kB | 89/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 84/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 86/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 90/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 95/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 99/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 103/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 107/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 111/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 115/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 119/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 121/772 kB | 94/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 121/772 kB | 98/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 121/772 kB | 102/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 125/772 kB | 102/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 129/772 kB | 102/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 133/772 kB | 102/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 102/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 106/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 110/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 114/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 118/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 138/772 kB | 120/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 142/772 kB | 120/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 142/772 kB | 124/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 146/772 kB | 124/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 150/772 kB | 124/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 154/772 kB | 124/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 156/772 kB | 124/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 156/772 kB | 128/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 156/772 kB | 132/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 156/772 kB | 137/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 160/772 kB | 137/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 164/772 kB | 137/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 168/772 kB | 137/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 168/772 kB | 141/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 168/772 kB | 145/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 172/772 kB | 145/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 172/772 kB | 149/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 172/772 kB | 153/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 172/772 kB | 155/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 Progress (5): 176/772 kB | 155/327 kB | 36 kB | 37 kB | 61 kB error 03-Jan-2023 00:10:41 error 03-Jan-2023 00:10:41 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 4.7 kB/s) error 03-Jan-2023 00:10:41 #18 145.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 8.0 kB/s) error 03-Jan-2023 00:10:41 #18 145.5 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 4.8 kB/s) error 03-Jan-2023 00:10:41 #18 145.5 Progress (2): 176/772 kB | 159/327 kB error 03-Jan-2023 00:10:41 Progress (2): 176/772 kB | 163/327 kB error 03-Jan-2023 00:10:41 Progress (2): 181/772 kB | 163/327 kB error 03-Jan-2023 00:10:41 Progress (2): 185/772 kB | 163/327 kB error 03-Jan-2023 00:10:41 Progress (2): 189/772 kB | 163/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 163/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 167/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 171/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 175/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 180/327 kB error 03-Jan-2023 00:10:41 Progress (2): 191/772 kB | 184/327 kB error 03-Jan-2023 00:10:41 Progress (2): 195/772 kB | 184/327 kB error 03-Jan-2023 00:10:41 Progress (2): 199/772 kB | 184/327 kB error 03-Jan-2023 00:10:41 Progress (2): 203/772 kB | 184/327 kB error 03-Jan-2023 00:10:41 Progress (2): 203/772 kB | 188/327 kB error 03-Jan-2023 00:10:41 Progress (2): 203/772 kB | 190/327 kB error 03-Jan-2023 00:10:41 Progress (2): 207/772 kB | 190/327 kB error 03-Jan-2023 00:10:41 Progress (2): 207/772 kB | 194/327 kB error 03-Jan-2023 00:10:41 Progress (2): 211/772 kB | 194/327 kB error 03-Jan-2023 00:10:41 Progress (2): 211/772 kB | 198/327 kB error 03-Jan-2023 00:10:41 Progress (2): 215/772 kB | 198/327 kB error 03-Jan-2023 00:10:41 Progress (2): 215/772 kB | 202/327 kB error 03-Jan-2023 00:10:41 Progress (2): 215/772 kB | 206/327 kB error 03-Jan-2023 00:10:41 Progress (2): 215/772 kB | 210/327 kB error 03-Jan-2023 00:10:41 Progress (2): 215/772 kB | 214/327 kB error 03-Jan-2023 00:10:41 Progress (2): 219/772 kB | 214/327 kB error 03-Jan-2023 00:10:41 Progress (2): 224/772 kB | 214/327 kB error 03-Jan-2023 00:10:41 Progress (2): 226/772 kB | 214/327 kB error 03-Jan-2023 00:10:41 Progress (2): 226/772 kB | 218/327 kB error 03-Jan-2023 00:10:41 Progress (2): 230/772 kB | 218/327 kB error 03-Jan-2023 00:10:41 Progress (2): 230/772 kB | 223/327 kB error 03-Jan-2023 00:10:41 Progress (2): 234/772 kB | 223/327 kB error 03-Jan-2023 00:10:41 Progress (2): 234/772 kB | 225/327 kB error 03-Jan-2023 00:10:41 Progress (2): 238/772 kB | 225/327 kB error 03-Jan-2023 00:10:41 Progress (2): 242/772 kB | 225/327 kB error 03-Jan-2023 00:10:41 Progress (2): 242/772 kB | 229/327 kB error 03-Jan-2023 00:10:41 Progress (2): 242/772 kB | 233/327 kB error 03-Jan-2023 00:10:41 Progress (2): 242/772 kB | 237/327 kB error 03-Jan-2023 00:10:41 Progress (2): 242/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 246/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 250/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 254/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 258/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 260/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 265/772 kB | 241/327 kB error 03-Jan-2023 00:10:41 Progress (2): 265/772 kB | 245/327 kB error 03-Jan-2023 00:10:41 Progress (2): 269/772 kB | 245/327 kB error 03-Jan-2023 00:10:41 Progress (2): 269/772 kB | 249/327 kB error 03-Jan-2023 00:10:41 Progress (2): 273/772 kB | 249/327 kB error 03-Jan-2023 00:10:41 Progress (2): 273/772 kB | 253/327 kB error 03-Jan-2023 00:10:41 Progress (2): 277/772 kB | 253/327 kB error 03-Jan-2023 00:10:41 Progress (2): 277/772 kB | 257/327 kB error 03-Jan-2023 00:10:41 Progress (2): 277/772 kB | 259/327 kB error 03-Jan-2023 00:10:41 Progress (2): 277/772 kB | 264/327 kB error 03-Jan-2023 00:10:41 Progress (2): 281/772 kB | 264/327 kB error 03-Jan-2023 00:10:41 Progress (2): 285/772 kB | 264/327 kB error 03-Jan-2023 00:10:41 Progress (2): 289/772 kB | 264/327 kB error 03-Jan-2023 00:10:41 Progress (2): 289/772 kB | 268/327 kB error 03-Jan-2023 00:10:41 Progress (2): 293/772 kB | 268/327 kB error 03-Jan-2023 00:10:41 Progress (2): 293/772 kB | 272/327 kB error 03-Jan-2023 00:10:41 Progress (2): 293/772 kB | 276/327 kB error 03-Jan-2023 00:10:41 Progress (2): 295/772 kB | 276/327 kB error 03-Jan-2023 00:10:41 Progress (2): 299/772 kB | 276/327 kB error 03-Jan-2023 00:10:41 Progress (2): 303/772 kB | 276/327 kB error 03-Jan-2023 00:10:41 Progress (2): 303/772 kB | 280/327 kB error 03-Jan-2023 00:10:41 Progress (2): 303/772 kB | 284/327 kB error 03-Jan-2023 00:10:41 Progress (2): 308/772 kB | 284/327 kB error 03-Jan-2023 00:10:41 Progress (2): 308/772 kB | 288/327 kB error 03-Jan-2023 00:10:41 Progress (2): 308/772 kB | 292/327 kB error 03-Jan-2023 00:10:41 Progress (2): 312/772 kB | 292/327 kB error 03-Jan-2023 00:10:41 Progress (2): 312/772 kB | 294/327 kB error 03-Jan-2023 00:10:41 Progress (2): 316/772 kB | 294/327 kB error 03-Jan-2023 00:10:41 Progress (2): 316/772 kB | 298/327 kB error 03-Jan-2023 00:10:41 Progress (2): 320/772 kB | 298/327 kB error 03-Jan-2023 00:10:41 Progress (2): 320/772 kB | 302/327 kB error 03-Jan-2023 00:10:41 Progress (2): 324/772 kB | 302/327 kB error 03-Jan-2023 00:10:41 Progress (2): 324/772 kB | 307/327 kB error 03-Jan-2023 00:10:41 Progress (2): 328/772 kB | 307/327 kB error 03-Jan-2023 00:10:41 Progress (2): 328/772 kB | 311/327 kB error 03-Jan-2023 00:10:41 Progress (2): 330/772 kB | 311/327 kB error 03-Jan-2023 00:10:41 Progress (2): 334/772 kB | 311/327 kB error 03-Jan-2023 00:10:41 Progress (2): 334/772 kB | 315/327 kB error 03-Jan-2023 00:10:41 Progress (2): 334/772 kB | 319/327 kB error 03-Jan-2023 00:10:41 Progress (2): 338/772 kB | 319/327 kB error 03-Jan-2023 00:10:41 Progress (2): 338/772 kB | 323/327 kB error 03-Jan-2023 00:10:41 Progress (2): 342/772 kB | 323/327 kB error 03-Jan-2023 00:10:41 Progress (2): 342/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 346/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 351/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 355/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 359/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 363/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 365/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 369/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 373/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 377/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 381/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 385/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 389/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 394/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 398/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 400/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 404/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 408/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 412/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 416/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 420/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 424/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 428/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 432/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 435/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 439/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 443/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 447/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 451/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 455/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 459/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 463/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 467/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 469/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 473/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 478/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 482/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 486/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 490/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 494/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 498/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 502/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 504/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 508/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 512/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 516/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 521/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 525/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 529/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 533/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 537/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 539/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 543/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 547/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 551/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 555/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 559/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 564/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 568/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 572/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 574/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 578/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 582/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 586/772 kB | 327 kB error 03-Jan-2023 00:10:41 Progress (2): 590/772 kB | 327 kB error 03-Jan-2023 00:10:41 error 03-Jan-2023 00:10:41 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 40 kB/s) error 03-Jan-2023 00:10:41 #18 146.0 Progress (1): 594/772 kB error 03-Jan-2023 00:10:41 Progress (1): 598/772 kB error 03-Jan-2023 00:10:41 Progress (1): 602/772 kB error 03-Jan-2023 00:10:41 Progress (1): 607/772 kB error 03-Jan-2023 00:10:41 Progress (1): 609/772 kB error 03-Jan-2023 00:10:41 Progress (1): 613/772 kB error 03-Jan-2023 00:10:41 Progress (1): 617/772 kB error 03-Jan-2023 00:10:41 Progress (1): 621/772 kB error 03-Jan-2023 00:10:41 Progress (1): 625/772 kB error 03-Jan-2023 00:10:41 Progress (1): 629/772 kB error 03-Jan-2023 00:10:41 Progress (1): 633/772 kB error 03-Jan-2023 00:10:41 Progress (1): 637/772 kB error 03-Jan-2023 00:10:41 Progress (1): 641/772 kB error 03-Jan-2023 00:10:41 Progress (1): 643/772 kB error 03-Jan-2023 00:10:41 Progress (1): 647/772 kB error 03-Jan-2023 00:10:41 Progress (1): 652/772 kB error 03-Jan-2023 00:10:41 Progress (1): 656/772 kB error 03-Jan-2023 00:10:41 Progress (1): 660/772 kB error 03-Jan-2023 00:10:41 Progress (1): 664/772 kB error 03-Jan-2023 00:10:41 Progress (1): 668/772 kB error 03-Jan-2023 00:10:41 Progress (1): 672/772 kB error 03-Jan-2023 00:10:41 Progress (1): 676/772 kB error 03-Jan-2023 00:10:41 Progress (1): 678/772 kB error 03-Jan-2023 00:10:41 Progress (1): 682/772 kB error 03-Jan-2023 00:10:41 Progress (1): 686/772 kB error 03-Jan-2023 00:10:41 Progress (1): 691/772 kB error 03-Jan-2023 00:10:41 Progress (1): 695/772 kB error 03-Jan-2023 00:10:41 Progress (1): 699/772 kB error 03-Jan-2023 00:10:41 Progress (1): 703/772 kB error 03-Jan-2023 00:10:41 Progress (1): 707/772 kB error 03-Jan-2023 00:10:41 Progress (1): 711/772 kB error 03-Jan-2023 00:10:41 Progress (1): 713/772 kB error 03-Jan-2023 00:10:41 Progress (1): 717/772 kB error 03-Jan-2023 00:10:41 Progress (1): 721/772 kB error 03-Jan-2023 00:10:41 Progress (1): 725/772 kB error 03-Jan-2023 00:10:41 Progress (1): 729/772 kB error 03-Jan-2023 00:10:41 Progress (1): 734/772 kB error 03-Jan-2023 00:10:41 Progress (1): 738/772 kB error 03-Jan-2023 00:10:41 Progress (1): 742/772 kB error 03-Jan-2023 00:10:41 Progress (1): 746/772 kB error 03-Jan-2023 00:10:41 Progress (1): 748/772 kB error 03-Jan-2023 00:10:41 Progress (1): 752/772 kB error 03-Jan-2023 00:10:41 Progress (1): 756/772 kB error 03-Jan-2023 00:10:41 Progress (1): 760/772 kB error 03-Jan-2023 00:10:41 Progress (1): 764/772 kB error 03-Jan-2023 00:10:41 Progress (1): 768/772 kB error 03-Jan-2023 00:10:41 Progress (1): 772 kB error 03-Jan-2023 00:10:42 error 03-Jan-2023 00:10:42 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 92 kB/s) error 03-Jan-2023 00:10:42 #18 ... error 03-Jan-2023 00:10:42 error 03-Jan-2023 00:10:42 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:10:42 #12 sha256:da8e35e2d84b12642cbc9696e59032f00ba7a3a5288356cbb76096094dbc5ace 6.02kB / 6.02kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:45f033abfceaf2ce8f7a966048c07832ed8a6643ee79eb1fb8f226305fa840b6 80.31MB / 80.31MB 1.2s done error 03-Jan-2023 00:10:42 #12 sha256:fb7d9671721dbbb2b4a33cce87ef6fbef5ec52ff2af4dc52badbe47496ccd3c2 5.12kB / 5.12kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:a5849c75ff7d9b55ddf3282f808313112991f405019431bf5185d3a621d12069 5.12kB / 5.12kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:f0edd8a6ad7f6c9d3a567221881a6b93761ce5b9f1df68a4f9f6b88f16720241 1.49kB / 1.49kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:2ae691100ed05125d3630bbcb6b92d8b1e8953e6272397d54cb623fb4e13be66 9.54kB / 9.54kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:3b850180a8e68979375c74c7379c7bae526b36ba0c444bb4146075b3ba1ff556 2.89kB / 2.89kB 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:7896bd6001c60657074055c027c39e5f3f35a7539b230081d11bc218b458be72 131B / 131B 0.1s done error 03-Jan-2023 00:10:42 #12 sha256:77fe4cfc65b7dc548f54c045a699b5f34baf02761680891d297a85f0e059717c 4.93MB / 4.93MB 0.2s done error 03-Jan-2023 00:10:42 #12 sha256:9c9e0576f25809a1d8e9528a1222efc4612a882e19f26ac8a089825cc2676ad3 15.45MB / 15.45MB 0.3s done error 03-Jan-2023 00:10:42 #12 sha256:94fd12e8688224d8c5ebdbecb772b4a2b670ec6606cc77f096f907a5d0f8143f 170B / 170B 0.1s done error 03-Jan-2023 00:10:42 #12 extracting sha256:94fd12e8688224d8c5ebdbecb772b4a2b670ec6606cc77f096f907a5d0f8143f 0.1s done error 03-Jan-2023 00:10:42 #12 extracting sha256:9c9e0576f25809a1d8e9528a1222efc4612a882e19f26ac8a089825cc2676ad3 0.8s done error 03-Jan-2023 00:10:42 #12 extracting sha256:7896bd6001c60657074055c027c39e5f3f35a7539b230081d11bc218b458be72 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:77fe4cfc65b7dc548f54c045a699b5f34baf02761680891d297a85f0e059717c 0.3s done error 03-Jan-2023 00:10:42 #12 extracting sha256:2ae691100ed05125d3630bbcb6b92d8b1e8953e6272397d54cb623fb4e13be66 0.0s done error 03-Jan-2023 00:10:42 #12 DONE 2.5s error 03-Jan-2023 00:10:42 error 03-Jan-2023 00:10:42 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:10:42 #12 extracting sha256:3b850180a8e68979375c74c7379c7bae526b36ba0c444bb4146075b3ba1ff556 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:f0edd8a6ad7f6c9d3a567221881a6b93761ce5b9f1df68a4f9f6b88f16720241 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:a5849c75ff7d9b55ddf3282f808313112991f405019431bf5185d3a621d12069 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:fb7d9671721dbbb2b4a33cce87ef6fbef5ec52ff2af4dc52badbe47496ccd3c2 0.0s done error 03-Jan-2023 00:10:42 #12 DONE 2.6s error 03-Jan-2023 00:10:42 error 03-Jan-2023 00:10:42 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:42 #18 ... error 03-Jan-2023 00:10:42 error 03-Jan-2023 00:10:42 #12 [linux/amd64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:10:42 #12 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:da8e35e2d84b12642cbc9696e59032f00ba7a3a5288356cbb76096094dbc5ace 0.0s done error 03-Jan-2023 00:10:42 #12 extracting sha256:45f033abfceaf2ce8f7a966048c07832ed8a6643ee79eb1fb8f226305fa840b6 0.5s done error 03-Jan-2023 00:10:42 #12 DONE 3.2s error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #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 00:10:43 #22 DONE 0.3s error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:43 #18 ... error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #23 [linux/amd64 stage-1 3/5] COPY --from=dev /app/package/target/distro/web/openmrs-distro.properties /openmrs/distribution error 03-Jan-2023 00:10:43 #23 DONE 0.1s error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #24 [linux/amd64 stage-1 4/5] COPY --from=dev /app/package/target/distro/web/modules /openmrs/distribution/openmrs_modules error 03-Jan-2023 00:10:43 #24 DONE 0.3s error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #25 [linux/amd64 stage-1 5/5] COPY --from=dev /app/package/target/distro/web/owa /openmrs/distribution/openmrs_owas error 03-Jan-2023 00:10:43 #25 DONE 0.1s error 03-Jan-2023 00:10:43 error 03-Jan-2023 00:10:43 #18 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 03-Jan-2023 00:10:45 #18 149.3 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:10:45 #18 149.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 00:10:45 #18 149.6 Progress (1): 3.3/13 kB error 03-Jan-2023 00:10:45 Progress (1): 6.1/13 kB error 03-Jan-2023 00:10:45 Progress (1): 8.9/13 kB error 03-Jan-2023 00:10:45 Progress (1): 12/13 kB error 03-Jan-2023 00:10:45 Progress (1): 13 kB error 03-Jan-2023 00:10:45 error 03-Jan-2023 00:10:45 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 33 kB/s) error 03-Jan-2023 00:10:45 #18 150.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 00:10:46 #18 150.5 Progress (1): 0.3/79 MB error 03-Jan-2023 00:10:46 Progress (1): 0.5/79 MB error 03-Jan-2023 00:10:46 Progress (1): 0.8/79 MB error 03-Jan-2023 00:10:46 Progress (1): 1.1/79 MB error 03-Jan-2023 00:10:46 Progress (1): 1.3/79 MB error 03-Jan-2023 00:10:46 Progress (1): 1.6/79 MB error 03-Jan-2023 00:10:46 Progress (1): 1.9/79 MB error 03-Jan-2023 00:10:46 Progress (1): 2.1/79 MB error 03-Jan-2023 00:10:46 Progress (1): 2.4/79 MB error 03-Jan-2023 00:10:46 Progress (1): 2.6/79 MB error 03-Jan-2023 00:10:46 Progress (1): 2.9/79 MB error 03-Jan-2023 00:10:46 Progress (1): 3.2/79 MB error 03-Jan-2023 00:10:46 Progress (1): 3.4/79 MB error 03-Jan-2023 00:10:46 Progress (1): 3.7/79 MB error 03-Jan-2023 00:10:46 Progress (1): 3.9/79 MB error 03-Jan-2023 00:10:46 Progress (1): 4.2/79 MB error 03-Jan-2023 00:10:46 Progress (1): 4.5/79 MB error 03-Jan-2023 00:10:46 Progress (1): 4.7/79 MB error 03-Jan-2023 00:10:46 Progress (1): 5.0/79 MB error 03-Jan-2023 00:10:46 Progress (1): 5.3/79 MB error 03-Jan-2023 00:10:46 Progress (1): 5.5/79 MB error 03-Jan-2023 00:10:46 Progress (1): 5.8/79 MB error 03-Jan-2023 00:10:46 Progress (1): 6.0/79 MB error 03-Jan-2023 00:10:46 Progress (1): 6.3/79 MB error 03-Jan-2023 00:10:46 Progress (1): 6.6/79 MB error 03-Jan-2023 00:10:46 Progress (1): 6.8/79 MB error 03-Jan-2023 00:10:46 Progress (1): 7.1/79 MB error 03-Jan-2023 00:10:46 Progress (1): 7.4/79 MB error 03-Jan-2023 00:10:46 Progress (1): 7.6/79 MB error 03-Jan-2023 00:10:47 Progress (1): 7.9/79 MB error 03-Jan-2023 00:10:47 Progress (1): 8.1/79 MB error 03-Jan-2023 00:10:47 Progress (1): 8.4/79 MB error 03-Jan-2023 00:10:47 Progress (1): 8.7/79 MB error 03-Jan-2023 00:10:47 Progress (1): 8.9/79 MB error 03-Jan-2023 00:10:47 Progress (1): 9.2/79 MB error 03-Jan-2023 00:10:47 Progress (1): 9.5/79 MB error 03-Jan-2023 00:10:47 Progress (1): 9.7/79 MB error 03-Jan-2023 00:10:47 Progress (1): 10.0/79 MB error 03-Jan-2023 00:10:47 Progress (1): 10/79 MB error 03-Jan-2023 00:10:47 Progress (1): 11/79 MB error 03-Jan-2023 00:10:47 Progress (1): 11/79 MB error 03-Jan-2023 00:10:47 Progress (1): 11/79 MB error 03-Jan-2023 00:10:47 Progress (1): 11/79 MB error 03-Jan-2023 00:10:47 Progress (1): 12/79 MB error 03-Jan-2023 00:10:47 Progress (1): 12/79 MB error 03-Jan-2023 00:10:47 Progress (1): 12/79 MB error 03-Jan-2023 00:10:47 Progress (1): 12/79 MB error 03-Jan-2023 00:10:47 Progress (1): 13/79 MB error 03-Jan-2023 00:10:47 Progress (1): 13/79 MB error 03-Jan-2023 00:10:47 Progress (1): 13/79 MB error 03-Jan-2023 00:10:47 Progress (1): 13/79 MB error 03-Jan-2023 00:10:47 Progress (1): 14/79 MB error 03-Jan-2023 00:10:47 Progress (1): 14/79 MB error 03-Jan-2023 00:10:47 Progress (1): 14/79 MB error 03-Jan-2023 00:10:47 Progress (1): 14/79 MB error 03-Jan-2023 00:10:47 Progress (1): 15/79 MB error 03-Jan-2023 00:10:47 Progress (1): 15/79 MB error 03-Jan-2023 00:10:47 Progress (1): 15/79 MB error 03-Jan-2023 00:10:47 Progress (1): 15/79 MB error 03-Jan-2023 00:10:47 Progress (1): 16/79 MB error 03-Jan-2023 00:10:47 Progress (1): 16/79 MB error 03-Jan-2023 00:10:47 Progress (1): 16/79 MB error 03-Jan-2023 00:10:47 Progress (1): 17/79 MB error 03-Jan-2023 00:10:47 Progress (1): 17/79 MB error 03-Jan-2023 00:10:47 Progress (1): 17/79 MB error 03-Jan-2023 00:10:47 Progress (1): 17/79 MB error 03-Jan-2023 00:10:47 Progress (1): 18/79 MB error 03-Jan-2023 00:10:47 Progress (1): 18/79 MB error 03-Jan-2023 00:10:47 Progress (1): 18/79 MB error 03-Jan-2023 00:10:47 Progress (1): 18/79 MB error 03-Jan-2023 00:10:47 Progress (1): 19/79 MB error 03-Jan-2023 00:10:47 Progress (1): 19/79 MB error 03-Jan-2023 00:10:48 Progress (1): 19/79 MB error 03-Jan-2023 00:10:48 Progress (1): 19/79 MB error 03-Jan-2023 00:10:48 Progress (1): 20/79 MB error 03-Jan-2023 00:10:48 Progress (1): 20/79 MB error 03-Jan-2023 00:10:48 Progress (1): 20/79 MB error 03-Jan-2023 00:10:48 Progress (1): 20/79 MB error 03-Jan-2023 00:10:48 Progress (1): 21/79 MB error 03-Jan-2023 00:10:48 Progress (1): 21/79 MB error 03-Jan-2023 00:10:48 Progress (1): 21/79 MB error 03-Jan-2023 00:10:48 Progress (1): 22/79 MB error 03-Jan-2023 00:10:48 Progress (1): 22/79 MB error 03-Jan-2023 00:10:48 Progress (1): 22/79 MB error 03-Jan-2023 00:10:48 Progress (1): 22/79 MB error 03-Jan-2023 00:10:48 Progress (1): 23/79 MB error 03-Jan-2023 00:10:48 Progress (1): 23/79 MB error 03-Jan-2023 00:10:48 Progress (1): 23/79 MB error 03-Jan-2023 00:10:48 Progress (1): 23/79 MB error 03-Jan-2023 00:10:48 Progress (1): 24/79 MB error 03-Jan-2023 00:10:48 Progress (1): 24/79 MB error 03-Jan-2023 00:10:48 Progress (1): 24/79 MB error 03-Jan-2023 00:10:48 Progress (1): 24/79 MB error 03-Jan-2023 00:10:48 Progress (1): 25/79 MB error 03-Jan-2023 00:10:48 Progress (1): 25/79 MB error 03-Jan-2023 00:10:48 Progress (1): 25/79 MB error 03-Jan-2023 00:10:48 Progress (1): 25/79 MB error 03-Jan-2023 00:10:48 Progress (1): 26/79 MB error 03-Jan-2023 00:10:48 Progress (1): 26/79 MB error 03-Jan-2023 00:10:48 Progress (1): 26/79 MB error 03-Jan-2023 00:10:48 Progress (1): 26/79 MB error 03-Jan-2023 00:10:48 Progress (1): 27/79 MB error 03-Jan-2023 00:10:48 Progress (1): 27/79 MB error 03-Jan-2023 00:10:48 Progress (1): 27/79 MB error 03-Jan-2023 00:10:48 Progress (1): 28/79 MB error 03-Jan-2023 00:10:48 Progress (1): 28/79 MB error 03-Jan-2023 00:10:48 Progress (1): 28/79 MB error 03-Jan-2023 00:10:48 Progress (1): 28/79 MB error 03-Jan-2023 00:10:48 Progress (1): 29/79 MB error 03-Jan-2023 00:10:48 Progress (1): 29/79 MB error 03-Jan-2023 00:10:48 Progress (1): 29/79 MB error 03-Jan-2023 00:10:49 Progress (1): 29/79 MB error 03-Jan-2023 00:10:49 Progress (1): 30/79 MB error 03-Jan-2023 00:10:49 Progress (1): 30/79 MB error 03-Jan-2023 00:10:49 Progress (1): 30/79 MB error 03-Jan-2023 00:10:49 Progress (1): 30/79 MB error 03-Jan-2023 00:10:49 Progress (1): 31/79 MB error 03-Jan-2023 00:10:49 Progress (1): 31/79 MB error 03-Jan-2023 00:10:49 Progress (1): 31/79 MB error 03-Jan-2023 00:10:49 Progress (1): 31/79 MB error 03-Jan-2023 00:10:49 Progress (1): 32/79 MB error 03-Jan-2023 00:10:49 Progress (1): 32/79 MB error 03-Jan-2023 00:10:49 Progress (1): 32/79 MB error 03-Jan-2023 00:10:49 Progress (1): 33/79 MB error 03-Jan-2023 00:10:49 Progress (1): 33/79 MB error 03-Jan-2023 00:10:49 Progress (1): 33/79 MB error 03-Jan-2023 00:10:49 Progress (1): 33/79 MB error 03-Jan-2023 00:10:49 Progress (1): 34/79 MB error 03-Jan-2023 00:10:49 Progress (1): 34/79 MB error 03-Jan-2023 00:10:49 Progress (1): 34/79 MB error 03-Jan-2023 00:10:49 Progress (1): 34/79 MB error 03-Jan-2023 00:10:49 Progress (1): 35/79 MB error 03-Jan-2023 00:10:49 Progress (1): 35/79 MB error 03-Jan-2023 00:10:49 Progress (1): 35/79 MB error 03-Jan-2023 00:10:49 Progress (1): 35/79 MB error 03-Jan-2023 00:10:49 Progress (1): 36/79 MB error 03-Jan-2023 00:10:49 Progress (1): 36/79 MB error 03-Jan-2023 00:10:49 Progress (1): 36/79 MB error 03-Jan-2023 00:10:49 Progress (1): 36/79 MB error 03-Jan-2023 00:10:49 Progress (1): 37/79 MB error 03-Jan-2023 00:10:49 Progress (1): 37/79 MB error 03-Jan-2023 00:10:49 Progress (1): 37/79 MB error 03-Jan-2023 00:10:49 Progress (1): 38/79 MB error 03-Jan-2023 00:10:49 Progress (1): 38/79 MB error 03-Jan-2023 00:10:49 Progress (1): 38/79 MB error 03-Jan-2023 00:10:49 Progress (1): 38/79 MB error 03-Jan-2023 00:10:49 Progress (1): 39/79 MB error 03-Jan-2023 00:10:49 Progress (1): 39/79 MB error 03-Jan-2023 00:10:49 Progress (1): 39/79 MB error 03-Jan-2023 00:10:49 Progress (1): 39/79 MB error 03-Jan-2023 00:10:49 Progress (1): 40/79 MB error 03-Jan-2023 00:10:49 Progress (1): 40/79 MB error 03-Jan-2023 00:10:49 Progress (1): 40/79 MB error 03-Jan-2023 00:10:49 Progress (1): 40/79 MB error 03-Jan-2023 00:10:50 Progress (1): 41/79 MB error 03-Jan-2023 00:10:50 Progress (1): 41/79 MB error 03-Jan-2023 00:10:50 Progress (1): 41/79 MB error 03-Jan-2023 00:10:50 Progress (1): 41/79 MB error 03-Jan-2023 00:10:50 Progress (1): 42/79 MB error 03-Jan-2023 00:10:50 Progress (1): 42/79 MB error 03-Jan-2023 00:10:50 Progress (1): 42/79 MB error 03-Jan-2023 00:10:50 Progress (1): 42/79 MB error 03-Jan-2023 00:10:50 Progress (1): 43/79 MB error 03-Jan-2023 00:10:50 Progress (1): 43/79 MB error 03-Jan-2023 00:10:50 Progress (1): 43/79 MB error 03-Jan-2023 00:10:50 Progress (1): 44/79 MB error 03-Jan-2023 00:10:50 Progress (1): 44/79 MB error 03-Jan-2023 00:10:50 Progress (1): 44/79 MB error 03-Jan-2023 00:10:50 Progress (1): 44/79 MB error 03-Jan-2023 00:10:50 Progress (1): 45/79 MB error 03-Jan-2023 00:10:50 Progress (1): 45/79 MB error 03-Jan-2023 00:10:50 Progress (1): 45/79 MB error 03-Jan-2023 00:10:50 Progress (1): 45/79 MB error 03-Jan-2023 00:10:50 Progress (1): 46/79 MB error 03-Jan-2023 00:10:50 Progress (1): 46/79 MB error 03-Jan-2023 00:10:50 Progress (1): 46/79 MB error 03-Jan-2023 00:10:50 Progress (1): 46/79 MB error 03-Jan-2023 00:10:50 Progress (1): 47/79 MB error 03-Jan-2023 00:10:50 Progress (1): 47/79 MB error 03-Jan-2023 00:10:50 Progress (1): 47/79 MB error 03-Jan-2023 00:10:50 Progress (1): 47/79 MB error 03-Jan-2023 00:10:50 Progress (1): 48/79 MB error 03-Jan-2023 00:10:50 Progress (1): 48/79 MB error 03-Jan-2023 00:10:50 Progress (1): 48/79 MB error 03-Jan-2023 00:10:50 Progress (1): 49/79 MB error 03-Jan-2023 00:10:51 Progress (1): 49/79 MB error 03-Jan-2023 00:10:51 Progress (1): 49/79 MB error 03-Jan-2023 00:10:51 Progress (1): 49/79 MB error 03-Jan-2023 00:10:51 Progress (1): 50/79 MB error 03-Jan-2023 00:10:51 Progress (1): 50/79 MB error 03-Jan-2023 00:10:51 Progress (1): 50/79 MB error 03-Jan-2023 00:10:51 Progress (1): 50/79 MB error 03-Jan-2023 00:10:51 Progress (1): 51/79 MB error 03-Jan-2023 00:10:51 Progress (1): 51/79 MB error 03-Jan-2023 00:10:51 Progress (1): 51/79 MB error 03-Jan-2023 00:10:51 Progress (1): 51/79 MB error 03-Jan-2023 00:10:51 Progress (1): 52/79 MB error 03-Jan-2023 00:10:51 Progress (1): 52/79 MB error 03-Jan-2023 00:10:51 Progress (1): 52/79 MB error 03-Jan-2023 00:10:51 Progress (1): 52/79 MB error 03-Jan-2023 00:10:51 Progress (1): 53/79 MB error 03-Jan-2023 00:10:51 Progress (1): 53/79 MB error 03-Jan-2023 00:10:51 Progress (1): 53/79 MB error 03-Jan-2023 00:10:51 Progress (1): 53/79 MB error 03-Jan-2023 00:10:51 Progress (1): 54/79 MB error 03-Jan-2023 00:10:51 Progress (1): 54/79 MB error 03-Jan-2023 00:10:51 Progress (1): 54/79 MB error 03-Jan-2023 00:10:51 Progress (1): 55/79 MB error 03-Jan-2023 00:10:51 Progress (1): 55/79 MB error 03-Jan-2023 00:10:51 Progress (1): 55/79 MB error 03-Jan-2023 00:10:51 Progress (1): 55/79 MB error 03-Jan-2023 00:10:51 Progress (1): 56/79 MB error 03-Jan-2023 00:10:51 Progress (1): 56/79 MB error 03-Jan-2023 00:10:51 Progress (1): 56/79 MB error 03-Jan-2023 00:10:51 Progress (1): 56/79 MB error 03-Jan-2023 00:10:51 Progress (1): 57/79 MB error 03-Jan-2023 00:10:51 Progress (1): 57/79 MB error 03-Jan-2023 00:10:51 Progress (1): 57/79 MB error 03-Jan-2023 00:10:51 Progress (1): 57/79 MB error 03-Jan-2023 00:10:51 Progress (1): 58/79 MB error 03-Jan-2023 00:10:51 Progress (1): 58/79 MB error 03-Jan-2023 00:10:51 Progress (1): 58/79 MB error 03-Jan-2023 00:10:51 Progress (1): 58/79 MB error 03-Jan-2023 00:10:51 Progress (1): 59/79 MB error 03-Jan-2023 00:10:51 Progress (1): 59/79 MB error 03-Jan-2023 00:10:51 Progress (1): 59/79 MB error 03-Jan-2023 00:10:52 Progress (1): 60/79 MB error 03-Jan-2023 00:10:52 Progress (1): 60/79 MB error 03-Jan-2023 00:10:52 Progress (1): 60/79 MB error 03-Jan-2023 00:10:52 Progress (1): 60/79 MB error 03-Jan-2023 00:10:52 Progress (1): 61/79 MB error 03-Jan-2023 00:10:52 Progress (1): 61/79 MB error 03-Jan-2023 00:10:52 Progress (1): 61/79 MB error 03-Jan-2023 00:10:52 Progress (1): 61/79 MB error 03-Jan-2023 00:10:52 Progress (1): 62/79 MB error 03-Jan-2023 00:10:52 Progress (1): 62/79 MB error 03-Jan-2023 00:10:52 Progress (1): 62/79 MB error 03-Jan-2023 00:10:52 Progress (1): 62/79 MB error 03-Jan-2023 00:10:52 Progress (1): 63/79 MB error 03-Jan-2023 00:10:52 Progress (1): 63/79 MB error 03-Jan-2023 00:10:52 Progress (1): 63/79 MB error 03-Jan-2023 00:10:52 Progress (1): 63/79 MB error 03-Jan-2023 00:10:52 Progress (1): 64/79 MB error 03-Jan-2023 00:10:52 Progress (1): 64/79 MB error 03-Jan-2023 00:10:52 Progress (1): 64/79 MB error 03-Jan-2023 00:10:52 Progress (1): 65/79 MB error 03-Jan-2023 00:10:52 Progress (1): 65/79 MB error 03-Jan-2023 00:10:52 Progress (1): 65/79 MB error 03-Jan-2023 00:10:52 Progress (1): 65/79 MB error 03-Jan-2023 00:10:52 Progress (1): 66/79 MB error 03-Jan-2023 00:10:52 Progress (1): 66/79 MB error 03-Jan-2023 00:10:52 Progress (1): 66/79 MB error 03-Jan-2023 00:10:52 Progress (1): 66/79 MB error 03-Jan-2023 00:10:52 Progress (1): 67/79 MB error 03-Jan-2023 00:10:52 Progress (1): 67/79 MB error 03-Jan-2023 00:10:52 Progress (1): 67/79 MB error 03-Jan-2023 00:10:52 Progress (1): 67/79 MB error 03-Jan-2023 00:10:52 Progress (1): 68/79 MB error 03-Jan-2023 00:10:52 Progress (1): 68/79 MB error 03-Jan-2023 00:10:53 Progress (1): 68/79 MB error 03-Jan-2023 00:10:53 Progress (1): 68/79 MB error 03-Jan-2023 00:10:53 Progress (1): 69/79 MB error 03-Jan-2023 00:10:53 Progress (1): 69/79 MB error 03-Jan-2023 00:10:53 Progress (1): 69/79 MB error 03-Jan-2023 00:10:53 Progress (1): 69/79 MB error 03-Jan-2023 00:10:53 Progress (1): 70/79 MB error 03-Jan-2023 00:10:53 Progress (1): 70/79 MB error 03-Jan-2023 00:10:53 Progress (1): 70/79 MB error 03-Jan-2023 00:10:53 Progress (1): 71/79 MB error 03-Jan-2023 00:10:53 Progress (1): 71/79 MB error 03-Jan-2023 00:10:53 Progress (1): 71/79 MB error 03-Jan-2023 00:10:53 Progress (1): 71/79 MB error 03-Jan-2023 00:10:53 Progress (1): 72/79 MB error 03-Jan-2023 00:10:53 Progress (1): 72/79 MB error 03-Jan-2023 00:10:53 Progress (1): 72/79 MB error 03-Jan-2023 00:10:53 Progress (1): 72/79 MB error 03-Jan-2023 00:10:53 Progress (1): 73/79 MB error 03-Jan-2023 00:10:53 Progress (1): 73/79 MB error 03-Jan-2023 00:10:53 Progress (1): 73/79 MB error 03-Jan-2023 00:10:53 Progress (1): 73/79 MB error 03-Jan-2023 00:10:53 Progress (1): 74/79 MB error 03-Jan-2023 00:10:53 Progress (1): 74/79 MB error 03-Jan-2023 00:10:53 Progress (1): 74/79 MB error 03-Jan-2023 00:10:53 Progress (1): 74/79 MB error 03-Jan-2023 00:10:53 Progress (1): 75/79 MB error 03-Jan-2023 00:10:53 Progress (1): 75/79 MB error 03-Jan-2023 00:10:53 Progress (1): 75/79 MB error 03-Jan-2023 00:10:53 Progress (1): 76/79 MB error 03-Jan-2023 00:10:53 Progress (1): 76/79 MB error 03-Jan-2023 00:10:53 Progress (1): 76/79 MB error 03-Jan-2023 00:10:53 Progress (1): 76/79 MB error 03-Jan-2023 00:10:53 Progress (1): 77/79 MB error 03-Jan-2023 00:10:53 Progress (1): 77/79 MB error 03-Jan-2023 00:10:53 Progress (1): 77/79 MB error 03-Jan-2023 00:10:54 Progress (1): 77/79 MB error 03-Jan-2023 00:10:54 Progress (1): 78/79 MB error 03-Jan-2023 00:10:54 Progress (1): 78/79 MB error 03-Jan-2023 00:10:54 Progress (1): 78/79 MB error 03-Jan-2023 00:10:54 Progress (1): 78/79 MB error 03-Jan-2023 00:10:54 Progress (1): 79/79 MB error 03-Jan-2023 00:10:54 Progress (1): 79/79 MB error 03-Jan-2023 00:10:54 Progress (1): 79 MB error 03-Jan-2023 00:10:54 error 03-Jan-2023 00:10:54 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.1 MB/s) error 03-Jan-2023 00:10:54 #18 158.8 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:10:54 #18 158.9 error 03-Jan-2023 00:10:54 #18 158.9 file:/app/package/target/distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:10:54 #18 158.9 error 03-Jan-2023 00:10:54 #18 158.9 target:/app/package/target/distro/web error 03-Jan-2023 00:10:55 #18 159.3 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:10:55 #18 159.3 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 00:10:55 #18 159.5 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:10:55 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:10:55 Progress (1): 6.9 kB error 03-Jan-2023 00:10:55 error 03-Jan-2023 00:10:55 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 00:10:55 #18 159.7 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 00:10:55 #18 159.8 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:10:55 Progress (1): 5.3 kB error 03-Jan-2023 00:10:55 error 03-Jan-2023 00:10:55 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 23 kB/s) error 03-Jan-2023 00:10:55 #18 160.0 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 00:10:56 #18 160.4 Progress (1): 4.1/324 kB error 03-Jan-2023 00:10:56 Progress (1): 8.2/324 kB error 03-Jan-2023 00:10:56 Progress (1): 12/324 kB error 03-Jan-2023 00:10:56 Progress (1): 16/324 kB error 03-Jan-2023 00:10:56 Progress (1): 19/324 kB error 03-Jan-2023 00:10:56 Progress (1): 23/324 kB error 03-Jan-2023 00:10:56 Progress (1): 27/324 kB error 03-Jan-2023 00:10:56 Progress (1): 31/324 kB error 03-Jan-2023 00:10:56 Progress (1): 34/324 kB error 03-Jan-2023 00:10:56 Progress (1): 38/324 kB error 03-Jan-2023 00:10:56 Progress (1): 42/324 kB error 03-Jan-2023 00:10:56 Progress (1): 46/324 kB error 03-Jan-2023 00:10:56 Progress (1): 51/324 kB error 03-Jan-2023 00:10:56 Progress (1): 55/324 kB error 03-Jan-2023 00:10:56 Progress (1): 59/324 kB error 03-Jan-2023 00:10:56 Progress (1): 63/324 kB error 03-Jan-2023 00:10:56 Progress (1): 67/324 kB error 03-Jan-2023 00:10:56 Progress (1): 69/324 kB error 03-Jan-2023 00:10:56 Progress (1): 73/324 kB error 03-Jan-2023 00:10:56 Progress (1): 77/324 kB error 03-Jan-2023 00:10:56 Progress (1): 81/324 kB error 03-Jan-2023 00:10:56 Progress (1): 85/324 kB error 03-Jan-2023 00:10:56 Progress (1): 89/324 kB error 03-Jan-2023 00:10:56 Progress (1): 94/324 kB error 03-Jan-2023 00:10:56 Progress (1): 98/324 kB error 03-Jan-2023 00:10:56 Progress (1): 102/324 kB error 03-Jan-2023 00:10:56 Progress (1): 104/324 kB error 03-Jan-2023 00:10:56 Progress (1): 108/324 kB error 03-Jan-2023 00:10:56 Progress (1): 112/324 kB error 03-Jan-2023 00:10:56 Progress (1): 116/324 kB error 03-Jan-2023 00:10:56 Progress (1): 120/324 kB error 03-Jan-2023 00:10:56 Progress (1): 124/324 kB error 03-Jan-2023 00:10:56 Progress (1): 128/324 kB error 03-Jan-2023 00:10:56 Progress (1): 132/324 kB error 03-Jan-2023 00:10:56 Progress (1): 137/324 kB error 03-Jan-2023 00:10:56 Progress (1): 141/324 kB error 03-Jan-2023 00:10:56 Progress (1): 143/324 kB error 03-Jan-2023 00:10:56 Progress (1): 147/324 kB error 03-Jan-2023 00:10:56 Progress (1): 151/324 kB error 03-Jan-2023 00:10:56 Progress (1): 155/324 kB error 03-Jan-2023 00:10:56 Progress (1): 158/324 kB error 03-Jan-2023 00:10:56 Progress (1): 162/324 kB error 03-Jan-2023 00:10:56 Progress (1): 166/324 kB error 03-Jan-2023 00:10:56 Progress (1): 170/324 kB error 03-Jan-2023 00:10:56 Progress (1): 174/324 kB error 03-Jan-2023 00:10:56 Progress (1): 179/324 kB error 03-Jan-2023 00:10:56 Progress (1): 183/324 kB error 03-Jan-2023 00:10:56 Progress (1): 187/324 kB error 03-Jan-2023 00:10:56 Progress (1): 191/324 kB error 03-Jan-2023 00:10:56 Progress (1): 193/324 kB error 03-Jan-2023 00:10:56 Progress (1): 197/324 kB error 03-Jan-2023 00:10:56 Progress (1): 201/324 kB error 03-Jan-2023 00:10:56 Progress (1): 205/324 kB error 03-Jan-2023 00:10:56 Progress (1): 209/324 kB error 03-Jan-2023 00:10:56 Progress (1): 213/324 kB error 03-Jan-2023 00:10:56 Progress (1): 217/324 kB error 03-Jan-2023 00:10:56 Progress (1): 222/324 kB error 03-Jan-2023 00:10:56 Progress (1): 226/324 kB error 03-Jan-2023 00:10:56 Progress (1): 228/324 kB error 03-Jan-2023 00:10:56 Progress (1): 232/324 kB error 03-Jan-2023 00:10:56 Progress (1): 236/324 kB error 03-Jan-2023 00:10:56 Progress (1): 240/324 kB error 03-Jan-2023 00:10:56 Progress (1): 244/324 kB error 03-Jan-2023 00:10:56 Progress (1): 248/324 kB error 03-Jan-2023 00:10:56 Progress (1): 252/324 kB error 03-Jan-2023 00:10:56 Progress (1): 256/324 kB error 03-Jan-2023 00:10:56 Progress (1): 260/324 kB error 03-Jan-2023 00:10:56 Progress (1): 263/324 kB error 03-Jan-2023 00:10:56 Progress (1): 267/324 kB error 03-Jan-2023 00:10:56 Progress (1): 269/324 kB error 03-Jan-2023 00:10:56 Progress (1): 273/324 kB error 03-Jan-2023 00:10:56 Progress (1): 278/324 kB error 03-Jan-2023 00:10:56 Progress (1): 282/324 kB error 03-Jan-2023 00:10:56 Progress (1): 286/324 kB error 03-Jan-2023 00:10:56 Progress (1): 290/324 kB error 03-Jan-2023 00:10:56 Progress (1): 294/324 kB error 03-Jan-2023 00:10:56 Progress (1): 298/324 kB error 03-Jan-2023 00:10:56 Progress (1): 302/324 kB error 03-Jan-2023 00:10:56 Progress (1): 304/324 kB error 03-Jan-2023 00:10:56 Progress (1): 308/324 kB error 03-Jan-2023 00:10:56 Progress (1): 312/324 kB error 03-Jan-2023 00:10:56 Progress (1): 316/324 kB error 03-Jan-2023 00:10:56 Progress (1): 321/324 kB error 03-Jan-2023 00:10:56 Progress (1): 324 kB error 03-Jan-2023 00:10:56 error 03-Jan-2023 00:10:56 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 320 kB/s) error 03-Jan-2023 00:10:56 #18 161.1 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:10:57 #18 161.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 00:10:57 #18 161.3 Progress (1): 3.3/7.1 kB error 03-Jan-2023 00:10:57 Progress (1): 6.1/7.1 kB error 03-Jan-2023 00:10:57 Progress (1): 7.1 kB error 03-Jan-2023 00:10:57 error 03-Jan-2023 00:10:57 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 26 kB/s) error 03-Jan-2023 00:10:57 #18 161.5 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 00:10:57 #18 161.6 Progress (1): 3.3/9.1 kB error 03-Jan-2023 00:10:57 Progress (1): 6.1/9.1 kB error 03-Jan-2023 00:10:57 Progress (1): 8.9/9.1 kB error 03-Jan-2023 00:10:57 Progress (1): 9.1 kB error 03-Jan-2023 00:10:57 error 03-Jan-2023 00:10:57 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 40 kB/s) error 03-Jan-2023 00:10:57 #18 161.8 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 00:10:57 #18 161.9 Progress (1): 3.3/15 kB error 03-Jan-2023 00:10:57 Progress (1): 6.1/15 kB error 03-Jan-2023 00:10:57 Progress (1): 8.9/15 kB error 03-Jan-2023 00:10:57 Progress (1): 12/15 kB error 03-Jan-2023 00:10:57 Progress (1): 14/15 kB error 03-Jan-2023 00:10:57 Progress (1): 15 kB error 03-Jan-2023 00:10:57 error 03-Jan-2023 00:10:57 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 59 kB/s) error 03-Jan-2023 00:10:58 #18 162.3 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 00:10:58 #18 162.6 Progress (1): 0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:10:58 Progress (1): 4.0 MB error 03-Jan-2023 00:10:58 error 03-Jan-2023 00:10:59 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 4.4 MB/s) error 03-Jan-2023 00:10:59 #18 163.2 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:10:59 #18 163.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 00:10:59 #18 163.3 Progress (1): 3.3/9.5 kB error 03-Jan-2023 00:10:59 Progress (1): 6.1/9.5 kB error 03-Jan-2023 00:10:59 Progress (1): 8.9/9.5 kB error 03-Jan-2023 00:10:59 Progress (1): 9.5 kB error 03-Jan-2023 00:10:59 error 03-Jan-2023 00:10:59 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 00:10:59 #18 163.4 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 00:10:59 #18 163.5 Progress (1): 3.3/10 kB error 03-Jan-2023 00:10:59 Progress (1): 6.1/10 kB error 03-Jan-2023 00:10:59 Progress (1): 8.9/10 kB error 03-Jan-2023 00:10:59 Progress (1): 10 kB error 03-Jan-2023 00:10:59 error 03-Jan-2023 00:10:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 45 kB/s) error 03-Jan-2023 00:10:59 #18 163.7 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 00:10:59 #18 164.0 Progress (1): 0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.5/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.6/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.7/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.8/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 0.9/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.0/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.1/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.2/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.3/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:10:59 Progress (1): 1.4/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.5/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.6/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.7/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.8/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 1.9/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.0/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.1/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.2/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.3/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.4/2.4 MB error 03-Jan-2023 00:11:00 Progress (1): 2.4 MB error 03-Jan-2023 00:11:00 error 03-Jan-2023 00:11:00 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.4 MB/s) error 03-Jan-2023 00:11:00 #18 164.4 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:11:00 #18 164.4 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 00:11:00 #18 164.5 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:11:00 Progress (1): 4.9 kB error 03-Jan-2023 00:11:00 error 03-Jan-2023 00:11:00 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 19 kB/s) error 03-Jan-2023 00:11:00 #18 164.7 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 00:11:00 #18 164.8 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:11:00 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:11:00 Progress (1): 6.2 kB error 03-Jan-2023 00:11:00 error 03-Jan-2023 00:11:00 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 00:11:00 #18 164.9 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 00:11:00 #18 165.1 Progress (1): 3.3/110 kB error 03-Jan-2023 00:11:00 Progress (1): 6.1/110 kB error 03-Jan-2023 00:11:00 Progress (1): 8.9/110 kB error 03-Jan-2023 00:11:00 Progress (1): 12/110 kB error 03-Jan-2023 00:11:00 Progress (1): 14/110 kB error 03-Jan-2023 00:11:00 Progress (1): 17/110 kB error 03-Jan-2023 00:11:00 Progress (1): 20/110 kB error 03-Jan-2023 00:11:00 Progress (1): 23/110 kB error 03-Jan-2023 00:11:00 Progress (1): 26/110 kB error 03-Jan-2023 00:11:00 Progress (1): 28/110 kB error 03-Jan-2023 00:11:00 Progress (1): 31/110 kB error 03-Jan-2023 00:11:00 Progress (1): 34/110 kB error 03-Jan-2023 00:11:00 Progress (1): 37/110 kB error 03-Jan-2023 00:11:00 Progress (1): 40/110 kB error 03-Jan-2023 00:11:00 Progress (1): 42/110 kB error 03-Jan-2023 00:11:00 Progress (1): 45/110 kB error 03-Jan-2023 00:11:00 Progress (1): 48/110 kB error 03-Jan-2023 00:11:00 Progress (1): 51/110 kB error 03-Jan-2023 00:11:00 Progress (1): 54/110 kB error 03-Jan-2023 00:11:00 Progress (1): 56/110 kB error 03-Jan-2023 00:11:00 Progress (1): 59/110 kB error 03-Jan-2023 00:11:00 Progress (1): 62/110 kB error 03-Jan-2023 00:11:00 Progress (1): 65/110 kB error 03-Jan-2023 00:11:00 Progress (1): 68/110 kB error 03-Jan-2023 00:11:00 Progress (1): 70/110 kB error 03-Jan-2023 00:11:00 Progress (1): 73/110 kB error 03-Jan-2023 00:11:00 Progress (1): 76/110 kB error 03-Jan-2023 00:11:00 Progress (1): 79/110 kB error 03-Jan-2023 00:11:00 Progress (1): 82/110 kB error 03-Jan-2023 00:11:00 Progress (1): 84/110 kB error 03-Jan-2023 00:11:00 Progress (1): 87/110 kB error 03-Jan-2023 00:11:00 Progress (1): 90/110 kB error 03-Jan-2023 00:11:00 Progress (1): 93/110 kB error 03-Jan-2023 00:11:00 Progress (1): 96/110 kB error 03-Jan-2023 00:11:00 Progress (1): 98/110 kB error 03-Jan-2023 00:11:00 Progress (1): 101/110 kB error 03-Jan-2023 00:11:00 Progress (1): 104/110 kB error 03-Jan-2023 00:11:00 Progress (1): 107/110 kB error 03-Jan-2023 00:11:00 Progress (1): 110/110 kB error 03-Jan-2023 00:11:00 Progress (1): 110 kB error 03-Jan-2023 00:11:01 error 03-Jan-2023 00:11:01 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 415 kB/s) error 03-Jan-2023 00:11:01 #18 165.2 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:11:01 #18 165.2 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 00:11:01 #18 165.3 Progress (1): 3.3/5.4 kB error 03-Jan-2023 00:11:01 Progress (1): 5.4 kB error 03-Jan-2023 00:11:01 error 03-Jan-2023 00:11:01 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 00:11:01 #18 165.5 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 00:11:01 #18 165.6 Progress (1): 3.3/7.0 kB error 03-Jan-2023 00:11:01 Progress (1): 6.1/7.0 kB error 03-Jan-2023 00:11:01 Progress (1): 7.0 kB error 03-Jan-2023 00:11:01 error 03-Jan-2023 00:11:01 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 29 kB/s) error 03-Jan-2023 00:11:01 #18 165.7 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 00:11:01 #18 165.9 Progress (1): 3.3/75 kB error 03-Jan-2023 00:11:01 Progress (1): 6.1/75 kB error 03-Jan-2023 00:11:01 Progress (1): 8.9/75 kB error 03-Jan-2023 00:11:01 Progress (1): 12/75 kB error 03-Jan-2023 00:11:01 Progress (1): 14/75 kB error 03-Jan-2023 00:11:01 Progress (1): 17/75 kB error 03-Jan-2023 00:11:01 Progress (1): 20/75 kB error 03-Jan-2023 00:11:01 Progress (1): 23/75 kB error 03-Jan-2023 00:11:01 Progress (1): 26/75 kB error 03-Jan-2023 00:11:01 Progress (1): 28/75 kB error 03-Jan-2023 00:11:01 Progress (1): 31/75 kB error 03-Jan-2023 00:11:01 Progress (1): 34/75 kB error 03-Jan-2023 00:11:01 Progress (1): 37/75 kB error 03-Jan-2023 00:11:01 Progress (1): 40/75 kB error 03-Jan-2023 00:11:01 Progress (1): 42/75 kB error 03-Jan-2023 00:11:01 Progress (1): 45/75 kB error 03-Jan-2023 00:11:01 Progress (1): 48/75 kB error 03-Jan-2023 00:11:01 Progress (1): 51/75 kB error 03-Jan-2023 00:11:01 Progress (1): 54/75 kB error 03-Jan-2023 00:11:01 Progress (1): 56/75 kB error 03-Jan-2023 00:11:01 Progress (1): 59/75 kB error 03-Jan-2023 00:11:01 Progress (1): 62/75 kB error 03-Jan-2023 00:11:01 Progress (1): 65/75 kB error 03-Jan-2023 00:11:01 Progress (1): 68/75 kB error 03-Jan-2023 00:11:01 Progress (1): 70/75 kB error 03-Jan-2023 00:11:01 Progress (1): 73/75 kB error 03-Jan-2023 00:11:01 Progress (1): 75 kB error 03-Jan-2023 00:11:01 error 03-Jan-2023 00:11: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 281 kB/s) error 03-Jan-2023 00:11:01 #18 166.0 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:11:01 #18 166.0 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 00:11:01 #18 166.1 Progress (1): 3.3/8.5 kB error 03-Jan-2023 00:11:02 Progress (1): 6.1/8.5 kB error 03-Jan-2023 00:11:02 Progress (1): 8.5 kB error 03-Jan-2023 00:11:02 error 03-Jan-2023 00:11:02 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 36 kB/s) error 03-Jan-2023 00:11:02 #18 166.3 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 00:11:02 #18 166.4 Progress (1): 3.3/6.9 kB error 03-Jan-2023 00:11:02 Progress (1): 6.1/6.9 kB error 03-Jan-2023 00:11:02 Progress (1): 6.9 kB error 03-Jan-2023 00:11:02 error 03-Jan-2023 00:11:02 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 27 kB/s) error 03-Jan-2023 00:11:02 #18 166.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 00:11:02 #18 166.9 Progress (1): 0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.3/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.4/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.5/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.6/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.7/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.8/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 0.9/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.0/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.1/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.2/1.3 MB error 03-Jan-2023 00:11:02 Progress (1): 1.3 MB error 03-Jan-2023 00:11:02 error 03-Jan-2023 00:11: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 2.1 MB/s) error 03-Jan-2023 00:11:02 #18 167.2 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:11:03 #18 167.2 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 00:11:03 #18 167.3 Progress (1): 3.3/4.5 kB error 03-Jan-2023 00:11:03 Progress (1): 4.5 kB error 03-Jan-2023 00:11:03 error 03-Jan-2023 00:11:03 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 19 kB/s) error 03-Jan-2023 00:11:03 #18 167.4 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 00:11:03 #18 167.5 Progress (1): 3.3/36 kB error 03-Jan-2023 00:11:03 Progress (1): 6.1/36 kB error 03-Jan-2023 00:11:03 Progress (1): 8.9/36 kB error 03-Jan-2023 00:11:03 Progress (1): 12/36 kB error 03-Jan-2023 00:11:03 Progress (1): 15/36 kB error 03-Jan-2023 00:11:03 Progress (1): 17/36 kB error 03-Jan-2023 00:11:03 Progress (1): 20/36 kB error 03-Jan-2023 00:11:03 Progress (1): 23/36 kB error 03-Jan-2023 00:11:03 Progress (1): 26/36 kB error 03-Jan-2023 00:11:03 Progress (1): 29/36 kB error 03-Jan-2023 00:11:03 Progress (1): 31/36 kB error 03-Jan-2023 00:11:03 Progress (1): 34/36 kB error 03-Jan-2023 00:11:03 Progress (1): 36 kB error 03-Jan-2023 00:11:03 error 03-Jan-2023 00:11: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 147 kB/s) error 03-Jan-2023 00:11:03 #18 167.7 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 00:11:03 #18 168.0 Progress (1): 0.2/37 MB error 03-Jan-2023 00:11:03 Progress (1): 0.4/37 MB error 03-Jan-2023 00:11:03 Progress (1): 0.6/37 MB error 03-Jan-2023 00:11:03 Progress (1): 0.8/37 MB error 03-Jan-2023 00:11:03 Progress (1): 0.9/37 MB error 03-Jan-2023 00:11:03 Progress (1): 1.1/37 MB error 03-Jan-2023 00:11:03 Progress (1): 1.3/37 MB error 03-Jan-2023 00:11:03 Progress (1): 1.5/37 MB error 03-Jan-2023 00:11:03 Progress (1): 1.7/37 MB error 03-Jan-2023 00:11:03 Progress (1): 1.9/37 MB error 03-Jan-2023 00:11:03 Progress (1): 2.1/37 MB error 03-Jan-2023 00:11:03 Progress (1): 2.3/37 MB error 03-Jan-2023 00:11:03 Progress (1): 2.5/37 MB error 03-Jan-2023 00:11:04 Progress (1): 2.6/37 MB error 03-Jan-2023 00:11:04 Progress (1): 2.8/37 MB error 03-Jan-2023 00:11:04 Progress (1): 3.0/37 MB error 03-Jan-2023 00:11:04 Progress (1): 3.2/37 MB error 03-Jan-2023 00:11:04 Progress (1): 3.4/37 MB error 03-Jan-2023 00:11:04 Progress (1): 3.6/37 MB error 03-Jan-2023 00:11:04 Progress (1): 3.8/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.0/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.2/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.4/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.5/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.7/37 MB error 03-Jan-2023 00:11:04 Progress (1): 4.9/37 MB error 03-Jan-2023 00:11:04 Progress (1): 5.1/37 MB error 03-Jan-2023 00:11:04 Progress (1): 5.3/37 MB error 03-Jan-2023 00:11:04 Progress (1): 5.5/37 MB error 03-Jan-2023 00:11:04 Progress (1): 5.7/37 MB error 03-Jan-2023 00:11:04 Progress (1): 5.9/37 MB error 03-Jan-2023 00:11:04 Progress (1): 6.1/37 MB error 03-Jan-2023 00:11:04 Progress (1): 6.2/37 MB error 03-Jan-2023 00:11:04 Progress (1): 6.4/37 MB error 03-Jan-2023 00:11:04 Progress (1): 6.6/37 MB error 03-Jan-2023 00:11:04 Progress (1): 6.8/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.0/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.2/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.4/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.6/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.7/37 MB error 03-Jan-2023 00:11:04 Progress (1): 7.9/37 MB error 03-Jan-2023 00:11:04 Progress (1): 8.1/37 MB error 03-Jan-2023 00:11:04 Progress (1): 8.3/37 MB error 03-Jan-2023 00:11:04 Progress (1): 8.5/37 MB error 03-Jan-2023 00:11:04 Progress (1): 8.7/37 MB error 03-Jan-2023 00:11:04 Progress (1): 8.9/37 MB error 03-Jan-2023 00:11:04 Progress (1): 9.1/37 MB error 03-Jan-2023 00:11:04 Progress (1): 9.3/37 MB error 03-Jan-2023 00:11:04 Progress (1): 9.4/37 MB error 03-Jan-2023 00:11:04 Progress (1): 9.6/37 MB error 03-Jan-2023 00:11:04 Progress (1): 9.8/37 MB error 03-Jan-2023 00:11:04 Progress (1): 10/37 MB error 03-Jan-2023 00:11:04 Progress (1): 10/37 MB error 03-Jan-2023 00:11:04 Progress (1): 10/37 MB error 03-Jan-2023 00:11:04 Progress (1): 11/37 MB error 03-Jan-2023 00:11:04 Progress (1): 11/37 MB error 03-Jan-2023 00:11:04 Progress (1): 11/37 MB error 03-Jan-2023 00:11:04 Progress (1): 11/37 MB error 03-Jan-2023 00:11:04 Progress (1): 11/37 MB error 03-Jan-2023 00:11:04 Progress (1): 12/37 MB error 03-Jan-2023 00:11:04 Progress (1): 12/37 MB error 03-Jan-2023 00:11:05 Progress (1): 12/37 MB error 03-Jan-2023 00:11:05 Progress (1): 12/37 MB error 03-Jan-2023 00:11:05 Progress (1): 12/37 MB error 03-Jan-2023 00:11:05 Progress (1): 12/37 MB error 03-Jan-2023 00:11:05 Progress (1): 13/37 MB error 03-Jan-2023 00:11:05 Progress (1): 13/37 MB error 03-Jan-2023 00:11:05 Progress (1): 13/37 MB error 03-Jan-2023 00:11:05 Progress (1): 13/37 MB error 03-Jan-2023 00:11:05 Progress (1): 13/37 MB error 03-Jan-2023 00:11:05 Progress (1): 14/37 MB error 03-Jan-2023 00:11:05 Progress (1): 14/37 MB error 03-Jan-2023 00:11:05 Progress (1): 14/37 MB error 03-Jan-2023 00:11:05 Progress (1): 14/37 MB error 03-Jan-2023 00:11:05 Progress (1): 14/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 15/37 MB error 03-Jan-2023 00:11:05 Progress (1): 16/37 MB error 03-Jan-2023 00:11:05 Progress (1): 16/37 MB error 03-Jan-2023 00:11:05 Progress (1): 16/37 MB error 03-Jan-2023 00:11:05 Progress (1): 16/37 MB error 03-Jan-2023 00:11:05 Progress (1): 16/37 MB error 03-Jan-2023 00:11:05 Progress (1): 17/37 MB error 03-Jan-2023 00:11:05 Progress (1): 17/37 MB error 03-Jan-2023 00:11:05 Progress (1): 17/37 MB error 03-Jan-2023 00:11:05 Progress (1): 17/37 MB error 03-Jan-2023 00:11:05 Progress (1): 17/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 18/37 MB error 03-Jan-2023 00:11:05 Progress (1): 19/37 MB error 03-Jan-2023 00:11:05 Progress (1): 19/37 MB error 03-Jan-2023 00:11:05 Progress (1): 19/37 MB error 03-Jan-2023 00:11:05 Progress (1): 19/37 MB error 03-Jan-2023 00:11:05 Progress (1): 19/37 MB error 03-Jan-2023 00:11:05 Progress (1): 20/37 MB error 03-Jan-2023 00:11:05 Progress (1): 20/37 MB error 03-Jan-2023 00:11:05 Progress (1): 20/37 MB error 03-Jan-2023 00:11:05 Progress (1): 20/37 MB error 03-Jan-2023 00:11:05 Progress (1): 20/37 MB error 03-Jan-2023 00:11:05 Progress (1): 21/37 MB error 03-Jan-2023 00:11:05 Progress (1): 21/37 MB error 03-Jan-2023 00:11:05 Progress (1): 21/37 MB error 03-Jan-2023 00:11:05 Progress (1): 21/37 MB error 03-Jan-2023 00:11:05 Progress (1): 21/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 22/37 MB error 03-Jan-2023 00:11:05 Progress (1): 23/37 MB error 03-Jan-2023 00:11:05 Progress (1): 23/37 MB error 03-Jan-2023 00:11:05 Progress (1): 23/37 MB error 03-Jan-2023 00:11:06 Progress (1): 23/37 MB error 03-Jan-2023 00:11:06 Progress (1): 23/37 MB error 03-Jan-2023 00:11:06 Progress (1): 24/37 MB error 03-Jan-2023 00:11:06 Progress (1): 24/37 MB error 03-Jan-2023 00:11:06 Progress (1): 24/37 MB error 03-Jan-2023 00:11:06 Progress (1): 24/37 MB error 03-Jan-2023 00:11:06 Progress (1): 24/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 25/37 MB error 03-Jan-2023 00:11:06 Progress (1): 26/37 MB error 03-Jan-2023 00:11:06 Progress (1): 26/37 MB error 03-Jan-2023 00:11:06 Progress (1): 26/37 MB error 03-Jan-2023 00:11:06 Progress (1): 26/37 MB error 03-Jan-2023 00:11:06 Progress (1): 26/37 MB error 03-Jan-2023 00:11:06 Progress (1): 27/37 MB error 03-Jan-2023 00:11:06 Progress (1): 27/37 MB error 03-Jan-2023 00:11:06 Progress (1): 27/37 MB error 03-Jan-2023 00:11:06 Progress (1): 27/37 MB error 03-Jan-2023 00:11:06 Progress (1): 27/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 28/37 MB error 03-Jan-2023 00:11:06 Progress (1): 29/37 MB error 03-Jan-2023 00:11:06 Progress (1): 29/37 MB error 03-Jan-2023 00:11:06 Progress (1): 29/37 MB error 03-Jan-2023 00:11:06 Progress (1): 29/37 MB error 03-Jan-2023 00:11:06 Progress (1): 29/37 MB error 03-Jan-2023 00:11:06 Progress (1): 30/37 MB error 03-Jan-2023 00:11:06 Progress (1): 30/37 MB error 03-Jan-2023 00:11:06 Progress (1): 30/37 MB error 03-Jan-2023 00:11:06 Progress (1): 30/37 MB error 03-Jan-2023 00:11:06 Progress (1): 30/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 31/37 MB error 03-Jan-2023 00:11:06 Progress (1): 32/37 MB error 03-Jan-2023 00:11:06 Progress (1): 32/37 MB error 03-Jan-2023 00:11:06 Progress (1): 32/37 MB error 03-Jan-2023 00:11:06 Progress (1): 32/37 MB error 03-Jan-2023 00:11:06 Progress (1): 32/37 MB error 03-Jan-2023 00:11:07 Progress (1): 33/37 MB error 03-Jan-2023 00:11:07 Progress (1): 33/37 MB error 03-Jan-2023 00:11:07 Progress (1): 33/37 MB error 03-Jan-2023 00:11:07 Progress (1): 33/37 MB error 03-Jan-2023 00:11:07 Progress (1): 33/37 MB error 03-Jan-2023 00:11:07 Progress (1): 34/37 MB error 03-Jan-2023 00:11:07 Progress (1): 34/37 MB error 03-Jan-2023 00:11:07 Progress (1): 34/37 MB error 03-Jan-2023 00:11:07 Progress (1): 34/37 MB error 03-Jan-2023 00:11:07 Progress (1): 34/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 35/37 MB error 03-Jan-2023 00:11:07 Progress (1): 36/37 MB error 03-Jan-2023 00:11:07 Progress (1): 36/37 MB error 03-Jan-2023 00:11:07 Progress (1): 36/37 MB error 03-Jan-2023 00:11:07 Progress (1): 36/37 MB error 03-Jan-2023 00:11:07 Progress (1): 36/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37/37 MB error 03-Jan-2023 00:11:07 Progress (1): 37 MB error 03-Jan-2023 00:11:07 error 03-Jan-2023 00:11:07 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 8.8 MB/s) error 03-Jan-2023 00:11:07 #18 171.9 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:11:07 #18 172.0 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 00:11:08 #18 172.2 Progress (1): 3.3/10 kB error 03-Jan-2023 00:11:08 Progress (1): 6.1/10 kB error 03-Jan-2023 00:11:08 Progress (1): 8.9/10 kB error 03-Jan-2023 00:11:08 Progress (1): 10 kB error 03-Jan-2023 00:11:08 error 03-Jan-2023 00:11:08 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 32 kB/s) error 03-Jan-2023 00:11:08 #18 172.4 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 00:11:08 #18 172.5 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:11:08 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:11:08 Progress (1): 7.8 kB error 03-Jan-2023 00:11:08 error 03-Jan-2023 00:11:08 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 23 kB/s) error 03-Jan-2023 00:11:08 #18 172.9 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 00:11:08 #18 173.1 Progress (1): 4.1/348 kB error 03-Jan-2023 00:11:09 Progress (1): 8.2/348 kB error 03-Jan-2023 00:11:09 Progress (1): 12/348 kB error 03-Jan-2023 00:11:09 Progress (1): 16/348 kB error 03-Jan-2023 00:11:09 Progress (1): 20/348 kB error 03-Jan-2023 00:11:09 Progress (1): 25/348 kB error 03-Jan-2023 00:11:09 Progress (1): 29/348 kB error 03-Jan-2023 00:11:09 Progress (1): 33/348 kB error 03-Jan-2023 00:11:09 Progress (1): 37/348 kB error 03-Jan-2023 00:11:09 Progress (1): 41/348 kB error 03-Jan-2023 00:11:09 Progress (1): 45/348 kB error 03-Jan-2023 00:11:09 Progress (1): 49/348 kB error 03-Jan-2023 00:11:09 Progress (1): 52/348 kB error 03-Jan-2023 00:11:09 Progress (1): 56/348 kB error 03-Jan-2023 00:11:09 Progress (1): 60/348 kB error 03-Jan-2023 00:11:09 Progress (1): 64/348 kB error 03-Jan-2023 00:11:09 Progress (1): 68/348 kB error 03-Jan-2023 00:11:09 Progress (1): 72/348 kB error 03-Jan-2023 00:11:09 Progress (1): 76/348 kB error 03-Jan-2023 00:11:09 Progress (1): 80/348 kB error 03-Jan-2023 00:11:09 Progress (1): 84/348 kB error 03-Jan-2023 00:11:09 Progress (1): 86/348 kB error 03-Jan-2023 00:11:09 Progress (1): 91/348 kB error 03-Jan-2023 00:11:09 Progress (1): 95/348 kB error 03-Jan-2023 00:11:09 Progress (1): 99/348 kB error 03-Jan-2023 00:11:09 Progress (1): 103/348 kB error 03-Jan-2023 00:11:09 Progress (1): 107/348 kB error 03-Jan-2023 00:11:09 Progress (1): 111/348 kB error 03-Jan-2023 00:11:09 Progress (1): 115/348 kB error 03-Jan-2023 00:11:09 Progress (1): 119/348 kB error 03-Jan-2023 00:11:09 Progress (1): 121/348 kB error 03-Jan-2023 00:11:09 Progress (1): 125/348 kB error 03-Jan-2023 00:11:09 Progress (1): 129/348 kB error 03-Jan-2023 00:11:09 Progress (1): 134/348 kB error 03-Jan-2023 00:11:09 Progress (1): 138/348 kB error 03-Jan-2023 00:11:09 Progress (1): 142/348 kB error 03-Jan-2023 00:11:09 Progress (1): 146/348 kB error 03-Jan-2023 00:11:09 Progress (1): 150/348 kB error 03-Jan-2023 00:11:09 Progress (1): 154/348 kB error 03-Jan-2023 00:11:09 Progress (1): 156/348 kB error 03-Jan-2023 00:11:09 Progress (1): 160/348 kB error 03-Jan-2023 00:11:09 Progress (1): 164/348 kB error 03-Jan-2023 00:11:09 Progress (1): 168/348 kB error 03-Jan-2023 00:11:09 Progress (1): 172/348 kB error 03-Jan-2023 00:11:09 Progress (1): 177/348 kB error 03-Jan-2023 00:11:09 Progress (1): 181/348 kB error 03-Jan-2023 00:11:09 Progress (1): 185/348 kB error 03-Jan-2023 00:11:09 Progress (1): 189/348 kB error 03-Jan-2023 00:11:09 Progress (1): 191/348 kB error 03-Jan-2023 00:11:09 Progress (1): 195/348 kB error 03-Jan-2023 00:11:09 Progress (1): 199/348 kB error 03-Jan-2023 00:11:09 Progress (1): 203/348 kB error 03-Jan-2023 00:11:09 Progress (1): 207/348 kB error 03-Jan-2023 00:11:09 Progress (1): 211/348 kB error 03-Jan-2023 00:11:09 Progress (1): 215/348 kB error 03-Jan-2023 00:11:09 Progress (1): 220/348 kB error 03-Jan-2023 00:11:09 Progress (1): 224/348 kB error 03-Jan-2023 00:11:09 Progress (1): 226/348 kB error 03-Jan-2023 00:11:09 Progress (1): 230/348 kB error 03-Jan-2023 00:11:09 Progress (1): 234/348 kB error 03-Jan-2023 00:11:09 Progress (1): 238/348 kB error 03-Jan-2023 00:11:09 Progress (1): 242/348 kB error 03-Jan-2023 00:11:09 Progress (1): 246/348 kB error 03-Jan-2023 00:11:09 Progress (1): 250/348 kB error 03-Jan-2023 00:11:09 Progress (1): 254/348 kB error 03-Jan-2023 00:11:09 Progress (1): 258/348 kB error 03-Jan-2023 00:11:09 Progress (1): 263/348 kB error 03-Jan-2023 00:11:09 Progress (1): 267/348 kB error 03-Jan-2023 00:11:09 Progress (1): 271/348 kB error 03-Jan-2023 00:11:09 Progress (1): 275/348 kB error 03-Jan-2023 00:11:09 Progress (1): 278/348 kB error 03-Jan-2023 00:11:09 Progress (1): 282/348 kB error 03-Jan-2023 00:11:09 Progress (1): 286/348 kB error 03-Jan-2023 00:11:09 Progress (1): 290/348 kB error 03-Jan-2023 00:11:09 Progress (1): 294/348 kB error 03-Jan-2023 00:11:09 Progress (1): 298/348 kB error 03-Jan-2023 00:11:09 Progress (1): 302/348 kB error 03-Jan-2023 00:11:09 Progress (1): 306/348 kB error 03-Jan-2023 00:11:09 Progress (1): 310/348 kB error 03-Jan-2023 00:11:09 Progress (1): 313/348 kB error 03-Jan-2023 00:11:09 Progress (1): 317/348 kB error 03-Jan-2023 00:11:09 Progress (1): 321/348 kB error 03-Jan-2023 00:11:09 Progress (1): 323/348 kB error 03-Jan-2023 00:11:09 Progress (1): 327/348 kB error 03-Jan-2023 00:11:09 Progress (1): 331/348 kB error 03-Jan-2023 00:11:09 Progress (1): 336/348 kB error 03-Jan-2023 00:11:09 Progress (1): 340/348 kB error 03-Jan-2023 00:11:09 Progress (1): 344/348 kB error 03-Jan-2023 00:11:09 Progress (1): 348 kB error 03-Jan-2023 00:11:09 error 03-Jan-2023 00:11:09 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 727 kB/s) error 03-Jan-2023 00:11:09 #18 173.3 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:11:09 #18 173.4 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 00:11:09 #18 173.5 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:11:09 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:11:09 Progress (1): 7.2 kB error 03-Jan-2023 00:11:09 error 03-Jan-2023 00:11:09 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 30 kB/s) error 03-Jan-2023 00:11:09 #18 173.6 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 00:11:09 #18 173.8 Progress (1): 3.3/13 kB error 03-Jan-2023 00:11:09 Progress (1): 6.1/13 kB error 03-Jan-2023 00:11:09 Progress (1): 8.9/13 kB error 03-Jan-2023 00:11:09 Progress (1): 12/13 kB error 03-Jan-2023 00:11:09 Progress (1): 13 kB error 03-Jan-2023 00:11:09 error 03-Jan-2023 00:11:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 47 kB/s) error 03-Jan-2023 00:11:09 #18 173.9 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 00:11:10 #18 174.2 Progress (1): 8.2/947 kB error 03-Jan-2023 00:11:10 Progress (1): 16/947 kB error 03-Jan-2023 00:11:10 Progress (1): 25/947 kB error 03-Jan-2023 00:11:10 Progress (1): 33/947 kB error 03-Jan-2023 00:11:10 Progress (1): 41/947 kB error 03-Jan-2023 00:11:10 Progress (1): 49/947 kB error 03-Jan-2023 00:11:10 Progress (1): 57/947 kB error 03-Jan-2023 00:11:10 Progress (1): 66/947 kB error 03-Jan-2023 00:11:10 Progress (1): 74/947 kB error 03-Jan-2023 00:11:10 Progress (1): 82/947 kB error 03-Jan-2023 00:11:10 Progress (1): 86/947 kB error 03-Jan-2023 00:11:10 Progress (1): 95/947 kB error 03-Jan-2023 00:11:10 Progress (1): 103/947 kB error 03-Jan-2023 00:11:10 Progress (1): 111/947 kB error 03-Jan-2023 00:11:10 Progress (1): 119/947 kB error 03-Jan-2023 00:11:10 Progress (1): 127/947 kB error 03-Jan-2023 00:11:10 Progress (1): 136/947 kB error 03-Jan-2023 00:11:10 Progress (1): 144/947 kB error 03-Jan-2023 00:11:10 Progress (1): 152/947 kB error 03-Jan-2023 00:11:10 Progress (1): 156/947 kB error 03-Jan-2023 00:11:10 Progress (1): 164/947 kB error 03-Jan-2023 00:11:10 Progress (1): 172/947 kB error 03-Jan-2023 00:11:10 Progress (1): 181/947 kB error 03-Jan-2023 00:11:10 Progress (1): 189/947 kB error 03-Jan-2023 00:11:10 Progress (1): 197/947 kB error 03-Jan-2023 00:11:10 Progress (1): 205/947 kB error 03-Jan-2023 00:11:10 Progress (1): 213/947 kB error 03-Jan-2023 00:11:10 Progress (1): 222/947 kB error 03-Jan-2023 00:11:10 Progress (1): 226/947 kB error 03-Jan-2023 00:11:10 Progress (1): 234/947 kB error 03-Jan-2023 00:11:10 Progress (1): 242/947 kB error 03-Jan-2023 00:11:10 Progress (1): 250/947 kB error 03-Jan-2023 00:11:10 Progress (1): 258/947 kB error 03-Jan-2023 00:11:10 Progress (1): 267/947 kB error 03-Jan-2023 00:11:10 Progress (1): 275/947 kB error 03-Jan-2023 00:11:10 Progress (1): 283/947 kB error 03-Jan-2023 00:11:10 Progress (1): 291/947 kB error 03-Jan-2023 00:11:10 Progress (1): 295/947 kB error 03-Jan-2023 00:11:10 Progress (1): 303/947 kB error 03-Jan-2023 00:11:10 Progress (1): 312/947 kB error 03-Jan-2023 00:11:10 Progress (1): 320/947 kB error 03-Jan-2023 00:11:10 Progress (1): 328/947 kB error 03-Jan-2023 00:11:10 Progress (1): 336/947 kB error 03-Jan-2023 00:11:10 Progress (1): 341/947 kB error 03-Jan-2023 00:11:10 Progress (1): 349/947 kB error 03-Jan-2023 00:11:10 Progress (1): 357/947 kB error 03-Jan-2023 00:11:10 Progress (1): 365/947 kB error 03-Jan-2023 00:11:10 Progress (1): 373/947 kB error 03-Jan-2023 00:11:10 Progress (1): 382/947 kB error 03-Jan-2023 00:11:10 Progress (1): 390/947 kB error 03-Jan-2023 00:11:10 Progress (1): 398/947 kB error 03-Jan-2023 00:11:10 Progress (1): 406/947 kB error 03-Jan-2023 00:11:10 Progress (1): 410/947 kB error 03-Jan-2023 00:11:10 Progress (1): 419/947 kB error 03-Jan-2023 00:11:10 Progress (1): 427/947 kB error 03-Jan-2023 00:11:10 Progress (1): 435/947 kB error 03-Jan-2023 00:11:10 Progress (1): 443/947 kB error 03-Jan-2023 00:11:10 Progress (1): 451/947 kB error 03-Jan-2023 00:11:10 Progress (1): 460/947 kB error 03-Jan-2023 00:11:10 Progress (1): 468/947 kB error 03-Jan-2023 00:11:10 Progress (1): 476/947 kB error 03-Jan-2023 00:11:10 Progress (1): 480/947 kB error 03-Jan-2023 00:11:10 Progress (1): 488/947 kB error 03-Jan-2023 00:11:10 Progress (1): 496/947 kB error 03-Jan-2023 00:11:10 Progress (1): 505/947 kB error 03-Jan-2023 00:11:10 Progress (1): 513/947 kB error 03-Jan-2023 00:11:10 Progress (1): 521/947 kB error 03-Jan-2023 00:11:10 Progress (1): 529/947 kB error 03-Jan-2023 00:11:10 Progress (1): 537/947 kB error 03-Jan-2023 00:11:10 Progress (1): 546/947 kB error 03-Jan-2023 00:11:10 Progress (1): 550/947 kB error 03-Jan-2023 00:11:10 Progress (1): 558/947 kB error 03-Jan-2023 00:11:10 Progress (1): 566/947 kB error 03-Jan-2023 00:11:10 Progress (1): 574/947 kB error 03-Jan-2023 00:11:10 Progress (1): 582/947 kB error 03-Jan-2023 00:11:10 Progress (1): 591/947 kB error 03-Jan-2023 00:11:10 Progress (1): 599/947 kB error 03-Jan-2023 00:11:10 Progress (1): 607/947 kB error 03-Jan-2023 00:11:10 Progress (1): 615/947 kB error 03-Jan-2023 00:11:10 Progress (1): 619/947 kB error 03-Jan-2023 00:11:10 Progress (1): 627/947 kB error 03-Jan-2023 00:11:10 Progress (1): 636/947 kB error 03-Jan-2023 00:11:10 Progress (1): 644/947 kB error 03-Jan-2023 00:11:10 Progress (1): 652/947 kB error 03-Jan-2023 00:11:10 Progress (1): 660/947 kB error 03-Jan-2023 00:11:10 Progress (1): 668/947 kB error 03-Jan-2023 00:11:10 Progress (1): 677/947 kB error 03-Jan-2023 00:11:10 Progress (1): 685/947 kB error 03-Jan-2023 00:11:10 Progress (1): 689/947 kB error 03-Jan-2023 00:11:10 Progress (1): 697/947 kB error 03-Jan-2023 00:11:10 Progress (1): 705/947 kB error 03-Jan-2023 00:11:10 Progress (1): 713/947 kB error 03-Jan-2023 00:11:10 Progress (1): 722/947 kB error 03-Jan-2023 00:11:10 Progress (1): 730/947 kB error 03-Jan-2023 00:11:10 Progress (1): 738/947 kB error 03-Jan-2023 00:11:10 Progress (1): 746/947 kB error 03-Jan-2023 00:11:10 Progress (1): 754/947 kB error 03-Jan-2023 00:11:10 Progress (1): 759/947 kB error 03-Jan-2023 00:11:10 Progress (1): 767/947 kB error 03-Jan-2023 00:11:10 Progress (1): 775/947 kB error 03-Jan-2023 00:11:10 Progress (1): 783/947 kB error 03-Jan-2023 00:11:10 Progress (1): 791/947 kB error 03-Jan-2023 00:11:10 Progress (1): 799/947 kB error 03-Jan-2023 00:11:10 Progress (1): 808/947 kB error 03-Jan-2023 00:11:10 Progress (1): 816/947 kB error 03-Jan-2023 00:11:10 Progress (1): 824/947 kB error 03-Jan-2023 00:11:10 Progress (1): 828/947 kB error 03-Jan-2023 00:11:10 Progress (1): 836/947 kB error 03-Jan-2023 00:11:10 Progress (1): 845/947 kB error 03-Jan-2023 00:11:10 Progress (1): 853/947 kB error 03-Jan-2023 00:11:10 Progress (1): 861/947 kB error 03-Jan-2023 00:11:10 Progress (1): 869/947 kB error 03-Jan-2023 00:11:10 Progress (1): 877/947 kB error 03-Jan-2023 00:11:10 Progress (1): 885/947 kB error 03-Jan-2023 00:11:10 Progress (1): 894/947 kB error 03-Jan-2023 00:11:10 Progress (1): 902/947 kB error 03-Jan-2023 00:11:10 Progress (1): 910/947 kB error 03-Jan-2023 00:11:10 Progress (1): 918/947 kB error 03-Jan-2023 00:11:10 Progress (1): 926/947 kB error 03-Jan-2023 00:11:10 Progress (1): 935/947 kB error 03-Jan-2023 00:11:10 Progress (1): 943/947 kB error 03-Jan-2023 00:11:10 Progress (1): 947 kB error 03-Jan-2023 00:11:10 error 03-Jan-2023 00:11:10 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 00:11:10 #18 174.4 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:11:10 #18 174.4 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 00:11:10 #18 174.6 Progress (1): 3.3/5.0 kB error 03-Jan-2023 00:11:10 Progress (1): 5.0 kB error 03-Jan-2023 00:11:10 error 03-Jan-2023 00:11:10 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 21 kB/s) error 03-Jan-2023 00:11:10 #18 174.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 03-Jan-2023 00:11:10 #18 174.8 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:11:10 Progress (1): 4.3 kB error 03-Jan-2023 00:11:10 error 03-Jan-2023 00:11:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 18 kB/s) error 03-Jan-2023 00:11:10 #18 174.9 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 00:11:10 #18 175.2 Progress (1): 0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:11:11 Progress (1): 4.8 MB error 03-Jan-2023 00:11:11 error 03-Jan-2023 00:11:11 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 5.7 MB/s) error 03-Jan-2023 00:11:11 #18 175.8 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:11:11 #18 175.8 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 00:11:11 #18 175.9 Progress (1): 3.3/5.5 kB error 03-Jan-2023 00:11:11 Progress (1): 5.5 kB error 03-Jan-2023 00:11:11 error 03-Jan-2023 00:11:11 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 24 kB/s) error 03-Jan-2023 00:11:11 #18 176.0 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 00:11:11 #18 176.1 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:11:12 Progress (1): 5.1 kB error 03-Jan-2023 00:11:12 error 03-Jan-2023 00:11:12 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 21 kB/s) error 03-Jan-2023 00:11:12 #18 176.3 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 00:11:12 #18 176.6 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:12 Progress (1): 1.2 MB error 03-Jan-2023 00:11:12 error 03-Jan-2023 00:11:12 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.0 MB/s) error 03-Jan-2023 00:11:12 #18 176.9 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:11:12 #18 176.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 00:11:12 #18 177.0 Progress (1): 3.2 kB error 03-Jan-2023 00:11:12 error 03-Jan-2023 00:11:13 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 14 kB/s) error 03-Jan-2023 00:11:13 #18 177.1 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 00:11:13 #18 177.3 Progress (1): 3.3/7.9 kB error 03-Jan-2023 00:11:13 Progress (1): 6.1/7.9 kB error 03-Jan-2023 00:11:13 Progress (1): 7.9 kB error 03-Jan-2023 00:11:13 error 03-Jan-2023 00:11:13 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 00:11:13 #18 177.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 00:11:13 #18 177.5 Progress (1): 3.3/116 kB error 03-Jan-2023 00:11:13 Progress (1): 6.1/116 kB error 03-Jan-2023 00:11:13 Progress (1): 8.9/116 kB error 03-Jan-2023 00:11:13 Progress (1): 12/116 kB error 03-Jan-2023 00:11:13 Progress (1): 15/116 kB error 03-Jan-2023 00:11:13 Progress (1): 17/116 kB error 03-Jan-2023 00:11:13 Progress (1): 20/116 kB error 03-Jan-2023 00:11:13 Progress (1): 23/116 kB error 03-Jan-2023 00:11:13 Progress (1): 26/116 kB error 03-Jan-2023 00:11:13 Progress (1): 29/116 kB error 03-Jan-2023 00:11:13 Progress (1): 31/116 kB error 03-Jan-2023 00:11:13 Progress (1): 34/116 kB error 03-Jan-2023 00:11:13 Progress (1): 37/116 kB error 03-Jan-2023 00:11:13 Progress (1): 40/116 kB error 03-Jan-2023 00:11:13 Progress (1): 43/116 kB error 03-Jan-2023 00:11:13 Progress (1): 45/116 kB error 03-Jan-2023 00:11:13 Progress (1): 48/116 kB error 03-Jan-2023 00:11:13 Progress (1): 51/116 kB error 03-Jan-2023 00:11:13 Progress (1): 54/116 kB error 03-Jan-2023 00:11:13 Progress (1): 56/116 kB error 03-Jan-2023 00:11:13 Progress (1): 59/116 kB error 03-Jan-2023 00:11:13 Progress (1): 62/116 kB error 03-Jan-2023 00:11:13 Progress (1): 65/116 kB error 03-Jan-2023 00:11:13 Progress (1): 67/116 kB error 03-Jan-2023 00:11:13 Progress (1): 70/116 kB error 03-Jan-2023 00:11:13 Progress (1): 73/116 kB error 03-Jan-2023 00:11:13 Progress (1): 76/116 kB error 03-Jan-2023 00:11:13 Progress (1): 79/116 kB error 03-Jan-2023 00:11:13 Progress (1): 81/116 kB error 03-Jan-2023 00:11:13 Progress (1): 84/116 kB error 03-Jan-2023 00:11:13 Progress (1): 87/116 kB error 03-Jan-2023 00:11:13 Progress (1): 90/116 kB error 03-Jan-2023 00:11:13 Progress (1): 93/116 kB error 03-Jan-2023 00:11:13 Progress (1): 95/116 kB error 03-Jan-2023 00:11:13 Progress (1): 98/116 kB error 03-Jan-2023 00:11:13 Progress (1): 101/116 kB error 03-Jan-2023 00:11:13 Progress (1): 104/116 kB error 03-Jan-2023 00:11:13 Progress (1): 107/116 kB error 03-Jan-2023 00:11:13 Progress (1): 109/116 kB error 03-Jan-2023 00:11:13 Progress (1): 112/116 kB error 03-Jan-2023 00:11:13 Progress (1): 115/116 kB error 03-Jan-2023 00:11:13 Progress (1): 116 kB error 03-Jan-2023 00:11:13 error 03-Jan-2023 00:11:13 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 307 kB/s) error 03-Jan-2023 00:11:13 #18 177.8 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:11:13 #18 177.9 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 00:11:13 #18 178.1 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:11:13 Progress (1): 5.9 kB error 03-Jan-2023 00:11:13 error 03-Jan-2023 00:11:14 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 17 kB/s) error 03-Jan-2023 00:11:14 #18 178.3 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 00:11:14 #18 178.4 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:11:14 Progress (1): 6.0 kB error 03-Jan-2023 00:11:14 error 03-Jan-2023 00:11:14 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 00:11:14 #18 178.6 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 00:11:14 #18 178.9 Progress (1): 4.1/571 kB error 03-Jan-2023 00:11:14 Progress (1): 8.2/571 kB error 03-Jan-2023 00:11:14 Progress (1): 12/571 kB error 03-Jan-2023 00:11:14 Progress (1): 16/571 kB error 03-Jan-2023 00:11:14 Progress (1): 20/571 kB error 03-Jan-2023 00:11:14 Progress (1): 25/571 kB error 03-Jan-2023 00:11:14 Progress (1): 29/571 kB error 03-Jan-2023 00:11:14 Progress (1): 33/571 kB error 03-Jan-2023 00:11:14 Progress (1): 37/571 kB error 03-Jan-2023 00:11:14 Progress (1): 41/571 kB error 03-Jan-2023 00:11:14 Progress (1): 45/571 kB error 03-Jan-2023 00:11:14 Progress (1): 49/571 kB error 03-Jan-2023 00:11:14 Progress (1): 52/571 kB error 03-Jan-2023 00:11:14 Progress (1): 56/571 kB error 03-Jan-2023 00:11:14 Progress (1): 60/571 kB error 03-Jan-2023 00:11:14 Progress (1): 64/571 kB error 03-Jan-2023 00:11:14 Progress (1): 68/571 kB error 03-Jan-2023 00:11:14 Progress (1): 72/571 kB error 03-Jan-2023 00:11:14 Progress (1): 76/571 kB error 03-Jan-2023 00:11:14 Progress (1): 80/571 kB error 03-Jan-2023 00:11:14 Progress (1): 84/571 kB error 03-Jan-2023 00:11:14 Progress (1): 89/571 kB error 03-Jan-2023 00:11:14 Progress (1): 93/571 kB error 03-Jan-2023 00:11:14 Progress (1): 97/571 kB error 03-Jan-2023 00:11:14 Progress (1): 100/571 kB error 03-Jan-2023 00:11:14 Progress (1): 104/571 kB error 03-Jan-2023 00:11:14 Progress (1): 108/571 kB error 03-Jan-2023 00:11:14 Progress (1): 112/571 kB error 03-Jan-2023 00:11:14 Progress (1): 116/571 kB error 03-Jan-2023 00:11:14 Progress (1): 120/571 kB error 03-Jan-2023 00:11:14 Progress (1): 124/571 kB error 03-Jan-2023 00:11:14 Progress (1): 128/571 kB error 03-Jan-2023 00:11:14 Progress (1): 130/571 kB error 03-Jan-2023 00:11:14 Progress (1): 134/571 kB error 03-Jan-2023 00:11:14 Progress (1): 139/571 kB error 03-Jan-2023 00:11:14 Progress (1): 143/571 kB error 03-Jan-2023 00:11:14 Progress (1): 147/571 kB error 03-Jan-2023 00:11:14 Progress (1): 151/571 kB error 03-Jan-2023 00:11:14 Progress (1): 155/571 kB error 03-Jan-2023 00:11:14 Progress (1): 159/571 kB error 03-Jan-2023 00:11:14 Progress (1): 163/571 kB error 03-Jan-2023 00:11:14 Progress (1): 165/571 kB error 03-Jan-2023 00:11:14 Progress (1): 169/571 kB error 03-Jan-2023 00:11:14 Progress (1): 173/571 kB error 03-Jan-2023 00:11:14 Progress (1): 177/571 kB error 03-Jan-2023 00:11:14 Progress (1): 182/571 kB error 03-Jan-2023 00:11:14 Progress (1): 186/571 kB error 03-Jan-2023 00:11:14 Progress (1): 190/571 kB error 03-Jan-2023 00:11:14 Progress (1): 194/571 kB error 03-Jan-2023 00:11:14 Progress (1): 196/571 kB error 03-Jan-2023 00:11:14 Progress (1): 200/571 kB error 03-Jan-2023 00:11:14 Progress (1): 204/571 kB error 03-Jan-2023 00:11:14 Progress (1): 208/571 kB error 03-Jan-2023 00:11:14 Progress (1): 212/571 kB error 03-Jan-2023 00:11:14 Progress (1): 216/571 kB error 03-Jan-2023 00:11:14 Progress (1): 221/571 kB error 03-Jan-2023 00:11:14 Progress (1): 225/571 kB error 03-Jan-2023 00:11:14 Progress (1): 229/571 kB error 03-Jan-2023 00:11:14 Progress (1): 231/571 kB error 03-Jan-2023 00:11:14 Progress (1): 235/571 kB error 03-Jan-2023 00:11:14 Progress (1): 239/571 kB error 03-Jan-2023 00:11:14 Progress (1): 243/571 kB error 03-Jan-2023 00:11:14 Progress (1): 247/571 kB error 03-Jan-2023 00:11:14 Progress (1): 251/571 kB error 03-Jan-2023 00:11:14 Progress (1): 255/571 kB error 03-Jan-2023 00:11:14 Progress (1): 259/571 kB error 03-Jan-2023 00:11:14 Progress (1): 261/571 kB error 03-Jan-2023 00:11:14 Progress (1): 266/571 kB error 03-Jan-2023 00:11:14 Progress (1): 270/571 kB error 03-Jan-2023 00:11:14 Progress (1): 274/571 kB error 03-Jan-2023 00:11:14 Progress (1): 278/571 kB error 03-Jan-2023 00:11:14 Progress (1): 282/571 kB error 03-Jan-2023 00:11:14 Progress (1): 286/571 kB error 03-Jan-2023 00:11:14 Progress (1): 290/571 kB error 03-Jan-2023 00:11:14 Progress (1): 294/571 kB error 03-Jan-2023 00:11:14 Progress (1): 296/571 kB error 03-Jan-2023 00:11:14 Progress (1): 300/571 kB error 03-Jan-2023 00:11:14 Progress (1): 304/571 kB error 03-Jan-2023 00:11:14 Progress (1): 309/571 kB error 03-Jan-2023 00:11:14 Progress (1): 313/571 kB error 03-Jan-2023 00:11:14 Progress (1): 317/571 kB error 03-Jan-2023 00:11:14 Progress (1): 321/571 kB error 03-Jan-2023 00:11:14 Progress (1): 325/571 kB error 03-Jan-2023 00:11:14 Progress (1): 327/571 kB error 03-Jan-2023 00:11:14 Progress (1): 331/571 kB error 03-Jan-2023 00:11:14 Progress (1): 335/571 kB error 03-Jan-2023 00:11:14 Progress (1): 339/571 kB error 03-Jan-2023 00:11:14 Progress (1): 343/571 kB error 03-Jan-2023 00:11:14 Progress (1): 347/571 kB error 03-Jan-2023 00:11:14 Progress (1): 352/571 kB error 03-Jan-2023 00:11:14 Progress (1): 356/571 kB error 03-Jan-2023 00:11:14 Progress (1): 360/571 kB error 03-Jan-2023 00:11:14 Progress (1): 362/571 kB error 03-Jan-2023 00:11:14 Progress (1): 366/571 kB error 03-Jan-2023 00:11:14 Progress (1): 370/571 kB error 03-Jan-2023 00:11:14 Progress (1): 374/571 kB error 03-Jan-2023 00:11:14 Progress (1): 378/571 kB error 03-Jan-2023 00:11:14 Progress (1): 382/571 kB error 03-Jan-2023 00:11:14 Progress (1): 386/571 kB error 03-Jan-2023 00:11:14 Progress (1): 390/571 kB error 03-Jan-2023 00:11:14 Progress (1): 393/571 kB error 03-Jan-2023 00:11:14 Progress (1): 397/571 kB error 03-Jan-2023 00:11:14 Progress (1): 401/571 kB error 03-Jan-2023 00:11:14 Progress (1): 405/571 kB error 03-Jan-2023 00:11:14 Progress (1): 409/571 kB error 03-Jan-2023 00:11:14 Progress (1): 413/571 kB error 03-Jan-2023 00:11:14 Progress (1): 417/571 kB error 03-Jan-2023 00:11:14 Progress (1): 421/571 kB error 03-Jan-2023 00:11:14 Progress (1): 425/571 kB error 03-Jan-2023 00:11:14 Progress (1): 427/571 kB error 03-Jan-2023 00:11:14 Progress (1): 431/571 kB error 03-Jan-2023 00:11:14 Progress (1): 436/571 kB error 03-Jan-2023 00:11:14 Progress (1): 440/571 kB error 03-Jan-2023 00:11:14 Progress (1): 444/571 kB error 03-Jan-2023 00:11:14 Progress (1): 448/571 kB error 03-Jan-2023 00:11:14 Progress (1): 452/571 kB error 03-Jan-2023 00:11:14 Progress (1): 456/571 kB error 03-Jan-2023 00:11:14 Progress (1): 458/571 kB error 03-Jan-2023 00:11:14 Progress (1): 462/571 kB error 03-Jan-2023 00:11:14 Progress (1): 466/571 kB error 03-Jan-2023 00:11:14 Progress (1): 470/571 kB error 03-Jan-2023 00:11:14 Progress (1): 474/571 kB error 03-Jan-2023 00:11:14 Progress (1): 479/571 kB error 03-Jan-2023 00:11:14 Progress (1): 483/571 kB error 03-Jan-2023 00:11:14 Progress (1): 487/571 kB error 03-Jan-2023 00:11:14 Progress (1): 491/571 kB error 03-Jan-2023 00:11:14 Progress (1): 493/571 kB error 03-Jan-2023 00:11:14 Progress (1): 497/571 kB error 03-Jan-2023 00:11:14 Progress (1): 501/571 kB error 03-Jan-2023 00:11:14 Progress (1): 505/571 kB error 03-Jan-2023 00:11:14 Progress (1): 509/571 kB error 03-Jan-2023 00:11:14 Progress (1): 513/571 kB error 03-Jan-2023 00:11:14 Progress (1): 517/571 kB error 03-Jan-2023 00:11:14 Progress (1): 522/571 kB error 03-Jan-2023 00:11:14 Progress (1): 524/571 kB error 03-Jan-2023 00:11:14 Progress (1): 528/571 kB error 03-Jan-2023 00:11:14 Progress (1): 532/571 kB error 03-Jan-2023 00:11:14 Progress (1): 536/571 kB error 03-Jan-2023 00:11:14 Progress (1): 540/571 kB error 03-Jan-2023 00:11:14 Progress (1): 544/571 kB error 03-Jan-2023 00:11:14 Progress (1): 548/571 kB error 03-Jan-2023 00:11:14 Progress (1): 552/571 kB error 03-Jan-2023 00:11:14 Progress (1): 556/571 kB error 03-Jan-2023 00:11:14 Progress (1): 558/571 kB error 03-Jan-2023 00:11:14 Progress (1): 563/571 kB error 03-Jan-2023 00:11:14 Progress (1): 567/571 kB error 03-Jan-2023 00:11:14 Progress (1): 571 kB error 03-Jan-2023 00:11:14 error 03-Jan-2023 00:11:14 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 00:11:14 #18 179.1 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:11:14 #18 179.1 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 00:11:15 #18 179.3 Progress (1): 3.3/4.7 kB error 03-Jan-2023 00:11:15 Progress (1): 4.7 kB error 03-Jan-2023 00:11:15 error 03-Jan-2023 00:11:15 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 17 kB/s) error 03-Jan-2023 00:11:15 #18 179.4 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 00:11:15 #18 179.5 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:11:15 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:11:15 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:11:15 Progress (1): 9.6 kB error 03-Jan-2023 00:11:15 error 03-Jan-2023 00:11:15 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 42 kB/s) error 03-Jan-2023 00:11:15 #18 179.7 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 00:11:15 #18 180.0 Progress (1): 4.1/222 kB error 03-Jan-2023 00:11:15 Progress (1): 8.2/222 kB error 03-Jan-2023 00:11:15 Progress (1): 12/222 kB error 03-Jan-2023 00:11:15 Progress (1): 16/222 kB error 03-Jan-2023 00:11:15 Progress (1): 20/222 kB error 03-Jan-2023 00:11:15 Progress (1): 25/222 kB error 03-Jan-2023 00:11:15 Progress (1): 29/222 kB error 03-Jan-2023 00:11:15 Progress (1): 33/222 kB error 03-Jan-2023 00:11:15 Progress (1): 37/222 kB error 03-Jan-2023 00:11:15 Progress (1): 41/222 kB error 03-Jan-2023 00:11:15 Progress (1): 45/222 kB error 03-Jan-2023 00:11:15 Progress (1): 49/222 kB error 03-Jan-2023 00:11:15 Progress (1): 52/222 kB error 03-Jan-2023 00:11:15 Progress (1): 56/222 kB error 03-Jan-2023 00:11:15 Progress (1): 60/222 kB error 03-Jan-2023 00:11:15 Progress (1): 64/222 kB error 03-Jan-2023 00:11:15 Progress (1): 68/222 kB error 03-Jan-2023 00:11:15 Progress (1): 72/222 kB error 03-Jan-2023 00:11:15 Progress (1): 76/222 kB error 03-Jan-2023 00:11:15 Progress (1): 80/222 kB error 03-Jan-2023 00:11:15 Progress (1): 84/222 kB error 03-Jan-2023 00:11:15 Progress (1): 86/222 kB error 03-Jan-2023 00:11:15 Progress (1): 91/222 kB error 03-Jan-2023 00:11:15 Progress (1): 95/222 kB error 03-Jan-2023 00:11:15 Progress (1): 99/222 kB error 03-Jan-2023 00:11:15 Progress (1): 103/222 kB error 03-Jan-2023 00:11:15 Progress (1): 107/222 kB error 03-Jan-2023 00:11:15 Progress (1): 111/222 kB error 03-Jan-2023 00:11:15 Progress (1): 115/222 kB error 03-Jan-2023 00:11:15 Progress (1): 119/222 kB error 03-Jan-2023 00:11:15 Progress (1): 123/222 kB error 03-Jan-2023 00:11:15 Progress (1): 127/222 kB error 03-Jan-2023 00:11:15 Progress (1): 132/222 kB error 03-Jan-2023 00:11:15 Progress (1): 136/222 kB error 03-Jan-2023 00:11:15 Progress (1): 140/222 kB error 03-Jan-2023 00:11:15 Progress (1): 143/222 kB error 03-Jan-2023 00:11:15 Progress (1): 147/222 kB error 03-Jan-2023 00:11:15 Progress (1): 151/222 kB error 03-Jan-2023 00:11:15 Progress (1): 155/222 kB error 03-Jan-2023 00:11:15 Progress (1): 159/222 kB error 03-Jan-2023 00:11:15 Progress (1): 163/222 kB error 03-Jan-2023 00:11:15 Progress (1): 167/222 kB error 03-Jan-2023 00:11:15 Progress (1): 171/222 kB error 03-Jan-2023 00:11:15 Progress (1): 176/222 kB error 03-Jan-2023 00:11:15 Progress (1): 178/222 kB error 03-Jan-2023 00:11:15 Progress (1): 182/222 kB error 03-Jan-2023 00:11:15 Progress (1): 186/222 kB error 03-Jan-2023 00:11:15 Progress (1): 188/222 kB error 03-Jan-2023 00:11:15 Progress (1): 192/222 kB error 03-Jan-2023 00:11:15 Progress (1): 197/222 kB error 03-Jan-2023 00:11:15 Progress (1): 201/222 kB error 03-Jan-2023 00:11:15 Progress (1): 205/222 kB error 03-Jan-2023 00:11:15 Progress (1): 209/222 kB error 03-Jan-2023 00:11:15 Progress (1): 213/222 kB error 03-Jan-2023 00:11:15 Progress (1): 215/222 kB error 03-Jan-2023 00:11:15 Progress (1): 219/222 kB error 03-Jan-2023 00:11:15 Progress (1): 222 kB error 03-Jan-2023 00:11:16 error 03-Jan-2023 00:11:16 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 505 kB/s) error 03-Jan-2023 00:11:16 #18 180.1 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:11:16 #18 180.2 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 00:11:16 #18 180.3 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:11:16 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:11:16 Progress (1): 8.2 kB error 03-Jan-2023 00:11:16 error 03-Jan-2023 00:11:16 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 36 kB/s) error 03-Jan-2023 00:11:16 #18 180.4 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 00:11:16 #18 180.5 Progress (1): 3.3/5.1 kB error 03-Jan-2023 00:11:16 Progress (1): 5.1 kB error 03-Jan-2023 00:11:16 error 03-Jan-2023 00:11:16 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 00:11:16 #18 180.6 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 00:11:16 #18 180.7 Progress (1): 3.3/75 kB error 03-Jan-2023 00:11:16 Progress (1): 6.1/75 kB error 03-Jan-2023 00:11:16 Progress (1): 8.9/75 kB error 03-Jan-2023 00:11:16 Progress (1): 12/75 kB error 03-Jan-2023 00:11:16 Progress (1): 15/75 kB error 03-Jan-2023 00:11:16 Progress (1): 17/75 kB error 03-Jan-2023 00:11:16 Progress (1): 20/75 kB error 03-Jan-2023 00:11:16 Progress (1): 23/75 kB error 03-Jan-2023 00:11:16 Progress (1): 26/75 kB error 03-Jan-2023 00:11:16 Progress (1): 29/75 kB error 03-Jan-2023 00:11:16 Progress (1): 31/75 kB error 03-Jan-2023 00:11:16 Progress (1): 34/75 kB error 03-Jan-2023 00:11:16 Progress (1): 37/75 kB error 03-Jan-2023 00:11:16 Progress (1): 40/75 kB error 03-Jan-2023 00:11:16 Progress (1): 43/75 kB error 03-Jan-2023 00:11:16 Progress (1): 45/75 kB error 03-Jan-2023 00:11:16 Progress (1): 48/75 kB error 03-Jan-2023 00:11:16 Progress (1): 51/75 kB error 03-Jan-2023 00:11:16 Progress (1): 54/75 kB error 03-Jan-2023 00:11:16 Progress (1): 56/75 kB error 03-Jan-2023 00:11:16 Progress (1): 59/75 kB error 03-Jan-2023 00:11:16 Progress (1): 62/75 kB error 03-Jan-2023 00:11:16 Progress (1): 65/75 kB error 03-Jan-2023 00:11:16 Progress (1): 68/75 kB error 03-Jan-2023 00:11:16 Progress (1): 70/75 kB error 03-Jan-2023 00:11:16 Progress (1): 73/75 kB error 03-Jan-2023 00:11:16 Progress (1): 75 kB error 03-Jan-2023 00:11:16 error 03-Jan-2023 00:11:16 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 319 kB/s) error 03-Jan-2023 00:11:16 #18 180.9 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:11:16 #18 180.9 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 00:11:16 #18 181.0 Progress (1): 3.3/6.8 kB error 03-Jan-2023 00:11:16 Progress (1): 6.1/6.8 kB error 03-Jan-2023 00:11:16 Progress (1): 6.8 kB error 03-Jan-2023 00:11:16 error 03-Jan-2023 00:11:17 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 00:11:17 #18 181.1 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 00:11:17 #18 181.2 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:11:17 Progress (1): 5.3 kB error 03-Jan-2023 00:11:17 error 03-Jan-2023 00:11:17 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 00:11:17 #18 181.4 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 00:11:17 #18 181.7 Progress (1): 4.1/235 kB error 03-Jan-2023 00:11:17 Progress (1): 8.2/235 kB error 03-Jan-2023 00:11:17 Progress (1): 12/235 kB error 03-Jan-2023 00:11:17 Progress (1): 16/235 kB error 03-Jan-2023 00:11:17 Progress (1): 20/235 kB error 03-Jan-2023 00:11:17 Progress (1): 25/235 kB error 03-Jan-2023 00:11:17 Progress (1): 29/235 kB error 03-Jan-2023 00:11:17 Progress (1): 33/235 kB error 03-Jan-2023 00:11:17 Progress (1): 37/235 kB error 03-Jan-2023 00:11:17 Progress (1): 41/235 kB error 03-Jan-2023 00:11:17 Progress (1): 45/235 kB error 03-Jan-2023 00:11:17 Progress (1): 49/235 kB error 03-Jan-2023 00:11:17 Progress (1): 52/235 kB error 03-Jan-2023 00:11:17 Progress (1): 56/235 kB error 03-Jan-2023 00:11:17 Progress (1): 60/235 kB error 03-Jan-2023 00:11:17 Progress (1): 64/235 kB error 03-Jan-2023 00:11:17 Progress (1): 68/235 kB error 03-Jan-2023 00:11:17 Progress (1): 72/235 kB error 03-Jan-2023 00:11:17 Progress (1): 76/235 kB error 03-Jan-2023 00:11:17 Progress (1): 80/235 kB error 03-Jan-2023 00:11:17 Progress (1): 84/235 kB error 03-Jan-2023 00:11:17 Progress (1): 86/235 kB error 03-Jan-2023 00:11:17 Progress (1): 91/235 kB error 03-Jan-2023 00:11:17 Progress (1): 95/235 kB error 03-Jan-2023 00:11:17 Progress (1): 99/235 kB error 03-Jan-2023 00:11:17 Progress (1): 103/235 kB error 03-Jan-2023 00:11:17 Progress (1): 107/235 kB error 03-Jan-2023 00:11:17 Progress (1): 111/235 kB error 03-Jan-2023 00:11:17 Progress (1): 115/235 kB error 03-Jan-2023 00:11:17 Progress (1): 119/235 kB error 03-Jan-2023 00:11:17 Progress (1): 123/235 kB error 03-Jan-2023 00:11:17 Progress (1): 127/235 kB error 03-Jan-2023 00:11:17 Progress (1): 132/235 kB error 03-Jan-2023 00:11:17 Progress (1): 136/235 kB error 03-Jan-2023 00:11:17 Progress (1): 140/235 kB error 03-Jan-2023 00:11:17 Progress (1): 143/235 kB error 03-Jan-2023 00:11:17 Progress (1): 147/235 kB error 03-Jan-2023 00:11:17 Progress (1): 151/235 kB error 03-Jan-2023 00:11:17 Progress (1): 155/235 kB error 03-Jan-2023 00:11:17 Progress (1): 159/235 kB error 03-Jan-2023 00:11:17 Progress (1): 163/235 kB error 03-Jan-2023 00:11:17 Progress (1): 167/235 kB error 03-Jan-2023 00:11:17 Progress (1): 171/235 kB error 03-Jan-2023 00:11:17 Progress (1): 175/235 kB error 03-Jan-2023 00:11:17 Progress (1): 178/235 kB error 03-Jan-2023 00:11:17 Progress (1): 182/235 kB error 03-Jan-2023 00:11:17 Progress (1): 186/235 kB error 03-Jan-2023 00:11:17 Progress (1): 188/235 kB error 03-Jan-2023 00:11:17 Progress (1): 192/235 kB error 03-Jan-2023 00:11:17 Progress (1): 197/235 kB error 03-Jan-2023 00:11:17 Progress (1): 201/235 kB error 03-Jan-2023 00:11:17 Progress (1): 205/235 kB error 03-Jan-2023 00:11:17 Progress (1): 209/235 kB error 03-Jan-2023 00:11:17 Progress (1): 213/235 kB error 03-Jan-2023 00:11:17 Progress (1): 217/235 kB error 03-Jan-2023 00:11:17 Progress (1): 221/235 kB error 03-Jan-2023 00:11:17 Progress (1): 224/235 kB error 03-Jan-2023 00:11:17 Progress (1): 228/235 kB error 03-Jan-2023 00:11:17 Progress (1): 233/235 kB error 03-Jan-2023 00:11:17 Progress (1): 235 kB error 03-Jan-2023 00:11:17 error 03-Jan-2023 00:11:17 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 545 kB/s) error 03-Jan-2023 00:11:17 #18 181.8 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:11:17 #18 181.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 00:11:17 #18 181.9 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:11:17 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:11:17 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:11:17 Progress (1): 9.9 kB error 03-Jan-2023 00:11:17 error 03-Jan-2023 00:11:17 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 00:11:17 #18 182.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 00:11:17 #18 182.2 Progress (1): 3.3/12 kB error 03-Jan-2023 00:11:18 Progress (1): 6.1/12 kB error 03-Jan-2023 00:11:18 Progress (1): 8.9/12 kB error 03-Jan-2023 00:11:18 Progress (1): 12/12 kB error 03-Jan-2023 00:11:18 Progress (1): 12 kB error 03-Jan-2023 00:11:18 error 03-Jan-2023 00:11:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 49 kB/s) error 03-Jan-2023 00:11:18 #18 182.3 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 00:11:18 #18 182.6 Progress (1): 0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 0.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 1.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 2.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.8/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 3.9/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.0/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.1/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.2/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.3/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.4/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.5/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.6/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:11:18 Progress (1): 4.7/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.8/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 4.9/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.0/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.1/5.1 MB error 03-Jan-2023 00:11:19 Progress (1): 5.1 MB error 03-Jan-2023 00:11:19 error 03-Jan-2023 00:11:19 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 00:11:19 #18 183.2 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:11:19 #18 183.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 00:11:19 #18 183.4 Progress (1): 3.3/11 kB error 03-Jan-2023 00:11:19 Progress (1): 6.1/11 kB error 03-Jan-2023 00:11:19 Progress (1): 8.9/11 kB error 03-Jan-2023 00:11:19 Progress (1): 11 kB error 03-Jan-2023 00:11:19 error 03-Jan-2023 00:11:19 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 47 kB/s) error 03-Jan-2023 00:11:19 #18 183.5 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 00:11:19 #18 183.6 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:11:19 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:11:19 Progress (1): 6.2 kB error 03-Jan-2023 00:11:19 error 03-Jan-2023 00:11:19 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 24 kB/s) error 03-Jan-2023 00:11:19 #18 183.8 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 00:11:19 #18 184.0 Progress (1): 4.1/313 kB error 03-Jan-2023 00:11:19 Progress (1): 8.2/313 kB error 03-Jan-2023 00:11:19 Progress (1): 12/313 kB error 03-Jan-2023 00:11:19 Progress (1): 16/313 kB error 03-Jan-2023 00:11:19 Progress (1): 20/313 kB error 03-Jan-2023 00:11:19 Progress (1): 24/313 kB error 03-Jan-2023 00:11:19 Progress (1): 28/313 kB error 03-Jan-2023 00:11:19 Progress (1): 32/313 kB error 03-Jan-2023 00:11:19 Progress (1): 36/313 kB error 03-Jan-2023 00:11:19 Progress (1): 40/313 kB error 03-Jan-2023 00:11:19 Progress (1): 44/313 kB error 03-Jan-2023 00:11:19 Progress (1): 48/313 kB error 03-Jan-2023 00:11:19 Progress (1): 51/313 kB error 03-Jan-2023 00:11:19 Progress (1): 53/313 kB error 03-Jan-2023 00:11:19 Progress (1): 57/313 kB error 03-Jan-2023 00:11:19 Progress (1): 62/313 kB error 03-Jan-2023 00:11:19 Progress (1): 66/313 kB error 03-Jan-2023 00:11:19 Progress (1): 70/313 kB error 03-Jan-2023 00:11:19 Progress (1): 74/313 kB error 03-Jan-2023 00:11:19 Progress (1): 78/313 kB error 03-Jan-2023 00:11:19 Progress (1): 82/313 kB error 03-Jan-2023 00:11:19 Progress (1): 86/313 kB error 03-Jan-2023 00:11:19 Progress (1): 90/313 kB error 03-Jan-2023 00:11:19 Progress (1): 94/313 kB error 03-Jan-2023 00:11:19 Progress (1): 97/313 kB error 03-Jan-2023 00:11:19 Progress (1): 101/313 kB error 03-Jan-2023 00:11:19 Progress (1): 105/313 kB error 03-Jan-2023 00:11:19 Progress (1): 109/313 kB error 03-Jan-2023 00:11:19 Progress (1): 114/313 kB error 03-Jan-2023 00:11:19 Progress (1): 116/313 kB error 03-Jan-2023 00:11:19 Progress (1): 120/313 kB error 03-Jan-2023 00:11:19 Progress (1): 125/313 kB error 03-Jan-2023 00:11:19 Progress (1): 129/313 kB error 03-Jan-2023 00:11:19 Progress (1): 133/313 kB error 03-Jan-2023 00:11:19 Progress (1): 137/313 kB error 03-Jan-2023 00:11:19 Progress (1): 141/313 kB error 03-Jan-2023 00:11:19 Progress (1): 145/313 kB error 03-Jan-2023 00:11:19 Progress (1): 149/313 kB error 03-Jan-2023 00:11:19 Progress (1): 153/313 kB error 03-Jan-2023 00:11:19 Progress (1): 157/313 kB error 03-Jan-2023 00:11:19 Progress (1): 161/313 kB error 03-Jan-2023 00:11:19 Progress (1): 165/313 kB error 03-Jan-2023 00:11:19 Progress (1): 168/313 kB error 03-Jan-2023 00:11:19 Progress (1): 172/313 kB error 03-Jan-2023 00:11:19 Progress (1): 176/313 kB error 03-Jan-2023 00:11:19 Progress (1): 180/313 kB error 03-Jan-2023 00:11:19 Progress (1): 184/313 kB error 03-Jan-2023 00:11:19 Progress (1): 189/313 kB error 03-Jan-2023 00:11:19 Progress (1): 193/313 kB error 03-Jan-2023 00:11:19 Progress (1): 197/313 kB error 03-Jan-2023 00:11:19 Progress (1): 201/313 kB error 03-Jan-2023 00:11:19 Progress (1): 203/313 kB error 03-Jan-2023 00:11:19 Progress (1): 207/313 kB error 03-Jan-2023 00:11:19 Progress (1): 211/313 kB error 03-Jan-2023 00:11:19 Progress (1): 215/313 kB error 03-Jan-2023 00:11:19 Progress (1): 219/313 kB error 03-Jan-2023 00:11:19 Progress (1): 223/313 kB error 03-Jan-2023 00:11:19 Progress (1): 228/313 kB error 03-Jan-2023 00:11:19 Progress (1): 232/313 kB error 03-Jan-2023 00:11:19 Progress (1): 236/313 kB error 03-Jan-2023 00:11:19 Progress (1): 238/313 kB error 03-Jan-2023 00:11:19 Progress (1): 242/313 kB error 03-Jan-2023 00:11:19 Progress (1): 246/313 kB error 03-Jan-2023 00:11:19 Progress (1): 250/313 kB error 03-Jan-2023 00:11:19 Progress (1): 254/313 kB error 03-Jan-2023 00:11:19 Progress (1): 258/313 kB error 03-Jan-2023 00:11:19 Progress (1): 260/313 kB error 03-Jan-2023 00:11:19 Progress (1): 264/313 kB error 03-Jan-2023 00:11:19 Progress (1): 269/313 kB error 03-Jan-2023 00:11:19 Progress (1): 273/313 kB error 03-Jan-2023 00:11:19 Progress (1): 277/313 kB error 03-Jan-2023 00:11:19 Progress (1): 281/313 kB error 03-Jan-2023 00:11:19 Progress (1): 285/313 kB error 03-Jan-2023 00:11:19 Progress (1): 289/313 kB error 03-Jan-2023 00:11:19 Progress (1): 293/313 kB error 03-Jan-2023 00:11:19 Progress (1): 295/313 kB error 03-Jan-2023 00:11:19 Progress (1): 299/313 kB error 03-Jan-2023 00:11:19 Progress (1): 303/313 kB error 03-Jan-2023 00:11:19 Progress (1): 307/313 kB error 03-Jan-2023 00:11:19 Progress (1): 312/313 kB error 03-Jan-2023 00:11:19 Progress (1): 313 kB error 03-Jan-2023 00:11:20 error 03-Jan-2023 00:11:20 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 672 kB/s) error 03-Jan-2023 00:11:20 #18 184.2 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:11:20 #18 184.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 00:11:20 #18 184.4 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:11:20 Progress (1): 5.9 kB error 03-Jan-2023 00:11:20 error 03-Jan-2023 00:11:20 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 25 kB/s) error 03-Jan-2023 00:11:20 #18 184.5 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 00:11:20 #18 184.6 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:11:20 Progress (1): 5.3 kB error 03-Jan-2023 00:11:20 error 03-Jan-2023 00:11:20 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 00:11:20 #18 184.7 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 00:11:20 #18 184.9 Progress (1): 3.3/27 kB error 03-Jan-2023 00:11:20 Progress (1): 6.1/27 kB error 03-Jan-2023 00:11:20 Progress (1): 8.9/27 kB error 03-Jan-2023 00:11:20 Progress (1): 12/27 kB error 03-Jan-2023 00:11:20 Progress (1): 15/27 kB error 03-Jan-2023 00:11:20 Progress (1): 17/27 kB error 03-Jan-2023 00:11:20 Progress (1): 20/27 kB error 03-Jan-2023 00:11:20 Progress (1): 23/27 kB error 03-Jan-2023 00:11:20 Progress (1): 26/27 kB error 03-Jan-2023 00:11:20 Progress (1): 27 kB error 03-Jan-2023 00:11:20 error 03-Jan-2023 00:11:20 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 108 kB/s) error 03-Jan-2023 00:11:20 #18 185.0 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:11:20 #18 185.0 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 00:11:20 #18 185.1 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:11:20 Progress (1): 4.1 kB error 03-Jan-2023 00:11:20 error 03-Jan-2023 00:11:21 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 00:11:21 #18 185.2 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 00:11:21 #18 185.3 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:11:21 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:11:21 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:11:21 Progress (1): 9.9 kB error 03-Jan-2023 00:11:21 error 03-Jan-2023 00:11:21 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 00:11:21 #18 185.5 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 00:11:21 #18 185.8 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.3/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.4/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.5/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.6/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.7/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.8/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 0.9/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.0/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.1/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2/1.2 MB error 03-Jan-2023 00:11:21 Progress (1): 1.2 MB error 03-Jan-2023 00:11:21 error 03-Jan-2023 00:11:21 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 00:11:21 #18 186.0 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:11:21 #18 186.1 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 00:11:22 #18 186.2 Progress (1): 3.3/4.6 kB error 03-Jan-2023 00:11:22 Progress (1): 4.6 kB error 03-Jan-2023 00:11:22 error 03-Jan-2023 00:11:22 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 19 kB/s) error 03-Jan-2023 00:11:22 #18 186.3 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 00:11:22 #18 186.4 Progress (1): 3.3/12 kB error 03-Jan-2023 00:11:22 Progress (1): 6.1/12 kB error 03-Jan-2023 00:11:22 Progress (1): 8.9/12 kB error 03-Jan-2023 00:11:22 Progress (1): 12/12 kB error 03-Jan-2023 00:11:22 Progress (1): 12 kB error 03-Jan-2023 00:11:22 error 03-Jan-2023 00:11:22 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 50 kB/s) error 03-Jan-2023 00:11:22 #18 186.6 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 00:11:22 #18 186.9 Progress (1): 0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 0.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.6/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.7/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.8/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 1.9/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.0/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.1/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.2/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.3/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.4/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:22 Progress (1): 2.5/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.6/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.7/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.8/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 2.9/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.0/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.1/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.2/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.3/3.3 MB error 03-Jan-2023 00:11:23 Progress (1): 3.3 MB error 03-Jan-2023 00:11:23 error 03-Jan-2023 00:11:23 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.2 MB/s) error 03-Jan-2023 00:11:23 #18 187.4 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:11:23 #18 187.4 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 00:11:23 #18 187.5 Progress (1): 3.3/9.8 kB error 03-Jan-2023 00:11:23 Progress (1): 6.1/9.8 kB error 03-Jan-2023 00:11:23 Progress (1): 8.9/9.8 kB error 03-Jan-2023 00:11:23 Progress (1): 9.8 kB error 03-Jan-2023 00:11:23 error 03-Jan-2023 00:11:23 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 40 kB/s) error 03-Jan-2023 00:11:23 #18 187.6 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 00:11:23 #18 187.8 Progress (1): 3.3/13 kB error 03-Jan-2023 00:11:23 Progress (1): 6.1/13 kB error 03-Jan-2023 00:11:23 Progress (1): 8.9/13 kB error 03-Jan-2023 00:11:23 Progress (1): 12/13 kB error 03-Jan-2023 00:11:23 Progress (1): 13 kB error 03-Jan-2023 00:11:23 error 03-Jan-2023 00:11:23 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 55 kB/s) error 03-Jan-2023 00:11:23 #18 187.9 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 00:11:24 #18 188.2 Progress (1): 0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.6/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.7/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.8/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 0.9/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.0/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.1/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.2/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.3/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.4/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.5/1.5 MB error 03-Jan-2023 00:11:24 Progress (1): 1.5 MB error 03-Jan-2023 00:11:24 error 03-Jan-2023 00:11:24 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.5 MB/s) error 03-Jan-2023 00:11:24 #18 188.5 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:11:24 #18 188.5 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 00:11:24 #18 188.6 Progress (1): 3.3/4.9 kB error 03-Jan-2023 00:11:24 Progress (1): 4.9 kB error 03-Jan-2023 00:11:24 error 03-Jan-2023 00:11:24 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 20 kB/s) error 03-Jan-2023 00:11:24 #18 188.7 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 00:11:24 #18 188.9 Progress (1): 3.3/9.9 kB error 03-Jan-2023 00:11:24 Progress (1): 6.1/9.9 kB error 03-Jan-2023 00:11:24 Progress (1): 8.9/9.9 kB error 03-Jan-2023 00:11:24 Progress (1): 9.9 kB error 03-Jan-2023 00:11:24 error 03-Jan-2023 00:11:24 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 36 kB/s) error 03-Jan-2023 00:11:24 #18 189.0 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 00:11:25 #18 189.2 Progress (1): 3.3/57 kB error 03-Jan-2023 00:11:25 Progress (1): 6.1/57 kB error 03-Jan-2023 00:11:25 Progress (1): 8.9/57 kB error 03-Jan-2023 00:11:25 Progress (1): 12/57 kB error 03-Jan-2023 00:11:25 Progress (1): 14/57 kB error 03-Jan-2023 00:11:25 Progress (1): 17/57 kB error 03-Jan-2023 00:11:25 Progress (1): 20/57 kB error 03-Jan-2023 00:11:25 Progress (1): 23/57 kB error 03-Jan-2023 00:11:25 Progress (1): 26/57 kB error 03-Jan-2023 00:11:25 Progress (1): 28/57 kB error 03-Jan-2023 00:11:25 Progress (1): 31/57 kB error 03-Jan-2023 00:11:25 Progress (1): 34/57 kB error 03-Jan-2023 00:11:25 Progress (1): 37/57 kB error 03-Jan-2023 00:11:25 Progress (1): 40/57 kB error 03-Jan-2023 00:11:25 Progress (1): 42/57 kB error 03-Jan-2023 00:11:25 Progress (1): 45/57 kB error 03-Jan-2023 00:11:25 Progress (1): 48/57 kB error 03-Jan-2023 00:11:25 Progress (1): 51/57 kB error 03-Jan-2023 00:11:25 Progress (1): 54/57 kB error 03-Jan-2023 00:11:25 Progress (1): 56/57 kB error 03-Jan-2023 00:11:25 Progress (1): 57 kB error 03-Jan-2023 00:11:25 error 03-Jan-2023 00:11:25 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 155 kB/s) error 03-Jan-2023 00:11:25 #18 189.4 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:11:25 #18 189.5 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 00:11:25 #18 189.7 Progress (1): 3.3/19 kB error 03-Jan-2023 00:11:25 Progress (1): 6.1/19 kB error 03-Jan-2023 00:11:25 Progress (1): 8.9/19 kB error 03-Jan-2023 00:11:25 Progress (1): 12/19 kB error 03-Jan-2023 00:11:25 Progress (1): 15/19 kB error 03-Jan-2023 00:11:25 Progress (1): 17/19 kB error 03-Jan-2023 00:11:25 Progress (1): 19 kB error 03-Jan-2023 00:11:25 error 03-Jan-2023 00:11:25 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 58 kB/s) error 03-Jan-2023 00:11:25 #18 189.9 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 00:11:25 #18 190.0 Progress (1): 3.3/15 kB error 03-Jan-2023 00:11:25 Progress (1): 6.1/15 kB error 03-Jan-2023 00:11:25 Progress (1): 8.9/15 kB error 03-Jan-2023 00:11:25 Progress (1): 12/15 kB error 03-Jan-2023 00:11:25 Progress (1): 15/15 kB error 03-Jan-2023 00:11:25 Progress (1): 15 kB error 03-Jan-2023 00:11:25 error 03-Jan-2023 00:11:26 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 53 kB/s) error 03-Jan-2023 00:11:26 #18 190.2 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 00:11:26 #18 190.5 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.1/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.2/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.3/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.4/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.5/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.6/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.7/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.8/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 0.9/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0/1.0 MB error 03-Jan-2023 00:11:26 Progress (1): 1.0 MB error 03-Jan-2023 00:11:26 error 03-Jan-2023 00:11:26 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 00:11:26 #18 190.8 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:11:26 #18 190.9 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 00:11:26 #18 191.1 Progress (1): 802 B error 03-Jan-2023 00:11:26 error 03-Jan-2023 00:11:27 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.1 kB/s) error 03-Jan-2023 00:11:27 #18 191.2 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 00:11:27 #18 191.4 Progress (1): 3.2/8.8 kB error 03-Jan-2023 00:11:27 Progress (1): 6.0/8.8 kB error 03-Jan-2023 00:11:27 Progress (1): 8.8 kB error 03-Jan-2023 00:11:27 error 03-Jan-2023 00:11:27 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 00:11:27 #18 191.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication/2.13.0-SNAPSHOT/maven-metadata.xml error 03-Jan-2023 00:11:27 #18 191.7 Progress (1): 621 B error 03-Jan-2023 00:11:27 error 03-Jan-2023 00:11: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.5 kB/s) error 03-Jan-2023 00:11:27 #18 191.8 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 00:11:27 #18 192.0 Progress (1): 3.2/22 kB error 03-Jan-2023 00:11:27 Progress (1): 6.0/22 kB error 03-Jan-2023 00:11:27 Progress (1): 8.8/22 kB error 03-Jan-2023 00:11:27 Progress (1): 12/22 kB error 03-Jan-2023 00:11:27 Progress (1): 14/22 kB error 03-Jan-2023 00:11:27 Progress (1): 17/22 kB error 03-Jan-2023 00:11:27 Progress (1): 20/22 kB error 03-Jan-2023 00:11:27 Progress (1): 22 kB error 03-Jan-2023 00:11:28 error 03-Jan-2023 00:11:28 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 00:11:28 #18 192.3 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 00:11:29 #18 193.3 Progress (1): 0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 0.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.0/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.1/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.2/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.3/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.4/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.5/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.6/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.7/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.8/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9/1.9 MB error 03-Jan-2023 00:11:29 Progress (1): 1.9 MB error 03-Jan-2023 00:11:29 error 03-Jan-2023 00:11: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 1.2 MB/s) error 03-Jan-2023 00:11:29 #18 193.9 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:11:29 #18 194.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 00:11:29 #18 194.1 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:11:30 Progress (1): 6.1 kB error 03-Jan-2023 00:11:30 error 03-Jan-2023 00:11:30 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 25 kB/s) error 03-Jan-2023 00:11:30 #18 194.3 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 00:11:30 #18 194.4 Progress (1): 3.3/16 kB error 03-Jan-2023 00:11:30 Progress (1): 6.1/16 kB error 03-Jan-2023 00:11:30 Progress (1): 8.9/16 kB error 03-Jan-2023 00:11:30 Progress (1): 12/16 kB error 03-Jan-2023 00:11:30 Progress (1): 15/16 kB error 03-Jan-2023 00:11:30 Progress (1): 16 kB error 03-Jan-2023 00:11:30 error 03-Jan-2023 00:11:30 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 00:11:30 #18 194.7 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 00:11:30 #18 195.0 Progress (1): 0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.7/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.8/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 0.9/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.0/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.1/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.2/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.3/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.4/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.5/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.6/2.3 MB error 03-Jan-2023 00:11:30 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.7/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.8/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 1.9/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.0/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.1/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.2/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.3/2.3 MB error 03-Jan-2023 00:11:31 Progress (1): 2.3 MB error 03-Jan-2023 00:11:31 error 03-Jan-2023 00:11:31 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.3 MB/s) error 03-Jan-2023 00:11:31 #18 195.4 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:11:31 #18 195.4 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 00:11:31 #18 195.5 Progress (1): 3.3/6.1 kB error 03-Jan-2023 00:11:31 Progress (1): 6.1 kB error 03-Jan-2023 00:11:31 error 03-Jan-2023 00:11: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 00:11:31 #18 195.6 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 00:11:31 #18 195.8 Progress (1): 3.3/7.5 kB error 03-Jan-2023 00:11:31 Progress (1): 6.1/7.5 kB error 03-Jan-2023 00:11:31 Progress (1): 7.5 kB error 03-Jan-2023 00:11:31 error 03-Jan-2023 00:11: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 00:11:31 #18 195.9 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 00:11:32 #18 196.2 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:32 Progress (1): 1.6 MB error 03-Jan-2023 00:11:32 error 03-Jan-2023 00:11:32 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 00:11:32 #18 196.5 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:11:32 #18 196.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 00:11:32 #18 196.7 Progress (1): 3.1 kB error 03-Jan-2023 00:11:32 error 03-Jan-2023 00:11: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 14 kB/s) error 03-Jan-2023 00:11:32 #18 196.8 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 00:11:32 #18 196.9 Progress (1): 3.3/11 kB error 03-Jan-2023 00:11:32 Progress (1): 6.1/11 kB error 03-Jan-2023 00:11:32 Progress (1): 8.9/11 kB error 03-Jan-2023 00:11:32 Progress (1): 11 kB error 03-Jan-2023 00:11:32 error 03-Jan-2023 00:11: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 49 kB/s) error 03-Jan-2023 00:11:32 #18 197.0 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 00:11:33 #18 197.3 Progress (1): 4.1/545 kB error 03-Jan-2023 00:11:33 Progress (1): 8.2/545 kB error 03-Jan-2023 00:11:33 Progress (1): 12/545 kB error 03-Jan-2023 00:11:33 Progress (1): 16/545 kB error 03-Jan-2023 00:11:33 Progress (1): 19/545 kB error 03-Jan-2023 00:11:33 Progress (1): 23/545 kB error 03-Jan-2023 00:11:33 Progress (1): 27/545 kB error 03-Jan-2023 00:11:33 Progress (1): 31/545 kB error 03-Jan-2023 00:11:33 Progress (1): 34/545 kB error 03-Jan-2023 00:11:33 Progress (1): 38/545 kB error 03-Jan-2023 00:11:33 Progress (1): 42/545 kB error 03-Jan-2023 00:11:33 Progress (1): 46/545 kB error 03-Jan-2023 00:11:33 Progress (1): 51/545 kB error 03-Jan-2023 00:11:33 Progress (1): 55/545 kB error 03-Jan-2023 00:11:33 Progress (1): 59/545 kB error 03-Jan-2023 00:11:33 Progress (1): 63/545 kB error 03-Jan-2023 00:11:33 Progress (1): 67/545 kB error 03-Jan-2023 00:11:33 Progress (1): 69/545 kB error 03-Jan-2023 00:11:33 Progress (1): 73/545 kB error 03-Jan-2023 00:11:33 Progress (1): 77/545 kB error 03-Jan-2023 00:11:33 Progress (1): 81/545 kB error 03-Jan-2023 00:11:33 Progress (1): 85/545 kB error 03-Jan-2023 00:11:33 Progress (1): 89/545 kB error 03-Jan-2023 00:11:33 Progress (1): 94/545 kB error 03-Jan-2023 00:11:33 Progress (1): 98/545 kB error 03-Jan-2023 00:11:33 Progress (1): 102/545 kB error 03-Jan-2023 00:11:33 Progress (1): 104/545 kB error 03-Jan-2023 00:11:33 Progress (1): 108/545 kB error 03-Jan-2023 00:11:33 Progress (1): 112/545 kB error 03-Jan-2023 00:11:33 Progress (1): 116/545 kB error 03-Jan-2023 00:11:33 Progress (1): 120/545 kB error 03-Jan-2023 00:11:33 Progress (1): 124/545 kB error 03-Jan-2023 00:11:33 Progress (1): 128/545 kB error 03-Jan-2023 00:11:33 Progress (1): 132/545 kB error 03-Jan-2023 00:11:33 Progress (1): 137/545 kB error 03-Jan-2023 00:11:33 Progress (1): 139/545 kB error 03-Jan-2023 00:11:33 Progress (1): 143/545 kB error 03-Jan-2023 00:11:33 Progress (1): 147/545 kB error 03-Jan-2023 00:11:33 Progress (1): 151/545 kB error 03-Jan-2023 00:11:33 Progress (1): 155/545 kB error 03-Jan-2023 00:11:33 Progress (1): 159/545 kB error 03-Jan-2023 00:11:33 Progress (1): 163/545 kB error 03-Jan-2023 00:11:33 Progress (1): 167/545 kB error 03-Jan-2023 00:11:33 Progress (1): 171/545 kB error 03-Jan-2023 00:11:33 Progress (1): 173/545 kB error 03-Jan-2023 00:11:33 Progress (1): 177/545 kB error 03-Jan-2023 00:11:33 Progress (1): 182/545 kB error 03-Jan-2023 00:11:33 Progress (1): 186/545 kB error 03-Jan-2023 00:11:33 Progress (1): 190/545 kB error 03-Jan-2023 00:11:33 Progress (1): 194/545 kB error 03-Jan-2023 00:11:33 Progress (1): 198/545 kB error 03-Jan-2023 00:11:33 Progress (1): 202/545 kB error 03-Jan-2023 00:11:33 Progress (1): 206/545 kB error 03-Jan-2023 00:11:33 Progress (1): 208/545 kB error 03-Jan-2023 00:11:33 Progress (1): 212/545 kB error 03-Jan-2023 00:11:33 Progress (1): 216/545 kB error 03-Jan-2023 00:11:33 Progress (1): 220/545 kB error 03-Jan-2023 00:11:33 Progress (1): 225/545 kB error 03-Jan-2023 00:11:33 Progress (1): 229/545 kB error 03-Jan-2023 00:11:33 Progress (1): 233/545 kB error 03-Jan-2023 00:11:33 Progress (1): 237/545 kB error 03-Jan-2023 00:11:33 Progress (1): 241/545 kB error 03-Jan-2023 00:11:33 Progress (1): 243/545 kB error 03-Jan-2023 00:11:33 Progress (1): 247/545 kB error 03-Jan-2023 00:11:33 Progress (1): 251/545 kB error 03-Jan-2023 00:11:33 Progress (1): 255/545 kB error 03-Jan-2023 00:11:33 Progress (1): 259/545 kB error 03-Jan-2023 00:11:33 Progress (1): 264/545 kB error 03-Jan-2023 00:11:33 Progress (1): 268/545 kB error 03-Jan-2023 00:11:33 Progress (1): 272/545 kB error 03-Jan-2023 00:11:33 Progress (1): 276/545 kB error 03-Jan-2023 00:11:33 Progress (1): 278/545 kB error 03-Jan-2023 00:11:33 Progress (1): 282/545 kB error 03-Jan-2023 00:11:33 Progress (1): 286/545 kB error 03-Jan-2023 00:11:33 Progress (1): 290/545 kB error 03-Jan-2023 00:11:33 Progress (1): 294/545 kB error 03-Jan-2023 00:11:33 Progress (1): 298/545 kB error 03-Jan-2023 00:11:33 Progress (1): 302/545 kB error 03-Jan-2023 00:11:33 Progress (1): 307/545 kB error 03-Jan-2023 00:11:33 Progress (1): 311/545 kB error 03-Jan-2023 00:11:33 Progress (1): 313/545 kB error 03-Jan-2023 00:11:33 Progress (1): 317/545 kB error 03-Jan-2023 00:11:33 Progress (1): 321/545 kB error 03-Jan-2023 00:11:33 Progress (1): 325/545 kB error 03-Jan-2023 00:11:33 Progress (1): 329/545 kB error 03-Jan-2023 00:11:33 Progress (1): 333/545 kB error 03-Jan-2023 00:11:33 Progress (1): 337/545 kB error 03-Jan-2023 00:11:33 Progress (1): 341/545 kB error 03-Jan-2023 00:11:33 Progress (1): 345/545 kB error 03-Jan-2023 00:11:33 Progress (1): 347/545 kB error 03-Jan-2023 00:11:33 Progress (1): 352/545 kB error 03-Jan-2023 00:11:33 Progress (1): 356/545 kB error 03-Jan-2023 00:11:33 Progress (1): 360/545 kB error 03-Jan-2023 00:11:33 Progress (1): 364/545 kB error 03-Jan-2023 00:11:33 Progress (1): 368/545 kB error 03-Jan-2023 00:11:33 Progress (1): 372/545 kB error 03-Jan-2023 00:11:33 Progress (1): 376/545 kB error 03-Jan-2023 00:11:33 Progress (1): 380/545 kB error 03-Jan-2023 00:11:33 Progress (1): 382/545 kB error 03-Jan-2023 00:11:33 Progress (1): 386/545 kB error 03-Jan-2023 00:11:33 Progress (1): 390/545 kB error 03-Jan-2023 00:11:33 Progress (1): 395/545 kB error 03-Jan-2023 00:11:33 Progress (1): 399/545 kB error 03-Jan-2023 00:11:33 Progress (1): 403/545 kB error 03-Jan-2023 00:11:33 Progress (1): 407/545 kB error 03-Jan-2023 00:11:33 Progress (1): 411/545 kB error 03-Jan-2023 00:11:33 Progress (1): 415/545 kB error 03-Jan-2023 00:11:33 Progress (1): 417/545 kB error 03-Jan-2023 00:11:33 Progress (1): 421/545 kB error 03-Jan-2023 00:11:33 Progress (1): 425/545 kB error 03-Jan-2023 00:11:33 Progress (1): 429/545 kB error 03-Jan-2023 00:11:33 Progress (1): 433/545 kB error 03-Jan-2023 00:11:33 Progress (1): 438/545 kB error 03-Jan-2023 00:11:33 Progress (1): 442/545 kB error 03-Jan-2023 00:11:33 Progress (1): 446/545 kB error 03-Jan-2023 00:11:33 Progress (1): 450/545 kB error 03-Jan-2023 00:11:33 Progress (1): 452/545 kB error 03-Jan-2023 00:11:33 Progress (1): 456/545 kB error 03-Jan-2023 00:11:33 Progress (1): 460/545 kB error 03-Jan-2023 00:11:33 Progress (1): 464/545 kB error 03-Jan-2023 00:11:33 Progress (1): 468/545 kB error 03-Jan-2023 00:11:33 Progress (1): 472/545 kB error 03-Jan-2023 00:11:33 Progress (1): 476/545 kB error 03-Jan-2023 00:11:33 Progress (1): 481/545 kB error 03-Jan-2023 00:11:33 Progress (1): 485/545 kB error 03-Jan-2023 00:11:33 Progress (1): 487/545 kB error 03-Jan-2023 00:11:33 Progress (1): 491/545 kB error 03-Jan-2023 00:11:33 Progress (1): 495/545 kB error 03-Jan-2023 00:11:33 Progress (1): 499/545 kB error 03-Jan-2023 00:11:33 Progress (1): 503/545 kB error 03-Jan-2023 00:11:33 Progress (1): 507/545 kB error 03-Jan-2023 00:11:33 Progress (1): 511/545 kB error 03-Jan-2023 00:11:33 Progress (1): 515/545 kB error 03-Jan-2023 00:11:33 Progress (1): 520/545 kB error 03-Jan-2023 00:11:33 Progress (1): 524/545 kB error 03-Jan-2023 00:11:33 Progress (1): 528/545 kB error 03-Jan-2023 00:11:33 Progress (1): 532/545 kB error 03-Jan-2023 00:11:33 Progress (1): 536/545 kB error 03-Jan-2023 00:11:33 Progress (1): 539/545 kB error 03-Jan-2023 00:11:33 Progress (1): 543/545 kB error 03-Jan-2023 00:11:33 Progress (1): 545 kB error 03-Jan-2023 00:11:33 error 03-Jan-2023 00:11:33 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.0 MB/s) error 03-Jan-2023 00:11:33 #18 197.6 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:11:33 #18 197.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 00:11:33 #18 197.7 Progress (1): 3.3/8.2 kB error 03-Jan-2023 00:11:33 Progress (1): 6.1/8.2 kB error 03-Jan-2023 00:11:33 Progress (1): 8.2 kB error 03-Jan-2023 00:11:33 error 03-Jan-2023 00:11: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 35 kB/s) error 03-Jan-2023 00:11:33 #18 197.8 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 00:11:33 #18 197.9 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:11:33 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:11:33 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:11:33 Progress (1): 9.2 kB error 03-Jan-2023 00:11:33 error 03-Jan-2023 00:11: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 40 kB/s) error 03-Jan-2023 00:11:33 #18 198.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 00:11:33 #18 198.2 Progress (1): 3.3/141 kB error 03-Jan-2023 00:11:34 Progress (1): 6.1/141 kB error 03-Jan-2023 00:11:34 Progress (1): 8.9/141 kB error 03-Jan-2023 00:11:34 Progress (1): 12/141 kB error 03-Jan-2023 00:11:34 Progress (1): 15/141 kB error 03-Jan-2023 00:11:34 Progress (1): 17/141 kB error 03-Jan-2023 00:11:34 Progress (1): 20/141 kB error 03-Jan-2023 00:11:34 Progress (1): 23/141 kB error 03-Jan-2023 00:11:34 Progress (1): 26/141 kB error 03-Jan-2023 00:11:34 Progress (1): 29/141 kB error 03-Jan-2023 00:11:34 Progress (1): 31/141 kB error 03-Jan-2023 00:11:34 Progress (1): 34/141 kB error 03-Jan-2023 00:11:34 Progress (1): 37/141 kB error 03-Jan-2023 00:11:34 Progress (1): 40/141 kB error 03-Jan-2023 00:11:34 Progress (1): 42/141 kB error 03-Jan-2023 00:11:34 Progress (1): 45/141 kB error 03-Jan-2023 00:11:34 Progress (1): 48/141 kB error 03-Jan-2023 00:11:34 Progress (1): 51/141 kB error 03-Jan-2023 00:11:34 Progress (1): 54/141 kB error 03-Jan-2023 00:11:34 Progress (1): 56/141 kB error 03-Jan-2023 00:11:34 Progress (1): 59/141 kB error 03-Jan-2023 00:11:34 Progress (1): 62/141 kB error 03-Jan-2023 00:11:34 Progress (1): 65/141 kB error 03-Jan-2023 00:11:34 Progress (1): 67/141 kB error 03-Jan-2023 00:11:34 Progress (1): 70/141 kB error 03-Jan-2023 00:11:34 Progress (1): 73/141 kB error 03-Jan-2023 00:11:34 Progress (1): 76/141 kB error 03-Jan-2023 00:11:34 Progress (1): 79/141 kB error 03-Jan-2023 00:11:34 Progress (1): 81/141 kB error 03-Jan-2023 00:11:34 Progress (1): 84/141 kB error 03-Jan-2023 00:11:34 Progress (1): 87/141 kB error 03-Jan-2023 00:11:34 Progress (1): 90/141 kB error 03-Jan-2023 00:11:34 Progress (1): 93/141 kB error 03-Jan-2023 00:11:34 Progress (1): 95/141 kB error 03-Jan-2023 00:11:34 Progress (1): 98/141 kB error 03-Jan-2023 00:11:34 Progress (1): 101/141 kB error 03-Jan-2023 00:11:34 Progress (1): 104/141 kB error 03-Jan-2023 00:11:34 Progress (1): 107/141 kB error 03-Jan-2023 00:11:34 Progress (1): 109/141 kB error 03-Jan-2023 00:11:34 Progress (1): 112/141 kB error 03-Jan-2023 00:11:34 Progress (1): 115/141 kB error 03-Jan-2023 00:11:34 Progress (1): 118/141 kB error 03-Jan-2023 00:11:34 Progress (1): 121/141 kB error 03-Jan-2023 00:11:34 Progress (1): 123/141 kB error 03-Jan-2023 00:11:34 Progress (1): 126/141 kB error 03-Jan-2023 00:11:34 Progress (1): 129/141 kB error 03-Jan-2023 00:11:34 Progress (1): 132/141 kB error 03-Jan-2023 00:11:34 Progress (1): 135/141 kB error 03-Jan-2023 00:11:34 Progress (1): 137/141 kB error 03-Jan-2023 00:11:34 Progress (1): 140/141 kB error 03-Jan-2023 00:11:34 Progress (1): 141 kB error 03-Jan-2023 00:11:34 error 03-Jan-2023 00:11:34 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 544 kB/s) error 03-Jan-2023 00:11:34 #18 198.3 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:11:34 #18 198.3 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 00:11:34 #18 198.5 Progress (1): 3.3/18 kB error 03-Jan-2023 00:11:34 Progress (1): 6.1/18 kB error 03-Jan-2023 00:11:34 Progress (1): 8.9/18 kB error 03-Jan-2023 00:11:34 Progress (1): 12/18 kB error 03-Jan-2023 00:11:34 Progress (1): 15/18 kB error 03-Jan-2023 00:11:34 Progress (1): 17/18 kB error 03-Jan-2023 00:11:34 Progress (1): 18 kB error 03-Jan-2023 00:11:34 error 03-Jan-2023 00:11: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 76 kB/s) error 03-Jan-2023 00:11:34 #18 198.6 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 00:11:34 #18 198.7 Progress (1): 3.3/12 kB error 03-Jan-2023 00:11:34 Progress (1): 6.1/12 kB error 03-Jan-2023 00:11:34 Progress (1): 8.9/12 kB error 03-Jan-2023 00:11:34 Progress (1): 12/12 kB error 03-Jan-2023 00:11:34 Progress (1): 12 kB error 03-Jan-2023 00:11:34 error 03-Jan-2023 00:11: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 00:11:34 #18 198.8 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 00:11:35 #18 199.2 Progress (1): 0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 0.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 1.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 2.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.0/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.1/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.2/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.3/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.4/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.5/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.6/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.7/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.8/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 3.9/4.0 MB error 03-Jan-2023 00:11:35 Progress (1): 4.0 MB error 03-Jan-2023 00:11:35 error 03-Jan-2023 00:11: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.4 MB/s) error 03-Jan-2023 00:11:35 #18 199.7 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:11:35 #18 199.7 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 00:11:35 #18 199.9 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:11:35 Progress (1): 4.1 kB error 03-Jan-2023 00:11:35 error 03-Jan-2023 00:11: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 18 kB/s) error 03-Jan-2023 00:11:35 #18 200.0 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 00:11:35 #18 200.1 Progress (1): 3.3/4.3 kB error 03-Jan-2023 00:11:35 Progress (1): 4.3 kB error 03-Jan-2023 00:11:35 error 03-Jan-2023 00:11:36 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 18 kB/s) error 03-Jan-2023 00:11:36 #18 200.2 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 00:11:36 #18 200.5 Progress (1): 4.1/775 kB error 03-Jan-2023 00:11:36 Progress (1): 8.2/775 kB error 03-Jan-2023 00:11:36 Progress (1): 12/775 kB error 03-Jan-2023 00:11:36 Progress (1): 16/775 kB error 03-Jan-2023 00:11:36 Progress (1): 20/775 kB error 03-Jan-2023 00:11:36 Progress (1): 24/775 kB error 03-Jan-2023 00:11:36 Progress (1): 28/775 kB error 03-Jan-2023 00:11:36 Progress (1): 32/775 kB error 03-Jan-2023 00:11:36 Progress (1): 36/775 kB error 03-Jan-2023 00:11:36 Progress (1): 40/775 kB error 03-Jan-2023 00:11:36 Progress (1): 44/775 kB error 03-Jan-2023 00:11:36 Progress (1): 48/775 kB error 03-Jan-2023 00:11:36 Progress (1): 51/775 kB error 03-Jan-2023 00:11:36 Progress (1): 55/775 kB error 03-Jan-2023 00:11:36 Progress (1): 59/775 kB error 03-Jan-2023 00:11:36 Progress (1): 63/775 kB error 03-Jan-2023 00:11:36 Progress (1): 67/775 kB error 03-Jan-2023 00:11:36 Progress (1): 71/775 kB error 03-Jan-2023 00:11:36 Progress (1): 75/775 kB error 03-Jan-2023 00:11:36 Progress (1): 79/775 kB error 03-Jan-2023 00:11:36 Progress (1): 83/775 kB error 03-Jan-2023 00:11:36 Progress (1): 85/775 kB error 03-Jan-2023 00:11:36 Progress (1): 89/775 kB error 03-Jan-2023 00:11:36 Progress (1): 94/775 kB error 03-Jan-2023 00:11:36 Progress (1): 98/775 kB error 03-Jan-2023 00:11:36 Progress (1): 102/775 kB error 03-Jan-2023 00:11:36 Progress (1): 106/775 kB error 03-Jan-2023 00:11:36 Progress (1): 110/775 kB error 03-Jan-2023 00:11:36 Progress (1): 114/775 kB error 03-Jan-2023 00:11:36 Progress (1): 118/775 kB error 03-Jan-2023 00:11:36 Progress (1): 120/775 kB error 03-Jan-2023 00:11:36 Progress (1): 124/775 kB error 03-Jan-2023 00:11:36 Progress (1): 128/775 kB error 03-Jan-2023 00:11:36 Progress (1): 132/775 kB error 03-Jan-2023 00:11:36 Progress (1): 137/775 kB error 03-Jan-2023 00:11:36 Progress (1): 141/775 kB error 03-Jan-2023 00:11:36 Progress (1): 145/775 kB error 03-Jan-2023 00:11:36 Progress (1): 149/775 kB error 03-Jan-2023 00:11:36 Progress (1): 153/775 kB error 03-Jan-2023 00:11:36 Progress (1): 155/775 kB error 03-Jan-2023 00:11:36 Progress (1): 159/775 kB error 03-Jan-2023 00:11:36 Progress (1): 163/775 kB error 03-Jan-2023 00:11:36 Progress (1): 167/775 kB error 03-Jan-2023 00:11:36 Progress (1): 171/775 kB error 03-Jan-2023 00:11:36 Progress (1): 175/775 kB error 03-Jan-2023 00:11:36 Progress (1): 180/775 kB error 03-Jan-2023 00:11:36 Progress (1): 184/775 kB error 03-Jan-2023 00:11:36 Progress (1): 188/775 kB error 03-Jan-2023 00:11:36 Progress (1): 192/775 kB error 03-Jan-2023 00:11:36 Progress (1): 196/775 kB error 03-Jan-2023 00:11:36 Progress (1): 200/775 kB error 03-Jan-2023 00:11:36 Progress (1): 204/775 kB error 03-Jan-2023 00:11:36 Progress (1): 208/775 kB error 03-Jan-2023 00:11:36 Progress (1): 212/775 kB error 03-Jan-2023 00:11:36 Progress (1): 215/775 kB error 03-Jan-2023 00:11:36 Progress (1): 219/775 kB error 03-Jan-2023 00:11:36 Progress (1): 223/775 kB error 03-Jan-2023 00:11:36 Progress (1): 227/775 kB error 03-Jan-2023 00:11:36 Progress (1): 230/775 kB error 03-Jan-2023 00:11:36 Progress (1): 234/775 kB error 03-Jan-2023 00:11:36 Progress (1): 238/775 kB error 03-Jan-2023 00:11:36 Progress (1): 242/775 kB error 03-Jan-2023 00:11:36 Progress (1): 246/775 kB error 03-Jan-2023 00:11:36 Progress (1): 251/775 kB error 03-Jan-2023 00:11:36 Progress (1): 255/775 kB error 03-Jan-2023 00:11:36 Progress (1): 259/775 kB error 03-Jan-2023 00:11:36 Progress (1): 263/775 kB error 03-Jan-2023 00:11:36 Progress (1): 267/775 kB error 03-Jan-2023 00:11:36 Progress (1): 271/775 kB error 03-Jan-2023 00:11:36 Progress (1): 275/775 kB error 03-Jan-2023 00:11:36 Progress (1): 278/775 kB error 03-Jan-2023 00:11:36 Progress (1): 282/775 kB error 03-Jan-2023 00:11:36 Progress (1): 286/775 kB error 03-Jan-2023 00:11:36 Progress (1): 290/775 kB error 03-Jan-2023 00:11:36 Progress (1): 294/775 kB error 03-Jan-2023 00:11:36 Progress (1): 298/775 kB error 03-Jan-2023 00:11:36 Progress (1): 302/775 kB error 03-Jan-2023 00:11:36 Progress (1): 306/775 kB error 03-Jan-2023 00:11:36 Progress (1): 310/775 kB error 03-Jan-2023 00:11:36 Progress (1): 313/775 kB error 03-Jan-2023 00:11:36 Progress (1): 317/775 kB error 03-Jan-2023 00:11:36 Progress (1): 321/775 kB error 03-Jan-2023 00:11:36 Progress (1): 325/775 kB error 03-Jan-2023 00:11:36 Progress (1): 329/775 kB error 03-Jan-2023 00:11:36 Progress (1): 333/775 kB error 03-Jan-2023 00:11:36 Progress (1): 337/775 kB error 03-Jan-2023 00:11:36 Progress (1): 341/775 kB error 03-Jan-2023 00:11:36 Progress (1): 345/775 kB error 03-Jan-2023 00:11:36 Progress (1): 349/775 kB error 03-Jan-2023 00:11:36 Progress (1): 353/775 kB error 03-Jan-2023 00:11:36 Progress (1): 358/775 kB error 03-Jan-2023 00:11:36 Progress (1): 362/775 kB error 03-Jan-2023 00:11:36 Progress (1): 364/775 kB error 03-Jan-2023 00:11:36 Progress (1): 369/775 kB error 03-Jan-2023 00:11:36 Progress (1): 373/775 kB error 03-Jan-2023 00:11:36 Progress (1): 377/775 kB error 03-Jan-2023 00:11:36 Progress (1): 381/775 kB error 03-Jan-2023 00:11:36 Progress (1): 385/775 kB error 03-Jan-2023 00:11:36 Progress (1): 389/775 kB error 03-Jan-2023 00:11:36 Progress (1): 393/775 kB error 03-Jan-2023 00:11:36 Progress (1): 397/775 kB error 03-Jan-2023 00:11:36 Progress (1): 401/775 kB error 03-Jan-2023 00:11:36 Progress (1): 404/775 kB error 03-Jan-2023 00:11:36 Progress (1): 408/775 kB error 03-Jan-2023 00:11:36 Progress (1): 412/775 kB error 03-Jan-2023 00:11:36 Progress (1): 416/775 kB error 03-Jan-2023 00:11:36 Progress (1): 420/775 kB error 03-Jan-2023 00:11:36 Progress (1): 424/775 kB error 03-Jan-2023 00:11:36 Progress (1): 428/775 kB error 03-Jan-2023 00:11:36 Progress (1): 432/775 kB error 03-Jan-2023 00:11:36 Progress (1): 436/775 kB error 03-Jan-2023 00:11:36 Progress (1): 439/775 kB error 03-Jan-2023 00:11:36 Progress (1): 443/775 kB error 03-Jan-2023 00:11:36 Progress (1): 447/775 kB error 03-Jan-2023 00:11:36 Progress (1): 449/775 kB error 03-Jan-2023 00:11:36 Progress (1): 453/775 kB error 03-Jan-2023 00:11:36 Progress (1): 458/775 kB error 03-Jan-2023 00:11:36 Progress (1): 462/775 kB error 03-Jan-2023 00:11:36 Progress (1): 466/775 kB error 03-Jan-2023 00:11:36 Progress (1): 470/775 kB error 03-Jan-2023 00:11:36 Progress (1): 474/775 kB error 03-Jan-2023 00:11:36 Progress (1): 478/775 kB error 03-Jan-2023 00:11:36 Progress (1): 482/775 kB error 03-Jan-2023 00:11:36 Progress (1): 486/775 kB error 03-Jan-2023 00:11:36 Progress (1): 490/775 kB error 03-Jan-2023 00:11:36 Progress (1): 494/775 kB error 03-Jan-2023 00:11:36 Progress (1): 498/775 kB error 03-Jan-2023 00:11:36 Progress (1): 503/775 kB error 03-Jan-2023 00:11:36 Progress (1): 507/775 kB error 03-Jan-2023 00:11:36 Progress (1): 510/775 kB error 03-Jan-2023 00:11:36 Progress (1): 512/775 kB error 03-Jan-2023 00:11:36 Progress (1): 516/775 kB error 03-Jan-2023 00:11:36 Progress (1): 520/775 kB error 03-Jan-2023 00:11:36 Progress (1): 525/775 kB error 03-Jan-2023 00:11:36 Progress (1): 529/775 kB error 03-Jan-2023 00:11:36 Progress (1): 533/775 kB error 03-Jan-2023 00:11:36 Progress (1): 537/775 kB error 03-Jan-2023 00:11:36 Progress (1): 541/775 kB error 03-Jan-2023 00:11:36 Progress (1): 545/775 kB error 03-Jan-2023 00:11:36 Progress (1): 549/775 kB error 03-Jan-2023 00:11:36 Progress (1): 553/775 kB error 03-Jan-2023 00:11:36 Progress (1): 556/775 kB error 03-Jan-2023 00:11:36 Progress (1): 560/775 kB error 03-Jan-2023 00:11:36 Progress (1): 564/775 kB error 03-Jan-2023 00:11:36 Progress (1): 568/775 kB error 03-Jan-2023 00:11:36 Progress (1): 573/775 kB error 03-Jan-2023 00:11:36 Progress (1): 577/775 kB error 03-Jan-2023 00:11:36 Progress (1): 581/775 kB error 03-Jan-2023 00:11:36 Progress (1): 584/775 kB error 03-Jan-2023 00:11:36 Progress (1): 588/775 kB error 03-Jan-2023 00:11:36 Progress (1): 592/775 kB error 03-Jan-2023 00:11:36 Progress (1): 597/775 kB error 03-Jan-2023 00:11:36 Progress (1): 601/775 kB error 03-Jan-2023 00:11:36 Progress (1): 605/775 kB error 03-Jan-2023 00:11:36 Progress (1): 609/775 kB error 03-Jan-2023 00:11:36 Progress (1): 611/775 kB error 03-Jan-2023 00:11:36 Progress (1): 615/775 kB error 03-Jan-2023 00:11:36 Progress (1): 620/775 kB error 03-Jan-2023 00:11:36 Progress (1): 624/775 kB error 03-Jan-2023 00:11:36 Progress (1): 628/775 kB error 03-Jan-2023 00:11:36 Progress (1): 632/775 kB error 03-Jan-2023 00:11:36 Progress (1): 636/775 kB error 03-Jan-2023 00:11:36 Progress (1): 638/775 kB error 03-Jan-2023 00:11:36 Progress (1): 642/775 kB error 03-Jan-2023 00:11:36 Progress (1): 646/775 kB error 03-Jan-2023 00:11:36 Progress (1): 651/775 kB error 03-Jan-2023 00:11:36 Progress (1): 655/775 kB error 03-Jan-2023 00:11:36 Progress (1): 659/775 kB error 03-Jan-2023 00:11:36 Progress (1): 663/775 kB error 03-Jan-2023 00:11:36 Progress (1): 667/775 kB error 03-Jan-2023 00:11:36 Progress (1): 671/775 kB error 03-Jan-2023 00:11:36 Progress (1): 675/775 kB error 03-Jan-2023 00:11:36 Progress (1): 679/775 kB error 03-Jan-2023 00:11:36 Progress (1): 682/775 kB error 03-Jan-2023 00:11:36 Progress (1): 686/775 kB error 03-Jan-2023 00:11:36 Progress (1): 690/775 kB error 03-Jan-2023 00:11:36 Progress (1): 694/775 kB error 03-Jan-2023 00:11:36 Progress (1): 699/775 kB error 03-Jan-2023 00:11:36 Progress (1): 703/775 kB error 03-Jan-2023 00:11:36 Progress (1): 707/775 kB error 03-Jan-2023 00:11:36 Progress (1): 710/775 kB error 03-Jan-2023 00:11:36 Progress (1): 714/775 kB error 03-Jan-2023 00:11:36 Progress (1): 718/775 kB error 03-Jan-2023 00:11:36 Progress (1): 723/775 kB error 03-Jan-2023 00:11:36 Progress (1): 727/775 kB error 03-Jan-2023 00:11:36 Progress (1): 731/775 kB error 03-Jan-2023 00:11:36 Progress (1): 735/775 kB error 03-Jan-2023 00:11:36 Progress (1): 739/775 kB error 03-Jan-2023 00:11:36 Progress (1): 743/775 kB error 03-Jan-2023 00:11:36 Progress (1): 747/775 kB error 03-Jan-2023 00:11:36 Progress (1): 751/775 kB error 03-Jan-2023 00:11:36 Progress (1): 754/775 kB error 03-Jan-2023 00:11:36 Progress (1): 758/775 kB error 03-Jan-2023 00:11:36 Progress (1): 762/775 kB error 03-Jan-2023 00:11:36 Progress (1): 766/775 kB error 03-Jan-2023 00:11:36 Progress (1): 771/775 kB error 03-Jan-2023 00:11:36 Progress (1): 775/775 kB error 03-Jan-2023 00:11:36 Progress (1): 775 kB error 03-Jan-2023 00:11:36 error 03-Jan-2023 00:11: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.4 MB/s) error 03-Jan-2023 00:11:36 #18 200.8 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:11:36 #18 200.8 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 00:11:36 #18 200.9 Progress (1): 3.3/4.1 kB error 03-Jan-2023 00:11:36 Progress (1): 4.1 kB error 03-Jan-2023 00:11:36 error 03-Jan-2023 00:11: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 16 kB/s) error 03-Jan-2023 00:11:36 #18 201.1 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 00:11:37 #18 201.2 Progress (1): 3.3/19 kB error 03-Jan-2023 00:11:37 Progress (1): 6.1/19 kB error 03-Jan-2023 00:11:37 Progress (1): 8.9/19 kB error 03-Jan-2023 00:11:37 Progress (1): 12/19 kB error 03-Jan-2023 00:11:37 Progress (1): 15/19 kB error 03-Jan-2023 00:11:37 Progress (1): 17/19 kB error 03-Jan-2023 00:11:37 Progress (1): 19 kB error 03-Jan-2023 00:11:37 error 03-Jan-2023 00:11:37 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reporting/1.25.0/reporting-1.25.0.pom (19 kB at 70 kB/s) error 03-Jan-2023 00:11:37 #18 201.4 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 00:11:37 #18 201.8 Progress (1): 0.1/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.2/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.3/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.3/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.4/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.5/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.6/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.7/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.8/17 MB error 03-Jan-2023 00:11:37 Progress (1): 0.9/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.0/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.0/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.1/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.2/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.3/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.4/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.5/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.6/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.6/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.7/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.8/17 MB error 03-Jan-2023 00:11:37 Progress (1): 1.9/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.0/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.1/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.2/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.3/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.3/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.4/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.5/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.6/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.7/17 MB error 03-Jan-2023 00:11:37 Progress (1): 2.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 2.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 3.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 4.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 5.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 6.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 7.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 8.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.1/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.2/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.3/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.4/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.5/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.6/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.7/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.8/17 MB error 03-Jan-2023 00:11:38 Progress (1): 9.9/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10.0/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 10/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 11/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 12/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 13/17 MB error 03-Jan-2023 00:11:38 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 14/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 15/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 16/17 MB error 03-Jan-2023 00:11:39 Progress (1): 17/17 MB error 03-Jan-2023 00:11:39 Progress (1): 17 MB error 03-Jan-2023 00:11:39 error 03-Jan-2023 00:11:39 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 7.0 MB/s) error 03-Jan-2023 00:11:39 #18 203.9 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:11:39 #18 204.0 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 00:11:40 #18 204.1 Progress (1): 3.3/9.2 kB error 03-Jan-2023 00:11:40 Progress (1): 6.1/9.2 kB error 03-Jan-2023 00:11:40 Progress (1): 8.9/9.2 kB error 03-Jan-2023 00:11:40 Progress (1): 9.2 kB error 03-Jan-2023 00:11:40 error 03-Jan-2023 00:11:40 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 33 kB/s) error 03-Jan-2023 00:11:40 #18 204.3 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 00:11:40 #18 204.4 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:11:40 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:11:40 Progress (1): 7.2 kB error 03-Jan-2023 00:11:40 error 03-Jan-2023 00:11:40 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 00:11:40 #18 204.7 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 00:11:40 #18 205.0 Progress (1): 4.1/257 kB error 03-Jan-2023 00:11:40 Progress (1): 8.2/257 kB error 03-Jan-2023 00:11:40 Progress (1): 12/257 kB error 03-Jan-2023 00:11:40 Progress (1): 16/257 kB error 03-Jan-2023 00:11:40 Progress (1): 20/257 kB error 03-Jan-2023 00:11:40 Progress (1): 24/257 kB error 03-Jan-2023 00:11:40 Progress (1): 28/257 kB error 03-Jan-2023 00:11:40 Progress (1): 32/257 kB error 03-Jan-2023 00:11:40 Progress (1): 36/257 kB error 03-Jan-2023 00:11:40 Progress (1): 40/257 kB error 03-Jan-2023 00:11:40 Progress (1): 44/257 kB error 03-Jan-2023 00:11:40 Progress (1): 48/257 kB error 03-Jan-2023 00:11:40 Progress (1): 51/257 kB error 03-Jan-2023 00:11:40 Progress (1): 55/257 kB error 03-Jan-2023 00:11:40 Progress (1): 59/257 kB error 03-Jan-2023 00:11:40 Progress (1): 63/257 kB error 03-Jan-2023 00:11:40 Progress (1): 67/257 kB error 03-Jan-2023 00:11:40 Progress (1): 71/257 kB error 03-Jan-2023 00:11:40 Progress (1): 75/257 kB error 03-Jan-2023 00:11:40 Progress (1): 79/257 kB error 03-Jan-2023 00:11:40 Progress (1): 81/257 kB error 03-Jan-2023 00:11:40 Progress (1): 85/257 kB error 03-Jan-2023 00:11:40 Progress (1): 89/257 kB error 03-Jan-2023 00:11:40 Progress (1): 94/257 kB error 03-Jan-2023 00:11:40 Progress (1): 98/257 kB error 03-Jan-2023 00:11:40 Progress (1): 102/257 kB error 03-Jan-2023 00:11:40 Progress (1): 106/257 kB error 03-Jan-2023 00:11:40 Progress (1): 110/257 kB error 03-Jan-2023 00:11:40 Progress (1): 114/257 kB error 03-Jan-2023 00:11:40 Progress (1): 116/257 kB error 03-Jan-2023 00:11:40 Progress (1): 120/257 kB error 03-Jan-2023 00:11:40 Progress (1): 124/257 kB error 03-Jan-2023 00:11:40 Progress (1): 128/257 kB error 03-Jan-2023 00:11:40 Progress (1): 132/257 kB error 03-Jan-2023 00:11:40 Progress (1): 137/257 kB error 03-Jan-2023 00:11:40 Progress (1): 141/257 kB error 03-Jan-2023 00:11:40 Progress (1): 145/257 kB error 03-Jan-2023 00:11:40 Progress (1): 149/257 kB error 03-Jan-2023 00:11:40 Progress (1): 151/257 kB error 03-Jan-2023 00:11:40 Progress (1): 155/257 kB error 03-Jan-2023 00:11:40 Progress (1): 159/257 kB error 03-Jan-2023 00:11:40 Progress (1): 163/257 kB error 03-Jan-2023 00:11:40 Progress (1): 167/257 kB error 03-Jan-2023 00:11:40 Progress (1): 171/257 kB error 03-Jan-2023 00:11:40 Progress (1): 175/257 kB error 03-Jan-2023 00:11:40 Progress (1): 180/257 kB error 03-Jan-2023 00:11:40 Progress (1): 184/257 kB error 03-Jan-2023 00:11:40 Progress (1): 186/257 kB error 03-Jan-2023 00:11:40 Progress (1): 190/257 kB error 03-Jan-2023 00:11:40 Progress (1): 194/257 kB error 03-Jan-2023 00:11:40 Progress (1): 198/257 kB error 03-Jan-2023 00:11:40 Progress (1): 202/257 kB error 03-Jan-2023 00:11:40 Progress (1): 206/257 kB error 03-Jan-2023 00:11:40 Progress (1): 210/257 kB error 03-Jan-2023 00:11:40 Progress (1): 214/257 kB error 03-Jan-2023 00:11:40 Progress (1): 218/257 kB error 03-Jan-2023 00:11:40 Progress (1): 221/257 kB error 03-Jan-2023 00:11:40 Progress (1): 225/257 kB error 03-Jan-2023 00:11:40 Progress (1): 229/257 kB error 03-Jan-2023 00:11:40 Progress (1): 233/257 kB error 03-Jan-2023 00:11:40 Progress (1): 237/257 kB error 03-Jan-2023 00:11:40 Progress (1): 241/257 kB error 03-Jan-2023 00:11:40 Progress (1): 245/257 kB error 03-Jan-2023 00:11:40 Progress (1): 249/257 kB error 03-Jan-2023 00:11:40 Progress (1): 251/257 kB error 03-Jan-2023 00:11:40 Progress (1): 255/257 kB error 03-Jan-2023 00:11:40 Progress (1): 257 kB error 03-Jan-2023 00:11:41 error 03-Jan-2023 00:11:41 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 541 kB/s) error 03-Jan-2023 00:11:41 #18 205.1 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:11:41 #18 205.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 00:11:41 #18 205.3 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:11:41 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:11:41 Progress (1): 6.3 kB error 03-Jan-2023 00:11:41 error 03-Jan-2023 00:11:41 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 28 kB/s) error 03-Jan-2023 00:11:41 #18 205.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 00:11:41 #18 205.5 Progress (1): 3.3/7.7 kB error 03-Jan-2023 00:11:41 Progress (1): 6.1/7.7 kB error 03-Jan-2023 00:11:41 Progress (1): 7.7 kB error 03-Jan-2023 00:11:41 error 03-Jan-2023 00:11:41 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 34 kB/s) error 03-Jan-2023 00:11:41 #18 205.6 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 00:11:41 #18 205.8 Progress (1): 3.3/127 kB error 03-Jan-2023 00:11:41 Progress (1): 6.1/127 kB error 03-Jan-2023 00:11:41 Progress (1): 8.9/127 kB error 03-Jan-2023 00:11:41 Progress (1): 12/127 kB error 03-Jan-2023 00:11:41 Progress (1): 14/127 kB error 03-Jan-2023 00:11:41 Progress (1): 17/127 kB error 03-Jan-2023 00:11:41 Progress (1): 20/127 kB error 03-Jan-2023 00:11:41 Progress (1): 23/127 kB error 03-Jan-2023 00:11:41 Progress (1): 26/127 kB error 03-Jan-2023 00:11:41 Progress (1): 28/127 kB error 03-Jan-2023 00:11:41 Progress (1): 31/127 kB error 03-Jan-2023 00:11:41 Progress (1): 34/127 kB error 03-Jan-2023 00:11:41 Progress (1): 37/127 kB error 03-Jan-2023 00:11:41 Progress (1): 40/127 kB error 03-Jan-2023 00:11:41 Progress (1): 42/127 kB error 03-Jan-2023 00:11:41 Progress (1): 45/127 kB error 03-Jan-2023 00:11:41 Progress (1): 48/127 kB error 03-Jan-2023 00:11:41 Progress (1): 51/127 kB error 03-Jan-2023 00:11:41 Progress (1): 54/127 kB error 03-Jan-2023 00:11:41 Progress (1): 56/127 kB error 03-Jan-2023 00:11:41 Progress (1): 59/127 kB error 03-Jan-2023 00:11:41 Progress (1): 62/127 kB error 03-Jan-2023 00:11:41 Progress (1): 65/127 kB error 03-Jan-2023 00:11:41 Progress (1): 68/127 kB error 03-Jan-2023 00:11:41 Progress (1): 70/127 kB error 03-Jan-2023 00:11:41 Progress (1): 73/127 kB error 03-Jan-2023 00:11:41 Progress (1): 76/127 kB error 03-Jan-2023 00:11:41 Progress (1): 79/127 kB error 03-Jan-2023 00:11:41 Progress (1): 82/127 kB error 03-Jan-2023 00:11:41 Progress (1): 84/127 kB error 03-Jan-2023 00:11:41 Progress (1): 87/127 kB error 03-Jan-2023 00:11:41 Progress (1): 90/127 kB error 03-Jan-2023 00:11:41 Progress (1): 93/127 kB error 03-Jan-2023 00:11:41 Progress (1): 96/127 kB error 03-Jan-2023 00:11:41 Progress (1): 98/127 kB error 03-Jan-2023 00:11:41 Progress (1): 101/127 kB error 03-Jan-2023 00:11:41 Progress (1): 104/127 kB error 03-Jan-2023 00:11:41 Progress (1): 107/127 kB error 03-Jan-2023 00:11:41 Progress (1): 110/127 kB error 03-Jan-2023 00:11:41 Progress (1): 112/127 kB error 03-Jan-2023 00:11:41 Progress (1): 115/127 kB error 03-Jan-2023 00:11:41 Progress (1): 118/127 kB error 03-Jan-2023 00:11:41 Progress (1): 121/127 kB error 03-Jan-2023 00:11:41 Progress (1): 124/127 kB error 03-Jan-2023 00:11:41 Progress (1): 126/127 kB error 03-Jan-2023 00:11:41 Progress (1): 127 kB error 03-Jan-2023 00:11:41 error 03-Jan-2023 00:11:41 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 486 kB/s) error 03-Jan-2023 00:11:41 #18 205.9 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:11:41 #18 205.9 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 00:11:41 #18 206.0 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:11:41 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:11:41 Progress (1): 6.3 kB error 03-Jan-2023 00:11:41 error 03-Jan-2023 00:11:42 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 00:11:42 #18 206.2 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 00:11:42 #18 206.3 Progress (1): 3.3/6.3 kB error 03-Jan-2023 00:11:42 Progress (1): 6.1/6.3 kB error 03-Jan-2023 00:11:42 Progress (1): 6.3 kB error 03-Jan-2023 00:11:42 error 03-Jan-2023 00:11:42 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 00:11:42 #18 206.4 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 00:11:42 #18 206.7 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.7/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.8/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 0.9/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.0/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.1/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.2/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.3/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.4/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.5/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.6/1.6 MB error 03-Jan-2023 00:11:42 Progress (1): 1.6 MB error 03-Jan-2023 00:11:42 error 03-Jan-2023 00:11: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.7 MB/s) error 03-Jan-2023 00:11:42 #18 207.0 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:11:42 #18 207.0 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 00:11:43 #18 207.2 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 00:11:43 #18 207.6 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:11:43 #18 207.6 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 00:11:43 #18 207.7 Progress (1): 3.3/9.6 kB error 03-Jan-2023 00:11:43 Progress (1): 6.1/9.6 kB error 03-Jan-2023 00:11:43 Progress (1): 8.9/9.6 kB error 03-Jan-2023 00:11:43 Progress (1): 9.6 kB error 03-Jan-2023 00:11:43 error 03-Jan-2023 00:11: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 38 kB/s) error 03-Jan-2023 00:11:43 #18 207.9 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:11:43 #18 207.9 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 00:11:43 #18 208.1 Progress (1): 3.3/6.2 kB error 03-Jan-2023 00:11:43 Progress (1): 6.1/6.2 kB error 03-Jan-2023 00:11:43 Progress (1): 6.2 kB error 03-Jan-2023 00:11:44 error 03-Jan-2023 00:11:44 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 17 kB/s) error 03-Jan-2023 00:11:44 #18 208.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 00:11:44 #18 208.5 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:11:44 Progress (1): 5.3 kB error 03-Jan-2023 00:11:44 error 03-Jan-2023 00:11:44 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 11 kB/s) error 03-Jan-2023 00:11:44 #18 208.8 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 00:11:45 #18 209.2 Progress (1): 4.1/279 kB error 03-Jan-2023 00:11:45 Progress (1): 8.2/279 kB error 03-Jan-2023 00:11:45 Progress (1): 12/279 kB error 03-Jan-2023 00:11:45 Progress (1): 16/279 kB error 03-Jan-2023 00:11:45 Progress (1): 19/279 kB error 03-Jan-2023 00:11:45 Progress (1): 23/279 kB error 03-Jan-2023 00:11:45 Progress (1): 27/279 kB error 03-Jan-2023 00:11:45 Progress (1): 31/279 kB error 03-Jan-2023 00:11:45 Progress (1): 34/279 kB error 03-Jan-2023 00:11:45 Progress (1): 38/279 kB error 03-Jan-2023 00:11:45 Progress (1): 42/279 kB error 03-Jan-2023 00:11:45 Progress (1): 46/279 kB error 03-Jan-2023 00:11:45 Progress (1): 51/279 kB error 03-Jan-2023 00:11:45 Progress (1): 55/279 kB error 03-Jan-2023 00:11:45 Progress (1): 59/279 kB error 03-Jan-2023 00:11:45 Progress (1): 63/279 kB error 03-Jan-2023 00:11:45 Progress (1): 67/279 kB error 03-Jan-2023 00:11:45 Progress (1): 69/279 kB error 03-Jan-2023 00:11:45 Progress (1): 73/279 kB error 03-Jan-2023 00:11:45 Progress (1): 77/279 kB error 03-Jan-2023 00:11:45 Progress (1): 81/279 kB error 03-Jan-2023 00:11:45 Progress (1): 85/279 kB error 03-Jan-2023 00:11:45 Progress (1): 89/279 kB error 03-Jan-2023 00:11:45 Progress (1): 94/279 kB error 03-Jan-2023 00:11:45 Progress (1): 98/279 kB error 03-Jan-2023 00:11:45 Progress (1): 102/279 kB error 03-Jan-2023 00:11:45 Progress (1): 104/279 kB error 03-Jan-2023 00:11:45 Progress (1): 108/279 kB error 03-Jan-2023 00:11:45 Progress (1): 112/279 kB error 03-Jan-2023 00:11:45 Progress (1): 116/279 kB error 03-Jan-2023 00:11:45 Progress (1): 120/279 kB error 03-Jan-2023 00:11:45 Progress (1): 124/279 kB error 03-Jan-2023 00:11:45 Progress (1): 128/279 kB error 03-Jan-2023 00:11:45 Progress (1): 132/279 kB error 03-Jan-2023 00:11:45 Progress (1): 137/279 kB error 03-Jan-2023 00:11:45 Progress (1): 139/279 kB error 03-Jan-2023 00:11:45 Progress (1): 143/279 kB error 03-Jan-2023 00:11:45 Progress (1): 147/279 kB error 03-Jan-2023 00:11:45 Progress (1): 151/279 kB error 03-Jan-2023 00:11:45 Progress (1): 155/279 kB error 03-Jan-2023 00:11:45 Progress (1): 159/279 kB error 03-Jan-2023 00:11:45 Progress (1): 163/279 kB error 03-Jan-2023 00:11:45 Progress (1): 167/279 kB error 03-Jan-2023 00:11:45 Progress (1): 171/279 kB error 03-Jan-2023 00:11:45 Progress (1): 173/279 kB error 03-Jan-2023 00:11:45 Progress (1): 177/279 kB error 03-Jan-2023 00:11:45 Progress (1): 182/279 kB error 03-Jan-2023 00:11:45 Progress (1): 186/279 kB error 03-Jan-2023 00:11:45 Progress (1): 190/279 kB error 03-Jan-2023 00:11:45 Progress (1): 194/279 kB error 03-Jan-2023 00:11:45 Progress (1): 198/279 kB error 03-Jan-2023 00:11:45 Progress (1): 202/279 kB error 03-Jan-2023 00:11:45 Progress (1): 206/279 kB error 03-Jan-2023 00:11:45 Progress (1): 208/279 kB error 03-Jan-2023 00:11:45 Progress (1): 212/279 kB error 03-Jan-2023 00:11:45 Progress (1): 216/279 kB error 03-Jan-2023 00:11:45 Progress (1): 221/279 kB error 03-Jan-2023 00:11:45 Progress (1): 225/279 kB error 03-Jan-2023 00:11:45 Progress (1): 229/279 kB error 03-Jan-2023 00:11:45 Progress (1): 233/279 kB error 03-Jan-2023 00:11:45 Progress (1): 237/279 kB error 03-Jan-2023 00:11:45 Progress (1): 241/279 kB error 03-Jan-2023 00:11:45 Progress (1): 243/279 kB error 03-Jan-2023 00:11:45 Progress (1): 247/279 kB error 03-Jan-2023 00:11:45 Progress (1): 251/279 kB error 03-Jan-2023 00:11:45 Progress (1): 255/279 kB error 03-Jan-2023 00:11:45 Progress (1): 259/279 kB error 03-Jan-2023 00:11:45 Progress (1): 264/279 kB error 03-Jan-2023 00:11:45 Progress (1): 268/279 kB error 03-Jan-2023 00:11:45 Progress (1): 272/279 kB error 03-Jan-2023 00:11:45 Progress (1): 276/279 kB error 03-Jan-2023 00:11:45 Progress (1): 278/279 kB error 03-Jan-2023 00:11:45 Progress (1): 279 kB error 03-Jan-2023 00:11:45 error 03-Jan-2023 00:11:45 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 433 kB/s) error 03-Jan-2023 00:11:45 #18 209.5 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:11:45 #18 209.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.pom error 03-Jan-2023 00:11:45 #18 209.7 Progress (1): 3.3/7.2 kB error 03-Jan-2023 00:11:45 Progress (1): 6.1/7.2 kB error 03-Jan-2023 00:11:45 Progress (1): 7.2 kB error 03-Jan-2023 00:11:45 error 03-Jan-2023 00:11: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.pom (7.2 kB at 14 kB/s) error 03-Jan-2023 00:11:45 #18 210.1 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 00:11:46 #18 210.3 Progress (1): 3.3/16 kB error 03-Jan-2023 00:11:46 Progress (1): 6.1/16 kB error 03-Jan-2023 00:11:46 Progress (1): 8.9/16 kB error 03-Jan-2023 00:11:46 Progress (1): 12/16 kB error 03-Jan-2023 00:11:46 Progress (1): 14/16 kB error 03-Jan-2023 00:11:46 Progress (1): 16 kB error 03-Jan-2023 00:11:46 error 03-Jan-2023 00:11:46 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 50 kB/s) error 03-Jan-2023 00:11:46 #18 210.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 00:11:46 #18 210.8 Progress (1): 0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 0.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 1.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 2.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.0/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.1/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.2/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.3/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.4/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.5/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.6/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.7/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.8/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:11:46 Progress (1): 3.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 4.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 5.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.0/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.1/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.2/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.3/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.4/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.5/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.6/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.7/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.8/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.9/6.9 MB error 03-Jan-2023 00:11:47 Progress (1): 6.9 MB error 03-Jan-2023 00:11:47 error 03-Jan-2023 00:11:47 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.3 MB/s) error 03-Jan-2023 00:11:47 #18 211.6 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:11:47 #18 211.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 00:11:47 #18 211.7 Progress (1): 3.3/5.3 kB error 03-Jan-2023 00:11:47 Progress (1): 5.3 kB error 03-Jan-2023 00:11:47 error 03-Jan-2023 00:11:47 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 00:11:47 #18 211.9 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 00:11:47 #18 212.0 Progress (1): 3.3/3.6 kB error 03-Jan-2023 00:11:47 Progress (1): 3.6 kB error 03-Jan-2023 00:11:47 error 03-Jan-2023 00:11:47 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 00:11:47 #18 212.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 00:11:47 #18 212.2 Progress (1): 3.3/13 kB error 03-Jan-2023 00:11:48 Progress (1): 6.1/13 kB error 03-Jan-2023 00:11:48 Progress (1): 8.9/13 kB error 03-Jan-2023 00:11:48 Progress (1): 12/13 kB error 03-Jan-2023 00:11:48 Progress (1): 13 kB error 03-Jan-2023 00:11:48 error 03-Jan-2023 00:11:48 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 00:11:48 #18 212.3 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:11:48 #18 212.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 00:11:48 #18 212.4 Progress (1): 3.3/8.9 kB error 03-Jan-2023 00:11:48 Progress (1): 6.1/8.9 kB error 03-Jan-2023 00:11:48 Progress (1): 8.9 kB error 03-Jan-2023 00:11:48 error 03-Jan-2023 00:11:48 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 00:11:48 #18 212.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 00:11:48 #18 212.7 Progress (1): 3.3/6.0 kB error 03-Jan-2023 00:11:48 Progress (1): 6.0 kB error 03-Jan-2023 00:11:48 error 03-Jan-2023 00:11:48 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 00:11:48 #18 212.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 00:11:48 #18 213.1 Progress (1): 0/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.1/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.2/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.3/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.4/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.5/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.6/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.7/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.8/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 0.9/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:48 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 1.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 2.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 3.9/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.0/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.1/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.2/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.3/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.4/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.5/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.6/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.7/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.8/4.8 MB error 03-Jan-2023 00:11:49 Progress (1): 4.8 MB error 03-Jan-2023 00:11:49 error 03-Jan-2023 00:11:49 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.6 MB/s) error 03-Jan-2023 00:11:49 #18 213.7 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:11:49 #18 213.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 00:11:49 #18 213.8 Progress (1): 3.3/5.9 kB error 03-Jan-2023 00:11:49 Progress (1): 5.9 kB error 03-Jan-2023 00:11:49 error 03-Jan-2023 00:11:49 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 25 kB/s) error 03-Jan-2023 00:11:49 #18 214.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 00:11:49 #18 214.1 Progress (1): 3.3/11 kB error 03-Jan-2023 00:11:49 Progress (1): 6.1/11 kB error 03-Jan-2023 00:11:49 Progress (1): 8.9/11 kB error 03-Jan-2023 00:11:49 Progress (1): 11 kB error 03-Jan-2023 00:11:49 error 03-Jan-2023 00:11:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uiframework/3.23.0/uiframework-3.23.0.pom (11 kB at 42 kB/s) error 03-Jan-2023 00:11:50 #18 214.3 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 00:11:50 #18 214.6 Progress (1): 0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 0.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.8/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 1.9/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.0/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.1/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.2/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.3/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.4/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.5/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.6/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7/2.7 MB error 03-Jan-2023 00:11:50 Progress (1): 2.7 MB error 03-Jan-2023 00:11:50 error 03-Jan-2023 00:11:50 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.3 MB/s) error 03-Jan-2023 00:11:50 #18 215.1 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:11:50 #18 215.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 00:11:50 #18 215.2 Progress (1): 2.9 kB error 03-Jan-2023 00:11:51 error 03-Jan-2023 00:11:51 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 00:11:51 #18 215.3 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 00:11:51 #18 215.5 Progress (1): 3.3/11 kB error 03-Jan-2023 00:11:51 Progress (1): 6.1/11 kB error 03-Jan-2023 00:11:51 Progress (1): 8.9/11 kB error 03-Jan-2023 00:11:51 Progress (1): 11 kB error 03-Jan-2023 00:11:51 error 03-Jan-2023 00:11:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatasharing/1.9.0/metadatasharing-1.9.0.pom (11 kB at 51 kB/s) error 03-Jan-2023 00:11:51 #18 215.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 00:11:51 #18 215.9 Progress (1): 4.1/509 kB error 03-Jan-2023 00:11:51 Progress (1): 8.2/509 kB error 03-Jan-2023 00:11:51 Progress (1): 12/509 kB error 03-Jan-2023 00:11:51 Progress (1): 16/509 kB error 03-Jan-2023 00:11:51 Progress (1): 20/509 kB error 03-Jan-2023 00:11:51 Progress (1): 25/509 kB error 03-Jan-2023 00:11:51 Progress (1): 29/509 kB error 03-Jan-2023 00:11:51 Progress (1): 33/509 kB error 03-Jan-2023 00:11:51 Progress (1): 37/509 kB error 03-Jan-2023 00:11:51 Progress (1): 41/509 kB error 03-Jan-2023 00:11:51 Progress (1): 45/509 kB error 03-Jan-2023 00:11:51 Progress (1): 49/509 kB error 03-Jan-2023 00:11:51 Progress (1): 52/509 kB error 03-Jan-2023 00:11:51 Progress (1): 56/509 kB error 03-Jan-2023 00:11:51 Progress (1): 60/509 kB error 03-Jan-2023 00:11:51 Progress (1): 64/509 kB error 03-Jan-2023 00:11:51 Progress (1): 68/509 kB error 03-Jan-2023 00:11:51 Progress (1): 72/509 kB error 03-Jan-2023 00:11:51 Progress (1): 76/509 kB error 03-Jan-2023 00:11:51 Progress (1): 80/509 kB error 03-Jan-2023 00:11:51 Progress (1): 84/509 kB error 03-Jan-2023 00:11:51 Progress (1): 86/509 kB error 03-Jan-2023 00:11:51 Progress (1): 91/509 kB error 03-Jan-2023 00:11:51 Progress (1): 95/509 kB error 03-Jan-2023 00:11:51 Progress (1): 99/509 kB error 03-Jan-2023 00:11:51 Progress (1): 103/509 kB error 03-Jan-2023 00:11:51 Progress (1): 107/509 kB error 03-Jan-2023 00:11:51 Progress (1): 111/509 kB error 03-Jan-2023 00:11:51 Progress (1): 115/509 kB error 03-Jan-2023 00:11:51 Progress (1): 119/509 kB error 03-Jan-2023 00:11:51 Progress (1): 121/509 kB error 03-Jan-2023 00:11:51 Progress (1): 125/509 kB error 03-Jan-2023 00:11:51 Progress (1): 129/509 kB error 03-Jan-2023 00:11:51 Progress (1): 134/509 kB error 03-Jan-2023 00:11:51 Progress (1): 138/509 kB error 03-Jan-2023 00:11:51 Progress (1): 142/509 kB error 03-Jan-2023 00:11:51 Progress (1): 146/509 kB error 03-Jan-2023 00:11:51 Progress (1): 150/509 kB error 03-Jan-2023 00:11:51 Progress (1): 154/509 kB error 03-Jan-2023 00:11:51 Progress (1): 156/509 kB error 03-Jan-2023 00:11:51 Progress (1): 160/509 kB error 03-Jan-2023 00:11:51 Progress (1): 164/509 kB error 03-Jan-2023 00:11:51 Progress (1): 168/509 kB error 03-Jan-2023 00:11:51 Progress (1): 172/509 kB error 03-Jan-2023 00:11:51 Progress (1): 177/509 kB error 03-Jan-2023 00:11:51 Progress (1): 181/509 kB error 03-Jan-2023 00:11:51 Progress (1): 185/509 kB error 03-Jan-2023 00:11:51 Progress (1): 189/509 kB error 03-Jan-2023 00:11:51 Progress (1): 191/509 kB error 03-Jan-2023 00:11:51 Progress (1): 195/509 kB error 03-Jan-2023 00:11:51 Progress (1): 199/509 kB error 03-Jan-2023 00:11:51 Progress (1): 203/509 kB error 03-Jan-2023 00:11:51 Progress (1): 207/509 kB error 03-Jan-2023 00:11:51 Progress (1): 211/509 kB error 03-Jan-2023 00:11:51 Progress (1): 215/509 kB error 03-Jan-2023 00:11:51 Progress (1): 220/509 kB error 03-Jan-2023 00:11:51 Progress (1): 224/509 kB error 03-Jan-2023 00:11:51 Progress (1): 226/509 kB error 03-Jan-2023 00:11:51 Progress (1): 230/509 kB error 03-Jan-2023 00:11:51 Progress (1): 234/509 kB error 03-Jan-2023 00:11:51 Progress (1): 238/509 kB error 03-Jan-2023 00:11:51 Progress (1): 242/509 kB error 03-Jan-2023 00:11:51 Progress (1): 246/509 kB error 03-Jan-2023 00:11:51 Progress (1): 250/509 kB error 03-Jan-2023 00:11:51 Progress (1): 254/509 kB error 03-Jan-2023 00:11:51 Progress (1): 258/509 kB error 03-Jan-2023 00:11:51 Progress (1): 261/509 kB error 03-Jan-2023 00:11:51 Progress (1): 265/509 kB error 03-Jan-2023 00:11:51 Progress (1): 269/509 kB error 03-Jan-2023 00:11:51 Progress (1): 273/509 kB error 03-Jan-2023 00:11:51 Progress (1): 277/509 kB error 03-Jan-2023 00:11:51 Progress (1): 281/509 kB error 03-Jan-2023 00:11:51 Progress (1): 285/509 kB error 03-Jan-2023 00:11:51 Progress (1): 289/509 kB error 03-Jan-2023 00:11:51 Progress (1): 293/509 kB error 03-Jan-2023 00:11:51 Progress (1): 295/509 kB error 03-Jan-2023 00:11:51 Progress (1): 299/509 kB error 03-Jan-2023 00:11:51 Progress (1): 304/509 kB error 03-Jan-2023 00:11:51 Progress (1): 308/509 kB error 03-Jan-2023 00:11:51 Progress (1): 312/509 kB error 03-Jan-2023 00:11:51 Progress (1): 316/509 kB error 03-Jan-2023 00:11:51 Progress (1): 320/509 kB error 03-Jan-2023 00:11:51 Progress (1): 324/509 kB error 03-Jan-2023 00:11:51 Progress (1): 328/509 kB error 03-Jan-2023 00:11:51 Progress (1): 330/509 kB error 03-Jan-2023 00:11:51 Progress (1): 334/509 kB error 03-Jan-2023 00:11:51 Progress (1): 338/509 kB error 03-Jan-2023 00:11:51 Progress (1): 342/509 kB error 03-Jan-2023 00:11:51 Progress (1): 347/509 kB error 03-Jan-2023 00:11:51 Progress (1): 351/509 kB error 03-Jan-2023 00:11:51 Progress (1): 355/509 kB error 03-Jan-2023 00:11:51 Progress (1): 359/509 kB error 03-Jan-2023 00:11:51 Progress (1): 363/509 kB error 03-Jan-2023 00:11:51 Progress (1): 365/509 kB error 03-Jan-2023 00:11:51 Progress (1): 369/509 kB error 03-Jan-2023 00:11:51 Progress (1): 373/509 kB error 03-Jan-2023 00:11:51 Progress (1): 377/509 kB error 03-Jan-2023 00:11:51 Progress (1): 381/509 kB error 03-Jan-2023 00:11:51 Progress (1): 385/509 kB error 03-Jan-2023 00:11:51 Progress (1): 390/509 kB error 03-Jan-2023 00:11:51 Progress (1): 394/509 kB error 03-Jan-2023 00:11:51 Progress (1): 398/509 kB error 03-Jan-2023 00:11:51 Progress (1): 400/509 kB error 03-Jan-2023 00:11:51 Progress (1): 404/509 kB error 03-Jan-2023 00:11:51 Progress (1): 408/509 kB error 03-Jan-2023 00:11:51 Progress (1): 412/509 kB error 03-Jan-2023 00:11:51 Progress (1): 416/509 kB error 03-Jan-2023 00:11:51 Progress (1): 420/509 kB error 03-Jan-2023 00:11:51 Progress (1): 424/509 kB error 03-Jan-2023 00:11:51 Progress (1): 428/509 kB error 03-Jan-2023 00:11:51 Progress (1): 433/509 kB error 03-Jan-2023 00:11:51 Progress (1): 435/509 kB error 03-Jan-2023 00:11:51 Progress (1): 439/509 kB error 03-Jan-2023 00:11:51 Progress (1): 443/509 kB error 03-Jan-2023 00:11:51 Progress (1): 447/509 kB error 03-Jan-2023 00:11:51 Progress (1): 449/509 kB error 03-Jan-2023 00:11:51 Progress (1): 453/509 kB error 03-Jan-2023 00:11:51 Progress (1): 458/509 kB error 03-Jan-2023 00:11:51 Progress (1): 462/509 kB error 03-Jan-2023 00:11:51 Progress (1): 466/509 kB error 03-Jan-2023 00:11:51 Progress (1): 470/509 kB error 03-Jan-2023 00:11:51 Progress (1): 474/509 kB error 03-Jan-2023 00:11:51 Progress (1): 478/509 kB error 03-Jan-2023 00:11:51 Progress (1): 482/509 kB error 03-Jan-2023 00:11:51 Progress (1): 484/509 kB error 03-Jan-2023 00:11:51 Progress (1): 488/509 kB error 03-Jan-2023 00:11:51 Progress (1): 492/509 kB error 03-Jan-2023 00:11:51 Progress (1): 496/509 kB error 03-Jan-2023 00:11:51 Progress (1): 501/509 kB error 03-Jan-2023 00:11:51 Progress (1): 503/509 kB error 03-Jan-2023 00:11:51 Progress (1): 507/509 kB error 03-Jan-2023 00:11:51 Progress (1): 509 kB error 03-Jan-2023 00:11:52 error 03-Jan-2023 00:11:52 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 398 kB/s) error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying addresshierarchy-omod-2.15.0.jar to /app/package/target/distro/web/modules/addresshierarchy-2.15.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying legacyui-omod-1.13.0.jar to /app/package/target/distro/web/modules/legacyui-1.13.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying openconceptlab-omod-2.0.0.jar to /app/package/target/distro/web/modules/openconceptlab-2.0.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying metadatadeploy-omod-1.13.0.jar to /app/package/target/distro/web/modules/metadatadeploy-1.13.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying reportingrest-omod-1.14.0.jar to /app/package/target/distro/web/modules/reportingrest-1.14.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying owa-omod-1.14.0.jar to /app/package/target/distro/web/modules/owa-1.14.0.omod error 03-Jan-2023 00:11:52 #18 216.9 [INFO] Copying fhir2-omod-1.8.0.jar to /app/package/target/distro/web/modules/fhir2-1.8.0.omod error 03-Jan-2023 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:52 #18 217.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 00:11:53 #18 217.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 00:11:53 #18 217.3 [INFO] Copying adminui-omod-1.6.0.jar to /app/package/target/distro/web/modules/adminui-1.6.0.omod error 03-Jan-2023 00:11:53 #18 217.3 [INFO] Copying registrationcore-omod-1.12.0.jar to /app/package/target/distro/web/modules/registrationcore-1.12.0.omod error 03-Jan-2023 00:11:53 #18 217.3 [INFO] Copying appointmentscheduling-omod-1.17.0.jar to /app/package/target/distro/web/modules/appointmentscheduling-1.17.0.omod error 03-Jan-2023 00:11:53 #18 217.3 [INFO] Copying atlas-omod-2.2.6.omod to /app/package/target/distro/web/modules/atlas-2.2.6.omod error 03-Jan-2023 00:11:53 #18 217.3 [INFO] Copying calculation-omod-1.3.0.jar to /app/package/target/distro/web/modules/calculation-1.3.0.omod error 03-Jan-2023 00:11:53 #18 217.3 [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 00:11:53 #18 217.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 00:11:53 #18 217.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 00:11:53 #18 217.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 00:11:53 #18 217.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 00:11:53 #18 217.3 error 03-Jan-2023 00:11:53 #18 217.3 Downloading OWAs... error 03-Jan-2023 00:11:53 #18 217.3 error 03-Jan-2023 00:11:53 #18 217.3 error 03-Jan-2023 00:11:53 #18 217.3 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:11:53 #18 217.6 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:11:53 #18 217.6 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom error 03-Jan-2023 00:11:53 #18 217.8 Progress (1): 424 B error 03-Jan-2023 00:11:53 error 03-Jan-2023 00:11:53 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.pom (424 B at 1.3 kB/s) error 03-Jan-2023 00:11:53 #18 218.0 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip error 03-Jan-2023 00:11:54 #18 218.4 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.2/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.3/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.4/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.5/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.6/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.7/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.8/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 0.9/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.0/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1/1.1 MB error 03-Jan-2023 00:11:54 Progress (1): 1.1 MB error 03-Jan-2023 00:11:54 error 03-Jan-2023 00:11:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/owa/sysadmin/1.2/sysadmin-1.2.zip (1.1 MB at 1.7 MB/s) error 03-Jan-2023 00:11:54 #18 218.7 [INFO] Copying sysadmin-1.2.zip to /app/package/target/distro/web/owa/sysadmin-1.2.zip error 03-Jan-2023 00:11:54 #18 218.8 error 03-Jan-2023 00:11:54 #18 218.8 Creating Docker Compose configuration... error 03-Jan-2023 00:11:54 #18 218.8 error 03-Jan-2023 00:11:55 #18 220.1 error 03-Jan-2023 00:11:55 #18 220.1 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/distro error 03-Jan-2023 00:11:55 #18 220.1 error 03-Jan-2023 00:11:55 #18 220.1 [INFO] error 03-Jan-2023 00:11:55 #18 220.1 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-bundled-distro) @ referenceapplication-package --- error 03-Jan-2023 00:11:56 #18 220.2 error 03-Jan-2023 00:11:56 #18 220.2 Downloading modules... error 03-Jan-2023 00:11:56 #18 220.2 error 03-Jan-2023 00:11:56 #18 220.3 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 03-Jan-2023 00:11:56 #18 220.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 00:11:56 #18 221.0 error 03-Jan-2023 00:11:56 #18 221.0 file:/app/package/target/bundled-distro/web/openmrs-2.5.8.war error 03-Jan-2023 00:11:56 #18 221.0 error 03-Jan-2023 00:11:56 #18 221.0 target:/app/package/target/bundled-distro/web error 03-Jan-2023 00:11:57 #18 221.5 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 03-Jan-2023 00:11:57 #18 221.8 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 03-Jan-2023 00:11:57 #18 221.8 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 03-Jan-2023 00:11:57 #18 221.9 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 03-Jan-2023 00:11:57 #18 222.0 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 03-Jan-2023 00:11:57 #18 222.1 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 03-Jan-2023 00:11:57 #18 222.1 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 03-Jan-2023 00:11:57 #18 222.1 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0-SNAPSHOT:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:5.1.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.17.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.13.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.11.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.38.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.9:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.25.0:jar error 03-Jan-2023 00:11:57 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar error 03-Jan-2023 00:11:58 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.12.0:jar error 03-Jan-2023 00:11:58 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.17.0:jar error 03-Jan-2023 00:11:58 #18 222.2 [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.6:omod error 03-Jan-2023 00:11:58 #18 222.3 [WARNING] The POM for org.openmrs.module:atlas-omod:omod:2.2.6 is missing, no dependency information available error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.38.0:jar error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.9:jar error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.23.0:jar error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.23.0:jar error 03-Jan-2023 00:11:58 #18 222.3 [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.9.0:jar error 03-Jan-2023 00:11:58 #18 222.4 [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 00:11:58 #18 222.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 00:11:58 #18 222.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 00:11:58 #18 222.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 00:11:58 #18 222.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 00:11:58 #18 222.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 00:11:58 #18 222.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 00:11:58 #18 222.4 [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 00:11:58 #18 222.4 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.5 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 [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 00:11:58 #18 222.6 error 03-Jan-2023 00:11:58 #18 222.6 Downloading OWAs... error 03-Jan-2023 00:11:58 #18 222.6 error 03-Jan-2023 00:11:58 #18 222.6 error 03-Jan-2023 00:11:58 #18 222.6 Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2 error 03-Jan-2023 00:11:58 #18 222.7 [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip error 03-Jan-2023 00:11:58 #18 222.7 [INFO] Copying sysadmin-1.2.zip to /app/package/target/bundled-distro/web/WEB-INF/bundledOwas/sysadmin-1.2.zip error 03-Jan-2023 00:12:00 #18 224.7 error 03-Jan-2023 00:12:00 #18 224.7 Creating Docker Compose configuration... error 03-Jan-2023 00:12:00 #18 224.7 error 03-Jan-2023 00:12:01 #18 225.3 error 03-Jan-2023 00:12:01 #18 225.3 The 'referenceapplication' distribution created! To start up the server run 'docker-compose up' from /app/package/target/bundled-distro error 03-Jan-2023 00:12:01 #18 225.3 error 03-Jan-2023 00:12:01 #18 225.3 [INFO] error 03-Jan-2023 00:12:01 #18 225.3 [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ referenceapplication-package --- error 03-Jan-2023 00:12:01 #18 225.4 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 00:12:01 #18 225.7 Progress (1): 1.5 kB error 03-Jan-2023 00:12:01 error 03-Jan-2023 00:12:01 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.3 kB/s) error 03-Jan-2023 00:12:01 #18 225.9 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 00:12:01 #18 226.0 Progress (1): 3.4/19 kB error 03-Jan-2023 00:12:01 Progress (1): 6.2/19 kB error 03-Jan-2023 00:12:01 Progress (1): 9.0/19 kB error 03-Jan-2023 00:12:01 Progress (1): 12/19 kB error 03-Jan-2023 00:12:01 Progress (1): 15/19 kB error 03-Jan-2023 00:12:02 Progress (1): 17/19 kB error 03-Jan-2023 00:12:02 Progress (1): 19 kB error 03-Jan-2023 00:12:02 error 03-Jan-2023 00:12: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 55 kB/s) error 03-Jan-2023 00:12:02 #18 226.3 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 00:12:02 #18 226.4 Progress (1): 1.6 kB error 03-Jan-2023 00:12:02 error 03-Jan-2023 00:12: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 6.5 kB/s) error 03-Jan-2023 00:12:02 #18 226.6 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 00:12:02 #18 226.7 Progress (1): 3.3/7.6 kB error 03-Jan-2023 00:12:02 Progress (1): 6.1/7.6 kB error 03-Jan-2023 00:12:02 Progress (1): 7.6 kB error 03-Jan-2023 00:12:02 error 03-Jan-2023 00:12: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 32 kB/s) error 03-Jan-2023 00:12:02 #18 226.8 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 00:12:02 #18 227.0 Progress (1): 2.1 kB error 03-Jan-2023 00:12:02 error 03-Jan-2023 00:12: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 8.6 kB/s) error 03-Jan-2023 00:12:02 #18 227.1 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 00:12:02 #18 227.2 Progress (1): 3.1 kB error 03-Jan-2023 00:12:03 error 03-Jan-2023 00:12: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 00:12:03 #18 227.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 00:12:03 #18 227.5 Progress (1): 2.0 kB error 03-Jan-2023 00:12:03 error 03-Jan-2023 00:12: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 7.9 kB/s) error 03-Jan-2023 00:12:03 #18 227.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 00:12:03 #18 227.7 Progress (1): 2.0 kB error 03-Jan-2023 00:12:03 error 03-Jan-2023 00:12: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.0 kB/s) error 03-Jan-2023 00:12:03 #18 227.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 00:12:03 #18 228.0 Progress (1): 1.9 kB error 03-Jan-2023 00:12:03 error 03-Jan-2023 00:12:04 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 00:12:04 #18 228.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 00:12:04 #18 228.3 Progress (1): 1.7 kB error 03-Jan-2023 00:12:04 error 03-Jan-2023 00:12: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 6.4 kB/s) error 03-Jan-2023 00:12:04 #18 228.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 00:12:04 #18 228.5 Progress (1): 2.7 kB error 03-Jan-2023 00:12:04 error 03-Jan-2023 00:12: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 9.2 kB/s) error 03-Jan-2023 00:12:04 #18 228.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 00:12:04 #18 228.9 Progress (1): 2.7 kB error 03-Jan-2023 00:12:04 error 03-Jan-2023 00:12: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 9.5 kB/s) error 03-Jan-2023 00:12:04 #18 229.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 00:12:05 #18 229.2 Progress (1): 2.0 kB error 03-Jan-2023 00:12:05 error 03-Jan-2023 00:12:05 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.5 kB/s) error 03-Jan-2023 00:12:05 #18 229.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 00:12:05 #18 229.5 Progress (1): 2.1 kB error 03-Jan-2023 00:12:05 error 03-Jan-2023 00:12:05 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 00:12:05 #18 229.7 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 00:12:05 #18 229.9 Progress (1): 1.3 kB error 03-Jan-2023 00:12:05 error 03-Jan-2023 00:12: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 3.3 kB/s) error 03-Jan-2023 00:12:06 #18 230.2 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 00:12:06 #18 230.3 Progress (1): 3.4/4.0 kB error 03-Jan-2023 00:12:06 Progress (1): 4.0 kB error 03-Jan-2023 00:12:06 error 03-Jan-2023 00:12:06 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 00:12:06 #18 230.6 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 00:12:06 #18 230.7 Progress (1): 1.9 kB error 03-Jan-2023 00:12:06 error 03-Jan-2023 00:12:06 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.3 kB/s) error 03-Jan-2023 00:12:06 #18 230.9 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 00:12:06 #18 231.0 Progress (1): 3.3/7.8 kB error 03-Jan-2023 00:12:06 Progress (1): 6.1/7.8 kB error 03-Jan-2023 00:12:06 Progress (1): 7.8 kB error 03-Jan-2023 00:12:06 error 03-Jan-2023 00:12:07 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 31 kB/s) error 03-Jan-2023 00:12:07 #18 231.2 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 00:12:07 #18 231.3 Progress (1): 3.0 kB error 03-Jan-2023 00:12:07 error 03-Jan-2023 00:12:07 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 00:12:07 #18 231.5 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 00:12:07 #18 231.6 Progress (1): 2.2 kB error 03-Jan-2023 00:12:07 error 03-Jan-2023 00:12:07 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.1 kB/s) error 03-Jan-2023 00:12:07 #18 231.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 00:12:07 #18 232.0 Progress (1): 865 B error 03-Jan-2023 00:12:07 error 03-Jan-2023 00:12: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.2 kB/s) error 03-Jan-2023 00:12:08 #18 232.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 00:12:08 #18 232.3 Progress (1): 3.4/3.6 kB error 03-Jan-2023 00:12:08 Progress (1): 3.6 kB error 03-Jan-2023 00:12:08 error 03-Jan-2023 00:12:08 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 13 kB/s) error 03-Jan-2023 00:12:08 #18 232.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 00:12:08 #18 232.7 Progress (1): 690 B error 03-Jan-2023 00:12:08 error 03-Jan-2023 00:12:08 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.8 kB/s) error 03-Jan-2023 00:12:08 #18 232.9 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 00:12:08 #18 233.0 Progress (1): 769 B error 03-Jan-2023 00:12:09 error 03-Jan-2023 00:12: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 2.6 kB/s) error 03-Jan-2023 00:12:09 #18 233.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 00:12:09 #18 233.3 Progress (1): 1.2 kB error 03-Jan-2023 00:12:09 error 03-Jan-2023 00:12: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.1 kB/s) error 03-Jan-2023 00:12:09 #18 233.4 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 00:12:09 #18 233.6 Progress (1): 2.8 kB error 03-Jan-2023 00:12:09 error 03-Jan-2023 00:12:09 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 10 kB/s) error 03-Jan-2023 00:12:09 #18 233.9 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom error 03-Jan-2023 00:12:09 #18 234.0 Progress (1): 747 B error 03-Jan-2023 00:12:09 error 03-Jan-2023 00:12:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 2.8 kB/s) error 03-Jan-2023 00:12:10 #18 234.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.jar error 03-Jan-2023 00:12:10 #18 234.3 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 00:12:10 #18 234.3 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 00:12:10 #18 234.4 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 00:12:10 #18 234.4 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 00:12:10 #18 234.8 Progress (1): 3.4/89 kB error 03-Jan-2023 00:12:10 Progress (1): 6.2/89 kB error 03-Jan-2023 00:12:10 Progress (1): 9.0/89 kB error 03-Jan-2023 00:12:10 Progress (1): 12/89 kB error 03-Jan-2023 00:12:10 Progress (1): 15/89 kB error 03-Jan-2023 00:12:10 Progress (1): 17/89 kB error 03-Jan-2023 00:12:10 Progress (1): 20/89 kB error 03-Jan-2023 00:12:10 Progress (1): 23/89 kB error 03-Jan-2023 00:12:10 Progress (1): 26/89 kB error 03-Jan-2023 00:12:10 Progress (1): 29/89 kB error 03-Jan-2023 00:12:10 Progress (1): 31/89 kB error 03-Jan-2023 00:12:10 Progress (1): 34/89 kB error 03-Jan-2023 00:12:10 Progress (1): 37/89 kB error 03-Jan-2023 00:12:10 Progress (1): 40/89 kB error 03-Jan-2023 00:12:10 Progress (1): 43/89 kB error 03-Jan-2023 00:12:10 Progress (1): 45/89 kB error 03-Jan-2023 00:12:10 Progress (1): 48/89 kB error 03-Jan-2023 00:12:10 Progress (1): 51/89 kB error 03-Jan-2023 00:12:10 Progress (1): 54/89 kB error 03-Jan-2023 00:12:10 Progress (1): 57/89 kB error 03-Jan-2023 00:12:10 Progress (1): 59/89 kB error 03-Jan-2023 00:12:10 Progress (1): 62/89 kB error 03-Jan-2023 00:12:10 Progress (1): 65/89 kB error 03-Jan-2023 00:12:10 Progress (1): 68/89 kB error 03-Jan-2023 00:12:10 Progress (1): 71/89 kB error 03-Jan-2023 00:12:10 Progress (1): 73/89 kB error 03-Jan-2023 00:12:10 Progress (1): 76/89 kB error 03-Jan-2023 00:12:10 Progress (1): 79/89 kB error 03-Jan-2023 00:12:10 Progress (1): 82/89 kB error 03-Jan-2023 00:12:10 Progress (1): 85/89 kB error 03-Jan-2023 00:12:10 Progress (1): 87/89 kB error 03-Jan-2023 00:12:10 Progress (1): 89 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 87 kB/s) error 03-Jan-2023 00:12:11 #18 235.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.jar error 03-Jan-2023 00:12:11 #18 235.4 Progress (1): 3.4/13 kB error 03-Jan-2023 00:12:11 Progress (1): 6.2/13 kB error 03-Jan-2023 00:12:11 Progress (1): 9.0/13 kB error 03-Jan-2023 00:12:11 Progress (1): 12/13 kB error 03-Jan-2023 00:12:11 Progress (1): 13 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 3.3/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 6.1/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 8.9/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 12/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 15/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 17/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 20/21 kB error 03-Jan-2023 00:12:11 Progress (2): 13 kB | 21 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 11 kB/s) error 03-Jan-2023 00:12:11 #18 235.5 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 00:12:11 #18 235.5 Progress (2): 21 kB | 3.4/160 kB error 03-Jan-2023 00:12:11 Progress (2): 21 kB | 6.2/160 kB error 03-Jan-2023 00:12:11 Progress (2): 21 kB | 9.0/160 kB error 03-Jan-2023 00:12:11 Progress (2): 21 kB | 12/160 kB error 03-Jan-2023 00:12:11 Progress (3): 21 kB | 12/160 kB | 3.4/49 kB error 03-Jan-2023 00:12:11 Progress (3): 21 kB | 12/160 kB | 6.2/49 kB error 03-Jan-2023 00:12:11 Progress (3): 21 kB | 12/160 kB | 9.0/49 kB error 03-Jan-2023 00:12:11 Progress (3): 21 kB | 12/160 kB | 12/49 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 18 kB/s) error 03-Jan-2023 00:12:11 #18 235.6 Progress (3): 12/160 kB | 12/49 kB | 3.4/35 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 00:12:11 #18 235.6 Progress (3): 15/160 kB | 12/49 kB | 3.4/35 kB error 03-Jan-2023 00:12:11 Progress (3): 17/160 kB | 12/49 kB | 3.4/35 kB error 03-Jan-2023 00:12:11 Progress (3): 20/160 kB | 12/49 kB | 3.4/35 kB error 03-Jan-2023 00:12:11 Progress (3): 20/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 00:12:11 Progress (3): 23/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 00:12:11 Progress (3): 26/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 00:12:11 Progress (3): 29/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 00:12:11 Progress (3): 31/160 kB | 12/49 kB | 6.2/35 kB error 03-Jan-2023 00:12:11 Progress (3): 31/160 kB | 12/49 kB | 9.0/35 kB error 03-Jan-2023 00:12:11 Progress (3): 34/160 kB | 12/49 kB | 9.0/35 kB error 03-Jan-2023 00:12:11 Progress (3): 34/160 kB | 15/49 kB | 9.0/35 kB error 03-Jan-2023 00:12:11 Progress (3): 34/160 kB | 15/49 kB | 12/35 kB error 03-Jan-2023 00:12:11 Progress (3): 34/160 kB | 17/49 kB | 12/35 kB error 03-Jan-2023 00:12:11 Progress (3): 37/160 kB | 17/49 kB | 12/35 kB error 03-Jan-2023 00:12:11 Progress (3): 37/160 kB | 20/49 kB | 12/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 20/49 kB | 12/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 20/49 kB | 15/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 23/49 kB | 15/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 23/49 kB | 17/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 26/49 kB | 17/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 26/49 kB | 20/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 29/49 kB | 20/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 31/49 kB | 20/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 34/49 kB | 20/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 34/49 kB | 23/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 34/49 kB | 26/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 37/49 kB | 26/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 40/49 kB | 26/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 40/49 kB | 29/35 kB error 03-Jan-2023 00:12:11 Progress (3): 39/160 kB | 40/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 42/160 kB | 40/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 42/160 kB | 43/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 42/160 kB | 45/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 45/160 kB | 45/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 45/160 kB | 48/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 48/160 kB | 48/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 51/160 kB | 48/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 53/160 kB | 48/49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 53/160 kB | 49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 56/160 kB | 49 kB | 31/35 kB error 03-Jan-2023 00:12:11 Progress (3): 56/160 kB | 49 kB | 34/35 kB error 03-Jan-2023 00:12:11 Progress (3): 59/160 kB | 49 kB | 34/35 kB error 03-Jan-2023 00:12:11 Progress (3): 59/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 62/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 65/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 67/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 70/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 73/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 76/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 79/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 81/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 84/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 87/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (3): 90/160 kB | 49 kB | 35 kB error 03-Jan-2023 00:12:11 Progress (4): 90/160 kB | 49 kB | 35 kB | 3.4/87 kB error 03-Jan-2023 00:12:11 Progress (4): 90/160 kB | 49 kB | 35 kB | 6.2/87 kB error 03-Jan-2023 00:12:11 Progress (4): 90/160 kB | 49 kB | 35 kB | 9.0/87 kB error 03-Jan-2023 00:12:11 Progress (4): 90/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 93/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 95/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 98/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 101/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 104/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 107/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 109/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 112/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 115/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 118/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 121/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 123/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 126/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 129/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 132/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 135/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 137/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 140/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 143/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 146/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 149/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 151/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 154/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 157/160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 12/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 15/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 17/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 20/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 23/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 26/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 29/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 31/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 34/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 37/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 40/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 43/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 45/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 48/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 51/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 54/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 56/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 59/87 kB error 03-Jan-2023 00:12:11 Progress (4): 160 kB | 49 kB | 35 kB | 62/87 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 22 kB/s) error 03-Jan-2023 00:12:11 #18 236.1 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 29 kB/s) error 03-Jan-2023 00:12:11 #18 236.1 Progress (2): 160 kB | 65/87 kB error 03-Jan-2023 00:12:11 error 03-Jan-2023 00:12: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 00:12:11 #18 236.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.jar error 03-Jan-2023 00:12:11 #18 236.1 Progress (2): 160 kB | 68/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 70/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 73/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 76/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 79/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 82/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 84/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 87/87 kB error 03-Jan-2023 00:12:11 Progress (2): 160 kB | 87 kB error 03-Jan-2023 00:12:12 error 03-Jan-2023 00:12:12 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 87 kB/s) error 03-Jan-2023 00:12:12 #18 236.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 00:12:12 #18 236.8 Progress (2): 87 kB | 3.4/122 kB error 03-Jan-2023 00:12:12 Progress (3): 87 kB | 3.4/122 kB | 3.4/14 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 3.4/122 kB | 3.4/14 kB | 3.4/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 3.4/122 kB | 6.2/14 kB | 3.4/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 3.4/122 kB | 6.2/14 kB | 6.2/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 6.2/122 kB | 6.2/14 kB | 6.2/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 9.0/122 kB | 6.2/14 kB | 6.2/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 9.0/122 kB | 6.2/14 kB | 9.0/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 12/122 kB | 6.2/14 kB | 9.0/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 12/122 kB | 6.2/14 kB | 12/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 15/122 kB | 6.2/14 kB | 12/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 15/122 kB | 9.0/14 kB | 12/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 17/122 kB | 9.0/14 kB | 12/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 17/122 kB | 9.0/14 kB | 15/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 17/122 kB | 12/14 kB | 15/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 20/122 kB | 12/14 kB | 15/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 20/122 kB | 14 kB | 15/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 20/122 kB | 14 kB | 17/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 23/122 kB | 14 kB | 17/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 23/122 kB | 14 kB | 20/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 23/122 kB | 14 kB | 23/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 26/122 kB | 14 kB | 23/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 29/122 kB | 14 kB | 23/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 31/122 kB | 14 kB | 23/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 34/122 kB | 14 kB | 23/25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 34/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 37/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 40/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 43/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 45/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 48/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 51/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 54/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 56/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 59/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 62/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 65/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 68/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 70/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 73/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 76/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 79/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 82/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 84/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 87/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 90/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 93/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 95/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 98/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 101/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 104/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 107/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 109/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 112/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 115/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 118/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 121/122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 Progress (4): 87 kB | 122 kB | 14 kB | 25 kB error 03-Jan-2023 00:12:12 error 03-Jan-2023 00:12: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 35 kB/s) error 03-Jan-2023 00:12:12 #18 237.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.jar error 03-Jan-2023 00:12:12 #18 237.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 9.1 kB/s) error 03-Jan-2023 00:12:12 #18 237.2 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 45 kB/s) error 03-Jan-2023 00:12:12 #18 237.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 00:12:12 #18 237.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 00:12:12 #18 237.2 Progress (2): 14 kB | 3.4/29 kB error 03-Jan-2023 00:12:12 Progress (2): 14 kB | 6.2/29 kB error 03-Jan-2023 00:12:12 Progress (2): 14 kB | 9.0/29 kB error 03-Jan-2023 00:12:12 Progress (2): 14 kB | 12/29 kB error 03-Jan-2023 00:12:12 error 03-Jan-2023 00:12:13 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 5.1 kB/s) error 03-Jan-2023 00:12:13 #18 237.2 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 00:12:13 #18 237.2 Progress (1): 15/29 kB error 03-Jan-2023 00:12:13 Progress (1): 17/29 kB error 03-Jan-2023 00:12:13 Progress (1): 20/29 kB error 03-Jan-2023 00:12:13 Progress (1): 23/29 kB error 03-Jan-2023 00:12:13 Progress (1): 26/29 kB error 03-Jan-2023 00:12:13 Progress (1): 29/29 kB error 03-Jan-2023 00:12:13 Progress (1): 29 kB error 03-Jan-2023 00:12:13 Progress (2): 29 kB | 3.4/37 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 3.4/37 kB | 3.4/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 3.4/37 kB | 6.2/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 6.2/37 kB | 6.2/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 6.2/37 kB | 9.0/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 9.0/37 kB | 9.0/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 9.0/37 kB | 12/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 12/37 kB | 12/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 12/37 kB | 15/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 15/37 kB | 15/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 15/37 kB | 17/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 15/37 kB | 20/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 15/37 kB | 23/58 kB error 03-Jan-2023 00:12:13 Progress (3): 29 kB | 15/37 kB | 26/58 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 15/37 kB | 26/58 kB | 3.4/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 15/37 kB | 29/58 kB | 3.4/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 15/37 kB | 29/58 kB | 6.2/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 15/37 kB | 31/58 kB | 6.2/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 17/37 kB | 31/58 kB | 6.2/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 17/37 kB | 31/58 kB | 9.0/10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 17/37 kB | 31/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 17/37 kB | 34/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 20/37 kB | 34/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 20/37 kB | 37/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 23/37 kB | 37/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 29 kB | 26/37 kB | 37/58 kB | 10 kB error 03-Jan-2023 00:12:13 error 03-Jan-2023 00:12:13 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 10 kB/s) error 03-Jan-2023 00:12:13 #18 237.4 Progress (3): 26/37 kB | 40/58 kB | 10 kB error 03-Jan-2023 00:12:13 error 03-Jan-2023 00:12:13 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 00:12:13 #18 237.4 Progress (3): 26/37 kB | 43/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 29/37 kB | 43/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 29/37 kB | 45/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 29/37 kB | 48/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 31/37 kB | 48/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 34/37 kB | 48/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37/37 kB | 48/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37/37 kB | 51/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37/37 kB | 54/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37/37 kB | 56/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37 kB | 56/58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (3): 37 kB | 58 kB | 10 kB error 03-Jan-2023 00:12:13 Progress (4): 37 kB | 58 kB | 10 kB | 4.1/211 kB error 03-Jan-2023 00:12:13 Progress (4): 37 kB | 58 kB | 10 kB | 8.2/211 kB error 03-Jan-2023 00:12:13 Progress (4): 37 kB | 58 kB | 10 kB | 12/211 kB error 03-Jan-2023 00:12:13 Progress (4): 37 kB | 58 kB | 10 kB | 16/211 kB error 03-Jan-2023 00:12:13 error 03-Jan-2023 00:12:13 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 19 kB/s) error 03-Jan-2023 00:12:13 #18 237.5 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 3.4 kB/s) error 03-Jan-2023 00:12:13 #18 237.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 12 kB/s) error 03-Jan-2023 00:12:13 #18 237.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 00:12:13 #18 237.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 00:12:13 #18 237.5 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 00:12:13 #18 237.5 Progress (2): 16/211 kB | 3.4/155 kB error 03-Jan-2023 00:12:13 Progress (2): 20/211 kB | 3.4/155 kB error 03-Jan-2023 00:12:13 Progress (2): 25/211 kB | 3.4/155 kB error 03-Jan-2023 00:12:13 Progress (2): 29/211 kB | 3.4/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 3.4/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 6.2/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 9.0/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 12/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 15/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 17/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 20/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 23/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 26/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 29/155 kB error 03-Jan-2023 00:12:13 Progress (2): 33/211 kB | 31/155 kB error 03-Jan-2023 00:12:13 Progress (2): 37/211 kB | 31/155 kB error 03-Jan-2023 00:12:13 Progress (2): 41/211 kB | 31/155 kB error 03-Jan-2023 00:12:13 Progress (2): 45/211 kB | 31/155 kB error 03-Jan-2023 00:12:13 Progress (2): 49/211 kB | 31/155 kB error 03-Jan-2023 00:12:13 Progress (2): 49/211 kB | 34/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 34/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 37/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 40/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 43/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 45/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 48/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 51/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 54/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 57/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 59/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 62/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 65/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 68/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 70/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 73/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 76/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 79/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 82/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 84/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 87/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 90/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 93/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 96/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 98/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 101/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 104/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 107/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 110/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 112/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 115/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 118/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 121/155 kB error 03-Jan-2023 00:12:13 Progress (2): 52/211 kB | 124/155 kB error 03-Jan-2023 00:12:13 Progress (2): 56/211 kB | 124/155 kB error 03-Jan-2023 00:12:13 Progress (2): 60/211 kB | 124/155 kB error 03-Jan-2023 00:12:13 Progress (2): 64/211 kB | 124/155 kB error 03-Jan-2023 00:12:13 Progress (2): 68/211 kB | 124/155 kB error 03-Jan-2023 00:12:13 Progress (2): 68/211 kB | 126/155 kB error 03-Jan-2023 00:12:13 Progress (2): 68/211 kB | 129/155 kB error 03-Jan-2023 00:12:13 Progress (2): 68/211 kB | 132/155 kB error 03-Jan-2023 00:12:13 Progress (2): 72/211 kB | 132/155 kB error 03-Jan-2023 00:12:13 Progress (2): 76/211 kB | 132/155 kB error 03-Jan-2023 00:12:13 Progress (2): 80/211 kB | 132/155 kB error 03-Jan-2023 00:12:13 Progress (2): 84/211 kB | 132/155 kB error 03-Jan-2023 00:12:13 Progress (2): 84/211 kB | 135/155 kB error 03-Jan-2023 00:12:13 Progress (2): 87/211 kB | 135/155 kB error 03-Jan-2023 00:12:13 Progress (2): 87/211 kB | 138/155 kB error 03-Jan-2023 00:12:13 Progress (2): 87/211 kB | 140/155 kB error 03-Jan-2023 00:12:13 Progress (2): 87/211 kB | 143/155 kB error 03-Jan-2023 00:12:13 Progress (2): 91/211 kB | 143/155 kB error 03-Jan-2023 00:12:13 Progress (2): 91/211 kB | 146/155 kB error 03-Jan-2023 00:12:13 Progress (2): 95/211 kB | 146/155 kB error 03-Jan-2023 00:12:13 Progress (2): 99/211 kB | 146/155 kB error 03-Jan-2023 00:12:13 Progress (2): 99/211 kB | 149/155 kB error 03-Jan-2023 00:12:13 Progress (2): 103/211 kB | 149/155 kB error 03-Jan-2023 00:12:13 Progress (2): 107/211 kB | 149/155 kB error 03-Jan-2023 00:12:13 Progress (2): 107/211 kB | 152/155 kB error 03-Jan-2023 00:12:13 Progress (2): 107/211 kB | 154/155 kB error 03-Jan-2023 00:12:13 Progress (2): 111/211 kB | 154/155 kB error 03-Jan-2023 00:12:13 Progress (2): 115/211 kB | 154/155 kB error 03-Jan-2023 00:12:13 Progress (2): 119/211 kB | 154/155 kB error 03-Jan-2023 00:12:13 Progress (2): 119/211 kB | 155 kB error 03-Jan-2023 00:12:13 Progress (3): 119/211 kB | 155 kB | 3.4/19 kB error 03-Jan-2023 00:12:13 Progress (4): 119/211 kB | 155 kB | 3.4/19 kB | 3.4/25 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 3.4/19 kB | 3.4/25 kB | 3.4/4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 3.4/19 kB | 3.4/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 6.2/19 kB | 3.4/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 6.2/19 kB | 6.2/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 6.2/19 kB | 9.0/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 6.2/19 kB | 12/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 9.0/19 kB | 12/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 9.0/19 kB | 15/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 12/19 kB | 15/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 12/19 kB | 17/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 15/19 kB | 17/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 15/19 kB | 20/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 17/19 kB | 20/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 17/19 kB | 23/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 19 kB | 23/25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 119/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 121/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 125/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 130/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 134/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 138/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 142/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 146/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 150/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 154/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 156/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 160/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 164/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 168/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 173/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 177/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 181/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 185/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 189/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 191/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 195/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 199/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 203/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 207/211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 Progress (5): 211 kB | 155 kB | 19 kB | 25 kB | 4.6 kB error 03-Jan-2023 00:12:13 error 03-Jan-2023 00:12: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 46 kB/s) error 03-Jan-2023 00:12:13 #18 237.8 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.4 kB/s) error 03-Jan-2023 00:12:13 #18 237.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.jar error 03-Jan-2023 00:12:13 #18 237.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 5.7 kB/s) error 03-Jan-2023 00:12:13 #18 237.8 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar error 03-Jan-2023 00:12:13 #18 237.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 7.5 kB/s) error 03-Jan-2023 00:12:13 #18 238.0 Progress (2): 211 kB | 3.4/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 6.2/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 9.0/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 12/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 15/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 17/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 20/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 23/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 26/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 29/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 31/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 34/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 37/121 kB error 03-Jan-2023 00:12:13 Progress (2): 211 kB | 40/121 kB error 03-Jan-2023 00:12:13 error 03-Jan-2023 00:12:13 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 56 kB/s) error 03-Jan-2023 00:12:13 #18 238.1 Progress (1): 43/121 kB error 03-Jan-2023 00:12:13 Progress (1): 45/121 kB error 03-Jan-2023 00:12:13 Progress (1): 48/121 kB error 03-Jan-2023 00:12:13 Progress (1): 51/121 kB error 03-Jan-2023 00:12:13 Progress (1): 54/121 kB error 03-Jan-2023 00:12:13 Progress (1): 56/121 kB error 03-Jan-2023 00:12:13 Progress (1): 59/121 kB error 03-Jan-2023 00:12:13 Progress (1): 62/121 kB error 03-Jan-2023 00:12:13 Progress (1): 65/121 kB error 03-Jan-2023 00:12:13 Progress (1): 68/121 kB error 03-Jan-2023 00:12:13 Progress (1): 70/121 kB error 03-Jan-2023 00:12:13 Progress (1): 73/121 kB error 03-Jan-2023 00:12:13 Progress (1): 76/121 kB error 03-Jan-2023 00:12:13 Progress (1): 79/121 kB error 03-Jan-2023 00:12:13 Progress (1): 82/121 kB error 03-Jan-2023 00:12:13 Progress (1): 84/121 kB error 03-Jan-2023 00:12:13 Progress (1): 87/121 kB error 03-Jan-2023 00:12:13 Progress (1): 90/121 kB error 03-Jan-2023 00:12:13 Progress (1): 93/121 kB error 03-Jan-2023 00:12:13 Progress (1): 96/121 kB error 03-Jan-2023 00:12:13 Progress (1): 98/121 kB error 03-Jan-2023 00:12:13 Progress (1): 101/121 kB error 03-Jan-2023 00:12:13 Progress (1): 104/121 kB error 03-Jan-2023 00:12:13 Progress (1): 107/121 kB error 03-Jan-2023 00:12:13 Progress (1): 110/121 kB error 03-Jan-2023 00:12:13 Progress (1): 112/121 kB error 03-Jan-2023 00:12:13 Progress (1): 115/121 kB error 03-Jan-2023 00:12:13 Progress (1): 118/121 kB error 03-Jan-2023 00:12:13 Progress (1): 121 kB error 03-Jan-2023 00:12:14 error 03-Jan-2023 00:12:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 32 kB/s) error 03-Jan-2023 00:12:14 #18 238.3 Progress (1): 4.1/217 kB error 03-Jan-2023 00:12:14 Progress (1): 7.5/217 kB error 03-Jan-2023 00:12:14 Progress (1): 12/217 kB error 03-Jan-2023 00:12:14 Progress (1): 16/217 kB error 03-Jan-2023 00:12:14 Progress (1): 20/217 kB error 03-Jan-2023 00:12:14 Progress (1): 24/217 kB error 03-Jan-2023 00:12:14 Progress (1): 28/217 kB error 03-Jan-2023 00:12:14 Progress (1): 32/217 kB error 03-Jan-2023 00:12:14 Progress (1): 36/217 kB error 03-Jan-2023 00:12:14 Progress (1): 40/217 kB error 03-Jan-2023 00:12:14 Progress (1): 42/217 kB error 03-Jan-2023 00:12:14 Progress (1): 46/217 kB error 03-Jan-2023 00:12:14 Progress (1): 51/217 kB error 03-Jan-2023 00:12:14 Progress (1): 55/217 kB error 03-Jan-2023 00:12:14 Progress (1): 59/217 kB error 03-Jan-2023 00:12:14 Progress (1): 63/217 kB error 03-Jan-2023 00:12:14 Progress (1): 67/217 kB error 03-Jan-2023 00:12:14 Progress (1): 71/217 kB error 03-Jan-2023 00:12:14 Progress (1): 75/217 kB error 03-Jan-2023 00:12:14 Progress (1): 77/217 kB error 03-Jan-2023 00:12:14 Progress (1): 81/217 kB error 03-Jan-2023 00:12:14 Progress (1): 85/217 kB error 03-Jan-2023 00:12:14 Progress (1): 89/217 kB error 03-Jan-2023 00:12:14 Progress (1): 94/217 kB error 03-Jan-2023 00:12:14 Progress (1): 98/217 kB error 03-Jan-2023 00:12:14 Progress (1): 102/217 kB error 03-Jan-2023 00:12:14 Progress (1): 106/217 kB error 03-Jan-2023 00:12:14 Progress (1): 110/217 kB error 03-Jan-2023 00:12:14 Progress (1): 112/217 kB error 03-Jan-2023 00:12:14 Progress (1): 116/217 kB error 03-Jan-2023 00:12:14 Progress (1): 120/217 kB error 03-Jan-2023 00:12:14 Progress (1): 124/217 kB error 03-Jan-2023 00:12:14 Progress (1): 128/217 kB error 03-Jan-2023 00:12:14 Progress (1): 132/217 kB error 03-Jan-2023 00:12:14 Progress (1): 137/217 kB error 03-Jan-2023 00:12:14 Progress (1): 141/217 kB error 03-Jan-2023 00:12:14 Progress (1): 143/217 kB error 03-Jan-2023 00:12:14 Progress (1): 147/217 kB error 03-Jan-2023 00:12:14 Progress (1): 151/217 kB error 03-Jan-2023 00:12:14 Progress (1): 155/217 kB error 03-Jan-2023 00:12:14 Progress (1): 159/217 kB error 03-Jan-2023 00:12:14 Progress (1): 163/217 kB error 03-Jan-2023 00:12:14 Progress (1): 167/217 kB error 03-Jan-2023 00:12:14 Progress (1): 171/217 kB error 03-Jan-2023 00:12:14 Progress (1): 176/217 kB error 03-Jan-2023 00:12:14 Progress (1): 180/217 kB error 03-Jan-2023 00:12:14 Progress (1): 184/217 kB error 03-Jan-2023 00:12:14 Progress (1): 188/217 kB error 03-Jan-2023 00:12:14 Progress (1): 192/217 kB error 03-Jan-2023 00:12:14 Progress (1): 196/217 kB error 03-Jan-2023 00:12:14 Progress (1): 200/217 kB error 03-Jan-2023 00:12:14 Progress (1): 204/217 kB error 03-Jan-2023 00:12:14 Progress (1): 206/217 kB error 03-Jan-2023 00:12:14 Progress (1): 210/217 kB error 03-Jan-2023 00:12:14 Progress (1): 215/217 kB error 03-Jan-2023 00:12:14 Progress (1): 217 kB error 03-Jan-2023 00:12:14 error 03-Jan-2023 00:12:14 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 54 kB/s) error 03-Jan-2023 00:12:16 #18 240.5 [INFO] No sources to compile error 03-Jan-2023 00:12:16 #18 240.6 [INFO] error 03-Jan-2023 00:12:16 #18 240.6 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ referenceapplication-package --- error 03-Jan-2023 00:12:16 #18 240.6 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 03-Jan-2023 00:12:16 #18 240.6 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:12:16 #18 240.6 [INFO] skip non existing resourceDirectory /app/package/src/test/resources error 03-Jan-2023 00:12:16 #18 240.6 [INFO] error 03-Jan-2023 00:12:16 #18 240.6 [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ referenceapplication-package --- error 03-Jan-2023 00:12:16 #18 240.6 [INFO] No sources to compile error 03-Jan-2023 00:12:16 #18 240.6 [INFO] error 03-Jan-2023 00:12:16 #18 240.6 [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ referenceapplication-package --- error 03-Jan-2023 00:12:17 #18 241.2 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 00:12:17 #18 241.5 Progress (1): 3.0 kB error 03-Jan-2023 00:12:17 error 03-Jan-2023 00:12:17 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.7 kB/s) error 03-Jan-2023 00:12:17 #18 241.8 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 00:12:17 #18 241.9 Progress (1): 2.5 kB error 03-Jan-2023 00:12:17 error 03-Jan-2023 00:12: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 9.5 kB/s) error 03-Jan-2023 00:12:17 #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.pom error 03-Jan-2023 00:12:18 #18 242.2 Progress (1): 3.4/5.1 kB error 03-Jan-2023 00:12:18 Progress (1): 5.1 kB error 03-Jan-2023 00:12:18 error 03-Jan-2023 00:12:18 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 00:12:18 #18 242.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.pom error 03-Jan-2023 00:12:18 #18 242.5 Progress (1): 1.8 kB error 03-Jan-2023 00:12:18 error 03-Jan-2023 00:12: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.pom (1.8 kB at 7.3 kB/s) error 03-Jan-2023 00:12:18 #18 242.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 00:12:18 #18 242.7 Progress (1): 1.5 kB error 03-Jan-2023 00:12:18 error 03-Jan-2023 00:12: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.3 kB/s) error 03-Jan-2023 00:12:18 #18 242.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 00:12:18 #18 243.0 Progress (1): 3.4/3.5 kB error 03-Jan-2023 00:12:18 Progress (1): 3.5 kB error 03-Jan-2023 00:12:18 error 03-Jan-2023 00:12:19 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 15 kB/s) error 03-Jan-2023 00:12:19 #18 243.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 00:12:19 #18 243.3 Progress (1): 3.4/3.7 kB error 03-Jan-2023 00:12:19 Progress (1): 3.7 kB error 03-Jan-2023 00:12:19 error 03-Jan-2023 00:12: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.pom (3.7 kB at 14 kB/s) error 03-Jan-2023 00:12:19 #18 243.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 00:12:19 #18 243.5 Progress (1): 3.4/9.3 kB error 03-Jan-2023 00:12:19 Progress (1): 6.2/9.3 kB error 03-Jan-2023 00:12:19 Progress (1): 9.0/9.3 kB error 03-Jan-2023 00:12:19 Progress (1): 9.3 kB error 03-Jan-2023 00:12:19 error 03-Jan-2023 00:12:19 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 00:12:19 #18 243.7 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom error 03-Jan-2023 00:12:19 #18 243.8 Progress (1): 3.4/23 kB error 03-Jan-2023 00:12:19 Progress (1): 6.2/23 kB error 03-Jan-2023 00:12:19 Progress (1): 9.0/23 kB error 03-Jan-2023 00:12:19 Progress (1): 12/23 kB error 03-Jan-2023 00:12:19 Progress (1): 15/23 kB error 03-Jan-2023 00:12:19 Progress (1): 17/23 kB error 03-Jan-2023 00:12:19 Progress (1): 20/23 kB error 03-Jan-2023 00:12:19 Progress (1): 23 kB error 03-Jan-2023 00:12:19 error 03-Jan-2023 00:12:19 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 95 kB/s) error 03-Jan-2023 00:12:19 #18 244.1 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 00:12:19 #18 244.1 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 00:12:19 #18 244.1 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 00:12:19 #18 244.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.jar error 03-Jan-2023 00:12:19 #18 244.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.jar error 03-Jan-2023 00:12:20 #18 244.2 Progress (1): 3.4/124 kB error 03-Jan-2023 00:12:20 Progress (1): 6.2/124 kB error 03-Jan-2023 00:12:20 Progress (1): 9.0/124 kB error 03-Jan-2023 00:12:20 Progress (2): 9.0/124 kB | 3.4/33 kB error 03-Jan-2023 00:12:20 Progress (2): 12/124 kB | 3.4/33 kB error 03-Jan-2023 00:12:20 Progress (3): 12/124 kB | 3.4/33 kB | 3.4/10 kB error 03-Jan-2023 00:12:20 Progress (3): 12/124 kB | 3.4/33 kB | 6.2/10 kB error 03-Jan-2023 00:12:20 Progress (3): 12/124 kB | 3.4/33 kB | 9.0/10 kB error 03-Jan-2023 00:12:20 Progress (3): 12/124 kB | 3.4/33 kB | 10 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 3.4/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 6.2/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 9.0/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 12/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 15/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 17/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 20/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 23/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 26/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 29/31 kB error 03-Jan-2023 00:12:20 Progress (4): 12/124 kB | 3.4/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 15/124 kB | 3.4/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 15/124 kB | 6.2/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 17/124 kB | 6.2/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 17/124 kB | 9.0/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 20/124 kB | 9.0/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 20/124 kB | 12/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 23/124 kB | 12/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 23/124 kB | 15/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 26/124 kB | 15/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 29/124 kB | 15/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 31/124 kB | 15/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 31/124 kB | 17/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 31/124 kB | 20/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 31/124 kB | 23/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 31/124 kB | 26/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 34/124 kB | 26/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 37/124 kB | 26/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 40/124 kB | 26/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 40/124 kB | 29/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 40/124 kB | 31/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 43/124 kB | 31/33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 43/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 45/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 48/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 51/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 54/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 57/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 59/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 62/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 65/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 68/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 70/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 73/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 76/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 79/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 82/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 84/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 87/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 90/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 93/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 95/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 98/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 101/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 104/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 107/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 109/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 112/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 115/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 117/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 120/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 123/124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 Progress (4): 124 kB | 33 kB | 10 kB | 31 kB error 03-Jan-2023 00:12:20 error 03-Jan-2023 00:12:20 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 37 kB/s) error 03-Jan-2023 00:12:20 #18 244.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 00:12:20 #18 244.4 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 103 kB/s) error 03-Jan-2023 00:12:20 #18 244.4 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 00:12:20 #18 244.4 Progress (2): 124 kB | 4.1/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 7.5/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 12/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 16/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 20/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 24/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 28/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 32/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 36/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 40/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 42/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 46/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 51/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 55/224 kB error 03-Jan-2023 00:12:20 Progress (2): 124 kB | 59/224 kB error 03-Jan-2023 00:12:20 error 03-Jan-2023 00:12:20 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 299 kB/s) error 03-Jan-2023 00:12:20 #18 244.5 Progress (2): 59/224 kB | 3.4/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 6.2/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 9.0/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 12/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 15/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 17/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 20/38 kB error 03-Jan-2023 00:12:20 Progress (2): 59/224 kB | 23/38 kB error 03-Jan-2023 00:12:20 Progress (2): 63/224 kB | 23/38 kB error 03-Jan-2023 00:12:20 Progress (2): 67/224 kB | 23/38 kB error 03-Jan-2023 00:12:20 Progress (2): 71/224 kB | 23/38 kB error 03-Jan-2023 00:12:20 Progress (2): 71/224 kB | 26/38 kB error 03-Jan-2023 00:12:20 Progress (2): 75/224 kB | 26/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 26/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 29/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 31/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 34/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 37/38 kB error 03-Jan-2023 00:12:20 Progress (2): 77/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 81/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 85/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 89/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 94/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 98/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 102/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 106/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 110/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 112/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 116/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 120/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 124/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 128/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 132/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 137/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 141/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 143/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 147/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 151/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 155/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 159/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 163/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 167/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 171/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 176/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 180/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 184/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 188/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 192/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 196/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 200/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 204/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 208/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 212/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 215/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 219/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 223/224 kB | 38 kB error 03-Jan-2023 00:12:20 Progress (2): 224 kB | 38 kB error 03-Jan-2023 00:12:20 error 03-Jan-2023 00:12:20 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 71 kB/s) error 03-Jan-2023 00:12:20 #18 244.6 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 390 kB/s) error 03-Jan-2023 00:12:21 #18 245.4 [INFO] No tests to run. error 03-Jan-2023 00:12:21 #18 245.4 [INFO] Surefire report directory: /app/package/target/surefire-reports error 03-Jan-2023 00:12:23 #18 247.7 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 00:12:23 #18 248.0 Progress (1): 2.4 kB error 03-Jan-2023 00:12:23 error 03-Jan-2023 00:12:24 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.9 kB/s) error 03-Jan-2023 00:12:24 #18 248.2 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 00:12:24 #18 248.4 Progress (1): 2.3 kB error 03-Jan-2023 00:12:24 error 03-Jan-2023 00:12: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 9.6 kB/s) error 03-Jan-2023 00:12:24 #18 248.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 00:12:24 #18 248.8 Progress (1): 3.4/34 kB error 03-Jan-2023 00:12:24 Progress (1): 6.2/34 kB error 03-Jan-2023 00:12:24 Progress (1): 9.0/34 kB error 03-Jan-2023 00:12:24 Progress (1): 12/34 kB error 03-Jan-2023 00:12:24 Progress (1): 15/34 kB error 03-Jan-2023 00:12:24 Progress (1): 17/34 kB error 03-Jan-2023 00:12:24 Progress (1): 20/34 kB error 03-Jan-2023 00:12:24 Progress (1): 23/34 kB error 03-Jan-2023 00:12:24 Progress (1): 26/34 kB error 03-Jan-2023 00:12:24 Progress (1): 29/34 kB error 03-Jan-2023 00:12:24 Progress (1): 31/34 kB error 03-Jan-2023 00:12:24 Progress (1): 34/34 kB error 03-Jan-2023 00:12:24 Progress (1): 34 kB error 03-Jan-2023 00:12:24 error 03-Jan-2023 00:12:24 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 118 kB/s) error 03-Jan-2023 00:12:24 #18 249.2 error 03-Jan-2023 00:12:24 #18 249.2 ------------------------------------------------------- error 03-Jan-2023 00:12:24 #18 249.2 T E S T S error 03-Jan-2023 00:12:24 #18 249.2 ------------------------------------------------------- error 03-Jan-2023 00:12:28 #18 252.9 error 03-Jan-2023 00:12:28 #18 252.9 Results : error 03-Jan-2023 00:12:28 #18 252.9 error 03-Jan-2023 00:12:28 #18 252.9 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 error 03-Jan-2023 00:12:28 #18 252.9 error 03-Jan-2023 00:12:28 #18 253.0 [INFO] error 03-Jan-2023 00:12:28 #18 253.0 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ referenceapplication-package --- error 03-Jan-2023 00:12:29 #18 253.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 00:12:29 #18 253.6 Progress (1): 3.4/4.5 kB error 03-Jan-2023 00:12:29 Progress (1): 4.5 kB error 03-Jan-2023 00:12:29 error 03-Jan-2023 00:12:29 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 12 kB/s) error 03-Jan-2023 00:12:29 #18 253.8 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 00:12:29 #18 253.9 Progress (1): 2.8 kB error 03-Jan-2023 00:12:29 error 03-Jan-2023 00:12:29 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 00:12:29 #18 254.1 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 00:12:30 #18 254.2 Progress (1): 1.7 kB error 03-Jan-2023 00:12:30 error 03-Jan-2023 00:12:30 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.0 kB/s) error 03-Jan-2023 00:12:30 #18 254.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 00:12:30 #18 254.5 Progress (1): 1.0 kB error 03-Jan-2023 00:12:30 error 03-Jan-2023 00:12:30 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 00:12:30 #18 254.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 00:12:30 #18 254.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 00:12:30 #18 254.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 00:12:30 #18 254.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 00:12:30 #18 254.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 00:12:30 #18 254.9 Progress (1): 3.4/60 kB error 03-Jan-2023 00:12:30 Progress (2): 3.4/60 kB | 3.4/184 kB error 03-Jan-2023 00:12:30 Progress (3): 3.4/60 kB | 3.4/184 kB | 3.4/22 kB error 03-Jan-2023 00:12:30 Progress (3): 6.2/60 kB | 3.4/184 kB | 3.4/22 kB error 03-Jan-2023 00:12:30 Progress (3): 6.2/60 kB | 3.4/184 kB | 6.2/22 kB error 03-Jan-2023 00:12:30 Progress (3): 6.2/60 kB | 3.4/184 kB | 9.0/22 kB error 03-Jan-2023 00:12:30 Progress (3): 9.0/60 kB | 3.4/184 kB | 9.0/22 kB error 03-Jan-2023 00:12:30 Progress (3): 9.0/60 kB | 6.2/184 kB | 9.0/22 kB error 03-Jan-2023 00:12:30 Progress (3): 12/60 kB | 6.2/184 kB | 9.0/22 kB error 03-Jan-2023 00:12:30 Progress (3): 12/60 kB | 6.2/184 kB | 12/22 kB error 03-Jan-2023 00:12:30 Progress (3): 12/60 kB | 9.0/184 kB | 12/22 kB error 03-Jan-2023 00:12:30 Progress (3): 15/60 kB | 9.0/184 kB | 12/22 kB error 03-Jan-2023 00:12:30 Progress (3): 15/60 kB | 9.0/184 kB | 15/22 kB error 03-Jan-2023 00:12:30 Progress (4): 15/60 kB | 9.0/184 kB | 15/22 kB | 3.4/58 kB error 03-Jan-2023 00:12:30 Progress (4): 17/60 kB | 9.0/184 kB | 15/22 kB | 3.4/58 kB error 03-Jan-2023 00:12:30 Progress (4): 17/60 kB | 12/184 kB | 15/22 kB | 3.4/58 kB error 03-Jan-2023 00:12:30 Progress (4): 17/60 kB | 12/184 kB | 15/22 kB | 6.2/58 kB error 03-Jan-2023 00:12:30 Progress (4): 17/60 kB | 12/184 kB | 17/22 kB | 6.2/58 kB error 03-Jan-2023 00:12:30 Progress (4): 20/60 kB | 12/184 kB | 17/22 kB | 6.2/58 kB error 03-Jan-2023 00:12:30 Progress (4): 20/60 kB | 15/184 kB | 17/22 kB | 6.2/58 kB error 03-Jan-2023 00:12:30 Progress (4): 20/60 kB | 15/184 kB | 17/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 23/60 kB | 15/184 kB | 17/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 23/60 kB | 15/184 kB | 20/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 26/60 kB | 15/184 kB | 20/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 26/60 kB | 17/184 kB | 20/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 29/60 kB | 17/184 kB | 20/22 kB | 9.0/58 kB error 03-Jan-2023 00:12:30 Progress (4): 29/60 kB | 17/184 kB | 20/22 kB | 12/58 kB error 03-Jan-2023 00:12:30 Progress (4): 29/60 kB | 17/184 kB | 22 kB | 12/58 kB error 03-Jan-2023 00:12:30 Progress (4): 31/60 kB | 17/184 kB | 22 kB | 12/58 kB error 03-Jan-2023 00:12:30 Progress (4): 31/60 kB | 17/184 kB | 22 kB | 15/58 kB error 03-Jan-2023 00:12:30 Progress (4): 31/60 kB | 20/184 kB | 22 kB | 15/58 kB error 03-Jan-2023 00:12:30 Progress (4): 34/60 kB | 20/184 kB | 22 kB | 15/58 kB error 03-Jan-2023 00:12:30 Progress (4): 34/60 kB | 23/184 kB | 22 kB | 15/58 kB error 03-Jan-2023 00:12:30 Progress (4): 34/60 kB | 23/184 kB | 22 kB | 17/58 kB error 03-Jan-2023 00:12:30 Progress (4): 37/60 kB | 23/184 kB | 22 kB | 17/58 kB error 03-Jan-2023 00:12:30 Progress (4): 37/60 kB | 26/184 kB | 22 kB | 17/58 kB error 03-Jan-2023 00:12:30 Progress (4): 37/60 kB | 26/184 kB | 22 kB | 20/58 kB error 03-Jan-2023 00:12:30 Progress (4): 40/60 kB | 26/184 kB | 22 kB | 20/58 kB error 03-Jan-2023 00:12:30 Progress (4): 40/60 kB | 29/184 kB | 22 kB | 20/58 kB error 03-Jan-2023 00:12:30 Progress (4): 40/60 kB | 31/184 kB | 22 kB | 20/58 kB error 03-Jan-2023 00:12:30 Progress (4): 40/60 kB | 31/184 kB | 22 kB | 23/58 kB error 03-Jan-2023 00:12:30 Progress (4): 43/60 kB | 31/184 kB | 22 kB | 23/58 kB error 03-Jan-2023 00:12:30 Progress (4): 43/60 kB | 31/184 kB | 22 kB | 26/58 kB error 03-Jan-2023 00:12:30 Progress (4): 45/60 kB | 31/184 kB | 22 kB | 26/58 kB error 03-Jan-2023 00:12:30 Progress (4): 45/60 kB | 31/184 kB | 22 kB | 29/58 kB error 03-Jan-2023 00:12:30 Progress (4): 48/60 kB | 31/184 kB | 22 kB | 29/58 kB error 03-Jan-2023 00:12:30 Progress (4): 48/60 kB | 31/184 kB | 22 kB | 31/58 kB error 03-Jan-2023 00:12:30 Progress (4): 51/60 kB | 31/184 kB | 22 kB | 31/58 kB error 03-Jan-2023 00:12:30 Progress (4): 51/60 kB | 31/184 kB | 22 kB | 34/58 kB error 03-Jan-2023 00:12:30 Progress (4): 51/60 kB | 34/184 kB | 22 kB | 34/58 kB error 03-Jan-2023 00:12:30 Progress (4): 54/60 kB | 34/184 kB | 22 kB | 34/58 kB error 03-Jan-2023 00:12:30 Progress (4): 57/60 kB | 34/184 kB | 22 kB | 34/58 kB error 03-Jan-2023 00:12:30 Progress (4): 57/60 kB | 34/184 kB | 22 kB | 37/58 kB error 03-Jan-2023 00:12:30 Progress (4): 59/60 kB | 34/184 kB | 22 kB | 37/58 kB error 03-Jan-2023 00:12:30 Progress (4): 59/60 kB | 34/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 34/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 37/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 40/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 43/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 45/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 48/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 51/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 54/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 56/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 59/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 62/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 65/184 kB | 22 kB | 40/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 65/184 kB | 22 kB | 43/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 65/184 kB | 22 kB | 45/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 65/184 kB | 22 kB | 48/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 65/184 kB | 22 kB | 51/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 68/184 kB | 22 kB | 51/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 68/184 kB | 22 kB | 54/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 68/184 kB | 22 kB | 57/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 70/184 kB | 22 kB | 57/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 73/184 kB | 22 kB | 57/58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 73/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 76/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 79/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 82/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 84/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 87/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 90/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 93/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 96/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 98/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 101/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 104/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 107/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 110/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 112/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 115/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 118/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 121/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 124/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 126/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 129/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 132/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 135/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 138/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 140/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 143/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 146/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 149/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 152/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 154/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 157/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 160/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 163/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 166/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 168/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 171/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (4): 60 kB | 174/184 kB | 22 kB | 58 kB error 03-Jan-2023 00:12:30 error 03-Jan-2023 00:12:30 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 62 kB/s) error 03-Jan-2023 00:12:30 #18 255.0 Progress (3): 60 kB | 177/184 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (3): 60 kB | 180/184 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (3): 60 kB | 182/184 kB | 58 kB error 03-Jan-2023 00:12:30 Progress (3): 60 kB | 184 kB | 58 kB error 03-Jan-2023 00:12:31 error 03-Jan-2023 00:12:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 130 kB/s) error 03-Jan-2023 00:12:31 #18 255.2 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 129 kB/s) error 03-Jan-2023 00:12:31 #18 255.2 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 393 kB/s) error 03-Jan-2023 00:12:31 #18 255.9 Progress (1): 4.1/208 kB error 03-Jan-2023 00:12:31 Progress (1): 8.2/208 kB error 03-Jan-2023 00:12:31 Progress (1): 12/208 kB error 03-Jan-2023 00:12:31 Progress (1): 16/208 kB error 03-Jan-2023 00:12:31 Progress (1): 19/208 kB error 03-Jan-2023 00:12:31 Progress (1): 23/208 kB error 03-Jan-2023 00:12:31 Progress (1): 27/208 kB error 03-Jan-2023 00:12:31 Progress (1): 31/208 kB error 03-Jan-2023 00:12:31 Progress (1): 34/208 kB error 03-Jan-2023 00:12:31 Progress (1): 38/208 kB error 03-Jan-2023 00:12:31 Progress (1): 42/208 kB error 03-Jan-2023 00:12:31 Progress (1): 46/208 kB error 03-Jan-2023 00:12:31 Progress (1): 51/208 kB error 03-Jan-2023 00:12:31 Progress (1): 55/208 kB error 03-Jan-2023 00:12:31 Progress (1): 59/208 kB error 03-Jan-2023 00:12:31 Progress (1): 63/208 kB error 03-Jan-2023 00:12:31 Progress (1): 67/208 kB error 03-Jan-2023 00:12:31 Progress (1): 69/208 kB error 03-Jan-2023 00:12:31 Progress (1): 73/208 kB error 03-Jan-2023 00:12:31 Progress (1): 77/208 kB error 03-Jan-2023 00:12:31 Progress (1): 81/208 kB error 03-Jan-2023 00:12:31 Progress (1): 85/208 kB error 03-Jan-2023 00:12:31 Progress (1): 89/208 kB error 03-Jan-2023 00:12:31 Progress (1): 94/208 kB error 03-Jan-2023 00:12:31 Progress (1): 98/208 kB error 03-Jan-2023 00:12:31 Progress (1): 102/208 kB error 03-Jan-2023 00:12:31 Progress (1): 104/208 kB error 03-Jan-2023 00:12:31 Progress (1): 108/208 kB error 03-Jan-2023 00:12:31 Progress (1): 112/208 kB error 03-Jan-2023 00:12:31 Progress (1): 116/208 kB error 03-Jan-2023 00:12:31 Progress (1): 120/208 kB error 03-Jan-2023 00:12:31 Progress (1): 124/208 kB error 03-Jan-2023 00:12:32 Progress (1): 128/208 kB error 03-Jan-2023 00:12:32 Progress (1): 132/208 kB error 03-Jan-2023 00:12:32 Progress (1): 137/208 kB error 03-Jan-2023 00:12:32 Progress (1): 139/208 kB error 03-Jan-2023 00:12:32 Progress (1): 143/208 kB error 03-Jan-2023 00:12:32 Progress (1): 147/208 kB error 03-Jan-2023 00:12:32 Progress (1): 151/208 kB error 03-Jan-2023 00:12:32 Progress (1): 155/208 kB error 03-Jan-2023 00:12:32 Progress (1): 159/208 kB error 03-Jan-2023 00:12:32 Progress (1): 163/208 kB error 03-Jan-2023 00:12:32 Progress (1): 167/208 kB error 03-Jan-2023 00:12:32 Progress (1): 171/208 kB error 03-Jan-2023 00:12:32 Progress (1): 173/208 kB error 03-Jan-2023 00:12:32 Progress (1): 178/208 kB error 03-Jan-2023 00:12:32 Progress (1): 182/208 kB error 03-Jan-2023 00:12:32 Progress (1): 186/208 kB error 03-Jan-2023 00:12:32 Progress (1): 190/208 kB error 03-Jan-2023 00:12:32 Progress (1): 194/208 kB error 03-Jan-2023 00:12:32 Progress (1): 198/208 kB error 03-Jan-2023 00:12:32 Progress (1): 202/208 kB error 03-Jan-2023 00:12:32 Progress (1): 206/208 kB error 03-Jan-2023 00:12:32 Progress (1): 208 kB error 03-Jan-2023 00:12:32 error 03-Jan-2023 00:12:32 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 133 kB/s) error 03-Jan-2023 00:12:33 #18 257.3 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT.jar error 03-Jan-2023 00:12:33 #18 257.6 [INFO] error 03-Jan-2023 00:12:33 #18 257.6 [INFO] --- maven-assembly-plugin:2.3:single (make-assembly) @ referenceapplication-package --- error 03-Jan-2023 00:12:33 #18 258.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 00:12:34 #18 258.6 Progress (1): 3.4/3.8 kB error 03-Jan-2023 00:12:34 Progress (1): 3.8 kB error 03-Jan-2023 00:12:34 error 03-Jan-2023 00:12:34 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 4.6 kB/s) error 03-Jan-2023 00:12:34 #18 259.2 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 00:12:35 #18 259.3 Progress (1): 1.6 kB error 03-Jan-2023 00:12:35 error 03-Jan-2023 00:12:35 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 00:12:35 #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 00:12:35 #18 259.5 Progress (1): 3.4/12 kB error 03-Jan-2023 00:12:35 Progress (1): 6.2/12 kB error 03-Jan-2023 00:12:35 Progress (1): 9.0/12 kB error 03-Jan-2023 00:12:35 Progress (1): 12/12 kB error 03-Jan-2023 00:12:35 Progress (1): 12 kB error 03-Jan-2023 00:12:35 error 03-Jan-2023 00:12:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 47 kB/s) error 03-Jan-2023 00:12:35 #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 00:12:35 #18 259.9 Progress (1): 3.4/20 kB error 03-Jan-2023 00:12:35 Progress (1): 6.2/20 kB error 03-Jan-2023 00:12:35 Progress (1): 9.0/20 kB error 03-Jan-2023 00:12:35 Progress (1): 12/20 kB error 03-Jan-2023 00:12:35 Progress (1): 15/20 kB error 03-Jan-2023 00:12:35 Progress (1): 17/20 kB error 03-Jan-2023 00:12:35 Progress (1): 20 kB error 03-Jan-2023 00:12:35 error 03-Jan-2023 00:12:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 73 kB/s) error 03-Jan-2023 00:12:35 #18 260.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 00:12:36 #18 260.2 Progress (1): 3.1 kB error 03-Jan-2023 00:12:36 error 03-Jan-2023 00:12:36 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 12 kB/s) error 03-Jan-2023 00:12:36 #18 260.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 00:12:36 #18 260.4 Progress (1): 2.7 kB error 03-Jan-2023 00:12:36 error 03-Jan-2023 00:12:36 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 00:12:36 #18 260.6 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 00:12:36 #18 260.7 Progress (1): 2.1 kB error 03-Jan-2023 00:12:36 error 03-Jan-2023 00:12:36 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.8 kB/s) error 03-Jan-2023 00:12:36 #18 260.8 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 00:12:36 #18 260.9 Progress (1): 2.0 kB error 03-Jan-2023 00:12:36 error 03-Jan-2023 00:12:36 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.6 kB/s) error 03-Jan-2023 00:12:36 #18 261.1 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 00:12:36 #18 261.2 Progress (1): 2.7 kB error 03-Jan-2023 00:12:37 error 03-Jan-2023 00:12:37 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 00:12:37 #18 261.3 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 00:12:37 #18 261.4 Progress (1): 1.9 kB error 03-Jan-2023 00:12:37 error 03-Jan-2023 00:12:37 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.0 kB/s) error 03-Jan-2023 00:12:37 #18 261.6 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 00:12:37 #18 261.7 Progress (1): 2.0 kB error 03-Jan-2023 00:12:37 error 03-Jan-2023 00:12:37 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 00:12:37 #18 261.9 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 00:12:37 #18 262.0 Progress (1): 1.5 kB error 03-Jan-2023 00:12:37 error 03-Jan-2023 00:12:38 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 5.7 kB/s) error 03-Jan-2023 00:12:38 #18 262.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 00:12:38 #18 262.3 Progress (1): 2.7 kB error 03-Jan-2023 00:12:38 error 03-Jan-2023 00:12:38 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 00:12:38 #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 00:12:38 #18 262.6 Progress (1): 2.2 kB error 03-Jan-2023 00:12:38 error 03-Jan-2023 00:12:38 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.9 kB/s) error 03-Jan-2023 00:12:38 #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 00:12:38 #18 262.9 Progress (1): 3.0 kB error 03-Jan-2023 00:12:38 error 03-Jan-2023 00:12:38 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 00:12:38 #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 00:12:39 #18 263.2 Progress (1): 767 B error 03-Jan-2023 00:12:39 error 03-Jan-2023 00:12:39 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 00:12:39 #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 00:12:39 #18 263.4 Progress (1): 3.4/5.9 kB error 03-Jan-2023 00:12:39 Progress (1): 5.9 kB error 03-Jan-2023 00:12:39 error 03-Jan-2023 00:12:39 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 00:12:39 #18 263.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.pom error 03-Jan-2023 00:12:39 #18 263.7 Progress (1): 3.2 kB error 03-Jan-2023 00:12:39 error 03-Jan-2023 00:12:39 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 00:12:39 #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 00:12:39 #18 264.0 Progress (1): 2.6 kB error 03-Jan-2023 00:12:39 error 03-Jan-2023 00:12:40 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 00:12:40 #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 00:12:40 #18 264.3 Progress (1): 765 B error 03-Jan-2023 00:12:40 error 03-Jan-2023 00:12:40 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 00:12:40 #18 264.4 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 00:12:40 #18 264.5 Progress (1): 3.3/11 kB error 03-Jan-2023 00:12:40 Progress (1): 6.1/11 kB error 03-Jan-2023 00:12:40 Progress (1): 8.9/11 kB error 03-Jan-2023 00:12:40 Progress (1): 11 kB error 03-Jan-2023 00:12:40 error 03-Jan-2023 00:12:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (11 kB at 44 kB/s) error 03-Jan-2023 00:12:40 #18 264.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 00:12:40 #18 264.8 Progress (1): 1.4 kB error 03-Jan-2023 00:12:40 error 03-Jan-2023 00:12:40 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.8 kB/s) error 03-Jan-2023 00:12:40 #18 264.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 00:12:40 #18 265.0 Progress (1): 1.5 kB error 03-Jan-2023 00:12:40 error 03-Jan-2023 00:12:41 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 00:12:41 #18 265.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 00:12:41 #18 265.3 Progress (1): 1.8 kB error 03-Jan-2023 00:12:41 error 03-Jan-2023 00:12:41 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.9 kB/s) error 03-Jan-2023 00:12:41 #18 265.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 00:12:41 #18 265.5 Progress (1): 1.6 kB error 03-Jan-2023 00:12:41 error 03-Jan-2023 00:12:41 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 00:12:41 #18 265.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 00:12:41 #18 265.8 Progress (1): 2.7 kB error 03-Jan-2023 00:12:41 error 03-Jan-2023 00:12:41 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 00:12:41 #18 265.9 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 00:12:41 #18 266.1 Progress (1): 1.6 kB error 03-Jan-2023 00:12:41 error 03-Jan-2023 00:12:42 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.9 kB/s) error 03-Jan-2023 00:12:42 #18 266.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 00:12:42 #18 266.3 Progress (1): 1.8 kB error 03-Jan-2023 00:12:42 error 03-Jan-2023 00:12:42 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.6 kB/s) error 03-Jan-2023 00:12:42 #18 266.4 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 00:12:42 #18 266.5 Progress (1): 3.1 kB error 03-Jan-2023 00:12:42 error 03-Jan-2023 00:12:42 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 00:12:42 #18 266.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 00:12:42 #18 266.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 00:12:42 #18 266.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 00:12:42 #18 266.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 00:12:42 #18 266.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 00:12:42 #18 267.0 Progress (1): 3.4/17 kB error 03-Jan-2023 00:12:42 Progress (2): 3.4/17 kB | 3.4/31 kB error 03-Jan-2023 00:12:42 Progress (3): 3.4/17 kB | 3.4/31 kB | 3.4/8.8 kB error 03-Jan-2023 00:12:42 Progress (4): 3.4/17 kB | 3.4/31 kB | 3.4/8.8 kB | 3.4/22 kB error 03-Jan-2023 00:12:42 Progress (5): 3.4/17 kB | 3.4/31 kB | 3.4/8.8 kB | 3.4/22 kB | 3.4/32 kB error 03-Jan-2023 00:12:42 Progress (5): 3.4/17 kB | 3.4/31 kB | 6.2/8.8 kB | 3.4/22 kB | 3.4/32 kB error 03-Jan-2023 00:12:42 Progress (5): 3.4/17 kB | 3.4/31 kB | 6.2/8.8 kB | 3.4/22 kB | 6.2/32 kB error 03-Jan-2023 00:12:42 Progress (5): 3.4/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 6.2/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 6.2/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 9.0/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 12/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 15/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 3.4/31 kB | 8.8 kB | 3.4/22 kB | 17/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 6.2/31 kB | 8.8 kB | 3.4/22 kB | 17/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 9.0/31 kB | 8.8 kB | 3.4/22 kB | 17/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 12/31 kB | 8.8 kB | 3.4/22 kB | 17/32 kB error 03-Jan-2023 00:12:42 Progress (5): 6.2/17 kB | 12/31 kB | 8.8 kB | 3.4/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 9.0/17 kB | 12/31 kB | 8.8 kB | 3.4/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 9.0/17 kB | 12/31 kB | 8.8 kB | 6.2/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 12/17 kB | 12/31 kB | 8.8 kB | 6.2/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 15/17 kB | 12/31 kB | 8.8 kB | 6.2/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 15/17 kB | 15/31 kB | 8.8 kB | 6.2/22 kB | 20/32 kB error 03-Jan-2023 00:12:42 Progress (5): 15/17 kB | 15/31 kB | 8.8 kB | 6.2/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 6.2/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 9.0/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 12/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 15/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 17/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 20/22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 22 kB | 23/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 15/31 kB | 8.8 kB | 22 kB | 26/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 17/31 kB | 8.8 kB | 22 kB | 26/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 20/31 kB | 8.8 kB | 22 kB | 26/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 20/31 kB | 8.8 kB | 22 kB | 29/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 23/31 kB | 8.8 kB | 22 kB | 29/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 23/31 kB | 8.8 kB | 22 kB | 31/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 26/31 kB | 8.8 kB | 22 kB | 31/32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 26/31 kB | 8.8 kB | 22 kB | 32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 29/31 kB | 8.8 kB | 22 kB | 32 kB error 03-Jan-2023 00:12:42 Progress (5): 17 kB | 31 kB | 8.8 kB | 22 kB | 32 kB error 03-Jan-2023 00:12:42 error 03-Jan-2023 00:12:43 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 22 kB/s) error 03-Jan-2023 00:12:43 #18 267.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 00:12:43 #18 267.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 57 kB/s) error 03-Jan-2023 00:12:43 #18 267.2 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 43 kB/s) error 03-Jan-2023 00:12:43 #18 267.2 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 80 kB/s) error 03-Jan-2023 00:12:43 #18 267.2 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 80 kB/s) error 03-Jan-2023 00:12:43 #18 267.3 Progress (1): 3.3/23 kB error 03-Jan-2023 00:12:43 Progress (1): 6.1/23 kB error 03-Jan-2023 00:12:43 Progress (1): 8.9/23 kB error 03-Jan-2023 00:12:43 Progress (1): 12/23 kB error 03-Jan-2023 00:12:43 Progress (1): 15/23 kB error 03-Jan-2023 00:12:43 Progress (1): 17/23 kB error 03-Jan-2023 00:12:43 Progress (1): 20/23 kB error 03-Jan-2023 00:12:43 Progress (1): 23/23 kB error 03-Jan-2023 00:12:43 Progress (1): 23 kB error 03-Jan-2023 00:12:43 error 03-Jan-2023 00:12:43 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 34 kB/s) error 03-Jan-2023 00:12:44 #18 268.6 [INFO] Reading assembly descriptor: /app/package/src/main/assembly/assembly.xml error 03-Jan-2023 00:12:45 #18 269.3 [INFO] Building zip: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-addons.zip error 03-Jan-2023 00:13:02 #18 286.8 [INFO] error 03-Jan-2023 00:13:02 #18 286.8 [INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ referenceapplication-package --- error 03-Jan-2023 00:13:03 #18 287.7 [INFO] error 03-Jan-2023 00:13:03 #18 287.7 [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ referenceapplication-package --- error 03-Jan-2023 00:13:03 #18 287.7 [WARNING] JAR will be empty - no content was marked for inclusion! error 03-Jan-2023 00:13:03 #18 287.7 [INFO] Building jar: /app/package/target/referenceapplication-package-2.13.0-SNAPSHOT-tests.jar error 03-Jan-2023 00:13:03 #18 287.7 [INFO] error 03-Jan-2023 00:13:03 #18 287.7 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication-package --- error 03-Jan-2023 00:13:03 #18 287.7 [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 00:13:03 #18 287.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 00:13:03 #18 287.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 00:13:03 #18 288.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 00:13:04 #18 288.4 [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 00:13:04 #18 288.4 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:13:04 #18 288.4 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 03-Jan-2023 00:13:04 #18 288.4 [INFO] error 03-Jan-2023 00:13:04 #18 288.4 [INFO] Reference Application Distribution ................. SUCCESS [ 5.865 s] error 03-Jan-2023 00:13:04 #18 288.4 [INFO] Reference Application Distribution Package ......... SUCCESS [04:23 min] error 03-Jan-2023 00:13:04 #18 288.4 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:13:04 #18 288.4 [INFO] BUILD SUCCESS error 03-Jan-2023 00:13:04 #18 288.4 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:13:04 #18 288.4 [INFO] Total time: 04:30 min error 03-Jan-2023 00:13:04 #18 288.4 [INFO] Finished at: 2023-01-03T00:13:04Z error 03-Jan-2023 00:13:04 #18 288.4 [INFO] ------------------------------------------------------------------------ error 03-Jan-2023 00:13:04 #18 DONE 288.9s error 03-Jan-2023 00:13:05 error 03-Jan-2023 00:13:05 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:13:05 #15 ... error 03-Jan-2023 00:13:05 error 03-Jan-2023 00:13:05 #26 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 03-Jan-2023 00:13:05 #26 DONE 0.0s error 03-Jan-2023 00:13:05 error 03-Jan-2023 00:13:05 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:13:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 0B / 80.31MB 0.2s error 03-Jan-2023 00:13:05 #15 sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 0B / 5.12kB 0.2s error 03-Jan-2023 00:13:05 #15 sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 0B / 5.12kB 0.2s error 03-Jan-2023 00:13:05 #15 sha256:362f9ef61aa1ab48182375f0740dc05f3164e2b3d99b893d428ce368c6b9a1ed 0B / 1.49kB 0.2s error 03-Jan-2023 00:13:05 #15 sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 5.12kB / 5.12kB 0.3s done error 03-Jan-2023 00:13:05 #15 sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 5.12kB / 5.12kB 0.2s done error 03-Jan-2023 00:13:05 #15 sha256:362f9ef61aa1ab48182375f0740dc05f3164e2b3d99b893d428ce368c6b9a1ed 1.49kB / 1.49kB 0.2s done error 03-Jan-2023 00:13:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 9.44MB / 80.31MB 0.3s error 03-Jan-2023 00:13:05 #15 sha256:9292880239e5270c8206c8be641550c23904b2a75deb133751d485cfea0b0dbd 9.11kB / 9.11kB 0.1s done error 03-Jan-2023 00:13:05 #15 sha256:ab0edd69441d27c21fb21b7db4427e1dc319aece4a8861babd35345341307162 2.88kB / 2.88kB 0.1s done error 03-Jan-2023 00:13:05 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 32.51MB / 80.31MB 0.5s error 03-Jan-2023 00:13:05 #15 sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 4.90MB / 4.90MB 0.1s done error 03-Jan-2023 00:13:05 #15 sha256:11e773f32c96517c576fe4828fef2326d3d376013b7e022cbe44d11eedbb1b95 131B / 131B 0.1s done error 03-Jan-2023 00:13:05 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 10.65MB / 15.42MB 0.2s error 03-Jan-2023 00:13:05 #15 sha256:4649b12d9bc41a240915ba532b3b97534d04e3e9ca14c4f4c484d9ba6df60ba5 171B / 171B 0.1s done error 03-Jan-2023 00:13:06 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 51.38MB / 80.31MB 0.6s error 03-Jan-2023 00:13:06 #15 sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 15.42MB / 15.42MB 0.3s done error 03-Jan-2023 00:13:06 #15 sha256:96b0bad5a89f1aa14f3565dec9aaf52ae55dadabdbb063880cca9c1e36b40b35 6.02kB / 6.02kB 0.1s done error 03-Jan-2023 00:13:06 #15 extracting sha256:4649b12d9bc41a240915ba532b3b97534d04e3e9ca14c4f4c484d9ba6df60ba5 0.1s done error 03-Jan-2023 00:13:06 #15 extracting sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 error 03-Jan-2023 00:13:06 #15 sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 80.31MB / 80.31MB 0.8s done error 03-Jan-2023 00:13:06 #15 extracting sha256:7a1a6447950d1fe3f6481a459eb927c7901caeb7aad6abf2dab1fa17506037f6 0.5s done error 03-Jan-2023 00:13:06 #15 extracting sha256:11e773f32c96517c576fe4828fef2326d3d376013b7e022cbe44d11eedbb1b95 0.0s done error 03-Jan-2023 00:13:06 #15 extracting sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 error 03-Jan-2023 00:13:06 #15 extracting sha256:4010f56bfcc766ea03beaf0f680096b9f78044515fc5767410ab7d5f033ba100 0.2s done error 03-Jan-2023 00:13:06 #15 extracting sha256:9292880239e5270c8206c8be641550c23904b2a75deb133751d485cfea0b0dbd 0.0s done error 03-Jan-2023 00:13:06 #15 extracting sha256:ab0edd69441d27c21fb21b7db4427e1dc319aece4a8861babd35345341307162 0.0s done error 03-Jan-2023 00:13:06 #15 extracting sha256:362f9ef61aa1ab48182375f0740dc05f3164e2b3d99b893d428ce368c6b9a1ed 0.0s done error 03-Jan-2023 00:13:06 #15 extracting sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d error 03-Jan-2023 00:13:07 #15 extracting sha256:e97dbd7bf755a9a9f6884b4b61233596bfb6046fd8bd0d0e13a4a8ec8702f26d 0.1s done error 03-Jan-2023 00:13:07 #15 extracting sha256:dfb77ec4b42b38dc225e291f6ebee9a07ea534957c4c0aeacc5f9b03b05ea0f8 0.0s done error 03-Jan-2023 00:13:07 #15 DONE 2.3s error 03-Jan-2023 00:13:07 error 03-Jan-2023 00:13:07 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:13:07 #15 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done error 03-Jan-2023 00:13:07 #15 extracting sha256:96b0bad5a89f1aa14f3565dec9aaf52ae55dadabdbb063880cca9c1e36b40b35 0.0s done error 03-Jan-2023 00:13:07 #15 DONE 2.4s error 03-Jan-2023 00:13:07 error 03-Jan-2023 00:13:07 #15 [linux/arm64 stage-1 1/5] FROM docker.io/openmrs/openmrs-core:nightly@sha256:a6a36710c1bc8bd0f2cd24fcd0a7288ee350fb65868d936ef63f0b70d17428f0 error 03-Jan-2023 00:13:07 #15 extracting sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 error 03-Jan-2023 00:13:07 #15 extracting sha256:fc21b3e8526c44b9bdd3b18c52bd5809194b73420fae5cdd8f4b611dbebbc948 0.5s done error 03-Jan-2023 00:13:07 #15 DONE 2.9s error 03-Jan-2023 00:13:07 error 03-Jan-2023 00:13:07 #27 [linux/arm64 stage-1 2/5] COPY --from=dev /app/package/target/distro/web/openmrs.war /openmrs/distribution/openmrs_core/ error 03-Jan-2023 00:13:08 #27 DONE 0.5s error 03-Jan-2023 00:13:08 error 03-Jan-2023 00:13:08 #28 [linux/arm64 stage-1 3/5] COPY --from=dev /app/package/target/distro/web/openmrs-distro.properties /openmrs/distribution error 03-Jan-2023 00:13:08 #28 DONE 0.1s error 03-Jan-2023 00:13:08 error 03-Jan-2023 00:13:08 #29 [linux/arm64 stage-1 4/5] COPY --from=dev /app/package/target/distro/web/modules /openmrs/distribution/openmrs_modules error 03-Jan-2023 00:13:08 #29 DONE 0.2s error 03-Jan-2023 00:13:08 error 03-Jan-2023 00:13:08 #30 [linux/arm64 stage-1 5/5] COPY --from=dev /app/package/target/distro/web/owa /openmrs/distribution/openmrs_owas error 03-Jan-2023 00:13:08 #30 DONE 0.1s error 03-Jan-2023 00:13:08 error 03-Jan-2023 00:13:08 #31 exporting to image error 03-Jan-2023 00:13:08 #31 exporting layers error 03-Jan-2023 00:13:17 #31 exporting layers 8.8s done error 03-Jan-2023 00:13:17 #31 exporting manifest sha256:cb7049290e8f7c681abf5e47f2b0173645fe476e0f1f46ddfb71ef8e34aca740 0.0s done error 03-Jan-2023 00:13:17 #31 exporting config sha256:1cec69a16c5615a7f93ee7ed1674c555a285a7c364fad0a0768f69540217f077 0.0s done error 03-Jan-2023 00:13:17 #31 ... error 03-Jan-2023 00:13:17 error 03-Jan-2023 00:13:17 #32 [auth] openmrs/openmrs-reference-application:pull,push token for registry-1.docker.io error 03-Jan-2023 00:13:17 #32 DONE 0.0s error 03-Jan-2023 00:13:17 error 03-Jan-2023 00:13:17 #31 exporting to image error 03-Jan-2023 00:13:17 #31 exporting manifest sha256:2b538bc7d162bfae4be9008251199669e6813ca4bbaf188e83b8ea04d2c17557 0.0s done error 03-Jan-2023 00:13:17 #31 exporting config sha256:19d2a257c7e9574d250b519386b55386b24f46a637d3619f9880e62eccd6bba0 0.0s done error 03-Jan-2023 00:13:17 #31 exporting manifest list sha256:0313112f2b192f818ebef301c68361029ec1faa76052e2187c910b16ca3415b0 0.0s done error 03-Jan-2023 00:13:17 #31 pushing layers error 03-Jan-2023 00:13:23 #31 pushing layers 6.0s done error 03-Jan-2023 00:13:23 #31 pushing manifest for docker.io/openmrs/openmrs-reference-application:nightly@sha256:0313112f2b192f818ebef301c68361029ec1faa76052e2187c910b16ca3415b0 error 03-Jan-2023 00:13:24 #31 pushing manifest for docker.io/openmrs/openmrs-reference-application:nightly@sha256:0313112f2b192f818ebef301c68361029ec1faa76052e2187c910b16ca3415b0 0.7s done error 03-Jan-2023 00:13:24 #31 DONE 15.6s build 03-Jan-2023 00:13:35 nightly: Pulling from openmrs/openmrs-reference-application build 03-Jan-2023 00:13:35 5b4a36b5b78f: Already exists build 03-Jan-2023 00:13:35 898f795353af: Already exists build 03-Jan-2023 00:13:35 94fd12e86882: Already exists build 03-Jan-2023 00:13:35 9c9e0576f258: Already exists build 03-Jan-2023 00:13:35 7896bd6001c6: Already exists build 03-Jan-2023 00:13:35 77fe4cfc65b7: Already exists build 03-Jan-2023 00:13:35 2ae691100ed0: Already exists build 03-Jan-2023 00:13:35 3b850180a8e6: Already exists build 03-Jan-2023 00:13:35 f0edd8a6ad7f: Already exists build 03-Jan-2023 00:13:35 a5849c75ff7d: Already exists build 03-Jan-2023 00:13:35 fb7d9671721d: Already exists build 03-Jan-2023 00:13:35 4f4fb700ef54: Already exists build 03-Jan-2023 00:13:35 da8e35e2d84b: Already exists build 03-Jan-2023 00:13:35 45f033abfcea: Already exists build 03-Jan-2023 00:13:35 64a52b0397ab: Pulling fs layer build 03-Jan-2023 00:13:35 d9946996d917: Pulling fs layer build 03-Jan-2023 00:13:35 30af79ed74d6: Pulling fs layer build 03-Jan-2023 00:13:35 ee7d8c3127d5: Pulling fs layer build 03-Jan-2023 00:13:35 ee7d8c3127d5: Waiting build 03-Jan-2023 00:13:35 d9946996d917: Verifying Checksum build 03-Jan-2023 00:13:35 d9946996d917: Download complete build 03-Jan-2023 00:13:35 ee7d8c3127d5: Verifying Checksum build 03-Jan-2023 00:13:35 ee7d8c3127d5: Download complete build 03-Jan-2023 00:13:36 64a52b0397ab: Verifying Checksum build 03-Jan-2023 00:13:36 64a52b0397ab: Download complete build 03-Jan-2023 00:13:36 30af79ed74d6: Verifying Checksum build 03-Jan-2023 00:13:36 30af79ed74d6: Download complete build 03-Jan-2023 00:13:37 64a52b0397ab: Pull complete build 03-Jan-2023 00:13:37 d9946996d917: Pull complete build 03-Jan-2023 00:13:38 30af79ed74d6: Pull complete build 03-Jan-2023 00:13:38 ee7d8c3127d5: Pull complete build 03-Jan-2023 00:13:38 Digest: sha256:0313112f2b192f818ebef301c68361029ec1faa76052e2187c910b16ca3415b0 build 03-Jan-2023 00:13:38 Status: Downloaded newer image for openmrs/openmrs-reference-application:nightly build 03-Jan-2023 00:13:38 docker.io/openmrs/openmrs-reference-application:nightly build 03-Jan-2023 00:13:38 Inspecting image for id simple 03-Jan-2023 00:13:38 Finished task 'Build and push nightly docker image' with result: Success simple 03-Jan-2023 00:13:38 Starting task 'Save docker image ID' of type 'com.atlassian.bamboo.plugins.variable.updater.variable-updater-generic:variable-file-reader' simple 03-Jan-2023 00:13:38 Changing variable docker.image.id of type RESULT from to openmrs/openmrs-reference-application@sha256:0313112f2b192f818ebef301c68361029ec1faa76052e2187c910b16ca3415b0 simple 03-Jan-2023 00:13:38 Finished task 'Save docker image ID' with result: Success simple 03-Jan-2023 00:13:38 Running post build plugin 'Docker Container Cleanup' simple 03-Jan-2023 00:13:38 Running post build plugin 'NCover Results Collector' simple 03-Jan-2023 00:13:38 Running post build plugin 'Build Results Label Collector' simple 03-Jan-2023 00:13:38 Running post build plugin 'Clover Results Collector' simple 03-Jan-2023 00:13:38 Running post build plugin 'npm Cache Cleanup' simple 03-Jan-2023 00:13:38 Running post build plugin 'Artifact Copier' simple 03-Jan-2023 00:13:38 Finalising the build... simple 03-Jan-2023 00:13:38 Stopping timer. simple 03-Jan-2023 00:13:38 Build REFAPP-OMODDISTRO-DNDI-13362 completed. simple 03-Jan-2023 00:13:38 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 03-Jan-2023 00:13:38 Running on server: post build plugin 'NCover Results Collector' simple 03-Jan-2023 00:13:38 Running on server: post build plugin 'Build Labeller' simple 03-Jan-2023 00:13:38 Running on server: post build plugin 'Clover Delta Calculator' simple 03-Jan-2023 00:13:38 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 03-Jan-2023 00:13:38 All post build plugins have finished simple 03-Jan-2023 00:13:38 Generating build results summary... simple 03-Jan-2023 00:13:38 Saving build results to disk... simple 03-Jan-2023 00:13:38 Store variable context... simple 03-Jan-2023 00:13:38 Finished building REFAPP-OMODDISTRO-DNDI-13362.