simple 02-Jan-2023 00:00:01 Build Reference Application - Distribution 2.x - Build and push #13358 (REFAPP-OMODDISTRO-DNDI-13358) started building on agent yu.openmrs.org (2), bamboo version: 8.2.4 simple 02-Jan-2023 00:00:01 Remote agent on host yu.openmrs.org simple 02-Jan-2023 00:00:01 Build working directory is /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 02-Jan-2023 00:00:01 Executing build Reference Application - Distribution 2.x - Build and push #13358 (REFAPP-OMODDISTRO-DNDI-13358) simple 02-Jan-2023 00:00:01 Starting task 'Checkout source' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 02-Jan-2023 00:00:01 Checking out into /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI simple 02-Jan-2023 00:00:01 Updating source code to revision: 8480c2428828aea637ba02b83f3f6c9415155d63 simple 02-Jan-2023 00:00:01 Creating local git repository in '/home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git'. simple 02-Jan-2023 00:00:01 hint: Using 'master' as the name for the initial branch. This default branch name simple 02-Jan-2023 00:00:01 hint: is subject to change. To configure the initial branch name to use in all simple 02-Jan-2023 00:00:01 hint: of your new repositories, which will suppress this warning, call: simple 02-Jan-2023 00:00:01 hint: simple 02-Jan-2023 00:00:01 hint: git config --global init.defaultBranch simple 02-Jan-2023 00:00:01 hint: simple 02-Jan-2023 00:00:01 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 02-Jan-2023 00:00:01 hint: 'development'. The just-created branch can be renamed via this command: simple 02-Jan-2023 00:00:01 hint: simple 02-Jan-2023 00:00:01 hint: git branch -m simple 02-Jan-2023 00:00:01 Initialized empty Git repository in /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI/.git/ simple 02-Jan-2023 00:00:01 Fetching 'refs/heads/2.x' from 'https://github.com/openmrs/openmrs-distro-referenceapplication.git'. simple 02-Jan-2023 00:00:04 From https://github.com/openmrs/openmrs-distro-referenceapplication simple 02-Jan-2023 00:00:04 * [new branch] 2.x -> 2.x simple 02-Jan-2023 00:00:04 * [new tag] 2.0.1769 -> 2.0.1769 simple 02-Jan-2023 00:00:04 * [new tag] 2.1 -> 2.1 simple 02-Jan-2023 00:00:04 * [new tag] 2.10.0 -> 2.10.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.11.0 -> 2.11.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.12.0 -> 2.12.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.2 -> 2.2 simple 02-Jan-2023 00:00:04 * [new tag] 2.3 -> 2.3 simple 02-Jan-2023 00:00:04 * [new tag] 2.4 -> 2.4 simple 02-Jan-2023 00:00:04 * [new tag] 2.5 -> 2.5 simple 02-Jan-2023 00:00:04 * [new tag] 2.6.0 -> 2.6.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.7.0 -> 2.7.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.8.0 -> 2.8.0 simple 02-Jan-2023 00:00:04 * [new tag] 2.8.1 -> 2.8.1 simple 02-Jan-2023 00:00:04 * [new tag] 2.9.0 -> 2.9.0 simple 02-Jan-2023 00:00:04 * [new tag] latest -> latest simple 02-Jan-2023 00:00:04 Checking out revision 8480c2428828aea637ba02b83f3f6c9415155d63. simple 02-Jan-2023 00:00:04 Switched to branch '2.x' simple 02-Jan-2023 00:00:04 Updated source code to revision: 8480c2428828aea637ba02b83f3f6c9415155d63 simple 02-Jan-2023 00:00:04 Finished task 'Checkout source' with result: Success simple 02-Jan-2023 00:00:04 Running pre-build action: Build Log Labeller Pre Build Action simple 02-Jan-2023 00:00:04 Running pre-build action: VCS Version Collector simple 02-Jan-2023 00:00:04 Running pre-build action: Run Predator simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Starting predator plugin, pre build agent cleaner simple 02-Jan-2023 00:00:04 [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 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Running command '[docker, ps, -q|, xargs, docker, kill]' simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Command '[docker, ps, -q|, xargs, docker, kill]' completed with exit code 125 simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Running command '[docker, ps, -qa, |, xargs, docker, rm, -f]' simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Command '[docker, ps, -qa, |, xargs, docker, rm, -f]' completed with exit code 125 simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Running command '[docker, system, prune, -af, --filter, until=48h]' simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Command '[docker, system, prune, -af, --filter, until=48h]' completed with exit code 0 simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Running command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Command '[docker, volume, ls, -q, |, grep, -v, 'm2-repo', |, xargs, docker, volume, rm, -f]' completed with exit code 125 simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 2970 java 1463 bamboo-age 2979Mb 682Mb 00:48:23 /usr/lib/jvm/java-8-ope simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1463 wrapper 1 bamboo-age 16Mb 1Mb 00:12:59 /home/bamboo-agent/bamb simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Identifying Bamboo agent process (or parent): 1 systemd 0 root 164Mb 11Mb 00:44:04 /sbin/init simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] No processes found for (chromium|chrome|webdriver|mysql|java|mvn|node|npm) simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Initial free space: 3.4940605 GB simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Deleting folder /home/bamboo-agent/bamboo-agent/xml-data/build-dir/JAVADOC-TRUNK-JOB1 simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Deleting 21 snapshot folders from /home/bamboo-agent/.m2/repository simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] Maven snapshot disk freed: 0 GB simple 02-Jan-2023 00:00:04 [PredatorPreBuildAction] 0 empty artifacts were found and deleted by Predator simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] Maven stable disk freed: 0.0 GB, deleted 0 files simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] File /home/bamboo-agent/.npmrc does not exist. simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] File /home/bamboo-agent/.docker/config.json does not exist. simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] File /home/bamboo-agent/.OpenMRS/liquibaseUpdateLogs.txt does not exist. simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] Final free space: 3.4939651 GB simple 02-Jan-2023 00:00:05 [PredatorPreBuildAction] Done command 02-Jan-2023 00:00:05 Substituting variable: ${bamboo.dockerhub.username} with openmrsci command 02-Jan-2023 00:00:05 Substituting password variable: ${bamboo.dockerhub.password} command 02-Jan-2023 00:00:05 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 02-Jan-2023 00:00:05 Substituting variable: ${bamboo.docker.image.name} with openmrs/openmrs-reference-application command 02-Jan-2023 00:00:05 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 command 02-Jan-2023 00:00:05 Substituting variable: ${bamboo.docker.image.platforms} with linux/amd64,linux/arm64 simple 02-Jan-2023 00:00:05 Starting task 'Build and push nightly docker image' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' command 02-Jan-2023 00:00:05 Beginning to execute external process for build 'Reference Application - Distribution 2.x - Build and push #13358 (REFAPP-OMODDISTRO-DNDI-13358)'\n ... running command line: \n/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13358-ScriptBuildTask-1865733214181063691.sh\n ... in: /home/bamboo-agent/bamboo-agent/xml-data/build-dir/REFAPP-OMODDISTRO-DNDI\n build 02-Jan-2023 00:00:05 Start of Lmod init/bash script to define the module command error 02-Jan-2023 00:00:05 + [[ ehuB != ehuxB ]] error 02-Jan-2023 00:00:05 + echo 'Start of Lmod init/bash script to define the module command' error 02-Jan-2023 00:00:05 + LMOD_PKG=/usr/share/lmod/lmod error 02-Jan-2023 00:00:05 + LMOD_DIR=/usr/share/lmod/lmod/libexec error 02-Jan-2023 00:00:05 + LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod error 02-Jan-2023 00:00:05 + MODULESHOME=/usr/share/lmod/lmod error 02-Jan-2023 00:00:05 + export LMOD_PKG error 02-Jan-2023 00:00:05 + export LMOD_CMD error 02-Jan-2023 00:00:05 + export LMOD_DIR error 02-Jan-2023 00:00:05 + export MODULESHOME error 02-Jan-2023 00:00:05 + LMOD_VERSION=6.6 error 02-Jan-2023 00:00:05 + export LMOD_VERSION error 02-Jan-2023 00:00:05 + '[' : '!=' : ']' error 02-Jan-2023 00:00:05 + unalias ml error 02-Jan-2023 00:00:05 + true error 02-Jan-2023 00:00:05 ++ echo YES error 02-Jan-2023 00:00:05 ++ /usr/bin/tr '[:upper:]' '[:lower:]' build 02-Jan-2023 00:00:05 End of Lmod init/bash script to define the module command error 02-Jan-2023 00:00:05 + export_module=yes error 02-Jan-2023 00:00:05 + '[' -n '5.1.16(1)-release' -a yes '!=' no ']' error 02-Jan-2023 00:00:05 + export -f module error 02-Jan-2023 00:00:05 + export -f ml error 02-Jan-2023 00:00:05 + unset export_module error 02-Jan-2023 00:00:05 + '[' -n '' ']' error 02-Jan-2023 00:00:05 + '[' 5 -ge 3 ']' error 02-Jan-2023 00:00:05 + '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']' error 02-Jan-2023 00:00:05 + '[' -n '' ']' error 02-Jan-2023 00:00:05 + [[ ehuB != ehuxB ]] error 02-Jan-2023 00:00:05 + echo 'End of Lmod init/bash script to define the module command' error 02-Jan-2023 00:00:05 + set +x error 02-Jan-2023 00:00:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. error 02-Jan-2023 00:00:07 WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json. error 02-Jan-2023 00:00:07 Configure a credential helper to remove this warning. See error 02-Jan-2023 00:00:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store error 02-Jan-2023 00:00:07 build 02-Jan-2023 00:00:07 Login Succeeded build 02-Jan-2023 00:00:07 Building dev image error 02-Jan-2023 00:00:07 #1 [internal] load build definition from Dockerfile error 02-Jan-2023 00:00:07 #1 transferring dockerfile: 898B 0.0s done error 02-Jan-2023 00:00:07 #1 DONE 0.1s error 02-Jan-2023 00:00:07 error 02-Jan-2023 00:00:07 #2 [internal] load .dockerignore error 02-Jan-2023 00:00:07 #2 transferring context: 74B done error 02-Jan-2023 00:00:07 #2 DONE 0.1s error 02-Jan-2023 00:00:07 error 02-Jan-2023 00:00:07 #3 resolve image config for docker.io/docker/dockerfile:1 error 02-Jan-2023 00:00:07 #3 ... error 02-Jan-2023 00:00:07 error 02-Jan-2023 00:00:07 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io error 02-Jan-2023 00:00:07 #4 DONE 0.0s error 02-Jan-2023 00:00:08 error 02-Jan-2023 00:00:08 #3 resolve image config for docker.io/docker/dockerfile:1 error 02-Jan-2023 00:00:13 #3 DONE 5.7s error 02-Jan-2023 00:00:13 error 02-Jan-2023 00:00:13 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc error 02-Jan-2023 00:00:13 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done error 02-Jan-2023 00:00:13 #5 CACHED error 02-Jan-2023 00:00:13 error 02-Jan-2023 00:00:13 #6 [auth] openmrs/openmrs-core:pull token for registry-1.docker.io error 02-Jan-2023 00:00:13 #6 DONE 0.0s error 02-Jan-2023 00:00:13 error 02-Jan-2023 00:00:13 #7 [linux/arm64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 02-Jan-2023 00:00:14 #7 DONE 0.4s error 02-Jan-2023 00:00:14 error 02-Jan-2023 00:00:14 #8 [linux/amd64 internal] load metadata for docker.io/openmrs/openmrs-core:dev error 02-Jan-2023 00:00:14 #8 DONE 0.9s error 02-Jan-2023 00:00:14 error 02-Jan-2023 00:00:14 #9 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:14 #9 resolve docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 0.1s done error 02-Jan-2023 00:00:14 #9 DONE 0.1s error 02-Jan-2023 00:00:14 error 02-Jan-2023 00:00:14 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:14 #10 resolve docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 0.1s done error 02-Jan-2023 00:00:14 #10 DONE 0.1s error 02-Jan-2023 00:00:14 error 02-Jan-2023 00:00:14 #11 [internal] load build context error 02-Jan-2023 00:00:14 #11 transferring context: error 02-Jan-2023 00:00:15 #11 transferring context: 33.72MB 0.9s done error 02-Jan-2023 00:00:15 #11 DONE 1.0s error 02-Jan-2023 00:00:15 error 02-Jan-2023 00:00:15 #9 [linux/arm64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:15 #9 CACHED error 02-Jan-2023 00:00:15 error 02-Jan-2023 00:00:15 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:16 #10 ... error 02-Jan-2023 00:00:16 error 02-Jan-2023 00:00:16 #12 [linux/arm64 dev 2/4] WORKDIR /app error 02-Jan-2023 00:00:16 #12 DONE 0.1s error 02-Jan-2023 00:00:16 error 02-Jan-2023 00:00:16 #13 [linux/arm64 dev 3/4] COPY . ./ error 02-Jan-2023 00:00:16 #13 DONE 0.2s error 02-Jan-2023 00:00:16 error 02-Jan-2023 00:00:16 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:21 #14 ... error 02-Jan-2023 00:00:21 error 02-Jan-2023 00:00:21 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:21 #10 sha256:c8e103b1058a5db9263f925dbc112d975b852025c5af586203aef917f42c08dc 5.32kB / 5.32kB 0.1s done error 02-Jan-2023 00:00:21 #10 sha256:69804cdd81e8974672d9ffe131c70db5f97d07c178ee0d909d0df21d6dd2b497 5.32kB / 5.32kB 0.1s done error 02-Jan-2023 00:00:21 #10 sha256:3a7f5af4d000d90f07be024af07bcf4189f8ec242c66d9ba0d7b578181e146d0 80.31MB / 80.31MB 0.8s done error 02-Jan-2023 00:00:21 #10 sha256:3c57ca5e30645185092d2a71ccd3ad82d43337ccbc72a3c894faae29abc0f392 241.16MB / 241.16MB 1.6s done error 02-Jan-2023 00:00:21 #10 extracting sha256:3c57ca5e30645185092d2a71ccd3ad82d43337ccbc72a3c894faae29abc0f392 3.0s done error 02-Jan-2023 00:00:21 #10 DONE 5.5s error 02-Jan-2023 00:00:21 error 02-Jan-2023 00:00:21 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:21 #10 extracting sha256:3a7f5af4d000d90f07be024af07bcf4189f8ec242c66d9ba0d7b578181e146d0 error 02-Jan-2023 00:00:22 #10 extracting sha256:3a7f5af4d000d90f07be024af07bcf4189f8ec242c66d9ba0d7b578181e146d0 0.8s done error 02-Jan-2023 00:00:22 #10 extracting sha256:69804cdd81e8974672d9ffe131c70db5f97d07c178ee0d909d0df21d6dd2b497 0.0s done error 02-Jan-2023 00:00:22 #10 DONE 6.3s error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:22 #14 ... error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #10 [linux/amd64 dev 1/4] FROM docker.io/openmrs/openmrs-core:dev@sha256:0b393467590a45b7db2770977a9340c2dee2ea9d08a71bc3e377b47f222ac279 error 02-Jan-2023 00:00:22 #10 extracting sha256:c8e103b1058a5db9263f925dbc112d975b852025c5af586203aef917f42c08dc 0.1s done error 02-Jan-2023 00:00:22 #10 DONE 6.4s error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #15 [linux/amd64 dev 2/4] WORKDIR /app error 02-Jan-2023 00:00:22 #15 DONE 0.3s error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #16 [linux/amd64 dev 3/4] COPY . ./ error 02-Jan-2023 00:00:22 #16 DONE 0.2s error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:22 #14 ... error 02-Jan-2023 00:00:22 error 02-Jan-2023 00:00:22 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:26 #17 3.776 [INFO] Scanning for projects... error 02-Jan-2023 00:00:26 #17 3.970 [WARNING] error 02-Jan-2023 00:00:26 #17 3.971 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 02-Jan-2023 00:00:26 #17 3.972 [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 02-Jan-2023 00:00:26 #17 3.973 [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 02-Jan-2023 00:00:26 #17 3.973 [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 02-Jan-2023 00:00:26 #17 3.974 [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 02-Jan-2023 00:00:26 #17 3.975 [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 02-Jan-2023 00:00:26 #17 3.976 [WARNING] error 02-Jan-2023 00:00:26 #17 3.977 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 02-Jan-2023 00:00:26 #17 3.978 [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 02-Jan-2023 00:00:26 #17 3.979 [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 02-Jan-2023 00:00:26 #17 3.980 [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 02-Jan-2023 00:00:26 #17 3.980 [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 02-Jan-2023 00:00:26 #17 3.981 [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 02-Jan-2023 00:00:26 #17 3.981 [WARNING] error 02-Jan-2023 00:00:26 #17 3.982 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 02-Jan-2023 00:00:26 #17 3.983 [WARNING] error 02-Jan-2023 00:00:26 #17 3.983 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 02-Jan-2023 00:00:26 #17 3.984 [WARNING] error 02-Jan-2023 00:00:26 #17 3.990 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:00:26 #17 3.990 [INFO] Reactor Build Order: error 02-Jan-2023 00:00:26 #17 3.991 [INFO] error 02-Jan-2023 00:00:26 #17 3.993 [INFO] Reference Application Distribution [pom] error 02-Jan-2023 00:00:26 #17 3.993 [INFO] Reference Application Distribution Package [jar] error 02-Jan-2023 00:00:26 #17 4.020 [INFO] error 02-Jan-2023 00:00:26 #17 4.024 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 02-Jan-2023 00:00:26 #17 4.025 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 02-Jan-2023 00:00:26 #17 4.026 [INFO] --------------------------------[ pom ]--------------------------------- error 02-Jan-2023 00:00:26 #17 4.130 [INFO] error 02-Jan-2023 00:00:26 #17 4.132 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 02-Jan-2023 00:00:27 #17 4.464 [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 02-Jan-2023 00:00:27 #17 4.485 [INFO] error 02-Jan-2023 00:00:27 #17 4.488 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 02-Jan-2023 00:00:27 #17 4.489 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 02-Jan-2023 00:00:27 #17 4.489 [INFO] --------------------------------[ jar ]--------------------------------- error 02-Jan-2023 00:00:27 #17 4.993 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 02-Jan-2023 00:00:29 #17 6.255 Progress (1): 3.3/5.8 kB error 02-Jan-2023 00:00:29 Progress (1): 5.8 kB error 02-Jan-2023 00:00:29 error 02-Jan-2023 00:00:29 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 4.1 kB/s) error 02-Jan-2023 00:00:29 #17 6.421 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 02-Jan-2023 00:00:29 #17 6.565 Progress (1): 3.3/34 kB error 02-Jan-2023 00:00:29 Progress (1): 6.1/34 kB error 02-Jan-2023 00:00:29 Progress (1): 8.9/34 kB error 02-Jan-2023 00:00:29 Progress (1): 12/34 kB error 02-Jan-2023 00:00:29 Progress (1): 15/34 kB error 02-Jan-2023 00:00:29 Progress (1): 17/34 kB error 02-Jan-2023 00:00:29 Progress (1): 20/34 kB error 02-Jan-2023 00:00:29 Progress (1): 23/34 kB error 02-Jan-2023 00:00:29 Progress (1): 26/34 kB error 02-Jan-2023 00:00:29 Progress (1): 29/34 kB error 02-Jan-2023 00:00:29 Progress (1): 31/34 kB error 02-Jan-2023 00:00:29 Progress (1): 34 kB error 02-Jan-2023 00:00:29 error 02-Jan-2023 00:00:29 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 92 kB/s) error 02-Jan-2023 00:00:29 #17 6.805 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 02-Jan-2023 00:00:29 #17 6.936 Progress (1): 3.4/8.1 kB error 02-Jan-2023 00:00:29 Progress (1): 6.2/8.1 kB error 02-Jan-2023 00:00:29 Progress (1): 8.1 kB error 02-Jan-2023 00:00:29 error 02-Jan-2023 00:00:29 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 32 kB/s) error 02-Jan-2023 00:00:29 #17 7.069 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 02-Jan-2023 00:00:29 #17 7.199 Progress (1): 3.4/30 kB error 02-Jan-2023 00:00:30 Progress (1): 6.2/30 kB error 02-Jan-2023 00:00:30 Progress (1): 9.0/30 kB error 02-Jan-2023 00:00:30 Progress (1): 12/30 kB error 02-Jan-2023 00:00:30 Progress (1): 15/30 kB error 02-Jan-2023 00:00:30 Progress (1): 17/30 kB error 02-Jan-2023 00:00:30 Progress (1): 20/30 kB error 02-Jan-2023 00:00:30 Progress (1): 23/30 kB error 02-Jan-2023 00:00:30 Progress (1): 26/30 kB error 02-Jan-2023 00:00:30 Progress (1): 29/30 kB error 02-Jan-2023 00:00:30 Progress (1): 30 kB error 02-Jan-2023 00:00:30 error 02-Jan-2023 00:00:30 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 107 kB/s) error 02-Jan-2023 00:00:30 #17 7.371 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 02-Jan-2023 00:00:30 #17 7.501 Progress (1): 3.3/10 kB error 02-Jan-2023 00:00:30 Progress (1): 6.1/10 kB error 02-Jan-2023 00:00:30 Progress (1): 8.9/10 kB error 02-Jan-2023 00:00:30 Progress (1): 10 kB error 02-Jan-2023 00:00:30 error 02-Jan-2023 00:00:30 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 02-Jan-2023 00:00:30 #17 7.638 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 02-Jan-2023 00:00:30 #17 7.756 Progress (1): 3.3/43 kB error 02-Jan-2023 00:00:30 Progress (1): 6.1/43 kB error 02-Jan-2023 00:00:30 Progress (1): 8.9/43 kB error 02-Jan-2023 00:00:30 Progress (1): 12/43 kB error 02-Jan-2023 00:00:30 Progress (1): 14/43 kB error 02-Jan-2023 00:00:30 Progress (1): 17/43 kB error 02-Jan-2023 00:00:30 Progress (1): 20/43 kB error 02-Jan-2023 00:00:30 Progress (1): 23/43 kB error 02-Jan-2023 00:00:30 Progress (1): 26/43 kB error 02-Jan-2023 00:00:30 Progress (1): 29/43 kB error 02-Jan-2023 00:00:30 Progress (1): 31/43 kB error 02-Jan-2023 00:00:30 Progress (1): 34/43 kB error 02-Jan-2023 00:00:30 Progress (1): 37/43 kB error 02-Jan-2023 00:00:30 Progress (1): 40/43 kB error 02-Jan-2023 00:00:30 Progress (1): 43/43 kB error 02-Jan-2023 00:00:30 Progress (1): 43 kB error 02-Jan-2023 00:00:30 error 02-Jan-2023 00:00:30 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 126 kB/s) error 02-Jan-2023 00:00:30 #17 8.014 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 02-Jan-2023 00:00:30 #17 8.142 Progress (1): 3.4/10 kB error 02-Jan-2023 00:00:30 Progress (1): 6.2/10 kB error 02-Jan-2023 00:00:30 Progress (1): 9.0/10 kB error 02-Jan-2023 00:00:30 Progress (1): 10 kB error 02-Jan-2023 00:00:30 error 02-Jan-2023 00:00:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 38 kB/s) error 02-Jan-2023 00:00:31 #17 8.281 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 02-Jan-2023 00:00:31 #17 8.404 Progress (1): 3.4/11 kB error 02-Jan-2023 00:00:31 Progress (1): 6.2/11 kB error 02-Jan-2023 00:00:31 Progress (1): 9.0/11 kB error 02-Jan-2023 00:00:31 Progress (1): 11 kB error 02-Jan-2023 00:00:31 error 02-Jan-2023 00:00:31 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 02-Jan-2023 00:00:31 #17 8.536 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 02-Jan-2023 00:00:31 #17 8.657 Progress (1): 3.4/31 kB error 02-Jan-2023 00:00:31 Progress (1): 6.2/31 kB error 02-Jan-2023 00:00:31 Progress (1): 9.0/31 kB error 02-Jan-2023 00:00:31 Progress (1): 12/31 kB error 02-Jan-2023 00:00:31 Progress (1): 15/31 kB error 02-Jan-2023 00:00:31 Progress (1): 17/31 kB error 02-Jan-2023 00:00:31 Progress (1): 20/31 kB error 02-Jan-2023 00:00:31 Progress (1): 23/31 kB error 02-Jan-2023 00:00:31 Progress (1): 26/31 kB error 02-Jan-2023 00:00:31 Progress (1): 29/31 kB error 02-Jan-2023 00:00:31 Progress (1): 31 kB error 02-Jan-2023 00:00:31 error 02-Jan-2023 00:00:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.jar (31 kB at 125 kB/s) error 02-Jan-2023 00:00:31 #17 8.802 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 02-Jan-2023 00:00:31 #17 8.928 Progress (1): 3.4/15 kB error 02-Jan-2023 00:00:31 Progress (1): 6.2/15 kB error 02-Jan-2023 00:00:31 Progress (1): 9.0/15 kB error 02-Jan-2023 00:00:31 Progress (1): 12/15 kB error 02-Jan-2023 00:00:31 Progress (1): 15/15 kB error 02-Jan-2023 00:00:31 Progress (1): 15 kB error 02-Jan-2023 00:00:31 error 02-Jan-2023 00:00:31 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 60 kB/s) error 02-Jan-2023 00:00:31 #17 9.056 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 02-Jan-2023 00:00:32 #17 9.793 Progress (1): 4.1/221 kB error 02-Jan-2023 00:00:32 Progress (1): 8.2/221 kB error 02-Jan-2023 00:00:32 Progress (1): 12/221 kB error 02-Jan-2023 00:00:32 Progress (1): 16/221 kB error 02-Jan-2023 00:00:32 Progress (1): 20/221 kB error 02-Jan-2023 00:00:32 Progress (1): 25/221 kB error 02-Jan-2023 00:00:32 Progress (1): 29/221 kB error 02-Jan-2023 00:00:32 Progress (1): 33/221 kB error 02-Jan-2023 00:00:32 Progress (1): 37/221 kB error 02-Jan-2023 00:00:32 Progress (1): 41/221 kB error 02-Jan-2023 00:00:32 Progress (1): 45/221 kB error 02-Jan-2023 00:00:32 Progress (1): 49/221 kB error 02-Jan-2023 00:00:32 Progress (1): 52/221 kB error 02-Jan-2023 00:00:32 Progress (1): 56/221 kB error 02-Jan-2023 00:00:32 Progress (1): 60/221 kB error 02-Jan-2023 00:00:32 Progress (1): 64/221 kB error 02-Jan-2023 00:00:32 Progress (1): 68/221 kB error 02-Jan-2023 00:00:32 Progress (1): 72/221 kB error 02-Jan-2023 00:00:32 Progress (1): 76/221 kB error 02-Jan-2023 00:00:32 Progress (1): 80/221 kB error 02-Jan-2023 00:00:32 Progress (1): 84/221 kB error 02-Jan-2023 00:00:32 Progress (1): 87/221 kB error 02-Jan-2023 00:00:32 Progress (1): 91/221 kB error 02-Jan-2023 00:00:32 Progress (1): 95/221 kB error 02-Jan-2023 00:00:32 Progress (1): 99/221 kB error 02-Jan-2023 00:00:32 Progress (1): 103/221 kB error 02-Jan-2023 00:00:32 Progress (1): 107/221 kB error 02-Jan-2023 00:00:32 Progress (1): 111/221 kB error 02-Jan-2023 00:00:32 Progress (1): 115/221 kB error 02-Jan-2023 00:00:32 Progress (1): 119/221 kB error 02-Jan-2023 00:00:32 Progress (1): 121/221 kB error 02-Jan-2023 00:00:32 Progress (1): 125/221 kB error 02-Jan-2023 00:00:32 Progress (1): 130/221 kB error 02-Jan-2023 00:00:32 Progress (1): 134/221 kB error 02-Jan-2023 00:00:32 Progress (1): 138/221 kB error 02-Jan-2023 00:00:32 Progress (1): 142/221 kB error 02-Jan-2023 00:00:32 Progress (1): 146/221 kB error 02-Jan-2023 00:00:32 Progress (1): 150/221 kB error 02-Jan-2023 00:00:32 Progress (1): 154/221 kB error 02-Jan-2023 00:00:32 Progress (1): 156/221 kB error 02-Jan-2023 00:00:32 Progress (1): 160/221 kB error 02-Jan-2023 00:00:32 Progress (1): 164/221 kB error 02-Jan-2023 00:00:32 Progress (1): 168/221 kB error 02-Jan-2023 00:00:32 Progress (1): 173/221 kB error 02-Jan-2023 00:00:32 Progress (1): 177/221 kB error 02-Jan-2023 00:00:32 Progress (1): 181/221 kB error 02-Jan-2023 00:00:32 Progress (1): 185/221 kB error 02-Jan-2023 00:00:32 Progress (1): 189/221 kB error 02-Jan-2023 00:00:32 Progress (1): 191/221 kB error 02-Jan-2023 00:00:32 Progress (1): 195/221 kB error 02-Jan-2023 00:00:32 Progress (1): 199/221 kB error 02-Jan-2023 00:00:32 Progress (1): 203/221 kB error 02-Jan-2023 00:00:32 Progress (1): 207/221 kB error 02-Jan-2023 00:00:32 Progress (1): 211/221 kB error 02-Jan-2023 00:00:32 Progress (1): 216/221 kB error 02-Jan-2023 00:00:32 Progress (1): 220/221 kB error 02-Jan-2023 00:00:32 Progress (1): 221 kB error 02-Jan-2023 00:00:32 error 02-Jan-2023 00:00:33 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 187 kB/s) error 02-Jan-2023 00:00:33 #17 10.25 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 02-Jan-2023 00:00:33 #17 10.37 Progress (1): 3.4/5.8 kB error 02-Jan-2023 00:00:33 Progress (1): 5.8 kB error 02-Jan-2023 00:00:33 error 02-Jan-2023 00:00:33 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 02-Jan-2023 00:00:33 #17 10.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 02-Jan-2023 00:00:33 #17 10.63 Progress (1): 3.3/34 kB error 02-Jan-2023 00:00:33 Progress (1): 6.1/34 kB error 02-Jan-2023 00:00:33 Progress (1): 8.9/34 kB error 02-Jan-2023 00:00:33 Progress (1): 12/34 kB error 02-Jan-2023 00:00:33 Progress (1): 15/34 kB error 02-Jan-2023 00:00:33 Progress (1): 17/34 kB error 02-Jan-2023 00:00:33 Progress (1): 20/34 kB error 02-Jan-2023 00:00:33 Progress (1): 23/34 kB error 02-Jan-2023 00:00:33 Progress (1): 26/34 kB error 02-Jan-2023 00:00:33 Progress (1): 29/34 kB error 02-Jan-2023 00:00:33 Progress (1): 31/34 kB error 02-Jan-2023 00:00:33 Progress (1): 34 kB error 02-Jan-2023 00:00:33 error 02-Jan-2023 00:00:33 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 123 kB/s) error 02-Jan-2023 00:00:33 #17 10.78 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 02-Jan-2023 00:00:33 #17 10.91 Progress (1): 3.4/64 kB error 02-Jan-2023 00:00:33 Progress (1): 6.2/64 kB error 02-Jan-2023 00:00:33 Progress (1): 9.0/64 kB error 02-Jan-2023 00:00:33 Progress (1): 12/64 kB error 02-Jan-2023 00:00:33 Progress (1): 15/64 kB error 02-Jan-2023 00:00:33 Progress (1): 17/64 kB error 02-Jan-2023 00:00:33 Progress (1): 20/64 kB error 02-Jan-2023 00:00:33 Progress (1): 23/64 kB error 02-Jan-2023 00:00:33 Progress (1): 26/64 kB error 02-Jan-2023 00:00:33 Progress (1): 29/64 kB error 02-Jan-2023 00:00:33 Progress (1): 31/64 kB error 02-Jan-2023 00:00:33 Progress (1): 34/64 kB error 02-Jan-2023 00:00:33 Progress (1): 37/64 kB error 02-Jan-2023 00:00:33 Progress (1): 40/64 kB error 02-Jan-2023 00:00:33 Progress (1): 43/64 kB error 02-Jan-2023 00:00:33 Progress (1): 45/64 kB error 02-Jan-2023 00:00:33 Progress (1): 48/64 kB error 02-Jan-2023 00:00:33 Progress (1): 51/64 kB error 02-Jan-2023 00:00:33 Progress (1): 54/64 kB error 02-Jan-2023 00:00:33 Progress (1): 56/64 kB error 02-Jan-2023 00:00:33 Progress (1): 59/64 kB error 02-Jan-2023 00:00:33 Progress (1): 62/64 kB error 02-Jan-2023 00:00:33 Progress (1): 64 kB error 02-Jan-2023 00:00:33 error 02-Jan-2023 00:00:33 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 237 kB/s) error 02-Jan-2023 00:00:33 #17 11.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 02-Jan-2023 00:00:33 #17 11.19 Progress (1): 3.3/13 kB error 02-Jan-2023 00:00:33 Progress (1): 6.1/13 kB error 02-Jan-2023 00:00:33 Progress (1): 8.9/13 kB error 02-Jan-2023 00:00:33 Progress (1): 12/13 kB error 02-Jan-2023 00:00:33 Progress (1): 13 kB error 02-Jan-2023 00:00:33 error 02-Jan-2023 00:00:34 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 55 kB/s) error 02-Jan-2023 00:00:34 #17 11.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 02-Jan-2023 00:00:34 #17 11.52 Progress (1): 3.3/36 kB error 02-Jan-2023 00:00:34 Progress (1): 6.1/36 kB error 02-Jan-2023 00:00:34 Progress (1): 8.9/36 kB error 02-Jan-2023 00:00:34 Progress (1): 12/36 kB error 02-Jan-2023 00:00:34 Progress (1): 15/36 kB error 02-Jan-2023 00:00:34 Progress (1): 17/36 kB error 02-Jan-2023 00:00:34 Progress (1): 20/36 kB error 02-Jan-2023 00:00:34 Progress (1): 23/36 kB error 02-Jan-2023 00:00:34 Progress (1): 26/36 kB error 02-Jan-2023 00:00:34 Progress (1): 29/36 kB error 02-Jan-2023 00:00:34 Progress (1): 31/36 kB error 02-Jan-2023 00:00:34 Progress (1): 34/36 kB error 02-Jan-2023 00:00:34 Progress (1): 36 kB error 02-Jan-2023 00:00:34 error 02-Jan-2023 00:00:34 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 106 kB/s) error 02-Jan-2023 00:00:34 #17 11.66 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 02-Jan-2023 00:00:34 #17 11.79 Progress (1): 3.3/5.3 kB error 02-Jan-2023 00:00:34 Progress (1): 5.3 kB error 02-Jan-2023 00:00:34 error 02-Jan-2023 00:00:34 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 02-Jan-2023 00:00:34 #17 12.16 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 02-Jan-2023 00:00:34 #17 12.29 Progress (1): 1.7 kB error 02-Jan-2023 00:00:35 error 02-Jan-2023 00:00:35 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 02-Jan-2023 00:00:35 #17 12.42 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 02-Jan-2023 00:00:35 #17 12.55 Progress (1): 1.5 kB error 02-Jan-2023 00:00:35 error 02-Jan-2023 00:00:35 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 02-Jan-2023 00:00:35 #17 12.70 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 02-Jan-2023 00:00:35 #17 12.85 Progress (1): 1.7 kB error 02-Jan-2023 00:00:35 error 02-Jan-2023 00:00:35 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.2 kB/s) error 02-Jan-2023 00:00:35 #17 12.97 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 02-Jan-2023 00:00:35 #17 13.09 Progress (1): 2.3 kB error 02-Jan-2023 00:00:35 error 02-Jan-2023 00:00:36 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.6 kB/s) error 02-Jan-2023 00:00:36 #17 13.21 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 02-Jan-2023 00:00:36 #17 13.33 Progress (1): 1.9 kB error 02-Jan-2023 00:00:36 error 02-Jan-2023 00:00:36 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.9 kB/s) error 02-Jan-2023 00:00:36 #17 13.45 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 02-Jan-2023 00:00:36 #17 13.57 Progress (1): 1.7 kB error 02-Jan-2023 00:00:36 error 02-Jan-2023 00:00:36 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 02-Jan-2023 00:00:36 #17 13.69 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 02-Jan-2023 00:00:36 #17 13.81 Progress (1): 2.3 kB error 02-Jan-2023 00:00:36 error 02-Jan-2023 00:00:36 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.7 kB/s) error 02-Jan-2023 00:00:36 #17 13.94 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 02-Jan-2023 00:00:36 #17 14.06 Progress (1): 2.1 kB error 02-Jan-2023 00:00:36 error 02-Jan-2023 00:00:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-jdbc/5.2.14.RELEASE/spring-jdbc-5.2.14.RELEASE.pom (2.1 kB at 8.4 kB/s) error 02-Jan-2023 00:00:36 #17 14.18 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 02-Jan-2023 00:00:36 #17 14.31 Progress (1): 1.9 kB error 02-Jan-2023 00:00:37 error 02-Jan-2023 00:00:37 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.6 kB/s) error 02-Jan-2023 00:00:37 #17 14.44 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 02-Jan-2023 00:00:37 #17 14.56 Progress (1): 2.1 kB error 02-Jan-2023 00:00:37 error 02-Jan-2023 00:00:37 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.5 kB/s) error 02-Jan-2023 00:00:37 #17 14.74 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 02-Jan-2023 00:00:37 #17 ... error 02-Jan-2023 00:00:37 error 02-Jan-2023 00:00:37 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:37 #14 21.25 [INFO] Scanning for projects... error 02-Jan-2023 00:00:39 #14 23.67 [WARNING] error 02-Jan-2023 00:00:39 #14 23.67 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication-package:jar:2.13.0-SNAPSHOT error 02-Jan-2023 00:00:39 #14 23.68 [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 02-Jan-2023 00:00:39 #14 23.69 [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 02-Jan-2023 00:00:39 #14 23.69 [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 02-Jan-2023 00:00:39 #14 23.69 [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 02-Jan-2023 00:00:39 #14 23.69 [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 02-Jan-2023 00:00:39 #14 23.70 [WARNING] error 02-Jan-2023 00:00:39 #14 23.70 [WARNING] Some problems were encountered while building the effective model for org.openmrs.distro:referenceapplication:pom:2.13.0-SNAPSHOT error 02-Jan-2023 00:00:39 #14 23.70 [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 02-Jan-2023 00:00:39 #14 23.70 [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 02-Jan-2023 00:00:39 #14 23.71 [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 02-Jan-2023 00:00:39 #14 23.71 [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 02-Jan-2023 00:00:39 #14 23.72 [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 02-Jan-2023 00:00:39 #14 23.72 [WARNING] error 02-Jan-2023 00:00:39 #14 23.72 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. error 02-Jan-2023 00:00:39 #14 23.72 [WARNING] error 02-Jan-2023 00:00:39 #14 23.72 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. error 02-Jan-2023 00:00:39 #14 23.72 [WARNING] error 02-Jan-2023 00:00:40 #14 23.82 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:00:40 #14 23.82 [INFO] Reactor Build Order: error 02-Jan-2023 00:00:40 #14 23.82 [INFO] error 02-Jan-2023 00:00:40 #14 23.85 [INFO] Reference Application Distribution [pom] error 02-Jan-2023 00:00:40 #14 23.86 [INFO] Reference Application Distribution Package [jar] error 02-Jan-2023 00:00:40 #14 24.03 [INFO] error 02-Jan-2023 00:00:40 #14 24.06 [INFO] --------------< org.openmrs.distro:referenceapplication >--------------- error 02-Jan-2023 00:00:40 #14 24.06 [INFO] Building Reference Application Distribution 2.13.0-SNAPSHOT [1/2] error 02-Jan-2023 00:00:40 #14 24.06 [INFO] --------------------------------[ pom ]--------------------------------- error 02-Jan-2023 00:00:41 #14 25.19 [INFO] error 02-Jan-2023 00:00:41 #14 25.19 [INFO] --- maven-install-plugin:2.4:install (default-install) @ referenceapplication --- error 02-Jan-2023 00:00:43 #14 ... error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:43 #17 14.86 Progress (1): 3.3/5.5 kB error 02-Jan-2023 00:00:43 Progress (1): 5.5 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 14.99 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 02-Jan-2023 00:00:43 #17 15.12 Progress (1): 3.3/15 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/15 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/15 kB error 02-Jan-2023 00:00:43 Progress (1): 12/15 kB error 02-Jan-2023 00:00:43 Progress (1): 14/15 kB error 02-Jan-2023 00:00:43 Progress (1): 15 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 59 kB/s) error 02-Jan-2023 00:00:43 #17 15.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 02-Jan-2023 00:00:43 #17 15.39 Progress (1): 3.3/67 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/67 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/67 kB error 02-Jan-2023 00:00:43 Progress (1): 12/67 kB error 02-Jan-2023 00:00:43 Progress (1): 15/67 kB error 02-Jan-2023 00:00:43 Progress (1): 17/67 kB error 02-Jan-2023 00:00:43 Progress (1): 20/67 kB error 02-Jan-2023 00:00:43 Progress (1): 23/67 kB error 02-Jan-2023 00:00:43 Progress (1): 26/67 kB error 02-Jan-2023 00:00:43 Progress (1): 29/67 kB error 02-Jan-2023 00:00:43 Progress (1): 31/67 kB error 02-Jan-2023 00:00:43 Progress (1): 34/67 kB error 02-Jan-2023 00:00:43 Progress (1): 37/67 kB error 02-Jan-2023 00:00:43 Progress (1): 40/67 kB error 02-Jan-2023 00:00:43 Progress (1): 43/67 kB error 02-Jan-2023 00:00:43 Progress (1): 45/67 kB error 02-Jan-2023 00:00:43 Progress (1): 48/67 kB error 02-Jan-2023 00:00:43 Progress (1): 51/67 kB error 02-Jan-2023 00:00:43 Progress (1): 54/67 kB error 02-Jan-2023 00:00:43 Progress (1): 56/67 kB error 02-Jan-2023 00:00:43 Progress (1): 59/67 kB error 02-Jan-2023 00:00:43 Progress (1): 62/67 kB error 02-Jan-2023 00:00:43 Progress (1): 65/67 kB error 02-Jan-2023 00:00:43 Progress (1): 67 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 239 kB/s) error 02-Jan-2023 00:00:43 #17 15.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 02-Jan-2023 00:00:43 #17 15.67 Progress (1): 3.3/5.1 kB error 02-Jan-2023 00:00:43 Progress (1): 5.1 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 15.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 02-Jan-2023 00:00:43 #17 15.91 Progress (1): 3.3/12 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/12 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/12 kB error 02-Jan-2023 00:00:43 Progress (1): 12/12 kB error 02-Jan-2023 00:00:43 Progress (1): 12 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 50 kB/s) error 02-Jan-2023 00:00:43 #17 16.03 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 02-Jan-2023 00:00:43 #17 16.17 Progress (1): 3.3/43 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/43 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/43 kB error 02-Jan-2023 00:00:43 Progress (1): 12/43 kB error 02-Jan-2023 00:00:43 Progress (1): 14/43 kB error 02-Jan-2023 00:00:43 Progress (1): 17/43 kB error 02-Jan-2023 00:00:43 Progress (1): 20/43 kB error 02-Jan-2023 00:00:43 Progress (1): 23/43 kB error 02-Jan-2023 00:00:43 Progress (1): 26/43 kB error 02-Jan-2023 00:00:43 Progress (1): 28/43 kB error 02-Jan-2023 00:00:43 Progress (1): 31/43 kB error 02-Jan-2023 00:00:43 Progress (1): 34/43 kB error 02-Jan-2023 00:00:43 Progress (1): 37/43 kB error 02-Jan-2023 00:00:43 Progress (1): 40/43 kB error 02-Jan-2023 00:00:43 Progress (1): 42/43 kB error 02-Jan-2023 00:00:43 Progress (1): 43 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 156 kB/s) error 02-Jan-2023 00:00:43 #17 16.47 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 02-Jan-2023 00:00:43 #17 16.60 Progress (1): 2.7 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 16.74 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 02-Jan-2023 00:00:43 #17 16.86 Progress (1): 2.7 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 17.03 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 02-Jan-2023 00:00:43 #17 17.16 Progress (1): 3.3/9.2 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/9.2 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/9.2 kB error 02-Jan-2023 00:00:43 Progress (1): 9.2 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom (9.2 kB at 36 kB/s) error 02-Jan-2023 00:00:43 #17 17.30 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 02-Jan-2023 00:00:43 #17 17.42 Progress (1): 3.3/151 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/151 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/151 kB error 02-Jan-2023 00:00:43 Progress (1): 12/151 kB error 02-Jan-2023 00:00:43 Progress (1): 14/151 kB error 02-Jan-2023 00:00:43 Progress (1): 17/151 kB error 02-Jan-2023 00:00:43 Progress (1): 20/151 kB error 02-Jan-2023 00:00:43 Progress (1): 23/151 kB error 02-Jan-2023 00:00:43 Progress (1): 26/151 kB error 02-Jan-2023 00:00:43 Progress (1): 28/151 kB error 02-Jan-2023 00:00:43 Progress (1): 31/151 kB error 02-Jan-2023 00:00:43 Progress (1): 34/151 kB error 02-Jan-2023 00:00:43 Progress (1): 37/151 kB error 02-Jan-2023 00:00:43 Progress (1): 40/151 kB error 02-Jan-2023 00:00:43 Progress (1): 42/151 kB error 02-Jan-2023 00:00:43 Progress (1): 45/151 kB error 02-Jan-2023 00:00:43 Progress (1): 48/151 kB error 02-Jan-2023 00:00:43 Progress (1): 51/151 kB error 02-Jan-2023 00:00:43 Progress (1): 54/151 kB error 02-Jan-2023 00:00:43 Progress (1): 56/151 kB error 02-Jan-2023 00:00:43 Progress (1): 59/151 kB error 02-Jan-2023 00:00:43 Progress (1): 62/151 kB error 02-Jan-2023 00:00:43 Progress (1): 65/151 kB error 02-Jan-2023 00:00:43 Progress (1): 67/151 kB error 02-Jan-2023 00:00:43 Progress (1): 70/151 kB error 02-Jan-2023 00:00:43 Progress (1): 73/151 kB error 02-Jan-2023 00:00:43 Progress (1): 76/151 kB error 02-Jan-2023 00:00:43 Progress (1): 79/151 kB error 02-Jan-2023 00:00:43 Progress (1): 81/151 kB error 02-Jan-2023 00:00:43 Progress (1): 84/151 kB error 02-Jan-2023 00:00:43 Progress (1): 87/151 kB error 02-Jan-2023 00:00:43 Progress (1): 90/151 kB error 02-Jan-2023 00:00:43 Progress (1): 93/151 kB error 02-Jan-2023 00:00:43 Progress (1): 95/151 kB error 02-Jan-2023 00:00:43 Progress (1): 98/151 kB error 02-Jan-2023 00:00:43 Progress (1): 101/151 kB error 02-Jan-2023 00:00:43 Progress (1): 104/151 kB error 02-Jan-2023 00:00:43 Progress (1): 106/151 kB error 02-Jan-2023 00:00:43 Progress (1): 109/151 kB error 02-Jan-2023 00:00:43 Progress (1): 112/151 kB error 02-Jan-2023 00:00:43 Progress (1): 115/151 kB error 02-Jan-2023 00:00:43 Progress (1): 118/151 kB error 02-Jan-2023 00:00:43 Progress (1): 120/151 kB error 02-Jan-2023 00:00:43 Progress (1): 123/151 kB error 02-Jan-2023 00:00:43 Progress (1): 126/151 kB error 02-Jan-2023 00:00:43 Progress (1): 129/151 kB error 02-Jan-2023 00:00:43 Progress (1): 132/151 kB error 02-Jan-2023 00:00:43 Progress (1): 134/151 kB error 02-Jan-2023 00:00:43 Progress (1): 137/151 kB error 02-Jan-2023 00:00:43 Progress (1): 140/151 kB error 02-Jan-2023 00:00:43 Progress (1): 143/151 kB error 02-Jan-2023 00:00:43 Progress (1): 146/151 kB error 02-Jan-2023 00:00:43 Progress (1): 148/151 kB error 02-Jan-2023 00:00:43 Progress (1): 151 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 429 kB/s) error 02-Jan-2023 00:00:43 #17 17.67 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 02-Jan-2023 00:00:43 #17 17.79 Progress (1): 3.3/16 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/16 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/16 kB error 02-Jan-2023 00:00:43 Progress (1): 12/16 kB error 02-Jan-2023 00:00:43 Progress (1): 14/16 kB error 02-Jan-2023 00:00:43 Progress (1): 16 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00: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.pom (16 kB at 63 kB/s) error 02-Jan-2023 00:00:43 #17 18.05 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 02-Jan-2023 00:00:43 #17 18.20 Progress (1): 3.3/6.1 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/6.1 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 22 kB/s) error 02-Jan-2023 00:00:43 #17 18.34 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 02-Jan-2023 00:00:43 #17 18.47 Progress (1): 3.3/5.0 kB error 02-Jan-2023 00:00:43 Progress (1): 5.0 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 18.61 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 02-Jan-2023 00:00:43 #17 18.75 Progress (1): 3.3/66 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/66 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/66 kB error 02-Jan-2023 00:00:43 Progress (1): 12/66 kB error 02-Jan-2023 00:00:43 Progress (1): 15/66 kB error 02-Jan-2023 00:00:43 Progress (1): 17/66 kB error 02-Jan-2023 00:00:43 Progress (1): 20/66 kB error 02-Jan-2023 00:00:43 Progress (1): 23/66 kB error 02-Jan-2023 00:00:43 Progress (1): 26/66 kB error 02-Jan-2023 00:00:43 Progress (1): 29/66 kB error 02-Jan-2023 00:00:43 Progress (1): 31/66 kB error 02-Jan-2023 00:00:43 Progress (1): 34/66 kB error 02-Jan-2023 00:00:43 Progress (1): 37/66 kB error 02-Jan-2023 00:00:43 Progress (1): 40/66 kB error 02-Jan-2023 00:00:43 Progress (1): 43/66 kB error 02-Jan-2023 00:00:43 Progress (1): 45/66 kB error 02-Jan-2023 00:00:43 Progress (1): 48/66 kB error 02-Jan-2023 00:00:43 Progress (1): 51/66 kB error 02-Jan-2023 00:00:43 Progress (1): 54/66 kB error 02-Jan-2023 00:00:43 Progress (1): 56/66 kB error 02-Jan-2023 00:00:43 Progress (1): 59/66 kB error 02-Jan-2023 00:00:43 Progress (1): 62/66 kB error 02-Jan-2023 00:00:43 Progress (1): 65/66 kB error 02-Jan-2023 00:00:43 Progress (1): 66 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 242 kB/s) error 02-Jan-2023 00:00:43 #17 18.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 02-Jan-2023 00:00:43 #17 19.03 Progress (1): 3.3/11 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/11 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/11 kB error 02-Jan-2023 00:00:43 Progress (1): 11 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom (11 kB at 47 kB/s) error 02-Jan-2023 00:00:43 #17 19.15 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 02-Jan-2023 00:00:43 #17 19.28 Progress (1): 3.3/42 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/42 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/42 kB error 02-Jan-2023 00:00:43 Progress (1): 12/42 kB error 02-Jan-2023 00:00:43 Progress (1): 14/42 kB error 02-Jan-2023 00:00:43 Progress (1): 17/42 kB error 02-Jan-2023 00:00:43 Progress (1): 20/42 kB error 02-Jan-2023 00:00:43 Progress (1): 23/42 kB error 02-Jan-2023 00:00:43 Progress (1): 26/42 kB error 02-Jan-2023 00:00:43 Progress (1): 28/42 kB error 02-Jan-2023 00:00:43 Progress (1): 31/42 kB error 02-Jan-2023 00:00:43 Progress (1): 34/42 kB error 02-Jan-2023 00:00:43 Progress (1): 37/42 kB error 02-Jan-2023 00:00:43 Progress (1): 40/42 kB error 02-Jan-2023 00:00:43 Progress (1): 42 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 165 kB/s) error 02-Jan-2023 00:00:43 #17 19.43 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 02-Jan-2023 00:00:43 #17 19.56 Progress (1): 3.3/23 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/23 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/23 kB error 02-Jan-2023 00:00:43 Progress (1): 12/23 kB error 02-Jan-2023 00:00:43 Progress (1): 15/23 kB error 02-Jan-2023 00:00:43 Progress (1): 17/23 kB error 02-Jan-2023 00:00:43 Progress (1): 20/23 kB error 02-Jan-2023 00:00:43 Progress (1): 23/23 kB error 02-Jan-2023 00:00:43 Progress (1): 23 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 19.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 02-Jan-2023 00:00:43 #17 19.89 Progress (1): 3.3/74 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/74 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/74 kB error 02-Jan-2023 00:00:43 Progress (1): 12/74 kB error 02-Jan-2023 00:00:43 Progress (1): 15/74 kB error 02-Jan-2023 00:00:43 Progress (1): 17/74 kB error 02-Jan-2023 00:00:43 Progress (1): 20/74 kB error 02-Jan-2023 00:00:43 Progress (1): 23/74 kB error 02-Jan-2023 00:00:43 Progress (1): 26/74 kB error 02-Jan-2023 00:00:43 Progress (1): 29/74 kB error 02-Jan-2023 00:00:43 Progress (1): 31/74 kB error 02-Jan-2023 00:00:43 Progress (1): 34/74 kB error 02-Jan-2023 00:00:43 Progress (1): 37/74 kB error 02-Jan-2023 00:00:43 Progress (1): 40/74 kB error 02-Jan-2023 00:00:43 Progress (1): 43/74 kB error 02-Jan-2023 00:00:43 Progress (1): 45/74 kB error 02-Jan-2023 00:00:43 Progress (1): 48/74 kB error 02-Jan-2023 00:00:43 Progress (1): 51/74 kB error 02-Jan-2023 00:00:43 Progress (1): 54/74 kB error 02-Jan-2023 00:00:43 Progress (1): 56/74 kB error 02-Jan-2023 00:00:43 Progress (1): 59/74 kB error 02-Jan-2023 00:00:43 Progress (1): 62/74 kB error 02-Jan-2023 00:00:43 Progress (1): 65/74 kB error 02-Jan-2023 00:00:43 Progress (1): 68/74 kB error 02-Jan-2023 00:00:43 Progress (1): 70/74 kB error 02-Jan-2023 00:00:43 Progress (1): 73/74 kB error 02-Jan-2023 00:00:43 Progress (1): 74 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (74 kB at 214 kB/s) error 02-Jan-2023 00:00:43 #17 20.04 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 02-Jan-2023 00:00:43 #17 20.15 Progress (1): 3.3/14 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/14 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/14 kB error 02-Jan-2023 00:00:43 Progress (1): 12/14 kB error 02-Jan-2023 00:00:43 Progress (1): 14 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 57 kB/s) error 02-Jan-2023 00:00:43 #17 20.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 02-Jan-2023 00:00:43 #17 20.41 Progress (1): 3.3/12 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/12 kB error 02-Jan-2023 00:00:43 Progress (1): 8.9/12 kB error 02-Jan-2023 00:00:43 Progress (1): 12 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00: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.pom (12 kB at 47 kB/s) error 02-Jan-2023 00:00:43 #17 20.54 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 02-Jan-2023 00:00:43 #17 20.67 Progress (1): 3.3/8.3 kB error 02-Jan-2023 00:00:43 Progress (1): 6.1/8.3 kB error 02-Jan-2023 00:00:43 Progress (1): 8.3 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00: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.pom (8.3 kB at 34 kB/s) error 02-Jan-2023 00:00:43 #17 20.81 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 02-Jan-2023 00:00:43 #17 20.93 Progress (1): 3.3/3.4 kB error 02-Jan-2023 00:00:43 Progress (1): 3.4 kB error 02-Jan-2023 00:00:43 error 02-Jan-2023 00:00:43 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 02-Jan-2023 00:00:43 #17 21.13 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 02-Jan-2023 00:00:44 #17 21.25 Progress (1): 3.3/4.9 kB error 02-Jan-2023 00:00:44 Progress (1): 4.9 kB error 02-Jan-2023 00:00:44 error 02-Jan-2023 00:00: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.pom (4.9 kB at 20 kB/s) error 02-Jan-2023 00:00:44 #17 21.38 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 02-Jan-2023 00:00:44 #17 21.92 Progress (1): 3.0 kB error 02-Jan-2023 00:00:44 error 02-Jan-2023 00:00:44 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.5 kB/s) error 02-Jan-2023 00:00:44 #17 22.06 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 02-Jan-2023 00:00:44 #17 22.18 Progress (1): 3.3/9.7 kB error 02-Jan-2023 00:00:44 Progress (1): 6.1/9.7 kB error 02-Jan-2023 00:00:44 Progress (1): 8.9/9.7 kB error 02-Jan-2023 00:00:44 Progress (1): 9.7 kB error 02-Jan-2023 00:00:44 error 02-Jan-2023 00:00:45 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 02-Jan-2023 00:00:45 #17 22.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 02-Jan-2023 00:00:45 #17 22.43 Progress (1): 3.3/17 kB error 02-Jan-2023 00:00:45 Progress (1): 6.1/17 kB error 02-Jan-2023 00:00:45 Progress (1): 8.9/17 kB error 02-Jan-2023 00:00:45 Progress (1): 12/17 kB error 02-Jan-2023 00:00:45 Progress (1): 15/17 kB error 02-Jan-2023 00:00:45 Progress (1): 17 kB error 02-Jan-2023 00:00:45 error 02-Jan-2023 00:00:45 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 73 kB/s) error 02-Jan-2023 00:00:45 #17 22.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 02-Jan-2023 00:00:45 #17 22.68 Progress (1): 3.3/19 kB error 02-Jan-2023 00:00:45 Progress (1): 6.1/19 kB error 02-Jan-2023 00:00:45 Progress (1): 8.9/19 kB error 02-Jan-2023 00:00:45 Progress (1): 12/19 kB error 02-Jan-2023 00:00:45 Progress (1): 15/19 kB error 02-Jan-2023 00:00:45 Progress (1): 17/19 kB error 02-Jan-2023 00:00:45 Progress (1): 19 kB error 02-Jan-2023 00:00:45 error 02-Jan-2023 00:00:45 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 78 kB/s) error 02-Jan-2023 00:00:45 #17 22.81 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 02-Jan-2023 00:00:45 #17 22.94 Progress (1): 3.3/16 kB error 02-Jan-2023 00:00:45 Progress (1): 6.1/16 kB error 02-Jan-2023 00:00:45 Progress (1): 8.9/16 kB error 02-Jan-2023 00:00:45 Progress (1): 12/16 kB error 02-Jan-2023 00:00:45 Progress (1): 15/16 kB error 02-Jan-2023 00:00:45 Progress (1): 16 kB error 02-Jan-2023 00:00:45 error 02-Jan-2023 00:00:45 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 65 kB/s) error 02-Jan-2023 00:00:45 #17 23.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 02-Jan-2023 00:00:45 #17 23.19 Progress (1): 3.3/13 kB error 02-Jan-2023 00:00:45 Progress (1): 6.1/13 kB error 02-Jan-2023 00:00:45 Progress (1): 8.9/13 kB error 02-Jan-2023 00:00:45 Progress (1): 12/13 kB error 02-Jan-2023 00:00:45 Progress (1): 13 kB error 02-Jan-2023 00:00:45 error 02-Jan-2023 00:00:46 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 02-Jan-2023 00:00:46 #17 23.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 02-Jan-2023 00:00:46 #17 23.44 Progress (1): 2.0 kB error 02-Jan-2023 00:00:46 error 02-Jan-2023 00:00:46 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 02-Jan-2023 00:00:46 #17 23.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 02-Jan-2023 00:00:46 #17 23.68 Progress (1): 2.1 kB error 02-Jan-2023 00:00:46 error 02-Jan-2023 00:00:46 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 02-Jan-2023 00:00:46 #17 23.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 02-Jan-2023 00:00:46 #17 23.92 Progress (1): 3.3/37 kB error 02-Jan-2023 00:00:46 Progress (1): 6.1/37 kB error 02-Jan-2023 00:00:46 Progress (1): 8.9/37 kB error 02-Jan-2023 00:00:46 Progress (1): 12/37 kB error 02-Jan-2023 00:00:46 Progress (1): 15/37 kB error 02-Jan-2023 00:00:46 Progress (1): 17/37 kB error 02-Jan-2023 00:00:46 Progress (1): 20/37 kB error 02-Jan-2023 00:00:46 Progress (1): 23/37 kB error 02-Jan-2023 00:00:46 Progress (1): 26/37 kB error 02-Jan-2023 00:00:46 Progress (1): 29/37 kB error 02-Jan-2023 00:00:46 Progress (1): 31/37 kB error 02-Jan-2023 00:00:46 Progress (1): 34/37 kB error 02-Jan-2023 00:00:46 Progress (1): 37/37 kB error 02-Jan-2023 00:00:46 Progress (1): 37 kB error 02-Jan-2023 00:00:46 error 02-Jan-2023 00:00:46 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 154 kB/s) error 02-Jan-2023 00:00:46 #17 24.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 02-Jan-2023 00:00:46 #17 24.19 Progress (1): 3.3/13 kB error 02-Jan-2023 00:00:46 Progress (1): 6.1/13 kB error 02-Jan-2023 00:00:46 Progress (1): 8.9/13 kB error 02-Jan-2023 00:00:46 Progress (1): 12/13 kB error 02-Jan-2023 00:00:46 Progress (1): 13 kB error 02-Jan-2023 00:00:46 error 02-Jan-2023 00:00:46 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 56 kB/s) error 02-Jan-2023 00:00:47 #17 24.31 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 02-Jan-2023 00:00:47 #17 24.42 Progress (1): 3.3/9.5 kB error 02-Jan-2023 00:00:47 Progress (1): 6.1/9.5 kB error 02-Jan-2023 00:00:47 Progress (1): 8.9/9.5 kB error 02-Jan-2023 00:00:47 Progress (1): 9.5 kB error 02-Jan-2023 00:00:47 error 02-Jan-2023 00:00:47 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 40 kB/s) error 02-Jan-2023 00:00:47 #17 24.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 02-Jan-2023 00:00:47 #17 24.67 Progress (1): 2.0 kB error 02-Jan-2023 00:00:47 error 02-Jan-2023 00:00:47 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 8.6 kB/s) error 02-Jan-2023 00:00:47 #17 24.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 02-Jan-2023 00:00:47 #17 24.91 Progress (1): 3.3/23 kB error 02-Jan-2023 00:00:47 Progress (1): 6.1/23 kB error 02-Jan-2023 00:00:47 Progress (1): 8.9/23 kB error 02-Jan-2023 00:00:47 Progress (1): 12/23 kB error 02-Jan-2023 00:00:47 Progress (1): 15/23 kB error 02-Jan-2023 00:00:47 Progress (1): 17/23 kB error 02-Jan-2023 00:00:47 Progress (1): 20/23 kB error 02-Jan-2023 00:00:47 Progress (1): 23 kB error 02-Jan-2023 00:00:47 error 02-Jan-2023 00:00:47 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 02-Jan-2023 00:00:47 #17 25.03 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 02-Jan-2023 00:00:47 #17 25.15 Progress (1): 3.3/13 kB error 02-Jan-2023 00:00:47 Progress (1): 6.1/13 kB error 02-Jan-2023 00:00:47 Progress (1): 8.9/13 kB error 02-Jan-2023 00:00:47 Progress (1): 12/13 kB error 02-Jan-2023 00:00:47 Progress (1): 13 kB error 02-Jan-2023 00:00:47 error 02-Jan-2023 00:00:47 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 56 kB/s) error 02-Jan-2023 00:00:47 #17 25.27 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 02-Jan-2023 00:00:48 #17 25.39 Progress (1): 1.3 kB error 02-Jan-2023 00:00:48 error 02-Jan-2023 00:00:48 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.6 kB/s) error 02-Jan-2023 00:00:48 #17 25.51 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 02-Jan-2023 00:00:48 #17 25.62 Progress (1): 3.3/29 kB error 02-Jan-2023 00:00:48 Progress (1): 6.1/29 kB error 02-Jan-2023 00:00:48 Progress (1): 8.9/29 kB error 02-Jan-2023 00:00:48 Progress (1): 12/29 kB error 02-Jan-2023 00:00:48 Progress (1): 15/29 kB error 02-Jan-2023 00:00:48 Progress (1): 17/29 kB error 02-Jan-2023 00:00:48 Progress (1): 20/29 kB error 02-Jan-2023 00:00:48 Progress (1): 23/29 kB error 02-Jan-2023 00:00:48 Progress (1): 26/29 kB error 02-Jan-2023 00:00:48 Progress (1): 29/29 kB error 02-Jan-2023 00:00:48 Progress (1): 29 kB error 02-Jan-2023 00:00:48 error 02-Jan-2023 00:00:48 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 121 kB/s) error 02-Jan-2023 00:00:48 #17 25.75 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 02-Jan-2023 00:00:48 #17 25.86 Progress (1): 3.3/3.5 kB error 02-Jan-2023 00:00:48 Progress (1): 3.5 kB error 02-Jan-2023 00:00:48 error 02-Jan-2023 00:00:48 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 02-Jan-2023 00:00:48 #17 25.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 02-Jan-2023 00:00:48 #17 26.10 Progress (1): 3.3/10 kB error 02-Jan-2023 00:00:48 Progress (1): 6.1/10 kB error 02-Jan-2023 00:00:48 Progress (1): 8.9/10 kB error 02-Jan-2023 00:00:48 Progress (1): 10 kB error 02-Jan-2023 00:00:48 error 02-Jan-2023 00:00:49 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 02-Jan-2023 00:00:49 #17 26.23 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 02-Jan-2023 00:00:49 #17 26.37 Progress (1): 3.3/13 kB error 02-Jan-2023 00:00:49 Progress (1): 6.1/13 kB error 02-Jan-2023 00:00:49 Progress (1): 8.9/13 kB error 02-Jan-2023 00:00:49 Progress (1): 12/13 kB error 02-Jan-2023 00:00:49 Progress (1): 13 kB error 02-Jan-2023 00:00:49 error 02-Jan-2023 00:00:49 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 02-Jan-2023 00:00:49 #17 26.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 02-Jan-2023 00:00:49 #17 26.69 Progress (1): 3.2 kB error 02-Jan-2023 00:00:49 error 02-Jan-2023 00:00:49 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 02-Jan-2023 00:00:49 #17 26.83 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 02-Jan-2023 00:00:49 #17 26.95 Progress (1): 1.7 kB error 02-Jan-2023 00:00:49 error 02-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.pom (1.7 kB at 7.0 kB/s) error 02-Jan-2023 00:00:49 #17 27.12 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 02-Jan-2023 00:00:50 #17 27.25 Progress (1): 3.2 kB error 02-Jan-2023 00:00:50 error 02-Jan-2023 00:00:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 13 kB/s) error 02-Jan-2023 00:00:50 #17 27.39 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 02-Jan-2023 00:00:50 #17 27.50 Progress (1): 2.8 kB error 02-Jan-2023 00:00:50 error 02-Jan-2023 00:00:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 12 kB/s) error 02-Jan-2023 00:00:50 #17 27.65 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 02-Jan-2023 00:00:50 #17 27.79 Progress (1): 3.2 kB error 02-Jan-2023 00:00:50 error 02-Jan-2023 00:00:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.pom (3.2 kB at 12 kB/s) error 02-Jan-2023 00:00:50 #17 27.91 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 02-Jan-2023 00:00:50 #17 28.03 Progress (1): 3.2 kB error 02-Jan-2023 00:00:50 error 02-Jan-2023 00:00:50 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 02-Jan-2023 00:00:50 #17 28.16 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 02-Jan-2023 00:00:50 #17 28.29 Progress (1): 3.2 kB error 02-Jan-2023 00:00:51 error 02-Jan-2023 00:00:51 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 02-Jan-2023 00:00:51 #17 28.41 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 02-Jan-2023 00:00:51 #17 28.54 Progress (1): 3.3/59 kB error 02-Jan-2023 00:00:51 Progress (1): 6.1/59 kB error 02-Jan-2023 00:00:51 Progress (1): 8.9/59 kB error 02-Jan-2023 00:00:51 Progress (1): 12/59 kB error 02-Jan-2023 00:00:51 Progress (1): 15/59 kB error 02-Jan-2023 00:00:51 Progress (1): 17/59 kB error 02-Jan-2023 00:00:51 Progress (1): 20/59 kB error 02-Jan-2023 00:00:51 Progress (1): 23/59 kB error 02-Jan-2023 00:00:51 Progress (1): 26/59 kB error 02-Jan-2023 00:00:51 Progress (1): 29/59 kB error 02-Jan-2023 00:00:51 Progress (1): 31/59 kB error 02-Jan-2023 00:00:51 Progress (1): 34/59 kB error 02-Jan-2023 00:00:51 Progress (1): 37/59 kB error 02-Jan-2023 00:00:51 Progress (1): 40/59 kB error 02-Jan-2023 00:00:51 Progress (1): 43/59 kB error 02-Jan-2023 00:00:51 Progress (1): 45/59 kB error 02-Jan-2023 00:00:51 Progress (1): 48/59 kB error 02-Jan-2023 00:00:51 Progress (1): 51/59 kB error 02-Jan-2023 00:00:51 Progress (1): 54/59 kB error 02-Jan-2023 00:00:51 Progress (1): 56/59 kB error 02-Jan-2023 00:00:51 Progress (1): 59 kB error 02-Jan-2023 00:00:51 error 02-Jan-2023 00:00:51 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 170 kB/s) error 02-Jan-2023 00:00:51 #17 28.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 02-Jan-2023 00:00:51 #17 29.00 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 02-Jan-2023 00:00:51 #17 29.01 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 02-Jan-2023 00:00:51 #17 29.01 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 02-Jan-2023 00:00:51 #17 29.02 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 02-Jan-2023 00:00:51 #17 29.25 Progress (1): 3.3/24 kB error 02-Jan-2023 00:00:51 Progress (1): 6.1/24 kB error 02-Jan-2023 00:00:51 Progress (1): 8.9/24 kB error 02-Jan-2023 00:00:51 Progress (1): 12/24 kB error 02-Jan-2023 00:00:51 Progress (1): 14/24 kB error 02-Jan-2023 00:00:51 Progress (1): 17/24 kB error 02-Jan-2023 00:00:51 Progress (1): 20/24 kB error 02-Jan-2023 00:00:51 Progress (1): 23/24 kB error 02-Jan-2023 00:00:51 Progress (1): 24 kB error 02-Jan-2023 00:00:52 error 02-Jan-2023 00:00:52 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 54 kB/s) error 02-Jan-2023 00:00:52 #17 29.44 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 02-Jan-2023 00:00:52 #17 30.15 Progress (1): 0/1.2 MB error 02-Jan-2023 00:00:52 Progress (2): 0/1.2 MB | 4.1/689 kB error 02-Jan-2023 00:00:52 Progress (2): 0/1.2 MB | 8.2/689 kB error 02-Jan-2023 00:00:52 Progress (2): 0/1.2 MB | 12/689 kB error 02-Jan-2023 00:00:52 Progress (2): 0/1.2 MB | 16/689 kB error 02-Jan-2023 00:00:52 Progress (3): 0/1.2 MB | 16/689 kB | 4.1/282 kB error 02-Jan-2023 00:00:52 Progress (3): 0/1.2 MB | 16/689 kB | 8.2/282 kB error 02-Jan-2023 00:00:52 Progress (3): 0/1.2 MB | 16/689 kB | 12/282 kB error 02-Jan-2023 00:00:52 Progress (3): 0/1.2 MB | 16/689 kB | 16/282 kB error 02-Jan-2023 00:00:52 Progress (4): 0/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:52 Progress (4): 0/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:52 Progress (4): 0/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:52 Progress (4): 0/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:52 Progress (4): 0/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:52 Progress (4): 0.1/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 16/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 19/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 23/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 27/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 31/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 35/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 39/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 43/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 16/689 kB | 47/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 19/689 kB | 47/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 19/689 kB | 52/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 23/689 kB | 52/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 23/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 27/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 31/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 34/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 38/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 42/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 46/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 54/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 58/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 62/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 66/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 70/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 74/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 78/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 82/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 51/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 55/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 59/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 63/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 67/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 69/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 73/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 77/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 81/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 85/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 89/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 94/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 98/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 102/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 86/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 88/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 92/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 97/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 101/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 104/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 108/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 112/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 116/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.1/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.2/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 105/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 109/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 113/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 117/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 121/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 123/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 127/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 131/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 136/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 140/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 144/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 120/689 kB | 148/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 124/689 kB | 148/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 128/689 kB | 148/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 128/689 kB | 152/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 128/689 kB | 156/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 132/689 kB | 156/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 137/689 kB | 156/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 139/689 kB | 156/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 139/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 143/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 147/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 151/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 155/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 159/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 163/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 167/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 171/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 173/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 177/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 182/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 186/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 190/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 194/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 198/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 202/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 206/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 208/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 212/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 216/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 220/689 kB | 158/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 220/689 kB | 162/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 225/689 kB | 162/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 225/689 kB | 166/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 225/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 229/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 233/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 237/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 241/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 243/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 247/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 251/689 kB | 170/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 251/689 kB | 174/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 255/689 kB | 174/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 174/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 179/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 183/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 187/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 191/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 193/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 197/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 201/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 205/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 209/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 213/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 213/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.1/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.2/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 217/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 222/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 226/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 228/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 232/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 236/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 240/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 244/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 248/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 252/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 256/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 260/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.3/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.4/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 262/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 267/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 271/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 275/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 279/282 kB | 0.3/2.9 MB | 0.1/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 279/282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 279/282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 259/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 264/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 268/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 272/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 276/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 278/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 282/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 286/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 290/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 294/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 298/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 302/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 307/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 311/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 311/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 313/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 317/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 321/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 321/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 321/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 325/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 325/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.3/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 329/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.2/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 333/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 337/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 337/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 337/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 337/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 341/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 345/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 347/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 347/689 kB | 282 kB | 0.4/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 347/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 352/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 352/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 356/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 356/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 360/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 364/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 364/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 364/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 368/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 368/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 368/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 372/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 376/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.5/1.2 MB | 380/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 380/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 382/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 382/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 386/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 386/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 390/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 390/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 395/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 399/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 403/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 407/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 411/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 411/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 415/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 417/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 421/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 421/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 421/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 425/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 429/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 429/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 433/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.6/1.2 MB | 433/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 433/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 438/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 442/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 446/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 450/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 450/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 452/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 456/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 460/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 464/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 464/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 464/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 468/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 472/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 472/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 472/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 472/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 472/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 476/689 kB | 282 kB | 0.5/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 476/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 476/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.6/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (5): 0.7/1.2 MB | 481/689 kB | 282 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 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 163 kB/s) error 02-Jan-2023 00:00:53 #17 30.74 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 02-Jan-2023 00:00:53 #17 30.74 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 485/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 487/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 491/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 499/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 499/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 503/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 503/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 511/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 515/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 526/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 530/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 538/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 546/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 546/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 550/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 550/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 554/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 565/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 569/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 577/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 581/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 581/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 585/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 585/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 585/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 591/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 595/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 603/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 612/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 616/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 630/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 634/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 638/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 646/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 651/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 659/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 661/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 665/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 669/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 673/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 681/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 #17 ... error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:53 #14 27.45 [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 02-Jan-2023 00:00:53 #14 27.57 [INFO] error 02-Jan-2023 00:00:53 #14 27.57 [INFO] ----------< org.openmrs.distro:referenceapplication-package >----------- error 02-Jan-2023 00:00:53 #14 27.58 [INFO] Building Reference Application Distribution Package 2.13.0-SNAPSHOT [2/2] error 02-Jan-2023 00:00:53 #14 27.58 [INFO] --------------------------------[ jar ]--------------------------------- error 02-Jan-2023 00:00:53 #14 30.07 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 02-Jan-2023 00:00:53 #14 35.43 Progress (1): 3.3/5.8 kB error 02-Jan-2023 00:00:53 Progress (1): 5.8 kB error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 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.0 kB/s) error 02-Jan-2023 00:00:53 #14 36.50 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 02-Jan-2023 00:00:53 #14 36.80 Progress (1): 3.3/34 kB error 02-Jan-2023 00:00:53 Progress (1): 6.1/34 kB error 02-Jan-2023 00:00:53 Progress (1): 8.9/34 kB error 02-Jan-2023 00:00:53 Progress (1): 12/34 kB error 02-Jan-2023 00:00:53 Progress (1): 15/34 kB error 02-Jan-2023 00:00:53 Progress (1): 17/34 kB error 02-Jan-2023 00:00:53 Progress (1): 20/34 kB error 02-Jan-2023 00:00:53 Progress (1): 23/34 kB error 02-Jan-2023 00:00:53 Progress (1): 26/34 kB error 02-Jan-2023 00:00:53 Progress (1): 29/34 kB error 02-Jan-2023 00:00:53 Progress (1): 31/34 kB error 02-Jan-2023 00:00:53 Progress (1): 34 kB error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 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 33 kB/s) error 02-Jan-2023 00:00:53 #14 ... error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:00:53 #17 30.74 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 481/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 485/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 487/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 491/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 495/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 499/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 499/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 503/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 503/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.7/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 507/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 511/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 515/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 520/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.3/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 522/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 526/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 530/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.7/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 534/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 538/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 542/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 546/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 546/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 550/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 550/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 554/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 556/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 560/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 565/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 569/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 573/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 577/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 581/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 581/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.8/1.2 MB | 585/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 585/689 kB | 0.8/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 585/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 589/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 591/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 595/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.4/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 599/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 603/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 608/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 612/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 616/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 620/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 624/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 626/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 630/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 634/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 638/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 0.9/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 642/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 646/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 651/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.5/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 655/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 659/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 661/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 665/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 669/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 673/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 0.9/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 677/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 681/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 685/689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.0/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.6/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.0/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.1/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.1/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.2/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.7/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2/1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.3/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.8/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 689 kB | 1.4/2.9 MB | 0.9/1.4 MB error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 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 336 kB/s) error 02-Jan-2023 00:00:53 #17 31.04 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 02-Jan-2023 00:00:53 #17 31.05 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 4.1/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 8.2/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 12/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 16/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 20/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 24/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 28/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 32/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 36/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 40/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 44/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 48/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 51/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 55/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 59/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 62/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 66/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 71/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 75/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 79/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 79/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 79/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 79/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 79/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 83/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 83/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 87/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 87/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 91/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.4/2.9 MB | 0.9/1.4 MB | 95/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.5/2.9 MB | 0.9/1.4 MB | 95/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.2 MB | 1.5/2.9 MB | 0.9/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 error 02-Jan-2023 00:00:53 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 574 kB/s) error 02-Jan-2023 00:00:53 #17 31.15 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 02-Jan-2023 00:00:53 #17 31.15 Progress (3): 1.5/2.9 MB | 0.9/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 0.9/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 0.9/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.0/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.5/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.6/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.6/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.6/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.6/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.6/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 97/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 101/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 105/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 109/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 114/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 116/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 120/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 125/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 129/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 133/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 137/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 141/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 143/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 147/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 152/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 156/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 160/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 164/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 168/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 172/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 176/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 180/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 184/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 188/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 192/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 197/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 201/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 205/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 209/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 211/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 215/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 219/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 223/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 227/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 231/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 235/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 240/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 244/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 246/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 250/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 254/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 258/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 262/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 266/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 270/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 274/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 278/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 281/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 285/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 285/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 285/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 289/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 289/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 293/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.1/1.4 MB | 297/373 kB error 02-Jan-2023 00:00:53 Progress (3): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 3.3/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 6.1/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 8.9/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.2/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.7/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 297/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 301/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 305/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 309/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 313/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 313/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 315/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 319/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 324/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.3/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4/1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 328/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 332/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 336/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 340/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 344/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 348/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 350/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 354/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 358/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 362/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.8/2.9 MB | 1.4 MB | 367/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 367/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 371/373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 1.9/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.0/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.1/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.2/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:53 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.3/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 12/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 14/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.4/2.9 MB | 1.4 MB | 373 kB | 17/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 17/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 20/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 23/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 23/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 26/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 28/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 31/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 31/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 34/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 34/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 37/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.5/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.6/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.7/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.8/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.9/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.9/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.9/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.9/2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 Progress (4): 2.9 MB | 1.4 MB | 373 kB | 40/201 kB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.jar (373 kB at 157 kB/s) error 02-Jan-2023 00:00:54 #17 31.38 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 02-Jan-2023 00:00:54 #17 31.39 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 601 kB/s) error 02-Jan-2023 00:00:54 #17 31.39 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 02-Jan-2023 00:00:54 #17 31.40 Progress (2): 2.9 MB | 42/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 45/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 48/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 51/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 54/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 56/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 59/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 62/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 65/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 67/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 70/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 73/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 76/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 79/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 81/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 84/201 kB error 02-Jan-2023 00:00:54 Progress (2): 2.9 MB | 87/201 kB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 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.2 MB/s) error 02-Jan-2023 00:00:54 #17 31.45 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 02-Jan-2023 00:00:54 #17 31.49 Progress (1): 90/201 kB error 02-Jan-2023 00:00:54 Progress (1): 93/201 kB error 02-Jan-2023 00:00:54 Progress (1): 95/201 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 4.1/315 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 8.2/315 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 12/315 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 16/315 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 19/315 kB error 02-Jan-2023 00:00:54 Progress (2): 95/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 98/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 101/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 104/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 106/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 109/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 112/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 115/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 118/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 120/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 123/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 126/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 129/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 132/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 134/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 137/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 140/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 143/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 146/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 148/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 23/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 27/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 31/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 34/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 38/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 42/315 kB error 02-Jan-2023 00:00:54 Progress (2): 151/201 kB | 46/315 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 46/315 kB | 3.3/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 46/315 kB | 6.1/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 46/315 kB | 8.9/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 46/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 51/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 53/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 57/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 62/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 66/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 70/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 74/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 78/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 82/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 86/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 90/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 94/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 98/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 102/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 107/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 111/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 115/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 119/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 123/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 125/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 129/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 134/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 138/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 142/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 146/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 150/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 154/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 158/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 162/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 166/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 170/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 174/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 179/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 183/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 187/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 191/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 195/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 199/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 203/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 206/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 210/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 214/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 218/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 222/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 226/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 230/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 234/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 238/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 243/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 247/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 251/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 255/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 259/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 263/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 267/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 271/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 275/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 278/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 282/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 286/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 290/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 294/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 298/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 302/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 305/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 309/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 314/315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 151/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 154/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 157/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 159/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 162/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 165/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 168/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 171/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 173/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 176/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 179/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 182/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 185/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 187/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 190/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 193/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 196/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 199/201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 12/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 14/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 17/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 20/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 23/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 26/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 28/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 31/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 34/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 37/183 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 315 kB | 40/183 kB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 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 116 kB/s) error 02-Jan-2023 00:00:54 #17 31.72 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 02-Jan-2023 00:00:54 #17 31.72 Progress (3): 201 kB | 40/183 kB | 4.1/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 40/183 kB | 8.2/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 40/183 kB | 12/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 40/183 kB | 16/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 40/183 kB | 19/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 42/183 kB | 19/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 45/183 kB | 19/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 45/183 kB | 23/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 45/183 kB | 27/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 45/183 kB | 31/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 45/183 kB | 34/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 48/183 kB | 34/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 51/183 kB | 34/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 51/183 kB | 38/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 51/183 kB | 42/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 51/183 kB | 46/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 51/183 kB | 51/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 51/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 55/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 59/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 63/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 67/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 54/183 kB | 69/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 56/183 kB | 69/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 59/183 kB | 69/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 59/183 kB | 73/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 59/183 kB | 77/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 59/183 kB | 81/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 59/183 kB | 85/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 62/183 kB | 85/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 65/183 kB | 85/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 85/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 89/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 94/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 98/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 100/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 68/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 70/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 73/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 76/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 79/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 82/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 84/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 87/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 Progress (3): 201 kB | 90/183 kB | 104/409 kB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-orm/5.2.14.RELEASE/spring-orm-5.2.14.RELEASE.jar (201 kB at 73 kB/s) error 02-Jan-2023 00:00:54 #17 31.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 02-Jan-2023 00:00:54 #17 31.75 Progress (2): 90/183 kB | 108/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 112/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 116/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 120/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 124/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 128/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 132/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 134/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 139/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 143/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 147/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 151/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 155/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 159/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 163/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 167/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 169/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 173/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 177/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 182/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 186/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 190/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 194/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 198/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 202/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 204/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 208/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 212/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 216/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 220/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 225/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 229/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 233/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 237/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 239/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 243/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 247/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 251/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 255/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 259/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 264/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 268/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 272/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 274/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 278/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 282/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 286/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 290/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 294/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 298/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 302/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 307/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 309/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 313/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 317/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 321/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 325/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 329/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 333/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 337/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 341/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 343/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 347/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 352/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 356/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 360/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 364/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 368/409 kB error 02-Jan-2023 00:00:54 Progress (2): 90/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (2): 93/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (2): 95/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (2): 98/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (2): 101/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (2): 104/183 kB | 372/409 kB error 02-Jan-2023 00:00:54 Progress (3): 104/183 kB | 372/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 104/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 107/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 109/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 112/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 115/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 118/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 121/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 123/183 kB | 376/409 kB | 3.3/61 kB error 02-Jan-2023 00:00:54 Progress (3): 123/183 kB | 376/409 kB | 6.1/61 kB error 02-Jan-2023 00:00:54 Progress (3): 123/183 kB | 376/409 kB | 8.9/61 kB error 02-Jan-2023 00:00:54 Progress (3): 123/183 kB | 376/409 kB | 12/61 kB error 02-Jan-2023 00:00:54 Progress (4): 123/183 kB | 376/409 kB | 12/61 kB | 0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 126/183 kB | 376/409 kB | 12/61 kB | 0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 129/183 kB | 376/409 kB | 12/61 kB | 0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 129/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 132/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 135/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 137/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 140/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 143/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 146/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 149/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 151/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 154/183 kB | 376/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 154/183 kB | 380/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 157/183 kB | 380/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 159/183 kB | 380/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 159/183 kB | 384/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 162/183 kB | 384/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 162/183 kB | 388/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 165/183 kB | 388/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 165/183 kB | 393/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 165/183 kB | 395/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 168/183 kB | 395/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 171/183 kB | 395/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 171/183 kB | 399/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 173/183 kB | 399/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 173/183 kB | 404/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 173/183 kB | 408/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 176/183 kB | 408/409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 176/183 kB | 409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 179/183 kB | 409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 182/183 kB | 409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.2/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.2/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.4/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.4/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.5/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.5/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.5/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 12/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 14/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 17/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 20/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 23/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 26/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 28/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 31/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 34/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 37/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.8/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.8/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.9/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 0.9/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (4): 183 kB | 409 kB | 40/61 kB | 1.2/7.5 MB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 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 61 kB/s) error 02-Jan-2023 00:00:54 #17 31.99 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 02-Jan-2023 00:00:54 #17 31.99 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 137 kB/s) error 02-Jan-2023 00:00:54 #17 31.99 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 02-Jan-2023 00:00:54 #17 32.00 Progress (2): 40/61 kB | 1.2/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.4/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.4/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.5/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.5/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 40/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 42/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 45/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 48/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 51/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 54/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 56/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 59/61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.6/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.7/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.8/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.8/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.8/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.9/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 1.9/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.0/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.1/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.2/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.2/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.3/7.5 MB error 02-Jan-2023 00:00:54 Progress (2): 61 kB | 2.4/7.5 MB error 02-Jan-2023 00:00:54 Progress (3): 61 kB | 2.4/7.5 MB | 3.3/12 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 3.3/12 kB | 3.3/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 6.1/12 kB | 3.3/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 6.1/12 kB | 6.1/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 8.9/12 kB | 6.1/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12/12 kB | 6.1/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12 kB | 6.1/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12 kB | 8.9/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12 kB | 12/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12 kB | 14/57 kB error 02-Jan-2023 00:00:54 Progress (4): 61 kB | 2.4/7.5 MB | 12 kB | 17/57 kB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 17/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 20/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 23/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 26/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 28/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 28/57 kB | 0/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 28/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 31/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 34/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 37/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 40/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 42/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 45/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 48/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 51/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 51/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 54/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 56/57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.4/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.5/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.5/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (5): 61 kB | 2.5/7.5 MB | 12 kB | 57 kB | 0.1/3.7 MB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 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 19 kB/s) error 02-Jan-2023 00:00:54 #17 32.15 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 02-Jan-2023 00:00:54 #17 32.15 Progress (4): 2.5/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.5/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.5/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.5/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.6/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.6/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.7/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.7/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.7/7.5 MB | 12 kB | 57 kB | 0.2/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.7/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.7/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.8/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.8/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.8/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.8/7.5 MB | 12 kB | 57 kB | 0.3/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.8/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.4/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.5/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.5/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.5/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.5/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 2.9/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.0/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.0/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.0/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.1/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.1/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.6/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.7/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.7/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.7/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.7/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.8/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.8/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.8/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.8/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.8/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.9/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.9/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.9/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.9/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 0.9/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 1.0/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 1.0/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 1.0/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 1.0/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.2/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.3/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.3/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.3/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.3/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.4/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.4/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.4/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 Progress (4): 3.4/7.5 MB | 12 kB | 57 kB | 1.1/3.7 MB error 02-Jan-2023 00:00:54 error 02-Jan-2023 00:00:54 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 3.7 kB/s) error 02-Jan-2023 00:00:54 #17 32.24 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 02-Jan-2023 00:00:54 #17 32.24 Progress (3): 3.4/7.5 MB | 57 kB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (3): 3.4/7.5 MB | 57 kB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (3): 3.5/7.5 MB | 57 kB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (3): 3.5/7.5 MB | 57 kB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 error 02-Jan-2023 00:00:55 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 17 kB/s) error 02-Jan-2023 00:00:55 #17 32.26 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 02-Jan-2023 00:00:55 #17 32.27 Progress (2): 3.5/7.5 MB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 3.5/7.5 MB | 1.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (3): 3.5/7.5 MB | 1.2/3.7 MB | 3.3/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.5/7.5 MB | 1.2/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.5/7.5 MB | 1.2/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.2/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.2/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.3/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.3/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.3/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.3/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.6/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.7/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.7/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 6.1/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 8.9/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 8.9/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 12/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 14/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 17/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 20/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 20/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.4/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.5/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.5/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.5/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.5/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 23/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 26/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 28/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 31/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 34/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 37/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 40/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 42/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 45/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.8/7.5 MB | 1.6/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.9/7.5 MB | 1.6/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.9/7.5 MB | 1.6/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.9/7.5 MB | 1.6/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.9/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 3.9/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.7/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.8/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.8/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.8/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.8/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.0/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.1/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.1/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.1/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 1.9/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.2/7.5 MB | 2.0/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 48/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 51/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 54/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 56/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 59/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 62/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 65/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 68/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 70/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 73/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 76/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 79/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 82/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 84/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 87/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 90/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 93/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 96/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 98/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 101/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 104/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 106/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 109/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 112/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 115/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 118/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 120/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 123/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 126/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 129/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 132/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 134/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 137/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 140/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 143/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 146/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 148/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 151/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 154/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 157/157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.0/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.3/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.4/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.4/7.5 MB | 2.1/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.4/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.4/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.4/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.2/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.5/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.3/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.4/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.4/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.4/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.4/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.6/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.7/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.7/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.7/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.5/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.8/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.9/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.9/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.9/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 4.9/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 5.0/7.5 MB | 2.6/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 5.0/7.5 MB | 2.7/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 5.0/7.5 MB | 2.7/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 5.0/7.5 MB | 2.7/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 Progress (3): 5.0/7.5 MB | 2.7/3.7 MB | 157 kB error 02-Jan-2023 00:00:55 error 02-Jan-2023 00:00:55 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 45 kB/s) error 02-Jan-2023 00:00:55 #17 32.49 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 02-Jan-2023 00:00:55 #17 32.50 Progress (2): 5.0/7.5 MB | 2.7/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.0/7.5 MB | 2.7/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.0/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.0/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.1/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.1/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.1/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.1/7.5 MB | 2.8/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.1/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 2.9/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.2/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.0/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.1/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.1/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.1/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.1/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.3/7.5 MB | 3.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.4/7.5 MB | 3.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.4/7.5 MB | 3.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (2): 5.4/7.5 MB | 3.2/3.7 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.1/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (3): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.2/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.1/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.4/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.2/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.5/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.2/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.3/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.3/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.4/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.6/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.4/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.3/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.7/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.5/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.8/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.5/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.4/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.6/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7/3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 5.9/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.6/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.5/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.0/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.7/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.6/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.7/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.1/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.8/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.2/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.8/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 0.9/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.3/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (4): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 4.1/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 8.2/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 12/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 16/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 19/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 23/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 27/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 31/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 34/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 38/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 42/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 46/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 51/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 55/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 59/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 63/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 67/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 69/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 73/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 77/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 81/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 85/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 89/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 94/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 98/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 102/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 104/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 108/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 112/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 116/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 120/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 124/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 128/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 132/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 137/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 141/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 145/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 149/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 151/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 155/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 159/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 163/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 168/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 172/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 176/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 180/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 184/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 186/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 190/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 194/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 198/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 202/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 206/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 211/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 215/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 219/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 221/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 225/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 229/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 229/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 229/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 233/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 237/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 237/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 237/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 237/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 241/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 241/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 245/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 245/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 245/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 249/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 0.9/1.8 MB | 254/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB | 254/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.0/1.3 MB | 1.0/1.8 MB | 256/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 256/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 256/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 260/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 264/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 268/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 272/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 276/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 276/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 276/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 280/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 284/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 284/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 284/303 kB error 02-Jan-2023 00:00:55 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.1/1.3 MB | 1.0/1.8 MB | 287/303 kB error 02-Jan-2023 00:00:55 error 02-Jan-2023 00:00:55 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 961 kB/s) error 02-Jan-2023 00:00:55 #17 32.85 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 02-Jan-2023 00:00:55 #17 32.85 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 287/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 291/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.6/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.7/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.7/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 296/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 300/303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.0/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.1/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.2/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.1/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.8/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3/1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.2/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 6.9/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.0/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.3/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.1/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.2/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.2/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.2/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.4/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (4): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 3.3/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 6.1/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 8.9/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 12/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 15/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 17/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 20/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 23/24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.3/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.4/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.5/7.5 MB | 1.3 MB | 1.5/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.5/7.5 MB | 1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 Progress (5): 7.5/7.5 MB | 1.3 MB | 1.6/1.8 MB | 303 kB | 24 kB error 02-Jan-2023 00:00:55 error 02-Jan-2023 00:00:55 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 76 kB/s) error 02-Jan-2023 00:00:55 #17 33.00 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 02-Jan-2023 00:00:55 #17 33.00 Progress (4): 7.5/7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5/7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.6/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.7/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8/1.8 MB | 24 kB error 02-Jan-2023 00:00:55 Progress (4): 7.5 MB | 1.3 MB | 1.8 MB | 24 kB error 02-Jan-2023 00:00:55 error 02-Jan-2023 00:00:55 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 328 kB/s) error 02-Jan-2023 00:00:55 #17 33.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 02-Jan-2023 00:00:55 #17 33.08 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.0 kB/s) error 02-Jan-2023 00:00:55 #17 33.08 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 02-Jan-2023 00:00:55 #17 33.13 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 1.8 MB/s) error 02-Jan-2023 00:00:55 #17 33.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 02-Jan-2023 00:00:55 #17 33.16 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 436 kB/s) error 02-Jan-2023 00:00:55 #17 33.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 02-Jan-2023 00:00:55 #17 33.20 Progress (1): 3.3/121 kB error 02-Jan-2023 00:00:55 Progress (1): 6.1/121 kB error 02-Jan-2023 00:00:55 Progress (1): 8.9/121 kB error 02-Jan-2023 00:00:55 Progress (1): 12/121 kB error 02-Jan-2023 00:00:55 Progress (1): 14/121 kB error 02-Jan-2023 00:00:55 Progress (1): 17/121 kB error 02-Jan-2023 00:00:55 Progress (1): 20/121 kB error 02-Jan-2023 00:00:55 Progress (1): 23/121 kB error 02-Jan-2023 00:00:55 Progress (1): 26/121 kB error 02-Jan-2023 00:00:55 Progress (1): 28/121 kB error 02-Jan-2023 00:00:55 Progress (1): 31/121 kB error 02-Jan-2023 00:00:55 Progress (1): 34/121 kB error 02-Jan-2023 00:00:55 Progress (1): 37/121 kB error 02-Jan-2023 00:00:55 Progress (1): 40/121 kB error 02-Jan-2023 00:00:55 Progress (1): 42/121 kB error 02-Jan-2023 00:00:55 Progress (1): 45/121 kB error 02-Jan-2023 00:00:55 Progress (1): 48/121 kB error 02-Jan-2023 00:00:55 Progress (1): 51/121 kB error 02-Jan-2023 00:00:55 Progress (1): 54/121 kB error 02-Jan-2023 00:00:55 Progress (1): 56/121 kB error 02-Jan-2023 00:00:55 Progress (1): 59/121 kB error 02-Jan-2023 00:00:55 Progress (1): 62/121 kB error 02-Jan-2023 00:00:55 Progress (1): 65/121 kB error 02-Jan-2023 00:00:55 Progress (1): 68/121 kB error 02-Jan-2023 00:00:55 Progress (1): 70/121 kB error 02-Jan-2023 00:00:55 Progress (1): 73/121 kB error 02-Jan-2023 00:00:55 Progress (1): 76/121 kB error 02-Jan-2023 00:00:55 Progress (1): 79/121 kB error 02-Jan-2023 00:00:55 Progress (1): 82/121 kB error 02-Jan-2023 00:00:55 Progress (1): 84/121 kB error 02-Jan-2023 00:00:55 Progress (1): 87/121 kB error 02-Jan-2023 00:00:55 Progress (1): 90/121 kB error 02-Jan-2023 00:00:55 Progress (1): 93/121 kB error 02-Jan-2023 00:00:55 Progress (1): 96/121 kB error 02-Jan-2023 00:00:55 Progress (1): 98/121 kB error 02-Jan-2023 00:00:55 Progress (1): 101/121 kB error 02-Jan-2023 00:00:55 Progress (1): 104/121 kB error 02-Jan-2023 00:00:55 Progress (1): 107/121 kB error 02-Jan-2023 00:00:55 Progress (1): 110/121 kB error 02-Jan-2023 00:00:55 Progress (1): 112/121 kB error 02-Jan-2023 00:00:55 Progress (1): 115/121 kB error 02-Jan-2023 00:00:55 Progress (1): 118/121 kB error 02-Jan-2023 00:00:55 Progress (1): 121/121 kB error 02-Jan-2023 00:00:55 Progress (1): 121 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 3.3/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 6.1/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 8.9/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 12/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 15/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 17/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 20/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 23/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 26/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 29/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 31/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 34/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 37/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 40/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 43/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 45/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 48/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 51/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 54/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 56/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 59/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 62/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 65/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 68/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 70/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 73/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 76/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 79/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 82/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 84/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 87/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 90/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 93/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 96/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 98/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 101/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 104/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 107/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 110/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 112/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 115/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 118/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 121/123 kB error 02-Jan-2023 00:00:55 Progress (2): 121 kB | 123 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 4.1/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 8.2/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 12/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 16/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 20/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 25/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 29/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 33/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 37/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 41/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 45/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 49/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 53/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 57/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 61/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 66/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 70/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 74/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 78/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 82/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 86/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 88/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 92/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 96/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 100/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 105/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 109/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 113/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 116/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 120/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 125/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 129/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 133/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 137/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 141/303 kB error 02-Jan-2023 00:00:55 Progress (3): 121 kB | 123 kB | 145/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 149/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 153/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 157/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 161/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 165/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 170/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 174/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 178/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 182/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 186/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 188/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 192/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 197/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 201/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 205/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 209/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 213/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 217/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 221/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 225/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 229/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 232/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 236/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 240/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 244/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 249/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 251/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 255/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 260/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 264/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 268/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 272/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 276/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 280/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 284/303 kB error 02-Jan-2023 00:00:56 Progress (3): 121 kB | 123 kB | 287/303 kB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 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 02-Jan-2023 00:00:56 #17 33.33 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 02-Jan-2023 00:00:56 #17 33.33 Progress (2): 123 kB | 291/303 kB error 02-Jan-2023 00:00:56 Progress (2): 123 kB | 295/303 kB error 02-Jan-2023 00:00:56 Progress (2): 123 kB | 299/303 kB error 02-Jan-2023 00:00:56 Progress (2): 123 kB | 303/303 kB error 02-Jan-2023 00:00:56 Progress (2): 123 kB | 303 kB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.3/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.4/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.5/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.6/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (3): 123 kB | 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar (123 kB at 28 kB/s) error 02-Jan-2023 00:00:56 #17 33.42 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 02-Jan-2023 00:00:56 #17 33.42 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.7/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 303 kB | 0.8/1.4 MB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 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 68 kB/s) error 02-Jan-2023 00:00:56 #17 33.45 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 02-Jan-2023 00:00:56 #17 33.45 Progress (1): 0.8/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 0.9/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.0/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.1/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (1): 1.2/1.4 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.1/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.1/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.2/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.2/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.2/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.3/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4/1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.5/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.6/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.7/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.7/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.8/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.8/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 0.9/12 MB error 02-Jan-2023 00:00:56 Progress (2): 1.4 MB | 1.0/12 MB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 3.3/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 6.1/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 8.9/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 12/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 14/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 17/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 20/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 23/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 26/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 28/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 31/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 34/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 37/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 40/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 42/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 45/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 48/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 51/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 54/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 56/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 59/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 62/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 65/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 68/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 70/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 73/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 76/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 79/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 82/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 84/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 87/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 90/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 93/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 96/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 98/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 101/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.0/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.1/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.2/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.2/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.3/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.3/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.4/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.5/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.5/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (3): 1.4 MB | 1.6/12 MB | 104/129 kB error 02-Jan-2023 00:00:56 Progress (4): 1.4 MB | 1.6/12 MB | 104/129 kB | 0/2.1 MB error 02-Jan-2023 00:00:56 Progress (4): 1.4 MB | 1.6/12 MB | 104/129 kB | 0/2.1 MB error 02-Jan-2023 00:00:56 Progress (4): 1.4 MB | 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (4): 1.4 MB | 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (4): 1.4 MB | 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 298 kB/s) error 02-Jan-2023 00:00:56 #17 33.66 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 02-Jan-2023 00:00:56 #17 33.66 Progress (3): 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 104/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 104/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 107/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 110/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 112/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 115/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 118/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 121/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 124/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 126/129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.6/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.2/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.7/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.3/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.8/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.9/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.9/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.9/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.9/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 1.9/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.4/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.0/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.1/12 MB | 129 kB | 0.5/2.1 MB error 02-Jan-2023 00:00:56 Progress (3): 2.1/12 MB | 129 kB | 0.6/2.1 MB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 4.1/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 8.2/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 12/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 16/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 20/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 25/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 29/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 33/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 37/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 41/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 45/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 49/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 53/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 57/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 60/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 64/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 68/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 72/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 76/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 80/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 84/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 88/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 92/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 94/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 98/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 103/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 107/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 111/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 115/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 119/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 123/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 127/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 129/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 133/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 137/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 141/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 146/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 150/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 154/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 158/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 162/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 164/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 168/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 168/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 172/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 172/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 176/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 180/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 180/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 184/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 188/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 188/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 192/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 197/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 201/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 205/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 205/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.1/12 MB | 129 kB | 0.6/2.1 MB | 209/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 209/645 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 3.3/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 6.1/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 8.9/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 12/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 14/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 17/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 20/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 23/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 26/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 28/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 31/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 34/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 37/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 40/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 42/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 45/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 48/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 51/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 54/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 56/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 59/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 62/62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 213/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 217/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.6/2.1 MB | 221/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.7/2.1 MB | 221/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.7/2.1 MB | 225/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.7/2.1 MB | 229/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (5): 2.2/12 MB | 129 kB | 0.7/2.1 MB | 232/645 kB | 62 kB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 27 kB/s) error 02-Jan-2023 00:00:56 #17 33.80 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 02-Jan-2023 00:00:56 #17 33.80 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 236/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 240/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 244/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 249/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 249/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 249/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 253/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 257/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 260/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 260/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 264/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 269/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 273/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 277/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.2/12 MB | 0.7/2.1 MB | 277/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 277/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 281/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 281/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 285/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 289/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 293/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.7/2.1 MB | 293/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 293/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 293/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 297/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 301/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 305/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 309/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 309/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 314/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 314/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 318/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 322/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 326/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 330/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 334/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 338/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 341/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 341/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.3/12 MB | 0.8/2.1 MB | 345/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 345/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 349/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 349/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 353/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 356/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.4/12 MB | 0.8/2.1 MB | 356/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 356/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 360/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 364/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 368/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.8/2.1 MB | 372/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 372/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 377/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 377/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 381/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 381/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 385/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 389/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 389/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 393/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 397/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 401/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 404/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 404/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 408/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 408/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 412/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 416/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 419/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 0.9/2.1 MB | 419/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 419/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 423/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 427/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 431/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 435/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 435/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.5/12 MB | 1.0/2.1 MB | 440/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 440/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 444/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 448/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 452/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 452/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 456/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 458/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 458/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 462/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 467/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 471/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 471/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 475/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 479/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 479/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 483/645 kB | 62 kB error 02-Jan-2023 00:00:56 Progress (4): 2.6/12 MB | 1.0/2.1 MB | 483/645 kB | 62 kB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 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 02-Jan-2023 00:00:56 #17 33.91 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 02-Jan-2023 00:00:56 #17 33.91 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 487/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 491/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 493/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 493/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 497/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 501/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 505/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.6/12 MB | 1.0/2.1 MB | 510/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.0/2.1 MB | 510/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 510/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 512/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 516/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 521/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 521/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 521/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 525/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 529/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 533/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.7/12 MB | 1.1/2.1 MB | 537/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 537/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 541/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 541/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 541/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 545/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 549/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 553/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 553/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 556/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 560/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 564/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 564/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 568/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 573/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.1/2.1 MB | 575/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 575/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 579/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 584/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 588/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 588/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 592/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.8/12 MB | 1.2/2.1 MB | 596/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 596/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 600/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 600/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 604/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 608/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 611/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 611/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 615/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 619/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 623/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 623/645 kB error 02-Jan-2023 00:00:56 Progress (3): 2.9/12 MB | 1.2/2.1 MB | 623/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 623/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 626/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 630/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 634/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 634/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 638/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 642/645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.2/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.0/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.1/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.4/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.2/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.5/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.3/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.4/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.4/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.6/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.5/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.7/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.6/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.8/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.7/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 645 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 8.2/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 16/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 25/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 33/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 41/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 49/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 53/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 62/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 70/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 78/917 kB error 02-Jan-2023 00:00:56 Progress (4): 3.8/12 MB | 1.9/2.1 MB | 645 kB | 86/917 kB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 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 126 kB/s) error 02-Jan-2023 00:00:56 #17 34.13 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 02-Jan-2023 00:00:56 #17 34.13 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 94/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 102/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 111/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 116/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 125/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 133/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 141/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 149/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 157/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 165/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 174/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 174/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 182/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 188/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 1.9/2.1 MB | 197/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 197/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 197/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 197/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 205/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 213/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 213/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 221/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 229/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.8/12 MB | 2.0/2.1 MB | 237/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 237/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 237/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 246/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 251/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 251/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 260/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 260/917 kB error 02-Jan-2023 00:00:56 Progress (3): 3.9/12 MB | 2.0/2.1 MB | 260/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.0/2.1 MB | 260/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.0/2.1 MB | 268/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.0/2.1 MB | 276/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.0/2.1 MB | 284/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.0/2.1 MB | 292/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1/2.1 MB | 292/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1/2.1 MB | 292/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1/2.1 MB | 300/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1/2.1 MB | 309/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1 MB | 309/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1 MB | 309/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.0/12 MB | 2.1 MB | 314/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 314/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 323/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 331/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 339/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 347/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 355/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 363/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 372/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 372/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 377/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 386/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 394/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 402/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 410/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.1/12 MB | 2.1 MB | 418/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.2/12 MB | 2.1 MB | 418/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.2/12 MB | 2.1 MB | 426/917 kB error 02-Jan-2023 00:00:56 Progress (3): 4.2/12 MB | 2.1 MB | 435/917 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 4.1/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 8.2/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 12/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 16/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 19/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 23/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 27/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 31/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 34/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 38/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 42/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 46/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 51/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 55/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 59/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 63/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 67/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 69/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 73/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 77/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 81/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 85/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 89/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 94/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 98/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 102/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 104/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 108/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 112/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 435/917 kB | 116/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 443/917 kB | 116/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 443/917 kB | 120/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 449/917 kB | 120/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 449/917 kB | 124/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 449/917 kB | 128/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 449/917 kB | 132/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 458/917 kB | 132/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 466/917 kB | 132/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 466/917 kB | 137/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.2/12 MB | 2.1 MB | 466/917 kB | 141/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 466/917 kB | 141/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 474/917 kB | 141/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 474/917 kB | 145/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 474/917 kB | 149/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 474/917 kB | 152/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 482/917 kB | 152/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 490/917 kB | 152/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 490/917 kB | 156/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 490/917 kB | 160/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 490/917 kB | 164/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 490/917 kB | 168/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 498/917 kB | 168/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 507/917 kB | 168/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 507/917 kB | 172/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 507/917 kB | 172/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 507/917 kB | 176/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 515/917 kB | 176/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 515/917 kB | 180/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 515/917 kB | 185/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 185/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 187/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 191/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 195/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 197/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 201/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.3/12 MB | 2.1 MB | 523/917 kB | 206/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 523/917 kB | 206/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 523/917 kB | 210/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 531/917 kB | 210/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 539/917 kB | 210/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 544/917 kB | 210/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 544/917 kB | 214/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 553/917 kB | 214/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 561/917 kB | 214/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 569/917 kB | 214/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 569/917 kB | 218/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 569/917 kB | 222/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 577/917 kB | 222/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 585/917 kB | 222/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 222/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 226/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 230/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 232/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 236/238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 593/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.4/12 MB | 2.1 MB | 602/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 602/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 602/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 610/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 614/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 622/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 630/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 639/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (4): 4.5/12 MB | 2.1 MB | 647/917 kB | 238 kB error 02-Jan-2023 00:00:56 error 02-Jan-2023 00:00:56 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 394 kB/s) error 02-Jan-2023 00:00:56 #17 34.30 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 02-Jan-2023 00:00:56 #17 34.30 Progress (3): 4.5/12 MB | 655/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.5/12 MB | 663/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.5/12 MB | 671/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.5/12 MB | 680/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.5/12 MB | 684/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 684/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 692/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 700/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 708/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 716/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 725/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 733/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 733/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 741/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 749/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 753/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 761/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 770/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 778/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.6/12 MB | 786/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.7/12 MB | 786/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.7/12 MB | 794/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.7/12 MB | 802/917 kB | 238 kB error 02-Jan-2023 00:00:56 Progress (3): 4.7/12 MB | 811/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.7/12 MB | 819/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 819/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 823/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 831/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 839/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 847/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 856/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 864/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 864/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 872/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 880/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 888/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 892/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 901/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.8/12 MB | 909/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.9/12 MB | 909/917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.9/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 4.9/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.1/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.3/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.3/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.4/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.4/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.5/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.6/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.6/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.7/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.7/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.8/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.8/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 5.9/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.1/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.1/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.3/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.4/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.4/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.5/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.5/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.6/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.6/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.7/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.8/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.8/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.9/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 6.9/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.0/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.1/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.2/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 Progress (3): 7.3/12 MB | 917 kB | 238 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 44 kB/s) error 02-Jan-2023 00:00:57 #17 34.41 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 02-Jan-2023 00:00:57 #17 34.42 Progress (2): 7.3/12 MB | 917 kB error 02-Jan-2023 00:00:57 Progress (2): 7.4/12 MB | 917 kB error 02-Jan-2023 00:00:57 Progress (2): 7.4/12 MB | 917 kB error 02-Jan-2023 00:00:57 Progress (2): 7.5/12 MB | 917 kB error 02-Jan-2023 00:00:57 Progress (2): 7.6/12 MB | 917 kB error 02-Jan-2023 00:00:57 Progress (2): 7.6/12 MB | 917 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 168 kB/s) error 02-Jan-2023 00:00:57 #17 34.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 02-Jan-2023 00:00:57 #17 34.45 Progress (1): 7.7/12 MB error 02-Jan-2023 00:00:57 Progress (1): 7.7/12 MB error 02-Jan-2023 00:00:57 Progress (1): 7.8/12 MB error 02-Jan-2023 00:00:57 Progress (1): 7.8/12 MB error 02-Jan-2023 00:00:57 Progress (1): 7.9/12 MB error 02-Jan-2023 00:00:57 Progress (1): 8.0/12 MB error 02-Jan-2023 00:00:57 Progress (1): 8.0/12 MB error 02-Jan-2023 00:00:57 Progress (1): 8.1/12 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.1/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.2/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.1/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.3/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.4/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.2/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.3/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.3/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.3/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.4/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.4/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.4/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.4/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.5/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.5/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.5/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.6/12 MB | 0.5/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.6/12 MB | 0.6/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.6/12 MB | 0.6/2.5 MB error 02-Jan-2023 00:00:57 Progress (2): 8.6/12 MB | 0.6/2.5 MB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 3.3/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 6.1/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 8.9/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 12/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 15/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 17/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 20/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 23/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 26/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 29/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 31/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 34/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 37/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 40/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 43/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 45/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 48/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 51/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 54/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 57/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 59/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 62/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 65/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 68/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 71/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 73/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 76/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 79/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 82/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 85/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 87/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 90/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 93/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 96/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 99/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 101/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.6/12 MB | 0.6/2.5 MB | 104/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.7/12 MB | 0.6/2.5 MB | 104/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.7/12 MB | 0.6/2.5 MB | 107/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.7/12 MB | 0.6/2.5 MB | 110/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB error 02-Jan-2023 00:00:57 Progress (3): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 3.3/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 6.1/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 8.9/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 12/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 14/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 17/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 20/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 23/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 26/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 29/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 31/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 34/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 37/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 40/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 43/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 45/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 48/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 51/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 54/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 56/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 59/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 62/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 65/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 68/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 70/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 73/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 76/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 79/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 82/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 84/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 87/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 90/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 93/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 96/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB error 02-Jan-2023 00:00:57 Progress (4): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 4.1/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 7.5/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 12/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 16/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 20/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 24/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 28/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 32/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 36/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 40/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 42/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 42/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 46/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 51/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 55/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 59/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 63/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 67/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 71/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 75/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 98/100 kB | 77/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 77/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 81/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 85/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 89/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 89/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 94/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 98/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 102/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.6/2.5 MB | 113/194 kB | 100 kB | 106/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 113/194 kB | 100 kB | 106/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 113/194 kB | 100 kB | 110/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 113/194 kB | 100 kB | 110/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 113/194 kB | 100 kB | 112/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 113/194 kB | 100 kB | 116/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 115/194 kB | 100 kB | 116/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 118/194 kB | 100 kB | 116/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 118/194 kB | 100 kB | 120/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 118/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 121/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 121/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 124/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 127/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 129/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 132/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 124/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 128/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 132/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 137/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 141/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 135/194 kB | 100 kB | 143/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 137/194 kB | 100 kB | 143/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.7/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 143/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 143/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 147/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 151/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 155/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 140/194 kB | 100 kB | 158/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 143/194 kB | 100 kB | 158/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 146/194 kB | 100 kB | 158/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 146/194 kB | 100 kB | 162/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 149/194 kB | 100 kB | 162/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 149/194 kB | 100 kB | 166/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 149/194 kB | 100 kB | 170/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 149/194 kB | 100 kB | 174/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 151/194 kB | 100 kB | 174/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 154/194 kB | 100 kB | 174/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 157/194 kB | 100 kB | 174/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 157/194 kB | 100 kB | 179/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 160/194 kB | 100 kB | 179/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 160/194 kB | 100 kB | 179/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 160/194 kB | 100 kB | 183/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 183/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 187/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 187/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 191/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 195/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 163/194 kB | 100 kB | 197/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.7/2.5 MB | 165/194 kB | 100 kB | 197/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 165/194 kB | 100 kB | 197/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 168/194 kB | 100 kB | 197/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 197/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 201/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 206/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 210/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.8/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 214/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 171/194 kB | 100 kB | 214/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 174/194 kB | 100 kB | 214/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 214/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 214/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 218/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 222/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 226/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 230/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 232/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 177/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 179/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 182/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 185/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 188/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 191/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 193/194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 236/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 240/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 244/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 249/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 249/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 251/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 251/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 255/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 260/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 264/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 268/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 268/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 272/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 276/686 kB error 02-Jan-2023 00:00:57 Progress (5): 8.9/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 280/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 280/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 284/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 288/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 292/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 292/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.8/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 296/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 300/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 305/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 309/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.0/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 313/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 0.9/2.5 MB | 194 kB | 100 kB | 313/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 313/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 317/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 317/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 321/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 323/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 327/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 332/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 336/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 336/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 340/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 340/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 340/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 344/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 348/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 352/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 356/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 356/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 360/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 364/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 368/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 372/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 377/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.1/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 377/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 377/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 381/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 385/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 389/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 393/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.0/2.5 MB | 194 kB | 100 kB | 395/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 395/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 399/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 399/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 404/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 408/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 412/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 416/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 420/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 424/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 428/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 430/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 434/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 438/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 442/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.2/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 447/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.1/2.5 MB | 194 kB | 100 kB | 447/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 447/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 449/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 453/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 458/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 462/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 466/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 466/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 466/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 470/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 474/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 474/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 478/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 482/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 482/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 482/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 486/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 490/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.3/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 494/686 kB error 02-Jan-2023 00:00:57 Progress (5): 9.4/12 MB | 1.2/2.5 MB | 194 kB | 100 kB | 494/686 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 02-Jan-2023 00:00:57 #17 34.75 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 02-Jan-2023 00:00:57 #17 34.75 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 494/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 494/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 498/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 503/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 507/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.5/12 MB | 1.2/2.5 MB | 194 kB | 511/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 511/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 515/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 515/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 519/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 521/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 525/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 530/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 534/686 kB error 02-Jan-2023 00:00:57 Progress (4): 9.6/12 MB | 1.2/2.5 MB | 194 kB | 538/686 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 34 kB/s) error 02-Jan-2023 00:00:57 #17 34.76 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 02-Jan-2023 00:00:57 #17 34.76 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 538/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 538/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 538/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 542/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 542/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 546/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 550/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 554/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 558/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 562/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 566/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 570/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 570/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 575/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.6/12 MB | 1.3/2.5 MB | 579/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 579/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 583/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 583/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 587/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 591/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 595/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 599/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 602/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 606/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.3/2.5 MB | 606/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 606/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 610/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 614/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 618/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 622/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 622/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 626/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 630/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 634/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 637/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 641/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 645/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 647/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 651/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 656/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 660/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 664/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 668/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 672/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 674/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 678/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 683/686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.7/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.8/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.9/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.9/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.9/12 MB | 1.4/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.9/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 9.9/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.5/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10.0/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.6/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.7/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.8/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 1.9/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 10/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.0/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.1/2.5 MB | 686 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 3.3/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 6.1/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 8.9/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 12/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 14/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 17/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 20/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 23/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 26/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 28/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 31/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 34/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 37/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 40/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 42/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 45/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 48/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 51/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 54/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 56/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 59/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 62/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 65/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 68/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 70/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 73/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 76/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 79/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 82/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 84/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 87/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 90/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 93/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 96/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 98/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 98/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 98/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 98/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 101/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 104/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 107/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 110/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 110/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 112/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 115/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 118/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 121/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 121/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 124/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 126/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 126/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.1/2.5 MB | 686 kB | 129/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 129/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 129/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 129/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 132/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 135/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 138/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 140/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 140/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 143/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 146/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 149/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 149/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 152/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 154/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 154/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 157/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 157/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 160/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 163/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 165/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 165/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 168/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 171/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 174/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 176/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 179/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 182/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.2/2.5 MB | 686 kB | 182/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.3/2.5 MB | 686 kB | 182/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.3/2.5 MB | 686 kB | 185/186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.3/2.5 MB | 686 kB | 186 kB error 02-Jan-2023 00:00:57 Progress (4): 11/12 MB | 2.3/2.5 MB | 686 kB | 186 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 116 kB/s) error 02-Jan-2023 00:00:57 #17 34.92 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 02-Jan-2023 00:00:57 #17 34.92 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.3/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.4/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5/2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 11/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 12/12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 186 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 3.4/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 7.5/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 12/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 16/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 20/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 24/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 28/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 32/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 36/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 38/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 42/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 46/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 51/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 53/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 57/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 62/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 66/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 186 kB | 70/230 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 31 kB/s) error 02-Jan-2023 00:00:57 #17 35.05 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 02-Jan-2023 00:00:57 #17 35.05 Progress (3): 12 MB | 2.5 MB | 74/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 78/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 82/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 86/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 88/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 92/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 96/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 100/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 105/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 109/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 113/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 116/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 120/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 125/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 129/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 133/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 137/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 141/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 145/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 149/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 153/230 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 2.5 MB | 157/230 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 3.3/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 6.1/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 8.9/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 12/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 14/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 17/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 20/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 23/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 26/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 28/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 31/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 34/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 37/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 40/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 42/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 45/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 48/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 51/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 54/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 56/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 59/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 62/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 65/67 kB error 02-Jan-2023 00:00:57 Progress (4): 12 MB | 2.5 MB | 157/230 kB | 67 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 416 kB/s) error 02-Jan-2023 00:00:57 #17 35.07 Progress (3): 12 MB | 161/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 165/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 170/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 174/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 178/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 182/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 186/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 188/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 192/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 197/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 201/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 205/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 209/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 213/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 217/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 221/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 224/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 228/230 kB | 67 kB error 02-Jan-2023 00:00:57 Progress (3): 12 MB | 230 kB | 67 kB error 02-Jan-2023 00:00:57 error 02-Jan-2023 00:00:57 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 02-Jan-2023 00:00:57 #17 35.18 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 02-Jan-2023 00:00:58 #17 35.20 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 37 kB/s) error 02-Jan-2023 00:00:58 #17 35.38 Progress (1): 3.4/636 kB error 02-Jan-2023 00:00:58 Progress (1): 7.5/636 kB error 02-Jan-2023 00:00:58 Progress (1): 12/636 kB error 02-Jan-2023 00:00:58 Progress (1): 16/636 kB error 02-Jan-2023 00:00:58 Progress (1): 20/636 kB error 02-Jan-2023 00:00:58 Progress (1): 24/636 kB error 02-Jan-2023 00:00:58 Progress (1): 28/636 kB error 02-Jan-2023 00:00:58 Progress (1): 32/636 kB error 02-Jan-2023 00:00:58 Progress (1): 35/636 kB error 02-Jan-2023 00:00:58 Progress (1): 39/636 kB error 02-Jan-2023 00:00:58 Progress (1): 44/636 kB error 02-Jan-2023 00:00:58 Progress (1): 48/636 kB error 02-Jan-2023 00:00:58 Progress (1): 52/636 kB error 02-Jan-2023 00:00:58 Progress (1): 56/636 kB error 02-Jan-2023 00:00:58 Progress (1): 60/636 kB error 02-Jan-2023 00:00:58 Progress (1): 62/636 kB error 02-Jan-2023 00:00:58 Progress (1): 66/636 kB error 02-Jan-2023 00:00:58 Progress (1): 71/636 kB error 02-Jan-2023 00:00:58 Progress (1): 75/636 kB error 02-Jan-2023 00:00:58 Progress (1): 79/636 kB error 02-Jan-2023 00:00:58 Progress (1): 83/636 kB error 02-Jan-2023 00:00:58 Progress (1): 87/636 kB error 02-Jan-2023 00:00:58 Progress (1): 91/636 kB error 02-Jan-2023 00:00:58 Progress (1): 95/636 kB error 02-Jan-2023 00:00:58 Progress (1): 99/636 kB error 02-Jan-2023 00:00:58 Progress (1): 103/636 kB error 02-Jan-2023 00:00:58 Progress (1): 107/636 kB error 02-Jan-2023 00:00:58 Progress (1): 111/636 kB error 02-Jan-2023 00:00:58 Progress (1): 116/636 kB error 02-Jan-2023 00:00:58 Progress (1): 120/636 kB error 02-Jan-2023 00:00:58 Progress (1): 124/636 kB error 02-Jan-2023 00:00:58 Progress (1): 128/636 kB error 02-Jan-2023 00:00:58 Progress (1): 132/636 kB error 02-Jan-2023 00:00:58 Progress (1): 136/636 kB error 02-Jan-2023 00:00:58 Progress (1): 140/636 kB error 02-Jan-2023 00:00:58 Progress (1): 143/636 kB error 02-Jan-2023 00:00:58 Progress (1): 147/636 kB error 02-Jan-2023 00:00:58 Progress (1): 151/636 kB error 02-Jan-2023 00:00:58 Progress (1): 155/636 kB error 02-Jan-2023 00:00:58 Progress (1): 158/636 kB error 02-Jan-2023 00:00:58 Progress (1): 162/636 kB error 02-Jan-2023 00:00:58 Progress (1): 166/636 kB error 02-Jan-2023 00:00:58 Progress (1): 170/636 kB error 02-Jan-2023 00:00:58 Progress (1): 174/636 kB error 02-Jan-2023 00:00:58 Progress (1): 179/636 kB error 02-Jan-2023 00:00:58 Progress (1): 183/636 kB error 02-Jan-2023 00:00:58 Progress (1): 187/636 kB error 02-Jan-2023 00:00:58 Progress (1): 191/636 kB error 02-Jan-2023 00:00:58 Progress (1): 195/636 kB error 02-Jan-2023 00:00:58 Progress (1): 199/636 kB error 02-Jan-2023 00:00:58 Progress (1): 203/636 kB error 02-Jan-2023 00:00:58 Progress (1): 206/636 kB error 02-Jan-2023 00:00:58 Progress (1): 210/636 kB error 02-Jan-2023 00:00:58 Progress (1): 214/636 kB error 02-Jan-2023 00:00:58 Progress (1): 218/636 kB error 02-Jan-2023 00:00:58 Progress (1): 222/636 kB error 02-Jan-2023 00:00:58 Progress (1): 226/636 kB error 02-Jan-2023 00:00:58 Progress (1): 230/636 kB error 02-Jan-2023 00:00:58 Progress (1): 234/636 kB error 02-Jan-2023 00:00:58 Progress (1): 239/636 kB error 02-Jan-2023 00:00:58 Progress (1): 241/636 kB error 02-Jan-2023 00:00:58 Progress (1): 245/636 kB error 02-Jan-2023 00:00:58 Progress (1): 249/636 kB error 02-Jan-2023 00:00:58 Progress (1): 253/636 kB error 02-Jan-2023 00:00:58 Progress (1): 257/636 kB error 02-Jan-2023 00:00:58 Progress (1): 261/636 kB error 02-Jan-2023 00:00:58 Progress (1): 265/636 kB error 02-Jan-2023 00:00:58 Progress (1): 269/636 kB error 02-Jan-2023 00:00:58 Progress (1): 273/636 kB error 02-Jan-2023 00:00:58 Progress (1): 275/636 kB error 02-Jan-2023 00:00:58 Progress (1): 279/636 kB error 02-Jan-2023 00:00:58 Progress (1): 284/636 kB error 02-Jan-2023 00:00:58 Progress (1): 288/636 kB error 02-Jan-2023 00:00:58 Progress (1): 292/636 kB error 02-Jan-2023 00:00:58 Progress (1): 296/636 kB error 02-Jan-2023 00:00:58 Progress (1): 300/636 kB error 02-Jan-2023 00:00:58 Progress (1): 304/636 kB error 02-Jan-2023 00:00:58 Progress (1): 308/636 kB error 02-Jan-2023 00:00:58 Progress (1): 310/636 kB error 02-Jan-2023 00:00:58 Progress (1): 314/636 kB error 02-Jan-2023 00:00:58 Progress (1): 318/636 kB error 02-Jan-2023 00:00:58 Progress (1): 322/636 kB error 02-Jan-2023 00:00:58 Progress (1): 327/636 kB error 02-Jan-2023 00:00:58 Progress (1): 331/636 kB error 02-Jan-2023 00:00:58 Progress (1): 335/636 kB error 02-Jan-2023 00:00:58 Progress (1): 339/636 kB error 02-Jan-2023 00:00:58 Progress (1): 343/636 kB error 02-Jan-2023 00:00:58 Progress (1): 345/636 kB error 02-Jan-2023 00:00:58 Progress (1): 349/636 kB error 02-Jan-2023 00:00:58 Progress (1): 353/636 kB error 02-Jan-2023 00:00:58 Progress (1): 357/636 kB error 02-Jan-2023 00:00:58 Progress (1): 361/636 kB error 02-Jan-2023 00:00:58 Progress (1): 365/636 kB error 02-Jan-2023 00:00:58 Progress (1): 370/636 kB error 02-Jan-2023 00:00:58 Progress (1): 374/636 kB error 02-Jan-2023 00:00:58 Progress (1): 378/636 kB error 02-Jan-2023 00:00:58 Progress (1): 380/636 kB error 02-Jan-2023 00:00:58 Progress (1): 384/636 kB error 02-Jan-2023 00:00:58 Progress (1): 388/636 kB error 02-Jan-2023 00:00:58 Progress (1): 392/636 kB error 02-Jan-2023 00:00:58 Progress (1): 396/636 kB error 02-Jan-2023 00:00:58 Progress (1): 400/636 kB error 02-Jan-2023 00:00:58 Progress (1): 404/636 kB error 02-Jan-2023 00:00:58 Progress (1): 408/636 kB error 02-Jan-2023 00:00:58 Progress (1): 413/636 kB error 02-Jan-2023 00:00:58 Progress (1): 415/636 kB error 02-Jan-2023 00:00:58 Progress (1): 419/636 kB error 02-Jan-2023 00:00:58 Progress (1): 423/636 kB error 02-Jan-2023 00:00:58 Progress (1): 427/636 kB error 02-Jan-2023 00:00:58 Progress (1): 431/636 kB error 02-Jan-2023 00:00:58 Progress (1): 435/636 kB error 02-Jan-2023 00:00:58 Progress (1): 439/636 kB error 02-Jan-2023 00:00:58 Progress (1): 443/636 kB error 02-Jan-2023 00:00:58 Progress (1): 447/636 kB error 02-Jan-2023 00:00:58 Progress (1): 449/636 kB error 02-Jan-2023 00:00:58 Progress (1): 454/636 kB error 02-Jan-2023 00:00:58 Progress (1): 458/636 kB error 02-Jan-2023 00:00:58 Progress (1): 462/636 kB error 02-Jan-2023 00:00:58 Progress (1): 466/636 kB error 02-Jan-2023 00:00:58 Progress (1): 470/636 kB error 02-Jan-2023 00:00:58 Progress (1): 474/636 kB error 02-Jan-2023 00:00:58 Progress (1): 478/636 kB error 02-Jan-2023 00:00:58 Progress (1): 482/636 kB error 02-Jan-2023 00:00:58 Progress (1): 484/636 kB error 02-Jan-2023 00:00:58 Progress (1): 488/636 kB error 02-Jan-2023 00:00:58 Progress (1): 492/636 kB error 02-Jan-2023 00:00:58 Progress (1): 497/636 kB error 02-Jan-2023 00:00:58 Progress (1): 501/636 kB error 02-Jan-2023 00:00:58 Progress (1): 505/636 kB error 02-Jan-2023 00:00:58 Progress (1): 509/636 kB error 02-Jan-2023 00:00:58 Progress (1): 513/636 kB error 02-Jan-2023 00:00:58 Progress (1): 517/636 kB error 02-Jan-2023 00:00:58 Progress (1): 519/636 kB error 02-Jan-2023 00:00:58 Progress (1): 523/636 kB error 02-Jan-2023 00:00:58 Progress (1): 527/636 kB error 02-Jan-2023 00:00:58 Progress (1): 531/636 kB error 02-Jan-2023 00:00:58 Progress (1): 535/636 kB error 02-Jan-2023 00:00:58 Progress (1): 540/636 kB error 02-Jan-2023 00:00:58 Progress (1): 544/636 kB error 02-Jan-2023 00:00:58 Progress (1): 548/636 kB error 02-Jan-2023 00:00:58 Progress (1): 552/636 kB error 02-Jan-2023 00:00:58 Progress (1): 554/636 kB error 02-Jan-2023 00:00:58 Progress (1): 558/636 kB error 02-Jan-2023 00:00:58 Progress (1): 562/636 kB error 02-Jan-2023 00:00:58 Progress (1): 566/636 kB error 02-Jan-2023 00:00:58 Progress (1): 570/636 kB error 02-Jan-2023 00:00:58 Progress (1): 574/636 kB error 02-Jan-2023 00:00:58 Progress (1): 578/636 kB error 02-Jan-2023 00:00:58 Progress (1): 583/636 kB error 02-Jan-2023 00:00:58 Progress (1): 587/636 kB error 02-Jan-2023 00:00:58 Progress (1): 589/636 kB error 02-Jan-2023 00:00:58 Progress (1): 593/636 kB error 02-Jan-2023 00:00:58 Progress (1): 597/636 kB error 02-Jan-2023 00:00:58 Progress (1): 601/636 kB error 02-Jan-2023 00:00:58 Progress (1): 605/636 kB error 02-Jan-2023 00:00:58 Progress (1): 609/636 kB error 02-Jan-2023 00:00:58 Progress (1): 613/636 kB error 02-Jan-2023 00:00:58 Progress (1): 617/636 kB error 02-Jan-2023 00:00:58 Progress (1): 621/636 kB error 02-Jan-2023 00:00:58 Progress (1): 624/636 kB error 02-Jan-2023 00:00:58 Progress (1): 628/636 kB error 02-Jan-2023 00:00:58 Progress (1): 632/636 kB error 02-Jan-2023 00:00:58 Progress (1): 636/636 kB error 02-Jan-2023 00:00:58 Progress (1): 636 kB error 02-Jan-2023 00:00:58 error 02-Jan-2023 00:00:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 97 kB/s) error 02-Jan-2023 00:00:58 #17 35.59 [INFO] error 02-Jan-2023 00:00:58 #17 35.60 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 02-Jan-2023 00:00:58 #17 35.62 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom error 02-Jan-2023 00:00:58 #17 35.73 Progress (1): 3.4/6.7 kB error 02-Jan-2023 00:00:58 Progress (1): 6.2/6.7 kB error 02-Jan-2023 00:00:58 Progress (1): 6.7 kB error 02-Jan-2023 00:00:58 error 02-Jan-2023 00:00:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 29 kB/s) error 02-Jan-2023 00:00:58 #17 35.85 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 02-Jan-2023 00:00:58 #17 35.97 Progress (1): 1.9 kB error 02-Jan-2023 00:00:58 error 02-Jan-2023 00:00:58 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 8.4 kB/s) error 02-Jan-2023 00:00:58 #17 36.08 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 02-Jan-2023 00:00:58 #17 36.19 Progress (1): 1.8 kB error 02-Jan-2023 00:00:58 error 02-Jan-2023 00:00:59 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.7 kB/s) error 02-Jan-2023 00:00:59 #17 36.31 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 02-Jan-2023 00:00:59 #17 36.44 Progress (1): 1.4 kB error 02-Jan-2023 00:00:59 error 02-Jan-2023 00:00:59 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.0 kB/s) error 02-Jan-2023 00:00:59 #17 36.56 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 02-Jan-2023 00:00:59 #17 36.67 Progress (1): 424 B error 02-Jan-2023 00:00:59 error 02-Jan-2023 00:00:59 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.9 kB/s) error 02-Jan-2023 00:00:59 #17 36.79 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 02-Jan-2023 00:00:59 #17 36.90 Progress (1): 3.4/3.9 kB error 02-Jan-2023 00:00:59 Progress (1): 3.9 kB error 02-Jan-2023 00:00:59 error 02-Jan-2023 00:00:59 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 02-Jan-2023 00:00:59 #17 37.02 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 02-Jan-2023 00:00:59 #17 37.14 Progress (1): 1.7 kB error 02-Jan-2023 00:00:59 error 02-Jan-2023 00:00:59 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 7.1 kB/s) error 02-Jan-2023 00:01:00 #17 37.26 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom error 02-Jan-2023 00:01:00 #17 37.38 Progress (1): 2.1 kB error 02-Jan-2023 00:01:00 error 02-Jan-2023 00:01:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 9.0 kB/s) error 02-Jan-2023 00:01:00 #17 37.50 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 02-Jan-2023 00:01:00 #17 37.62 Progress (1): 2.0 kB error 02-Jan-2023 00:01:00 error 02-Jan-2023 00:01:00 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 8.7 kB/s) error 02-Jan-2023 00:01:00 #17 37.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom error 02-Jan-2023 00:01:00 #17 37.86 Progress (1): 1.3 kB error 02-Jan-2023 00:01:00 error 02-Jan-2023 00:01:00 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.5 kB/s) error 02-Jan-2023 00:01:00 #17 37.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom error 02-Jan-2023 00:01:00 #17 38.10 Progress (1): 3.4/5.8 kB error 02-Jan-2023 00:01:00 Progress (1): 5.8 kB error 02-Jan-2023 00:01:00 error 02-Jan-2023 00:01: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 26 kB/s) error 02-Jan-2023 00:01:01 #17 38.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar error 02-Jan-2023 00:01:01 #17 38.24 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 02-Jan-2023 00:01:01 #17 38.24 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 02-Jan-2023 00:01:01 #17 38.25 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 02-Jan-2023 00:01:01 #17 38.25 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 02-Jan-2023 00:01:01 #17 38.36 Progress (1): 3.4/152 kB error 02-Jan-2023 00:01:01 Progress (1): 6.2/152 kB error 02-Jan-2023 00:01:01 Progress (1): 9.0/152 kB error 02-Jan-2023 00:01:01 Progress (1): 12/152 kB error 02-Jan-2023 00:01:01 Progress (1): 15/152 kB error 02-Jan-2023 00:01:01 Progress (1): 17/152 kB error 02-Jan-2023 00:01:01 Progress (1): 20/152 kB error 02-Jan-2023 00:01:01 Progress (1): 23/152 kB error 02-Jan-2023 00:01:01 Progress (2): 23/152 kB | 3.3/21 kB error 02-Jan-2023 00:01:01 Progress (3): 23/152 kB | 3.3/21 kB | 3.4/9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 23/152 kB | 3.3/21 kB | 6.2/9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 23/152 kB | 3.3/21 kB | 9.0/9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 23/152 kB | 6.1/21 kB | 9.0/9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 6.1/21 kB | 9.0/9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 6.1/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 8.9/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 12/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 15/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 17/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 20/21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 26/152 kB | 21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 29/152 kB | 21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (3): 31/152 kB | 21 kB | 9.9 kB error 02-Jan-2023 00:01:01 Progress (4): 31/152 kB | 21 kB | 9.9 kB | 3.4/5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 31/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 34/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 37/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 40/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 43/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 45/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 48/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 51/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 54/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 56/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 59/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 62/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 65/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 68/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 70/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 73/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 76/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 79/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 82/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 84/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 87/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 90/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 93/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 96/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 98/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 101/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 104/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 107/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 110/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 112/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 115/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 118/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 121/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 124/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 126/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 129/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 132/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 135/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 138/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 140/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 143/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 146/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (4): 149/152 kB | 21 kB | 9.9 kB | 5.9 kB error 02-Jan-2023 00:01:01 Progress (5): 149/152 kB | 21 kB | 9.9 kB | 5.9 kB | 3.4/14 kB error 02-Jan-2023 00:01:01 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 3.4/14 kB error 02-Jan-2023 00:01:01 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 6.2/14 kB error 02-Jan-2023 00:01:01 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 9.0/14 kB error 02-Jan-2023 00:01:01 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 12/14 kB error 02-Jan-2023 00:01:01 Progress (5): 152 kB | 21 kB | 9.9 kB | 5.9 kB | 14 kB error 02-Jan-2023 00:01:01 error 02-Jan-2023 00:01: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 41 kB/s) error 02-Jan-2023 00:01:01 #17 38.49 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar error 02-Jan-2023 00:01:01 #17 38.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.jar (5.9 kB at 23 kB/s) error 02-Jan-2023 00:01:01 #17 38.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.jar (21 kB at 81 kB/s) error 02-Jan-2023 00:01:01 #17 38.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar error 02-Jan-2023 00:01:01 #17 38.50 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 02-Jan-2023 00:01:01 #17 38.51 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 564 kB/s) error 02-Jan-2023 00:01:01 #17 38.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar error 02-Jan-2023 00:01:01 #17 38.53 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 02-Jan-2023 00:01:01 #17 38.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar error 02-Jan-2023 00:01:01 #17 38.61 Progress (1): 3.4/30 kB error 02-Jan-2023 00:01:01 Progress (1): 6.2/30 kB error 02-Jan-2023 00:01:01 Progress (1): 9.0/30 kB error 02-Jan-2023 00:01:01 Progress (1): 12/30 kB error 02-Jan-2023 00:01:01 Progress (1): 15/30 kB error 02-Jan-2023 00:01:01 Progress (1): 17/30 kB error 02-Jan-2023 00:01:01 Progress (1): 20/30 kB error 02-Jan-2023 00:01:01 Progress (1): 23/30 kB error 02-Jan-2023 00:01:01 Progress (1): 26/30 kB error 02-Jan-2023 00:01:01 Progress (1): 29/30 kB error 02-Jan-2023 00:01:01 Progress (1): 30 kB error 02-Jan-2023 00:01:01 Progress (2): 30 kB | 3.4/37 kB error 02-Jan-2023 00:01:01 Progress (2): 30 kB | 6.2/37 kB error 02-Jan-2023 00:01:01 Progress (2): 30 kB | 9.0/37 kB error 02-Jan-2023 00:01:01 Progress (2): 30 kB | 12/37 kB error 02-Jan-2023 00:01:01 Progress (3): 30 kB | 12/37 kB | 3.4/38 kB error 02-Jan-2023 00:01:01 Progress (3): 30 kB | 12/37 kB | 6.2/38 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 6.2/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 9.0/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 12/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 15/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 17/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 20/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 23/38 kB | 3.4/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 23/38 kB | 6.2/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 23/38 kB | 9.0/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 26/38 kB | 9.0/10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 26/38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 29/38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 31/38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 34/38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 37/38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (4): 30 kB | 12/37 kB | 38 kB | 10 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 3.4/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 6.2/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 9.0/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 12/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 15/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 17/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 20/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 23/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 26/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 29/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 31/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 34/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 37/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 40/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 43/43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 12/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 15/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 17/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 20/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 23/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 26/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 29/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 31/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 34/37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 Progress (5): 30 kB | 37 kB | 38 kB | 10 kB | 43 kB error 02-Jan-2023 00:01:01 error 02-Jan-2023 00:01:01 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 62 kB/s) error 02-Jan-2023 00:01:01 #17 38.74 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 21 kB/s) error 02-Jan-2023 00:01:01 #17 38.75 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 76 kB/s) error 02-Jan-2023 00:01:01 #17 38.77 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 83 kB/s) error 02-Jan-2023 00:01:01 #17 38.84 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 62 kB/s) error 02-Jan-2023 00:01:01 #17 38.94 [INFO] Using 'UTF-8' encoding to copy filtered resources. error 02-Jan-2023 00:01:01 #17 38.95 [INFO] Copying 1 resource error 02-Jan-2023 00:01:01 #17 38.97 [INFO] Copying 2 resources error 02-Jan-2023 00:01:01 #17 38.99 [INFO] skip non existing resourceDirectory /app/package/src/main/webapp error 02-Jan-2023 00:01:01 #17 38.99 [INFO] error 02-Jan-2023 00:01:01 #17 38.99 [INFO] --- openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) @ referenceapplication-package --- error 02-Jan-2023 00:01:03 #17 40.40 Jan 02, 2023 12:01:03 AM org.jline.utils.Log logr error 02-Jan-2023 00:01:03 #17 40.40 WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) error 02-Jan-2023 00:01:03 #17 40.73 error 02-Jan-2023 00:01:03 #17 40.73 Downloading modules... error 02-Jan-2023 00:01:03 #17 40.73 error 02-Jan-2023 00:01:03 #17 40.74 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 02-Jan-2023 00:01:03 #17 40.86 Progress (1): 3.3/18 kB error 02-Jan-2023 00:01:03 Progress (1): 6.1/18 kB error 02-Jan-2023 00:01:03 Progress (1): 8.9/18 kB error 02-Jan-2023 00:01:03 Progress (1): 12/18 kB error 02-Jan-2023 00:01:03 Progress (1): 14/18 kB error 02-Jan-2023 00:01:03 Progress (1): 17/18 kB error 02-Jan-2023 00:01:03 Progress (1): 18 kB error 02-Jan-2023 00:01:03 error 02-Jan-2023 00:01:03 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 02-Jan-2023 00:01:03 #17 40.99 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 02-Jan-2023 00:01:04 #17 41.31 Progress (1): 4.1/205 kB error 02-Jan-2023 00:01:04 Progress (1): 8.2/205 kB error 02-Jan-2023 00:01:04 Progress (1): 12/205 kB error 02-Jan-2023 00:01:04 Progress (1): 16/205 kB error 02-Jan-2023 00:01:04 Progress (1): 20/205 kB error 02-Jan-2023 00:01:04 Progress (1): 24/205 kB error 02-Jan-2023 00:01:04 Progress (1): 28/205 kB error 02-Jan-2023 00:01:04 Progress (1): 32/205 kB error 02-Jan-2023 00:01:04 Progress (1): 36/205 kB error 02-Jan-2023 00:01:04 Progress (1): 40/205 kB error 02-Jan-2023 00:01:04 Progress (1): 44/205 kB error 02-Jan-2023 00:01:04 Progress (1): 48/205 kB error 02-Jan-2023 00:01:04 Progress (1): 51/205 kB error 02-Jan-2023 00:01:04 Progress (1): 53/205 kB error 02-Jan-2023 00:01:04 Progress (1): 57/205 kB error 02-Jan-2023 00:01:04 Progress (1): 62/205 kB error 02-Jan-2023 00:01:04 Progress (1): 66/205 kB error 02-Jan-2023 00:01:04 Progress (1): 70/205 kB error 02-Jan-2023 00:01:04 Progress (1): 74/205 kB error 02-Jan-2023 00:01:04 Progress (1): 78/205 kB error 02-Jan-2023 00:01:04 Progress (1): 82/205 kB error 02-Jan-2023 00:01:04 Progress (1): 86/205 kB error 02-Jan-2023 00:01:04 Progress (1): 88/205 kB error 02-Jan-2023 00:01:04 Progress (1): 92/205 kB error 02-Jan-2023 00:01:04 Progress (1): 96/205 kB error 02-Jan-2023 00:01:04 Progress (1): 100/205 kB error 02-Jan-2023 00:01:04 Progress (1): 105/205 kB error 02-Jan-2023 00:01:04 Progress (1): 109/205 kB error 02-Jan-2023 00:01:04 Progress (1): 113/205 kB error 02-Jan-2023 00:01:04 Progress (1): 116/205 kB error 02-Jan-2023 00:01:04 Progress (1): 120/205 kB error 02-Jan-2023 00:01:04 Progress (1): 125/205 kB error 02-Jan-2023 00:01:04 Progress (1): 129/205 kB error 02-Jan-2023 00:01:04 Progress (1): 133/205 kB error 02-Jan-2023 00:01:04 Progress (1): 137/205 kB error 02-Jan-2023 00:01:04 Progress (1): 141/205 kB error 02-Jan-2023 00:01:04 Progress (1): 145/205 kB error 02-Jan-2023 00:01:04 Progress (1): 149/205 kB error 02-Jan-2023 00:01:04 Progress (1): 151/205 kB error 02-Jan-2023 00:01:04 Progress (1): 155/205 kB error 02-Jan-2023 00:01:04 Progress (1): 159/205 kB error 02-Jan-2023 00:01:04 Progress (1): 163/205 kB error 02-Jan-2023 00:01:04 Progress (1): 168/205 kB error 02-Jan-2023 00:01:04 Progress (1): 172/205 kB error 02-Jan-2023 00:01:04 Progress (1): 176/205 kB error 02-Jan-2023 00:01:04 Progress (1): 179/205 kB error 02-Jan-2023 00:01:04 Progress (1): 183/205 kB error 02-Jan-2023 00:01:04 Progress (1): 187/205 kB error 02-Jan-2023 00:01:04 Progress (1): 191/205 kB error 02-Jan-2023 00:01:04 Progress (1): 195/205 kB error 02-Jan-2023 00:01:04 Progress (1): 197/205 kB error 02-Jan-2023 00:01:04 Progress (1): 201/205 kB error 02-Jan-2023 00:01:04 Progress (1): 205 kB error 02-Jan-2023 00:01:04 error 02-Jan-2023 00:01:04 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 449 kB/s) error 02-Jan-2023 00:01:04 #17 41.47 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom error 02-Jan-2023 00:01:04 #17 41.59 Progress (1): 2.0 kB error 02-Jan-2023 00:01:04 error 02-Jan-2023 00:01:04 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.1 kB/s) error 02-Jan-2023 00:01:04 #17 41.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom error 02-Jan-2023 00:01:04 #17 41.83 Progress (1): 3.4/22 kB error 02-Jan-2023 00:01:04 Progress (1): 6.2/22 kB error 02-Jan-2023 00:01:04 Progress (1): 9.0/22 kB error 02-Jan-2023 00:01:04 Progress (1): 12/22 kB error 02-Jan-2023 00:01:04 Progress (1): 15/22 kB error 02-Jan-2023 00:01:04 Progress (1): 17/22 kB error 02-Jan-2023 00:01:04 Progress (1): 20/22 kB error 02-Jan-2023 00:01:04 Progress (1): 22 kB error 02-Jan-2023 00:01:04 error 02-Jan-2023 00:01:04 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 87 kB/s) error 02-Jan-2023 00:01:04 #17 41.98 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 02-Jan-2023 00:01:04 #17 42.10 Progress (1): 3.4 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 14 kB/s) error 02-Jan-2023 00:01:05 #17 42.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom error 02-Jan-2023 00:01:05 #17 ... error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:05 #14 38.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 02-Jan-2023 00:01:05 #14 39.58 Progress (1): 3.4/8.1 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/8.1 kB error 02-Jan-2023 00:01:05 Progress (1): 8.1 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 7.6 kB/s) error 02-Jan-2023 00:01:05 #14 40.59 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 02-Jan-2023 00:01:05 #14 40.89 Progress (1): 3.4/30 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/30 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/30 kB error 02-Jan-2023 00:01:05 Progress (1): 12/30 kB error 02-Jan-2023 00:01:05 Progress (1): 15/30 kB error 02-Jan-2023 00:01:05 Progress (1): 17/30 kB error 02-Jan-2023 00:01:05 Progress (1): 20/30 kB error 02-Jan-2023 00:01:05 Progress (1): 23/30 kB error 02-Jan-2023 00:01:05 Progress (1): 26/30 kB error 02-Jan-2023 00:01:05 Progress (1): 29/30 kB error 02-Jan-2023 00:01:05 Progress (1): 30 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 48 kB/s) error 02-Jan-2023 00:01:05 #14 41.72 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 02-Jan-2023 00:01:05 #14 41.93 Progress (1): 3.3/10 kB error 02-Jan-2023 00:01:05 Progress (1): 6.1/10 kB error 02-Jan-2023 00:01:05 Progress (1): 8.9/10 kB error 02-Jan-2023 00:01:05 Progress (1): 10 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 28 kB/s) error 02-Jan-2023 00:01:05 #14 42.25 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 02-Jan-2023 00:01:05 #14 42.39 Progress (1): 3.3/43 kB error 02-Jan-2023 00:01:05 Progress (1): 6.1/43 kB error 02-Jan-2023 00:01:05 Progress (1): 8.9/43 kB error 02-Jan-2023 00:01:05 Progress (1): 12/43 kB error 02-Jan-2023 00:01:05 Progress (1): 14/43 kB error 02-Jan-2023 00:01:05 Progress (1): 17/43 kB error 02-Jan-2023 00:01:05 Progress (1): 20/43 kB error 02-Jan-2023 00:01:05 Progress (1): 23/43 kB error 02-Jan-2023 00:01:05 Progress (1): 26/43 kB error 02-Jan-2023 00:01:05 Progress (1): 28/43 kB error 02-Jan-2023 00:01:05 Progress (1): 31/43 kB error 02-Jan-2023 00:01:05 Progress (1): 34/43 kB error 02-Jan-2023 00:01:05 Progress (1): 37/43 kB error 02-Jan-2023 00:01:05 Progress (1): 40/43 kB error 02-Jan-2023 00:01:05 Progress (1): 42/43 kB error 02-Jan-2023 00:01:05 Progress (1): 43 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 112 kB/s) error 02-Jan-2023 00:01:05 #14 42.72 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 02-Jan-2023 00:01:05 #14 42.90 Progress (1): 3.4/10 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/10 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/10 kB error 02-Jan-2023 00:01:05 Progress (1): 10 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-surefire-plugin/2.12/maven-surefire-plugin-2.12.pom (10 kB at 27 kB/s) error 02-Jan-2023 00:01:05 #14 43.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom error 02-Jan-2023 00:01:05 #14 43.31 Progress (1): 3.4/11 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/11 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/11 kB error 02-Jan-2023 00:01:05 Progress (1): 11 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/surefire/surefire/2.12/surefire-2.12.pom (11 kB at 39 kB/s) error 02-Jan-2023 00:01:05 #14 43.56 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 02-Jan-2023 00:01:05 #14 43.71 Progress (1): 3.4/31 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/31 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/31 kB error 02-Jan-2023 00:01:05 Progress (1): 12/31 kB error 02-Jan-2023 00:01:05 Progress (1): 15/31 kB error 02-Jan-2023 00:01:05 Progress (1): 17/31 kB error 02-Jan-2023 00:01:05 Progress (1): 20/31 kB error 02-Jan-2023 00:01:05 Progress (1): 23/31 kB error 02-Jan-2023 00:01:05 Progress (1): 26/31 kB error 02-Jan-2023 00:01:05 Progress (1): 29/31 kB error 02-Jan-2023 00:01:05 Progress (1): 31 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 104 kB/s) error 02-Jan-2023 00:01:05 #14 43.95 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 02-Jan-2023 00:01:05 #14 44.09 Progress (1): 3.4/15 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/15 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/15 kB error 02-Jan-2023 00:01:05 Progress (1): 12/15 kB error 02-Jan-2023 00:01:05 Progress (1): 15/15 kB error 02-Jan-2023 00:01:05 Progress (1): 15 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 49 kB/s) error 02-Jan-2023 00:01:05 #14 44.37 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 02-Jan-2023 00:01:05 #14 45.56 Progress (1): 4.1/221 kB error 02-Jan-2023 00:01:05 Progress (1): 7.5/221 kB error 02-Jan-2023 00:01:05 Progress (1): 12/221 kB error 02-Jan-2023 00:01:05 Progress (1): 16/221 kB error 02-Jan-2023 00:01:05 Progress (1): 20/221 kB error 02-Jan-2023 00:01:05 Progress (1): 24/221 kB error 02-Jan-2023 00:01:05 Progress (1): 28/221 kB error 02-Jan-2023 00:01:05 Progress (1): 32/221 kB error 02-Jan-2023 00:01:05 Progress (1): 36/221 kB error 02-Jan-2023 00:01:05 Progress (1): 40/221 kB error 02-Jan-2023 00:01:05 Progress (1): 42/221 kB error 02-Jan-2023 00:01:05 Progress (1): 46/221 kB error 02-Jan-2023 00:01:05 Progress (1): 51/221 kB error 02-Jan-2023 00:01:05 Progress (1): 55/221 kB error 02-Jan-2023 00:01:05 Progress (1): 59/221 kB error 02-Jan-2023 00:01:05 Progress (1): 63/221 kB error 02-Jan-2023 00:01:05 Progress (1): 67/221 kB error 02-Jan-2023 00:01:05 Progress (1): 71/221 kB error 02-Jan-2023 00:01:05 Progress (1): 75/221 kB error 02-Jan-2023 00:01:05 Progress (1): 77/221 kB error 02-Jan-2023 00:01:05 Progress (1): 81/221 kB error 02-Jan-2023 00:01:05 Progress (1): 85/221 kB error 02-Jan-2023 00:01:05 Progress (1): 89/221 kB error 02-Jan-2023 00:01:05 Progress (1): 94/221 kB error 02-Jan-2023 00:01:05 Progress (1): 98/221 kB error 02-Jan-2023 00:01:05 Progress (1): 102/221 kB error 02-Jan-2023 00:01:05 Progress (1): 106/221 kB error 02-Jan-2023 00:01:05 Progress (1): 110/221 kB error 02-Jan-2023 00:01:05 Progress (1): 112/221 kB error 02-Jan-2023 00:01:05 Progress (1): 116/221 kB error 02-Jan-2023 00:01:05 Progress (1): 120/221 kB error 02-Jan-2023 00:01:05 Progress (1): 124/221 kB error 02-Jan-2023 00:01:05 Progress (1): 128/221 kB error 02-Jan-2023 00:01:05 Progress (1): 132/221 kB error 02-Jan-2023 00:01:05 Progress (1): 137/221 kB error 02-Jan-2023 00:01:05 Progress (1): 141/221 kB error 02-Jan-2023 00:01:05 Progress (1): 145/221 kB error 02-Jan-2023 00:01:05 Progress (1): 147/221 kB error 02-Jan-2023 00:01:05 Progress (1): 151/221 kB error 02-Jan-2023 00:01:05 Progress (1): 155/221 kB error 02-Jan-2023 00:01:05 Progress (1): 159/221 kB error 02-Jan-2023 00:01:05 Progress (1): 163/221 kB error 02-Jan-2023 00:01:05 Progress (1): 167/221 kB error 02-Jan-2023 00:01:05 Progress (1): 171/221 kB error 02-Jan-2023 00:01:05 Progress (1): 175/221 kB error 02-Jan-2023 00:01:05 Progress (1): 180/221 kB error 02-Jan-2023 00:01:05 Progress (1): 182/221 kB error 02-Jan-2023 00:01:05 Progress (1): 186/221 kB error 02-Jan-2023 00:01:05 Progress (1): 190/221 kB error 02-Jan-2023 00:01:05 Progress (1): 194/221 kB error 02-Jan-2023 00:01:05 Progress (1): 198/221 kB error 02-Jan-2023 00:01:05 Progress (1): 202/221 kB error 02-Jan-2023 00:01:05 Progress (1): 206/221 kB error 02-Jan-2023 00:01:05 Progress (1): 210/221 kB error 02-Jan-2023 00:01:05 Progress (1): 214/221 kB error 02-Jan-2023 00:01:05 Progress (1): 216/221 kB error 02-Jan-2023 00:01:05 Progress (1): 221/221 kB error 02-Jan-2023 00:01:05 Progress (1): 221 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 118 kB/s) error 02-Jan-2023 00:01:05 #14 46.34 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 02-Jan-2023 00:01:05 #14 46.48 Progress (1): 3.4/5.8 kB error 02-Jan-2023 00:01:05 Progress (1): 5.8 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 02-Jan-2023 00:01:05 #14 46.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom error 02-Jan-2023 00:01:05 #14 46.90 Progress (1): 3.3/34 kB error 02-Jan-2023 00:01:05 Progress (1): 6.1/34 kB error 02-Jan-2023 00:01:05 Progress (1): 8.9/34 kB error 02-Jan-2023 00:01:05 Progress (1): 12/34 kB error 02-Jan-2023 00:01:05 Progress (1): 15/34 kB error 02-Jan-2023 00:01:05 Progress (1): 17/34 kB error 02-Jan-2023 00:01:05 Progress (1): 20/34 kB error 02-Jan-2023 00:01:05 Progress (1): 23/34 kB error 02-Jan-2023 00:01:05 Progress (1): 26/34 kB error 02-Jan-2023 00:01:05 Progress (1): 29/34 kB error 02-Jan-2023 00:01:05 Progress (1): 31/34 kB error 02-Jan-2023 00:01:05 Progress (1): 34 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 85 kB/s) error 02-Jan-2023 00:01:05 #14 47.35 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 02-Jan-2023 00:01:05 #14 47.52 Progress (1): 3.4/64 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/64 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/64 kB error 02-Jan-2023 00:01:05 Progress (1): 12/64 kB error 02-Jan-2023 00:01:05 Progress (1): 15/64 kB error 02-Jan-2023 00:01:05 Progress (1): 17/64 kB error 02-Jan-2023 00:01:05 Progress (1): 20/64 kB error 02-Jan-2023 00:01:05 Progress (1): 23/64 kB error 02-Jan-2023 00:01:05 Progress (1): 26/64 kB error 02-Jan-2023 00:01:05 Progress (1): 29/64 kB error 02-Jan-2023 00:01:05 Progress (1): 31/64 kB error 02-Jan-2023 00:01:05 Progress (1): 34/64 kB error 02-Jan-2023 00:01:05 Progress (1): 37/64 kB error 02-Jan-2023 00:01:05 Progress (1): 40/64 kB error 02-Jan-2023 00:01:05 Progress (1): 43/64 kB error 02-Jan-2023 00:01:05 Progress (1): 45/64 kB error 02-Jan-2023 00:01:05 Progress (1): 48/64 kB error 02-Jan-2023 00:01:05 Progress (1): 51/64 kB error 02-Jan-2023 00:01:05 Progress (1): 54/64 kB error 02-Jan-2023 00:01:05 Progress (1): 56/64 kB error 02-Jan-2023 00:01:05 Progress (1): 59/64 kB error 02-Jan-2023 00:01:05 Progress (1): 62/64 kB error 02-Jan-2023 00:01:05 Progress (1): 64 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 158 kB/s) error 02-Jan-2023 00:01:05 #14 47.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.pom error 02-Jan-2023 00:01:05 #14 48.05 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:05 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:05 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:05 Progress (1): 12/13 kB error 02-Jan-2023 00:01:05 Progress (1): 13 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 40 kB/s) error 02-Jan-2023 00:01:05 #14 48.28 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom error 02-Jan-2023 00:01:05 #14 48.43 Progress (1): 3.3/36 kB error 02-Jan-2023 00:01:05 Progress (1): 6.1/36 kB error 02-Jan-2023 00:01:05 Progress (1): 8.9/36 kB error 02-Jan-2023 00:01:05 Progress (1): 12/36 kB error 02-Jan-2023 00:01:05 Progress (1): 15/36 kB error 02-Jan-2023 00:01:05 Progress (1): 17/36 kB error 02-Jan-2023 00:01:05 Progress (1): 20/36 kB error 02-Jan-2023 00:01:05 Progress (1): 23/36 kB error 02-Jan-2023 00:01:05 Progress (1): 26/36 kB error 02-Jan-2023 00:01:05 Progress (1): 29/36 kB error 02-Jan-2023 00:01:05 Progress (1): 31/36 kB error 02-Jan-2023 00:01:05 Progress (1): 34/36 kB error 02-Jan-2023 00:01:05 Progress (1): 36 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.5.8/openmrs-2.5.8.pom (36 kB at 86 kB/s) error 02-Jan-2023 00:01:05 #14 48.83 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 02-Jan-2023 00:01:05 #14 ... error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:05 #17 42.35 Progress (1): 3.4/4.1 kB error 02-Jan-2023 00:01:05 Progress (1): 4.1 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 17 kB/s) error 02-Jan-2023 00:01:05 #17 42.49 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 02-Jan-2023 00:01:05 #17 42.62 Progress (1): 3.4/4.8 kB error 02-Jan-2023 00:01:05 Progress (1): 4.8 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 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 02-Jan-2023 00:01:05 #17 42.74 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 02-Jan-2023 00:01:05 #17 42.86 Progress (1): 3.4/13 kB error 02-Jan-2023 00:01:05 Progress (1): 6.2/13 kB error 02-Jan-2023 00:01:05 Progress (1): 9.0/13 kB error 02-Jan-2023 00:01:05 Progress (1): 12/13 kB error 02-Jan-2023 00:01:05 Progress (1): 13 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 53 kB/s) error 02-Jan-2023 00:01:05 #17 43.04 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 02-Jan-2023 00:01:05 #17 43.16 Progress (1): 2.5 kB error 02-Jan-2023 00:01:05 error 02-Jan-2023 00:01:05 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 10 kB/s) error 02-Jan-2023 00:01:06 #17 43.28 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 02-Jan-2023 00:01:06 #17 43.40 Progress (1): 3.4/14 kB error 02-Jan-2023 00:01:06 Progress (1): 6.2/14 kB error 02-Jan-2023 00:01:06 Progress (1): 9.0/14 kB error 02-Jan-2023 00:01:06 Progress (1): 12/14 kB error 02-Jan-2023 00:01:06 Progress (1): 14 kB error 02-Jan-2023 00:01:06 error 02-Jan-2023 00:01:06 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 58 kB/s) error 02-Jan-2023 00:01:06 #17 43.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom error 02-Jan-2023 00:01:06 #17 43.67 Progress (1): 3.4/7.3 kB error 02-Jan-2023 00:01:06 Progress (1): 6.2/7.3 kB error 02-Jan-2023 00:01:06 Progress (1): 7.3 kB error 02-Jan-2023 00:01:06 error 02-Jan-2023 00:01:06 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 02-Jan-2023 00:01:06 #17 43.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom error 02-Jan-2023 00:01:06 #17 43.93 Progress (1): 2.2 kB error 02-Jan-2023 00:01:06 error 02-Jan-2023 00:01:06 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.7 kB/s) error 02-Jan-2023 00:01:06 #17 44.05 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 02-Jan-2023 00:01:06 #17 44.19 Progress (1): 2.6 kB error 02-Jan-2023 00:01:06 error 02-Jan-2023 00:01:06 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 02-Jan-2023 00:01:07 #17 44.31 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom error 02-Jan-2023 00:01:07 #17 44.43 Progress (1): 1.0 kB error 02-Jan-2023 00:01:07 error 02-Jan-2023 00:01:07 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 02-Jan-2023 00:01:07 #17 44.55 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 02-Jan-2023 00:01:07 #17 44.67 Progress (1): 2.2 kB error 02-Jan-2023 00:01:07 error 02-Jan-2023 00:01:07 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 9.4 kB/s) error 02-Jan-2023 00:01:07 #17 44.80 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 02-Jan-2023 00:01:07 #17 44.92 Progress (1): 2.8 kB error 02-Jan-2023 00:01:07 error 02-Jan-2023 00:01:07 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 11 kB/s) error 02-Jan-2023 00:01:07 #17 45.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom error 02-Jan-2023 00:01:07 #17 45.17 Progress (1): 3.4/4.1 kB error 02-Jan-2023 00:01:07 Progress (1): 4.1 kB error 02-Jan-2023 00:01:07 error 02-Jan-2023 00:01:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 16 kB/s) error 02-Jan-2023 00:01:08 #17 45.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.pom error 02-Jan-2023 00:01:08 #17 45.49 Progress (1): 3.3/7.6 kB error 02-Jan-2023 00:01:08 Progress (1): 6.1/7.6 kB error 02-Jan-2023 00:01:08 Progress (1): 7.6 kB error 02-Jan-2023 00:01:08 error 02-Jan-2023 00:01:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 32 kB/s) error 02-Jan-2023 00:01:08 #17 45.66 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 02-Jan-2023 00:01:08 #17 45.77 Progress (1): 3.4/4.9 kB error 02-Jan-2023 00:01:08 Progress (1): 4.9 kB error 02-Jan-2023 00:01:08 error 02-Jan-2023 00:01:08 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 02-Jan-2023 00:01:08 #17 45.91 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 02-Jan-2023 00:01:08 #17 46.03 Progress (1): 1.5 kB error 02-Jan-2023 00:01:08 error 02-Jan-2023 00:01:08 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.4 kB/s) error 02-Jan-2023 00:01:08 #17 46.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom error 02-Jan-2023 00:01:08 #17 46.27 Progress (1): 3.3/15 kB error 02-Jan-2023 00:01:09 Progress (1): 6.1/15 kB error 02-Jan-2023 00:01:09 Progress (1): 8.9/15 kB error 02-Jan-2023 00:01:09 Progress (1): 12/15 kB error 02-Jan-2023 00:01:09 Progress (1): 15/15 kB error 02-Jan-2023 00:01:09 Progress (1): 15 kB error 02-Jan-2023 00:01:09 error 02-Jan-2023 00:01:09 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 64 kB/s) error 02-Jan-2023 00:01:09 #17 46.39 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 02-Jan-2023 00:01:09 #17 46.51 Progress (1): 1.5 kB error 02-Jan-2023 00:01:09 error 02-Jan-2023 00:01:09 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.5 kB/s) error 02-Jan-2023 00:01:09 #17 46.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom error 02-Jan-2023 00:01:09 #17 46.76 Progress (1): 3.4/3.4 kB error 02-Jan-2023 00:01:09 Progress (1): 3.4 kB error 02-Jan-2023 00:01:09 error 02-Jan-2023 00:01:09 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 02-Jan-2023 00:01:09 #17 46.88 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 02-Jan-2023 00:01:09 #17 47.00 Progress (1): 3.4/14 kB error 02-Jan-2023 00:01:09 Progress (1): 6.2/14 kB error 02-Jan-2023 00:01:09 Progress (1): 9.0/14 kB error 02-Jan-2023 00:01:09 Progress (1): 12/14 kB error 02-Jan-2023 00:01:09 Progress (1): 14 kB error 02-Jan-2023 00:01:09 error 02-Jan-2023 00:01:09 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 60 kB/s) error 02-Jan-2023 00:01:09 #17 47.12 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom error 02-Jan-2023 00:01:09 #17 47.24 Progress (1): 3.4/4.1 kB error 02-Jan-2023 00:01:10 Progress (1): 4.1 kB error 02-Jan-2023 00:01:10 error 02-Jan-2023 00:01:10 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 18 kB/s) error 02-Jan-2023 00:01:10 #17 47.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom error 02-Jan-2023 00:01:10 #17 47.51 Progress (1): 3.0 kB error 02-Jan-2023 00:01:10 error 02-Jan-2023 00:01:10 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 02-Jan-2023 00:01:10 #17 47.66 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 02-Jan-2023 00:01:10 #17 47.78 Progress (1): 3.4/6.7 kB error 02-Jan-2023 00:01:10 Progress (1): 6.2/6.7 kB error 02-Jan-2023 00:01:10 Progress (1): 6.7 kB error 02-Jan-2023 00:01:10 error 02-Jan-2023 00:01:10 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 02-Jan-2023 00:01:10 #17 47.90 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 02-Jan-2023 00:01:10 #17 48.02 Progress (1): 3.0 kB error 02-Jan-2023 00:01:10 error 02-Jan-2023 00:01:10 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 02-Jan-2023 00:01:10 #17 48.14 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 02-Jan-2023 00:01:10 #17 48.26 Progress (1): 1.6 kB error 02-Jan-2023 00:01:11 error 02-Jan-2023 00:01:11 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 7.1 kB/s) error 02-Jan-2023 00:01:11 #17 48.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom error 02-Jan-2023 00:01:11 #17 48.49 Progress (1): 2.6 kB error 02-Jan-2023 00:01:11 error 02-Jan-2023 00:01:11 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 02-Jan-2023 00:01:11 #17 48.67 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 02-Jan-2023 00:01:11 #17 48.79 Progress (1): 1.5 kB error 02-Jan-2023 00:01:11 error 02-Jan-2023 00:01:11 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.3 kB/s) error 02-Jan-2023 00:01:11 #17 48.91 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom error 02-Jan-2023 00:01:11 #17 49.03 Progress (1): 3.3/18 kB error 02-Jan-2023 00:01:11 Progress (1): 6.1/18 kB error 02-Jan-2023 00:01:11 Progress (1): 8.9/18 kB error 02-Jan-2023 00:01:11 Progress (1): 12/18 kB error 02-Jan-2023 00:01:11 Progress (1): 15/18 kB error 02-Jan-2023 00:01:11 Progress (1): 17/18 kB error 02-Jan-2023 00:01:11 Progress (1): 18 kB error 02-Jan-2023 00:01:11 error 02-Jan-2023 00:01:11 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 02-Jan-2023 00:01:11 #17 49.15 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 02-Jan-2023 00:01:11 #17 49.27 Progress (1): 1.5 kB error 02-Jan-2023 00:01:12 error 02-Jan-2023 00:01:12 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.5 kB/s) error 02-Jan-2023 00:01:12 #17 49.39 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 02-Jan-2023 00:01:12 #17 49.52 Progress (1): 2.8 kB error 02-Jan-2023 00:01:12 error 02-Jan-2023 00:01:12 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 02-Jan-2023 00:01:12 #17 49.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom error 02-Jan-2023 00:01:12 #17 49.75 Progress (1): 3.4/5.0 kB error 02-Jan-2023 00:01:12 Progress (1): 5.0 kB error 02-Jan-2023 00:01:12 error 02-Jan-2023 00:01:12 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 02-Jan-2023 00:01:12 #17 49.87 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 02-Jan-2023 00:01:12 #17 49.99 Progress (1): 3.3/4.2 kB error 02-Jan-2023 00:01:12 Progress (1): 4.2 kB error 02-Jan-2023 00:01:12 error 02-Jan-2023 00:01:12 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 18 kB/s) error 02-Jan-2023 00:01:12 #17 50.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom error 02-Jan-2023 00:01:12 #17 50.23 Progress (1): 3.4/4.7 kB error 02-Jan-2023 00:01:13 Progress (1): 4.7 kB error 02-Jan-2023 00:01:13 error 02-Jan-2023 00:01:13 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 02-Jan-2023 00:01:13 #17 50.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom error 02-Jan-2023 00:01:13 #17 50.47 Progress (1): 3.3/6.6 kB error 02-Jan-2023 00:01:13 Progress (1): 6.1/6.6 kB error 02-Jan-2023 00:01:13 Progress (1): 6.6 kB error 02-Jan-2023 00:01:13 error 02-Jan-2023 00:01:13 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 27 kB/s) error 02-Jan-2023 00:01:13 #17 50.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom error 02-Jan-2023 00:01:13 #17 50.72 Progress (1): 3.3/16 kB error 02-Jan-2023 00:01:13 Progress (1): 6.1/16 kB error 02-Jan-2023 00:01:13 Progress (1): 8.9/16 kB error 02-Jan-2023 00:01:13 Progress (1): 12/16 kB error 02-Jan-2023 00:01:13 Progress (1): 14/16 kB error 02-Jan-2023 00:01:13 Progress (1): 16 kB error 02-Jan-2023 00:01:13 error 02-Jan-2023 00:01:13 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 02-Jan-2023 00:01:13 #17 50.84 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom error 02-Jan-2023 00:01:13 #17 50.97 Progress (1): 3.3/5.2 kB error 02-Jan-2023 00:01:13 Progress (1): 5.2 kB error 02-Jan-2023 00:01:13 error 02-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.pom (5.2 kB at 21 kB/s) error 02-Jan-2023 00:01:13 #17 51.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom error 02-Jan-2023 00:01:13 #17 51.20 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:13 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:13 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:13 Progress (1): 12/13 kB error 02-Jan-2023 00:01:13 Progress (1): 13 kB error 02-Jan-2023 00:01:13 error 02-Jan-2023 00:01:13 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 02-Jan-2023 00:01:14 #17 51.32 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 02-Jan-2023 00:01:14 #17 51.44 Progress (1): 3.3/7.5 kB error 02-Jan-2023 00:01:14 Progress (1): 6.1/7.5 kB error 02-Jan-2023 00:01:14 Progress (1): 7.5 kB error 02-Jan-2023 00:01:14 error 02-Jan-2023 00:01:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 32 kB/s) error 02-Jan-2023 00:01:14 #17 51.56 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 02-Jan-2023 00:01:14 #17 51.67 Progress (1): 3.3/15 kB error 02-Jan-2023 00:01:14 Progress (1): 6.1/15 kB error 02-Jan-2023 00:01:14 Progress (1): 8.9/15 kB error 02-Jan-2023 00:01:14 Progress (1): 12/15 kB error 02-Jan-2023 00:01:14 Progress (1): 15/15 kB error 02-Jan-2023 00:01:14 Progress (1): 15 kB error 02-Jan-2023 00:01:14 error 02-Jan-2023 00:01:14 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 63 kB/s) error 02-Jan-2023 00:01:14 #17 51.79 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 02-Jan-2023 00:01:14 #17 51.91 Progress (1): 3.3/3.3 kB error 02-Jan-2023 00:01:14 Progress (1): 3.3 kB error 02-Jan-2023 00:01:14 error 02-Jan-2023 00:01:14 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 02-Jan-2023 00:01:14 #17 52.03 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 02-Jan-2023 00:01:14 #17 52.14 Progress (1): 2.9 kB error 02-Jan-2023 00:01:14 error 02-Jan-2023 00:01:14 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 13 kB/s) error 02-Jan-2023 00:01:15 #17 52.26 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 02-Jan-2023 00:01:15 #17 52.37 Progress (1): 1.9 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 02-Jan-2023 00:01:15 #17 52.49 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 02-Jan-2023 00:01:15 #17 52.60 Progress (1): 2.7 kB error 02-Jan-2023 00:01:15 #17 ... error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:15 #14 49.00 Progress (1): 3.3/5.3 kB error 02-Jan-2023 00:01:15 Progress (1): 5.3 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 02-Jan-2023 00:01:15 #14 51.47 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 02-Jan-2023 00:01:15 #14 51.74 Progress (1): 1.7 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 3.6 kB/s) error 02-Jan-2023 00:01:15 #14 52.07 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 02-Jan-2023 00:01:15 #14 52.24 Progress (1): 1.5 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 3.8 kB/s) error 02-Jan-2023 00:01:15 #14 52.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-beans/5.2.14.RELEASE/spring-beans-5.2.14.RELEASE.pom error 02-Jan-2023 00:01:15 #14 52.68 Progress (1): 1.7 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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.3 kB/s) error 02-Jan-2023 00:01:15 #14 52.85 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 02-Jan-2023 00:01:15 #14 53.01 Progress (1): 2.3 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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.7 kB/s) error 02-Jan-2023 00:01:15 #14 53.18 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-aop/5.2.14.RELEASE/spring-aop-5.2.14.RELEASE.pom error 02-Jan-2023 00:01:15 #14 53.35 Progress (1): 1.9 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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.8 kB/s) error 02-Jan-2023 00:01:15 #14 53.52 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 02-Jan-2023 00:01:15 #14 53.66 Progress (1): 1.7 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 02-Jan-2023 00:01:15 #14 53.84 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 02-Jan-2023 00:01:15 #14 53.96 Progress (1): 2.3 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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.4 kB/s) error 02-Jan-2023 00:01:15 #14 54.23 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 02-Jan-2023 00:01:15 #14 54.40 Progress (1): 2.1 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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.9 kB/s) error 02-Jan-2023 00:01:15 #14 54.58 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 02-Jan-2023 00:01:15 #14 54.84 Progress (1): 1.9 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 3.9 kB/s) error 02-Jan-2023 00:01:15 #14 55.22 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 02-Jan-2023 00:01:15 #14 55.44 Progress (1): 2.1 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 5.8 kB/s) error 02-Jan-2023 00:01:15 #14 55.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 02-Jan-2023 00:01:15 #14 56.10 Progress (1): 3.3/5.5 kB error 02-Jan-2023 00:01:15 Progress (1): 5.5 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 21 kB/s) error 02-Jan-2023 00:01:15 #14 56.25 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 02-Jan-2023 00:01:15 #14 56.38 Progress (1): 3.3/15 kB error 02-Jan-2023 00:01:15 Progress (1): 6.1/15 kB error 02-Jan-2023 00:01:15 Progress (1): 8.9/15 kB error 02-Jan-2023 00:01:15 Progress (1): 12/15 kB error 02-Jan-2023 00:01:15 Progress (1): 14/15 kB error 02-Jan-2023 00:01:15 Progress (1): 15 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 57 kB/s) error 02-Jan-2023 00:01:15 #14 56.53 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom error 02-Jan-2023 00:01:15 #14 56.66 Progress (1): 3.3/67 kB error 02-Jan-2023 00:01:15 Progress (1): 6.1/67 kB error 02-Jan-2023 00:01:15 Progress (1): 8.9/67 kB error 02-Jan-2023 00:01:15 Progress (1): 12/67 kB error 02-Jan-2023 00:01:15 Progress (1): 15/67 kB error 02-Jan-2023 00:01:15 Progress (1): 17/67 kB error 02-Jan-2023 00:01:15 Progress (1): 20/67 kB error 02-Jan-2023 00:01:15 Progress (1): 23/67 kB error 02-Jan-2023 00:01:15 Progress (1): 26/67 kB error 02-Jan-2023 00:01:15 Progress (1): 29/67 kB error 02-Jan-2023 00:01:15 Progress (1): 31/67 kB error 02-Jan-2023 00:01:15 Progress (1): 34/67 kB error 02-Jan-2023 00:01:15 Progress (1): 37/67 kB error 02-Jan-2023 00:01:15 Progress (1): 40/67 kB error 02-Jan-2023 00:01:15 Progress (1): 43/67 kB error 02-Jan-2023 00:01:15 Progress (1): 45/67 kB error 02-Jan-2023 00:01:15 Progress (1): 48/67 kB error 02-Jan-2023 00:01:15 Progress (1): 51/67 kB error 02-Jan-2023 00:01:15 Progress (1): 54/67 kB error 02-Jan-2023 00:01:15 Progress (1): 56/67 kB error 02-Jan-2023 00:01:15 Progress (1): 59/67 kB error 02-Jan-2023 00:01:15 Progress (1): 62/67 kB error 02-Jan-2023 00:01:15 Progress (1): 65/67 kB error 02-Jan-2023 00:01:15 Progress (1): 67 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/37/jboss-parent-37.pom (67 kB at 233 kB/s) error 02-Jan-2023 00:01:15 #14 56.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom error 02-Jan-2023 00:01:15 #14 57.03 Progress (1): 3.3/5.1 kB error 02-Jan-2023 00:01:15 Progress (1): 5.1 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 18 kB/s) error 02-Jan-2023 00:01:15 #14 57.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.pom error 02-Jan-2023 00:01:15 #14 57.38 Progress (1): 3.3/12 kB error 02-Jan-2023 00:01:15 Progress (1): 6.1/12 kB error 02-Jan-2023 00:01:15 Progress (1): 8.9/12 kB error 02-Jan-2023 00:01:15 Progress (1): 12/12 kB error 02-Jan-2023 00:01:15 Progress (1): 12 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 42 kB/s) error 02-Jan-2023 00:01:15 #14 57.54 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 02-Jan-2023 00:01:15 #14 57.68 Progress (1): 3.3/43 kB error 02-Jan-2023 00:01:15 Progress (1): 6.1/43 kB error 02-Jan-2023 00:01:15 Progress (1): 8.9/43 kB error 02-Jan-2023 00:01:15 Progress (1): 12/43 kB error 02-Jan-2023 00:01:15 Progress (1): 14/43 kB error 02-Jan-2023 00:01:15 Progress (1): 17/43 kB error 02-Jan-2023 00:01:15 Progress (1): 20/43 kB error 02-Jan-2023 00:01:15 Progress (1): 23/43 kB error 02-Jan-2023 00:01:15 Progress (1): 26/43 kB error 02-Jan-2023 00:01:15 Progress (1): 28/43 kB error 02-Jan-2023 00:01:15 Progress (1): 31/43 kB error 02-Jan-2023 00:01:15 Progress (1): 34/43 kB error 02-Jan-2023 00:01:15 Progress (1): 37/43 kB error 02-Jan-2023 00:01:15 Progress (1): 40/43 kB error 02-Jan-2023 00:01:15 Progress (1): 42/43 kB error 02-Jan-2023 00:01:15 Progress (1): 43 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 146 kB/s) error 02-Jan-2023 00:01:15 #14 ... error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:15 #17 52.60 Progress (1): 2.7 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 02-Jan-2023 00:01:15 #17 52.73 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 02-Jan-2023 00:01:15 #17 52.85 Progress (1): 1.9 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:15 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 02-Jan-2023 00:01:15 #17 52.99 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 02-Jan-2023 00:01:15 #17 53.11 Progress (1): 3.3/6.8 kB error 02-Jan-2023 00:01:15 Progress (1): 6.1/6.8 kB error 02-Jan-2023 00:01:15 Progress (1): 6.8 kB error 02-Jan-2023 00:01:15 error 02-Jan-2023 00:01:16 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 28 kB/s) error 02-Jan-2023 00:01:16 #17 53.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom error 02-Jan-2023 00:01:16 #17 53.38 Progress (1): 2.3 kB error 02-Jan-2023 00:01:16 error 02-Jan-2023 00:01:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 9.7 kB/s) error 02-Jan-2023 00:01:16 #17 53.50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom error 02-Jan-2023 00:01:16 #17 53.62 Progress (1): 2.7 kB error 02-Jan-2023 00:01:16 error 02-Jan-2023 00:01:16 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 02-Jan-2023 00:01:16 #17 53.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom error 02-Jan-2023 00:01:16 #17 53.85 Progress (1): 3.4/5.7 kB error 02-Jan-2023 00:01:16 Progress (1): 5.7 kB error 02-Jan-2023 00:01:16 error 02-Jan-2023 00:01:16 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 02-Jan-2023 00:01:16 #17 53.97 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom error 02-Jan-2023 00:01:16 #17 54.09 Progress (1): 727 B error 02-Jan-2023 00:01:16 error 02-Jan-2023 00:01:16 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 3.2 kB/s) error 02-Jan-2023 00:01:16 #17 54.20 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 02-Jan-2023 00:01:17 #17 54.32 Progress (1): 3.4/7.5 kB error 02-Jan-2023 00:01:17 Progress (1): 6.2/7.5 kB error 02-Jan-2023 00:01:17 Progress (1): 7.5 kB error 02-Jan-2023 00:01:17 error 02-Jan-2023 00:01: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.pom (7.5 kB at 32 kB/s) error 02-Jan-2023 00:01:17 #17 54.44 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 02-Jan-2023 00:01:17 #17 54.56 Progress (1): 3.3/6.9 kB error 02-Jan-2023 00:01:17 Progress (1): 6.1/6.9 kB error 02-Jan-2023 00:01:17 Progress (1): 6.9 kB error 02-Jan-2023 00:01:17 error 02-Jan-2023 00:01:17 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 02-Jan-2023 00:01:17 #17 54.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar error 02-Jan-2023 00:01:17 #17 54.70 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 02-Jan-2023 00:01:17 #17 54.71 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 02-Jan-2023 00:01:17 #17 54.71 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 02-Jan-2023 00:01:17 #17 54.71 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar error 02-Jan-2023 00:01:17 #17 54.83 Progress (1): 3.4/52 kB error 02-Jan-2023 00:01:17 Progress (1): 6.2/52 kB error 02-Jan-2023 00:01:17 Progress (1): 9.0/52 kB error 02-Jan-2023 00:01:17 Progress (1): 12/52 kB error 02-Jan-2023 00:01:17 Progress (1): 15/52 kB error 02-Jan-2023 00:01:17 Progress (1): 17/52 kB error 02-Jan-2023 00:01:17 Progress (1): 20/52 kB error 02-Jan-2023 00:01:17 Progress (1): 23/52 kB error 02-Jan-2023 00:01:17 Progress (1): 26/52 kB error 02-Jan-2023 00:01:17 Progress (1): 29/52 kB error 02-Jan-2023 00:01:17 Progress (1): 31/52 kB error 02-Jan-2023 00:01:17 Progress (1): 34/52 kB error 02-Jan-2023 00:01:17 Progress (1): 37/52 kB error 02-Jan-2023 00:01:17 Progress (1): 40/52 kB error 02-Jan-2023 00:01:17 Progress (1): 43/52 kB error 02-Jan-2023 00:01:17 Progress (1): 45/52 kB error 02-Jan-2023 00:01:17 Progress (1): 48/52 kB error 02-Jan-2023 00:01:17 Progress (1): 51/52 kB error 02-Jan-2023 00:01:17 Progress (1): 52 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 3.4/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 6.2/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 9.0/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 12/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 15/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 17/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 20/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 23/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 26/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 29/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 31/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 34/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 37/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 40/45 kB error 02-Jan-2023 00:01:17 Progress (2): 52 kB | 43/45 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 3.4/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 6.2/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 9.0/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 12/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 15/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 17/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 20/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 23/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 26/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 29/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 31/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 34/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 37/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 40/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 43/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 45/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 48/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 51/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 54/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 57/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 59/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 62/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 65/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 68/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 43/45 kB | 71/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 71/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 73/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 76/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 79/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 82/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 85/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 87/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 90/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 93/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 96/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 99/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 101/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 104/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 107/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 110/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 113/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 115/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 118/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 121/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 124/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 127/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 129/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 132/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 135/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 138/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 141/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 143/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 146/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 149/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 152/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 155/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 157/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 160/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 163/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 165/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 168/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 171/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 174/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 176/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 179/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 182/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 185/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 188/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 190/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 193/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 196/197 kB error 02-Jan-2023 00:01:17 Progress (3): 52 kB | 45 kB | 197 kB error 02-Jan-2023 00:01:17 error 02-Jan-2023 00:01:17 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 201 kB/s) error 02-Jan-2023 00:01:17 #17 54.96 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar error 02-Jan-2023 00:01:17 #17 54.98 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 161 kB/s) error 02-Jan-2023 00:01:17 #17 54.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.jar error 02-Jan-2023 00:01:17 #17 55.07 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 543 kB/s) error 02-Jan-2023 00:01:17 #17 55.07 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 02-Jan-2023 00:01:17 #17 55.09 Progress (1): 3.4/42 kB error 02-Jan-2023 00:01:17 Progress (1): 6.2/42 kB error 02-Jan-2023 00:01:17 Progress (1): 9.0/42 kB error 02-Jan-2023 00:01:17 Progress (1): 12/42 kB error 02-Jan-2023 00:01:17 Progress (1): 15/42 kB error 02-Jan-2023 00:01:17 Progress (1): 17/42 kB error 02-Jan-2023 00:01:17 Progress (1): 20/42 kB error 02-Jan-2023 00:01:17 Progress (1): 23/42 kB error 02-Jan-2023 00:01:17 Progress (1): 26/42 kB error 02-Jan-2023 00:01:17 Progress (1): 29/42 kB error 02-Jan-2023 00:01:17 Progress (1): 31/42 kB error 02-Jan-2023 00:01:17 Progress (1): 34/42 kB error 02-Jan-2023 00:01:17 Progress (1): 37/42 kB error 02-Jan-2023 00:01:17 Progress (1): 40/42 kB error 02-Jan-2023 00:01:17 Progress (1): 42 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 3.4/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 6.2/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 9.0/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 12/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 15/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 17/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 20/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 23/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 26/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 29/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 31/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 34/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 37/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 40/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 43/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 45/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 48/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 51/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 54/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 56/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 59/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 62/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 65/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 68/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 70/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 73/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 76/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 79/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 82/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 84/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 87/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 90/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 93/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 96/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 98/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 101/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 104/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 107/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 110/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 112/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 115/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 118/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 121/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 124/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 126/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 129/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 132/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 135/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 138/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 140/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 143/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 146/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 149/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 152/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 154/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 157/160 kB error 02-Jan-2023 00:01:17 Progress (2): 42 kB | 160 kB error 02-Jan-2023 00:01:17 error 02-Jan-2023 00:01:17 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 02-Jan-2023 00:01:17 #17 55.22 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar error 02-Jan-2023 00:01:17 #17 55.24 Progress (2): 160 kB | 3.4/154 kB error 02-Jan-2023 00:01:17 Progress (2): 160 kB | 6.2/154 kB error 02-Jan-2023 00:01:17 Progress (2): 160 kB | 9.0/154 kB error 02-Jan-2023 00:01:17 Progress (2): 160 kB | 12/154 kB error 02-Jan-2023 00:01:17 error 02-Jan-2023 00:01:17 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 260 kB/s) error 02-Jan-2023 00:01:18 #17 55.32 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar error 02-Jan-2023 00:01:18 #17 55.33 Progress (2): 12/154 kB | 3.4/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 6.2/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 9.0/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 12/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 15/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 17/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 20/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 23/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 26/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 29/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 31/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 34/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 37/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 40/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 43/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 45/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 48/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 51/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 54/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 57/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 59/62 kB error 02-Jan-2023 00:01:18 Progress (2): 12/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 15/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 17/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 20/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 23/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 26/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 29/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 31/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 34/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 37/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 40/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 43/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 45/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 48/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 51/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 54/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 56/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 59/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 62/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 65/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 68/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 70/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 73/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 76/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 79/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 82/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 84/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (2): 87/154 kB | 62 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 3.4/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 6.2/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 9.0/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 12/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 15/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 17/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 20/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 23/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 26/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 29/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 31/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 34/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 37/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 40/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 43/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 45/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 48/50 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 62 kB | 50 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 83 kB/s) error 02-Jan-2023 00:01:18 #17 55.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.jar error 02-Jan-2023 00:01:18 #17 55.47 Progress (3): 87/154 kB | 50 kB | 4.1/291 kB error 02-Jan-2023 00:01:18 Progress (3): 87/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 90/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 93/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 96/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 98/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 101/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 104/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 107/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 109/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 112/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 115/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 118/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 120/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 123/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 126/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 129/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 132/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 134/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 137/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 140/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 143/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 146/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 148/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 151/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 154/154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 50 kB | 7.5/291 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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 58 kB/s) error 02-Jan-2023 00:01:18 #17 55.57 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar error 02-Jan-2023 00:01:18 #17 55.57 Progress (3): 154 kB | 7.5/291 kB | 3.4/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 6.2/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 9.0/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 12/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 15/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 17/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 20/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 23/25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 7.5/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 12/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 16/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 20/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 24/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 28/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 32/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 36/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 40/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (3): 154 kB | 42/291 kB | 25 kB error 02-Jan-2023 00:01:18 Progress (4): 154 kB | 42/291 kB | 25 kB | 4.1/557 kB error 02-Jan-2023 00:01:18 Progress (4): 154 kB | 42/291 kB | 25 kB | 8.2/557 kB error 02-Jan-2023 00:01:18 Progress (4): 154 kB | 42/291 kB | 25 kB | 12/557 kB error 02-Jan-2023 00:01:18 Progress (4): 154 kB | 42/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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 02-Jan-2023 00:01:18 #17 55.66 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 02-Jan-2023 00:01:18 #17 55.68 Progress (3): 46/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 51/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 55/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 59/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 63/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 67/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 71/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 75/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 77/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 81/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 85/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 89/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 25 kB | 16/557 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 3.4/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 6.2/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 9.0/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 12/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 15/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 17/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 20/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 16/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 20/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 25 kB | 25/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01: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.jar (25 kB at 26 kB/s) error 02-Jan-2023 00:01:18 #17 55.69 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 02-Jan-2023 00:01:18 #17 55.69 Progress (3): 94/291 kB | 29/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 33/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 37/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 41/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 45/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 49/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 23/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 26/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 29/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 31/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 34/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 37/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 40/42 kB error 02-Jan-2023 00:01:18 Progress (3): 94/291 kB | 52/557 kB | 42 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 3.4/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 6.2/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 9.0/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 12/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 15/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 17/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 20/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 23/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 26/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 29/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 31/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 34/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 37/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 40/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 43/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 45/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 48/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 51/60 kB error 02-Jan-2023 00:01:18 Progress (4): 94/291 kB | 52/557 kB | 42 kB | 54/60 kB error 02-Jan-2023 00:01:18 Progress (4): 98/291 kB | 52/557 kB | 42 kB | 54/60 kB error 02-Jan-2023 00:01:18 Progress (4): 102/291 kB | 52/557 kB | 42 kB | 54/60 kB error 02-Jan-2023 00:01:18 Progress (4): 102/291 kB | 52/557 kB | 42 kB | 56/60 kB error 02-Jan-2023 00:01:18 Progress (4): 102/291 kB | 52/557 kB | 42 kB | 59/60 kB error 02-Jan-2023 00:01:18 Progress (4): 106/291 kB | 52/557 kB | 42 kB | 59/60 kB error 02-Jan-2023 00:01:18 Progress (4): 106/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 110/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 112/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 116/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 120/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 124/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 128/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 132/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 137/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 141/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 145/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 147/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 151/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 155/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 159/291 kB | 52/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 159/291 kB | 56/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 159/291 kB | 60/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 159/291 kB | 64/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 163/291 kB | 64/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 163/291 kB | 68/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 167/291 kB | 68/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 167/291 kB | 72/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 171/291 kB | 72/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 171/291 kB | 76/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 175/291 kB | 76/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 175/291 kB | 80/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 180/291 kB | 80/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 180/291 kB | 84/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 182/291 kB | 84/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 182/291 kB | 87/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 186/291 kB | 87/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 190/291 kB | 87/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 190/291 kB | 91/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 194/291 kB | 91/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 194/291 kB | 95/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 194/291 kB | 99/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 99/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 103/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 107/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 111/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 115/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (4): 198/291 kB | 119/557 kB | 42 kB | 60 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 3.3/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 6.1/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 8.9/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 12/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 14/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 17/18 kB error 02-Jan-2023 00:01:18 Progress (5): 198/291 kB | 119/557 kB | 42 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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 38 kB/s) error 02-Jan-2023 00:01:18 #17 55.82 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 02-Jan-2023 00:01:18 #17 55.88 Progress (4): 202/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 206/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 210/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 214/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 216/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 221/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 225/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 229/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 233/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 237/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 241/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 245/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 249/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 251/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 255/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 259/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 264/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 268/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 272/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 276/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 280/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 284/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 286/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 290/291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 119/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 121/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 125/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 130/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 134/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 138/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 142/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 146/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 150/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 154/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 156/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 160/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 164/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 168/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 173/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 177/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 181/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 185/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 189/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 191/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 195/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 199/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 203/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 207/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 211/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 216/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 220/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 224/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (4): 291 kB | 226/557 kB | 60 kB | 18 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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 50 kB/s) error 02-Jan-2023 00:01:18 #17 55.90 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 02-Jan-2023 00:01:18 #17 55.90 Progress (3): 291 kB | 230/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 234/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 238/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 242/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 246/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 250/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 254/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 259/557 kB | 18 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 18 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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 02-Jan-2023 00:01:18 #17 55.93 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 02-Jan-2023 00:01:18 #17 55.93 Progress (3): 291 kB | 261/557 kB | 3.4/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 6.2/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 9.0/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 12/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 15/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 17/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 20/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 23/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 26/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 29/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 31/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 34/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 37/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 40/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 43/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 45/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 48/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 51/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 54/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 57/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 59/61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 261/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 265/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 269/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 273/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 277/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 281/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 285/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 289/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 293/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 295/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 300/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 304/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 308/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 312/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 316/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 320/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 324/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 328/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 330/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 334/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 291 kB | 338/557 kB | 61 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01: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.jar (291 kB at 224 kB/s) error 02-Jan-2023 00:01:18 #17 56.01 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 02-Jan-2023 00:01:18 #17 56.01 Progress (2): 343/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 347/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 351/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 355/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 359/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 363/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 365/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 369/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 373/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 377/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 381/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 386/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 390/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 394/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 398/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (2): 400/557 kB | 61 kB error 02-Jan-2023 00:01:18 Progress (3): 400/557 kB | 61 kB | 3.3/12 kB error 02-Jan-2023 00:01:18 Progress (3): 400/557 kB | 61 kB | 6.1/12 kB error 02-Jan-2023 00:01:18 Progress (3): 400/557 kB | 61 kB | 8.9/12 kB error 02-Jan-2023 00:01:18 Progress (3): 400/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 404/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 408/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 412/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 416/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 420/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 424/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 429/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 433/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 435/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 439/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 443/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 447/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 451/557 kB | 61 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (4): 451/557 kB | 61 kB | 12 kB | 3.3/12 kB error 02-Jan-2023 00:01:18 Progress (4): 451/557 kB | 61 kB | 12 kB | 6.1/12 kB error 02-Jan-2023 00:01:18 Progress (4): 451/557 kB | 61 kB | 12 kB | 8.9/12 kB error 02-Jan-2023 00:01:18 Progress (4): 451/557 kB | 61 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 45 kB/s) error 02-Jan-2023 00:01:18 #17 56.06 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 02-Jan-2023 00:01:18 #17 56.10 Progress (3): 455/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 459/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 463/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 467/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 469/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 474/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 478/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 482/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 486/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 490/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 494/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 498/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 502/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 504/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 508/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 512/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 517/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 521/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 525/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 529/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 533/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 537/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 539/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 543/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 547/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 551/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 556/557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 Progress (3): 557 kB | 12 kB | 12 kB error 02-Jan-2023 00:01:18 error 02-Jan-2023 00:01:18 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.2 kB/s) error 02-Jan-2023 00:01:18 #17 56.13 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar error 02-Jan-2023 00:01:18 #17 56.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 02-Jan-2023 00:01:18 #17 56.16 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar error 02-Jan-2023 00:01:19 #17 56.23 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 368 kB/s) error 02-Jan-2023 00:01:19 #17 56.23 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 02-Jan-2023 00:01:19 #17 56.32 Progress (1): 4.1/217 kB error 02-Jan-2023 00:01:19 Progress (1): 7.6/217 kB error 02-Jan-2023 00:01:19 Progress (1): 12/217 kB error 02-Jan-2023 00:01:19 Progress (1): 16/217 kB error 02-Jan-2023 00:01:19 Progress (1): 20/217 kB error 02-Jan-2023 00:01:19 Progress (1): 24/217 kB error 02-Jan-2023 00:01:19 Progress (1): 28/217 kB error 02-Jan-2023 00:01:19 Progress (1): 32/217 kB error 02-Jan-2023 00:01:19 Progress (1): 36/217 kB error 02-Jan-2023 00:01:19 Progress (1): 40/217 kB error 02-Jan-2023 00:01:19 Progress (1): 42/217 kB error 02-Jan-2023 00:01:19 Progress (1): 46/217 kB error 02-Jan-2023 00:01:19 Progress (1): 51/217 kB error 02-Jan-2023 00:01:19 Progress (2): 51/217 kB | 4.1/231 kB error 02-Jan-2023 00:01:19 Progress (2): 51/217 kB | 8.2/231 kB error 02-Jan-2023 00:01:19 Progress (2): 51/217 kB | 12/231 kB error 02-Jan-2023 00:01:19 Progress (2): 51/217 kB | 16/231 kB error 02-Jan-2023 00:01:19 Progress (2): 55/217 kB | 16/231 kB error 02-Jan-2023 00:01:19 Progress (2): 59/217 kB | 16/231 kB error 02-Jan-2023 00:01:19 Progress (2): 59/217 kB | 20/231 kB error 02-Jan-2023 00:01:19 Progress (2): 59/217 kB | 25/231 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 25/231 kB | 3.3/65 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 25/231 kB | 6.1/65 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 25/231 kB | 8.9/65 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 25/231 kB | 12/65 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 25/231 kB | 14/65 kB error 02-Jan-2023 00:01:19 Progress (3): 59/217 kB | 29/231 kB | 14/65 kB error 02-Jan-2023 00:01:19 Progress (3): 63/217 kB | 29/231 kB | 14/65 kB error 02-Jan-2023 00:01:19 Progress (3): 63/217 kB | 29/231 kB | 17/65 kB error 02-Jan-2023 00:01:19 Progress (3): 63/217 kB | 29/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 67/217 kB | 29/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 71/217 kB | 29/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 75/217 kB | 29/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 77/217 kB | 29/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 77/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 81/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 85/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 89/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 94/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 98/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 102/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 106/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 110/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 112/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 116/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 120/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 124/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 128/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 132/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 137/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 141/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 145/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 147/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 151/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 155/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 159/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 163/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 167/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 171/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 175/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 180/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 182/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 186/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 188/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 192/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 197/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 201/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 205/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 209/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 213/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 215/217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 33/231 kB | 20/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 33/231 kB | 23/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 33/231 kB | 26/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 37/231 kB | 26/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 41/231 kB | 26/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 41/231 kB | 28/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 45/231 kB | 28/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 49/231 kB | 28/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 52/231 kB | 28/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 52/231 kB | 31/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 52/231 kB | 34/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 52/231 kB | 37/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 56/231 kB | 37/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 56/231 kB | 40/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 60/231 kB | 40/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 60/231 kB | 42/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 64/231 kB | 42/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 64/231 kB | 45/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 68/231 kB | 45/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 68/231 kB | 48/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 68/231 kB | 51/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 72/231 kB | 51/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 76/231 kB | 51/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 76/231 kB | 54/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 76/231 kB | 56/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 80/231 kB | 56/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 80/231 kB | 59/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 84/231 kB | 59/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 86/231 kB | 59/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 86/231 kB | 62/65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 86/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 91/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 95/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 99/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 103/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 107/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 111/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 115/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 119/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 121/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 125/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 130/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 134/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 138/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 142/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 146/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 150/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 154/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 156/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 160/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 164/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 168/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 173/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 177/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 181/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 185/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 189/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 191/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 195/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 199/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 203/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 207/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 211/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 216/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 220/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 224/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 228/231 kB | 65 kB error 02-Jan-2023 00:01:19 Progress (3): 217 kB | 231 kB | 65 kB error 02-Jan-2023 00:01:19 error 02-Jan-2023 00:01:19 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 122 kB/s) error 02-Jan-2023 00:01:19 #17 56.49 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 02-Jan-2023 00:01:19 #17 56.52 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 36 kB/s) error 02-Jan-2023 00:01:19 #17 56.52 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 02-Jan-2023 00:01:19 #17 56.55 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 126 kB/s) error 02-Jan-2023 00:01:19 #17 56.55 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 02-Jan-2023 00:01:19 #17 56.61 Progress (1): 3.3/16 kB error 02-Jan-2023 00:01:19 Progress (1): 6.1/16 kB error 02-Jan-2023 00:01:19 Progress (1): 8.9/16 kB error 02-Jan-2023 00:01:19 Progress (1): 12/16 kB error 02-Jan-2023 00:01:19 Progress (1): 15/16 kB error 02-Jan-2023 00:01:19 Progress (1): 16 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 3.3/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 6.1/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 8.9/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 12/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 14/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 17/17 kB error 02-Jan-2023 00:01:19 Progress (2): 16 kB | 17 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 3.3/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 6.1/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 8.9/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 12/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 14/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 17/18 kB error 02-Jan-2023 00:01:19 Progress (3): 16 kB | 17 kB | 18 kB error 02-Jan-2023 00:01:19 error 02-Jan-2023 00:01:19 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.1 kB/s) error 02-Jan-2023 00:01:19 #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 02-Jan-2023 00:01:19 #17 56.76 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.5 kB/s) error 02-Jan-2023 00:01:19 #17 56.76 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 02-Jan-2023 00:01:19 #17 56.78 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.6 kB/s) error 02-Jan-2023 00:01:19 #17 56.78 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 02-Jan-2023 00:01:19 #17 56.82 Progress (1): 4.1/327 kB error 02-Jan-2023 00:01:19 Progress (1): 8.2/327 kB error 02-Jan-2023 00:01:19 Progress (1): 12/327 kB error 02-Jan-2023 00:01:19 Progress (1): 16/327 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 3.3/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 6.1/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 8.9/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 12/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 14/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 17/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 20/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 23/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 26/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 28/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 31/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 34/36 kB error 02-Jan-2023 00:01:19 Progress (2): 16/327 kB | 36 kB error 02-Jan-2023 00:01:19 Progress (3): 16/327 kB | 36 kB | 4.1/772 kB error 02-Jan-2023 00:01:19 Progress (3): 16/327 kB | 36 kB | 7.5/772 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 3.4/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 6.2/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 9.0/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 12/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 15/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 17/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 20/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 23/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 26/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 29/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 31/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 34/37 kB error 02-Jan-2023 00:01:19 Progress (4): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 3.3/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 6.1/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 8.9/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 12/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 14/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 17/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 20/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 23/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 26/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 28/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 31/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 34/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 37/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 40/61 kB error 02-Jan-2023 00:01:19 Progress (5): 16/327 kB | 36 kB | 7.5/772 kB | 37 kB | 42/61 kB error 02-Jan-2023 00:01:19 Progress (5): 20/327 kB | 36 kB | 7.5/772 kB | 37 kB | 42/61 kB error 02-Jan-2023 00:01:19 Progress (5): 24/327 kB | 36 kB | 7.5/772 kB | 37 kB | 42/61 kB error 02-Jan-2023 00:01:19 Progress (5): 28/327 kB | 36 kB | 7.5/772 kB | 37 kB | 42/61 kB error 02-Jan-2023 00:01:19 Progress (5): 32/327 kB | 36 kB | 7.5/772 kB | 37 kB | 42/61 kB error 02-Jan-2023 00:01:19 Progress (5): 32/327 kB | 36 kB | 7.5/772 kB | 37 kB | 45/61 kB error 02-Jan-2023 00:01:19 Progress (5): 32/327 kB | 36 kB | 7.5/772 kB | 37 kB | 48/61 kB error 02-Jan-2023 00:01:19 Progress (5): 32/327 kB | 36 kB | 7.5/772 kB | 37 kB | 51/61 kB error 02-Jan-2023 00:01:19 Progress (5): 32/327 kB | 36 kB | 7.5/772 kB | 37 kB | 54/61 kB error 02-Jan-2023 00:01:19 Progress (5): 36/327 kB | 36 kB | 7.5/772 kB | 37 kB | 54/61 kB error 02-Jan-2023 00:01:19 Progress (5): 40/327 kB | 36 kB | 7.5/772 kB | 37 kB | 54/61 kB error 02-Jan-2023 00:01:19 Progress (5): 40/327 kB | 36 kB | 7.5/772 kB | 37 kB | 56/61 kB error 02-Jan-2023 00:01:19 Progress (5): 44/327 kB | 36 kB | 7.5/772 kB | 37 kB | 56/61 kB error 02-Jan-2023 00:01:19 Progress (5): 48/327 kB | 36 kB | 7.5/772 kB | 37 kB | 56/61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 7.5/772 kB | 37 kB | 56/61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 7.5/772 kB | 37 kB | 59/61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 7.5/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 12/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 16/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 20/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 24/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 28/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 32/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 36/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 40/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (5): 51/327 kB | 36 kB | 42/772 kB | 37 kB | 61 kB error 02-Jan-2023 00:01:19 error 02-Jan-2023 00:01:19 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 02-Jan-2023 00:01:19 #17 57.00 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 02-Jan-2023 00:01:19 #17 57.03 Progress (3): 55/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 59/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 63/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 67/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 71/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 75/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 79/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 83/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 85/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 89/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 94/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 98/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 102/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 106/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 110/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 114/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 118/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 Progress (3): 120/327 kB | 42/772 kB | 61 kB error 02-Jan-2023 00:01:19 error 02-Jan-2023 00:01:19 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 02-Jan-2023 00:01:19 #17 57.08 Progress (2): 120/327 kB | 46/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 51/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 55/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 59/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 63/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 67/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 71/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 75/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 77/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 81/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 85/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 89/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 94/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 98/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 102/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 106/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 110/772 kB error 02-Jan-2023 00:01:19 Progress (2): 120/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 124/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 128/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 132/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 137/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 141/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 145/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 149/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 153/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 155/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 159/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 163/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 167/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 171/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 175/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 180/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 184/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 188/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 190/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 194/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 198/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 202/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 206/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 210/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 214/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 218/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 223/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 225/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 229/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 233/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 237/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 241/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 245/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 249/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 253/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 257/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 112/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 116/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 120/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 124/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 128/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 132/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 137/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 141/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 145/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 147/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 151/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 155/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 159/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 163/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 167/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 171/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 175/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 180/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 182/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 186/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 190/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 194/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 198/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 202/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 206/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 210/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 214/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 216/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 220/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 225/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 229/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 233/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 237/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 241/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 245/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 249/772 kB error 02-Jan-2023 00:01:19 Progress (2): 259/327 kB | 251/772 kB error 02-Jan-2023 00:01:19 Progress (2): 264/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 268/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 272/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 276/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 280/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 284/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 288/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 292/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 294/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 298/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 302/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 307/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 311/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 315/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 319/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 323/327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 251/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 255/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 259/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 263/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 268/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 272/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 276/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 280/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 284/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 286/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 290/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 294/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 298/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 302/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 307/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 311/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 315/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 319/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 321/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 325/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 329/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 333/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 337/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 341/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 345/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 350/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 354/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 356/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 360/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 364/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 368/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 372/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 376/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 380/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 384/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 388/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 390/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 395/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 399/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 403/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 407/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 411/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 415/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 419/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 423/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 425/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 429/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 433/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 438/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 442/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 446/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 450/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 454/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 458/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 460/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 464/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 468/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 472/772 kB error 02-Jan-2023 00:01:20 Progress (2): 327 kB | 476/772 kB error 02-Jan-2023 00:01:20 error 02-Jan-2023 00:01:20 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 02-Jan-2023 00:01:20 #17 57.37 Progress (1): 481/772 kB error 02-Jan-2023 00:01:20 Progress (1): 485/772 kB error 02-Jan-2023 00:01:20 Progress (1): 489/772 kB error 02-Jan-2023 00:01:20 Progress (1): 493/772 kB error 02-Jan-2023 00:01:20 Progress (1): 495/772 kB error 02-Jan-2023 00:01:20 Progress (1): 499/772 kB error 02-Jan-2023 00:01:20 Progress (1): 503/772 kB error 02-Jan-2023 00:01:20 Progress (1): 507/772 kB error 02-Jan-2023 00:01:20 Progress (1): 511/772 kB error 02-Jan-2023 00:01:20 Progress (1): 515/772 kB error 02-Jan-2023 00:01:20 Progress (1): 519/772 kB error 02-Jan-2023 00:01:20 Progress (1): 524/772 kB error 02-Jan-2023 00:01:20 Progress (1): 528/772 kB error 02-Jan-2023 00:01:20 Progress (1): 530/772 kB error 02-Jan-2023 00:01:20 Progress (1): 534/772 kB error 02-Jan-2023 00:01:20 Progress (1): 538/772 kB error 02-Jan-2023 00:01:20 Progress (1): 542/772 kB error 02-Jan-2023 00:01:20 Progress (1): 546/772 kB error 02-Jan-2023 00:01:20 Progress (1): 550/772 kB error 02-Jan-2023 00:01:20 Progress (1): 554/772 kB error 02-Jan-2023 00:01:20 Progress (1): 558/772 kB error 02-Jan-2023 00:01:20 Progress (1): 563/772 kB error 02-Jan-2023 00:01:20 Progress (1): 565/772 kB error 02-Jan-2023 00:01:20 Progress (1): 569/772 kB error 02-Jan-2023 00:01:20 Progress (1): 573/772 kB error 02-Jan-2023 00:01:20 Progress (1): 577/772 kB error 02-Jan-2023 00:01:20 Progress (1): 581/772 kB error 02-Jan-2023 00:01:20 Progress (1): 585/772 kB error 02-Jan-2023 00:01:20 Progress (1): 589/772 kB error 02-Jan-2023 00:01:20 Progress (1): 593/772 kB error 02-Jan-2023 00:01:20 Progress (1): 597/772 kB error 02-Jan-2023 00:01:20 Progress (1): 599/772 kB error 02-Jan-2023 00:01:20 Progress (1): 603/772 kB error 02-Jan-2023 00:01:20 Progress (1): 608/772 kB error 02-Jan-2023 00:01:20 Progress (1): 612/772 kB error 02-Jan-2023 00:01:20 Progress (1): 616/772 kB error 02-Jan-2023 00:01:20 Progress (1): 620/772 kB error 02-Jan-2023 00:01:20 Progress (1): 624/772 kB error 02-Jan-2023 00:01:20 Progress (1): 628/772 kB error 02-Jan-2023 00:01:20 Progress (1): 632/772 kB error 02-Jan-2023 00:01:20 Progress (1): 634/772 kB error 02-Jan-2023 00:01:20 Progress (1): 638/772 kB error 02-Jan-2023 00:01:20 Progress (1): 642/772 kB error 02-Jan-2023 00:01:20 Progress (1): 646/772 kB error 02-Jan-2023 00:01:20 Progress (1): 651/772 kB error 02-Jan-2023 00:01:20 Progress (1): 655/772 kB error 02-Jan-2023 00:01:20 Progress (1): 659/772 kB error 02-Jan-2023 00:01:20 Progress (1): 663/772 kB error 02-Jan-2023 00:01:20 Progress (1): 667/772 kB error 02-Jan-2023 00:01:20 Progress (1): 669/772 kB error 02-Jan-2023 00:01:20 Progress (1): 673/772 kB error 02-Jan-2023 00:01:20 Progress (1): 677/772 kB error 02-Jan-2023 00:01:20 Progress (1): 681/772 kB error 02-Jan-2023 00:01:20 Progress (1): 685/772 kB error 02-Jan-2023 00:01:20 Progress (1): 689/772 kB error 02-Jan-2023 00:01:20 Progress (1): 694/772 kB error 02-Jan-2023 00:01:20 Progress (1): 698/772 kB error 02-Jan-2023 00:01:20 Progress (1): 702/772 kB error 02-Jan-2023 00:01:20 Progress (1): 704/772 kB error 02-Jan-2023 00:01:20 Progress (1): 708/772 kB error 02-Jan-2023 00:01:20 Progress (1): 712/772 kB error 02-Jan-2023 00:01:20 Progress (1): 716/772 kB error 02-Jan-2023 00:01:20 Progress (1): 720/772 kB error 02-Jan-2023 00:01:20 Progress (1): 724/772 kB error 02-Jan-2023 00:01:20 Progress (1): 728/772 kB error 02-Jan-2023 00:01:20 Progress (1): 732/772 kB error 02-Jan-2023 00:01:20 Progress (1): 737/772 kB error 02-Jan-2023 00:01:20 Progress (1): 739/772 kB error 02-Jan-2023 00:01:20 Progress (1): 743/772 kB error 02-Jan-2023 00:01:20 Progress (1): 747/772 kB error 02-Jan-2023 00:01:20 Progress (1): 751/772 kB error 02-Jan-2023 00:01:20 Progress (1): 755/772 kB error 02-Jan-2023 00:01:20 Progress (1): 759/772 kB error 02-Jan-2023 00:01:20 Progress (1): 763/772 kB error 02-Jan-2023 00:01:20 Progress (1): 767/772 kB error 02-Jan-2023 00:01:20 Progress (1): 771/772 kB error 02-Jan-2023 00:01:20 Progress (1): 772 kB error 02-Jan-2023 00:01:20 error 02-Jan-2023 00:01:20 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 269 kB/s) error 02-Jan-2023 00:01:21 #17 58.21 [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.5.8:war error 02-Jan-2023 00:01:21 #17 58.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.pom error 02-Jan-2023 00:01:21 #17 58.36 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:21 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:21 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:21 Progress (1): 12/13 kB error 02-Jan-2023 00:01:21 Progress (1): 13 kB error 02-Jan-2023 00:01:21 error 02-Jan-2023 00:01:21 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 55 kB/s) error 02-Jan-2023 00:01:21 #17 58.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.5.8/openmrs-webapp-2.5.8.war error 02-Jan-2023 00:01:21 #17 58.82 Progress (1): 0.3/79 MB error 02-Jan-2023 00:01:21 Progress (1): 0.5/79 MB error 02-Jan-2023 00:01:21 Progress (1): 0.8/79 MB error 02-Jan-2023 00:01:21 Progress (1): 1.1/79 MB error 02-Jan-2023 00:01:21 Progress (1): 1.3/79 MB error 02-Jan-2023 00:01:21 Progress (1): 1.6/79 MB error 02-Jan-2023 00:01:21 Progress (1): 1.9/79 MB error 02-Jan-2023 00:01:21 Progress (1): 2.1/79 MB error 02-Jan-2023 00:01:21 Progress (1): 2.4/79 MB error 02-Jan-2023 00:01:21 Progress (1): 2.6/79 MB error 02-Jan-2023 00:01:21 Progress (1): 2.9/79 MB error 02-Jan-2023 00:01:21 Progress (1): 3.2/79 MB error 02-Jan-2023 00:01:21 Progress (1): 3.4/79 MB error 02-Jan-2023 00:01:21 Progress (1): 3.7/79 MB error 02-Jan-2023 00:01:21 Progress (1): 4.0/79 MB error 02-Jan-2023 00:01:21 Progress (1): 4.2/79 MB error 02-Jan-2023 00:01:21 Progress (1): 4.5/79 MB error 02-Jan-2023 00:01:21 Progress (1): 4.7/79 MB error 02-Jan-2023 00:01:21 Progress (1): 5.0/79 MB error 02-Jan-2023 00:01:21 Progress (1): 5.3/79 MB error 02-Jan-2023 00:01:21 Progress (1): 5.5/79 MB error 02-Jan-2023 00:01:21 Progress (1): 5.8/79 MB error 02-Jan-2023 00:01:21 Progress (1): 6.0/79 MB error 02-Jan-2023 00:01:21 Progress (1): 6.3/79 MB error 02-Jan-2023 00:01:21 Progress (1): 6.6/79 MB error 02-Jan-2023 00:01:21 Progress (1): 6.8/79 MB error 02-Jan-2023 00:01:22 Progress (1): 7.1/79 MB error 02-Jan-2023 00:01:22 Progress (1): 7.4/79 MB error 02-Jan-2023 00:01:22 Progress (1): 7.6/79 MB error 02-Jan-2023 00:01:22 Progress (1): 7.9/79 MB error 02-Jan-2023 00:01:22 Progress (1): 8.1/79 MB error 02-Jan-2023 00:01:22 Progress (1): 8.4/79 MB error 02-Jan-2023 00:01:22 Progress (1): 8.7/79 MB error 02-Jan-2023 00:01:22 Progress (1): 8.9/79 MB error 02-Jan-2023 00:01:22 Progress (1): 9.2/79 MB error 02-Jan-2023 00:01:22 Progress (1): 9.5/79 MB error 02-Jan-2023 00:01:22 Progress (1): 9.7/79 MB error 02-Jan-2023 00:01:22 Progress (1): 10.0/79 MB error 02-Jan-2023 00:01:22 Progress (1): 10/79 MB error 02-Jan-2023 00:01:22 Progress (1): 11/79 MB error 02-Jan-2023 00:01:22 Progress (1): 11/79 MB error 02-Jan-2023 00:01:22 Progress (1): 11/79 MB error 02-Jan-2023 00:01:22 Progress (1): 11/79 MB error 02-Jan-2023 00:01:22 Progress (1): 12/79 MB error 02-Jan-2023 00:01:22 Progress (1): 12/79 MB error 02-Jan-2023 00:01:22 Progress (1): 12/79 MB error 02-Jan-2023 00:01:22 Progress (1): 12/79 MB error 02-Jan-2023 00:01:22 Progress (1): 13/79 MB error 02-Jan-2023 00:01:22 Progress (1): 13/79 MB error 02-Jan-2023 00:01:22 Progress (1): 13/79 MB error 02-Jan-2023 00:01:22 Progress (1): 13/79 MB error 02-Jan-2023 00:01:22 Progress (1): 14/79 MB error 02-Jan-2023 00:01:22 Progress (1): 14/79 MB error 02-Jan-2023 00:01:22 Progress (1): 14/79 MB error 02-Jan-2023 00:01:22 Progress (1): 14/79 MB error 02-Jan-2023 00:01:22 Progress (1): 15/79 MB error 02-Jan-2023 00:01:22 Progress (1): 15/79 MB error 02-Jan-2023 00:01:22 Progress (1): 15/79 MB error 02-Jan-2023 00:01:22 Progress (1): 15/79 MB error 02-Jan-2023 00:01:22 Progress (1): 16/79 MB error 02-Jan-2023 00:01:22 Progress (1): 16/79 MB error 02-Jan-2023 00:01:22 Progress (1): 16/79 MB error 02-Jan-2023 00:01:22 Progress (1): 17/79 MB error 02-Jan-2023 00:01:22 Progress (1): 17/79 MB error 02-Jan-2023 00:01:22 Progress (1): 17/79 MB error 02-Jan-2023 00:01:22 Progress (1): 17/79 MB error 02-Jan-2023 00:01:22 Progress (1): 18/79 MB error 02-Jan-2023 00:01:22 Progress (1): 18/79 MB error 02-Jan-2023 00:01:22 Progress (1): 18/79 MB error 02-Jan-2023 00:01:22 Progress (1): 18/79 MB error 02-Jan-2023 00:01:22 Progress (1): 19/79 MB error 02-Jan-2023 00:01:22 Progress (1): 19/79 MB error 02-Jan-2023 00:01:22 Progress (1): 19/79 MB error 02-Jan-2023 00:01:22 Progress (1): 19/79 MB error 02-Jan-2023 00:01:22 Progress (1): 20/79 MB error 02-Jan-2023 00:01:22 Progress (1): 20/79 MB error 02-Jan-2023 00:01:22 Progress (1): 20/79 MB error 02-Jan-2023 00:01:22 Progress (1): 20/79 MB error 02-Jan-2023 00:01:22 Progress (1): 21/79 MB error 02-Jan-2023 00:01:22 Progress (1): 21/79 MB error 02-Jan-2023 00:01:22 Progress (1): 21/79 MB error 02-Jan-2023 00:01:22 Progress (1): 22/79 MB error 02-Jan-2023 00:01:22 Progress (1): 22/79 MB error 02-Jan-2023 00:01:22 Progress (1): 22/79 MB error 02-Jan-2023 00:01:22 Progress (1): 22/79 MB error 02-Jan-2023 00:01:22 Progress (1): 23/79 MB error 02-Jan-2023 00:01:22 Progress (1): 23/79 MB error 02-Jan-2023 00:01:22 Progress (1): 23/79 MB error 02-Jan-2023 00:01:22 Progress (1): 23/79 MB error 02-Jan-2023 00:01:22 Progress (1): 24/79 MB error 02-Jan-2023 00:01:22 Progress (1): 24/79 MB error 02-Jan-2023 00:01:22 Progress (1): 24/79 MB error 02-Jan-2023 00:01:22 Progress (1): 24/79 MB error 02-Jan-2023 00:01:22 Progress (1): 25/79 MB error 02-Jan-2023 00:01:22 Progress (1): 25/79 MB error 02-Jan-2023 00:01:22 Progress (1): 25/79 MB error 02-Jan-2023 00:01:22 Progress (1): 25/79 MB error 02-Jan-2023 00:01:22 Progress (1): 26/79 MB error 02-Jan-2023 00:01:22 Progress (1): 26/79 MB error 02-Jan-2023 00:01:22 Progress (1): 26/79 MB error 02-Jan-2023 00:01:22 Progress (1): 26/79 MB error 02-Jan-2023 00:01:23 Progress (1): 27/79 MB error 02-Jan-2023 00:01:23 Progress (1): 27/79 MB error 02-Jan-2023 00:01:23 Progress (1): 27/79 MB error 02-Jan-2023 00:01:23 Progress (1): 28/79 MB error 02-Jan-2023 00:01:23 Progress (1): 28/79 MB error 02-Jan-2023 00:01:23 Progress (1): 28/79 MB error 02-Jan-2023 00:01:23 Progress (1): 28/79 MB error 02-Jan-2023 00:01:23 Progress (1): 29/79 MB error 02-Jan-2023 00:01:23 Progress (1): 29/79 MB error 02-Jan-2023 00:01:23 Progress (1): 29/79 MB error 02-Jan-2023 00:01:23 Progress (1): 29/79 MB error 02-Jan-2023 00:01:23 Progress (1): 30/79 MB error 02-Jan-2023 00:01:23 Progress (1): 30/79 MB error 02-Jan-2023 00:01:23 Progress (1): 30/79 MB error 02-Jan-2023 00:01:23 Progress (1): 30/79 MB error 02-Jan-2023 00:01:23 Progress (1): 31/79 MB error 02-Jan-2023 00:01:23 Progress (1): 31/79 MB error 02-Jan-2023 00:01:23 Progress (1): 31/79 MB error 02-Jan-2023 00:01:23 Progress (1): 31/79 MB error 02-Jan-2023 00:01:23 Progress (1): 32/79 MB error 02-Jan-2023 00:01:23 Progress (1): 32/79 MB error 02-Jan-2023 00:01:23 Progress (1): 32/79 MB error 02-Jan-2023 00:01:23 Progress (1): 33/79 MB error 02-Jan-2023 00:01:23 Progress (1): 33/79 MB error 02-Jan-2023 00:01:23 Progress (1): 33/79 MB error 02-Jan-2023 00:01:23 Progress (1): 33/79 MB error 02-Jan-2023 00:01:23 Progress (1): 34/79 MB error 02-Jan-2023 00:01:23 Progress (1): 34/79 MB error 02-Jan-2023 00:01:23 Progress (1): 34/79 MB error 02-Jan-2023 00:01:23 Progress (1): 34/79 MB error 02-Jan-2023 00:01:23 Progress (1): 35/79 MB error 02-Jan-2023 00:01:23 Progress (1): 35/79 MB error 02-Jan-2023 00:01:23 Progress (1): 35/79 MB error 02-Jan-2023 00:01:23 Progress (1): 35/79 MB error 02-Jan-2023 00:01:23 Progress (1): 36/79 MB error 02-Jan-2023 00:01:23 Progress (1): 36/79 MB error 02-Jan-2023 00:01:23 Progress (1): 36/79 MB error 02-Jan-2023 00:01:23 Progress (1): 36/79 MB error 02-Jan-2023 00:01:23 Progress (1): 37/79 MB error 02-Jan-2023 00:01:23 Progress (1): 37/79 MB error 02-Jan-2023 00:01:23 Progress (1): 37/79 MB error 02-Jan-2023 00:01:23 Progress (1): 38/79 MB error 02-Jan-2023 00:01:23 Progress (1): 38/79 MB error 02-Jan-2023 00:01:23 Progress (1): 38/79 MB error 02-Jan-2023 00:01:23 Progress (1): 38/79 MB error 02-Jan-2023 00:01:23 Progress (1): 39/79 MB error 02-Jan-2023 00:01:23 Progress (1): 39/79 MB error 02-Jan-2023 00:01:23 Progress (1): 39/79 MB error 02-Jan-2023 00:01:23 Progress (1): 39/79 MB error 02-Jan-2023 00:01:23 Progress (1): 40/79 MB error 02-Jan-2023 00:01:23 Progress (1): 40/79 MB error 02-Jan-2023 00:01:23 Progress (1): 40/79 MB error 02-Jan-2023 00:01:23 Progress (1): 40/79 MB error 02-Jan-2023 00:01:23 Progress (1): 41/79 MB error 02-Jan-2023 00:01:23 Progress (1): 41/79 MB error 02-Jan-2023 00:01:23 Progress (1): 41/79 MB error 02-Jan-2023 00:01:23 Progress (1): 41/79 MB error 02-Jan-2023 00:01:23 Progress (1): 42/79 MB error 02-Jan-2023 00:01:23 Progress (1): 42/79 MB error 02-Jan-2023 00:01:23 Progress (1): 42/79 MB error 02-Jan-2023 00:01:23 Progress (1): 42/79 MB error 02-Jan-2023 00:01:23 Progress (1): 43/79 MB error 02-Jan-2023 00:01:23 Progress (1): 43/79 MB error 02-Jan-2023 00:01:23 Progress (1): 43/79 MB error 02-Jan-2023 00:01:23 Progress (1): 44/79 MB error 02-Jan-2023 00:01:23 Progress (1): 44/79 MB error 02-Jan-2023 00:01:23 Progress (1): 44/79 MB error 02-Jan-2023 00:01:23 Progress (1): 44/79 MB error 02-Jan-2023 00:01:23 Progress (1): 45/79 MB error 02-Jan-2023 00:01:23 Progress (1): 45/79 MB error 02-Jan-2023 00:01:23 Progress (1): 45/79 MB error 02-Jan-2023 00:01:23 Progress (1): 45/79 MB error 02-Jan-2023 00:01:23 Progress (1): 46/79 MB error 02-Jan-2023 00:01:23 Progress (1): 46/79 MB error 02-Jan-2023 00:01:23 Progress (1): 46/79 MB error 02-Jan-2023 00:01:23 Progress (1): 46/79 MB error 02-Jan-2023 00:01:23 Progress (1): 47/79 MB error 02-Jan-2023 00:01:23 Progress (1): 47/79 MB error 02-Jan-2023 00:01:23 Progress (1): 47/79 MB error 02-Jan-2023 00:01:23 Progress (1): 47/79 MB error 02-Jan-2023 00:01:23 Progress (1): 48/79 MB error 02-Jan-2023 00:01:23 Progress (1): 48/79 MB error 02-Jan-2023 00:01:23 Progress (1): 48/79 MB error 02-Jan-2023 00:01:23 Progress (1): 49/79 MB error 02-Jan-2023 00:01:23 Progress (1): 49/79 MB error 02-Jan-2023 00:01:23 Progress (1): 49/79 MB error 02-Jan-2023 00:01:23 Progress (1): 49/79 MB error 02-Jan-2023 00:01:23 Progress (1): 50/79 MB error 02-Jan-2023 00:01:23 Progress (1): 50/79 MB error 02-Jan-2023 00:01:23 Progress (1): 50/79 MB error 02-Jan-2023 00:01:23 Progress (1): 50/79 MB error 02-Jan-2023 00:01:23 Progress (1): 51/79 MB error 02-Jan-2023 00:01:23 Progress (1): 51/79 MB error 02-Jan-2023 00:01:23 Progress (1): 51/79 MB error 02-Jan-2023 00:01:23 Progress (1): 51/79 MB error 02-Jan-2023 00:01:23 Progress (1): 52/79 MB error 02-Jan-2023 00:01:23 Progress (1): 52/79 MB error 02-Jan-2023 00:01:23 Progress (1): 52/79 MB error 02-Jan-2023 00:01:23 Progress (1): 52/79 MB error 02-Jan-2023 00:01:23 Progress (1): 53/79 MB error 02-Jan-2023 00:01:23 Progress (1): 53/79 MB error 02-Jan-2023 00:01:23 Progress (1): 53/79 MB error 02-Jan-2023 00:01:23 Progress (1): 53/79 MB error 02-Jan-2023 00:01:23 Progress (1): 54/79 MB error 02-Jan-2023 00:01:23 Progress (1): 54/79 MB error 02-Jan-2023 00:01:23 Progress (1): 54/79 MB error 02-Jan-2023 00:01:23 Progress (1): 55/79 MB error 02-Jan-2023 00:01:23 Progress (1): 55/79 MB error 02-Jan-2023 00:01:23 Progress (1): 55/79 MB error 02-Jan-2023 00:01:23 Progress (1): 55/79 MB error 02-Jan-2023 00:01:23 Progress (1): 56/79 MB error 02-Jan-2023 00:01:23 Progress (1): 56/79 MB error 02-Jan-2023 00:01:24 Progress (1): 56/79 MB error 02-Jan-2023 00:01:24 Progress (1): 56/79 MB error 02-Jan-2023 00:01:24 Progress (1): 57/79 MB error 02-Jan-2023 00:01:24 Progress (1): 57/79 MB error 02-Jan-2023 00:01:24 Progress (1): 57/79 MB error 02-Jan-2023 00:01:24 Progress (1): 57/79 MB error 02-Jan-2023 00:01:24 Progress (1): 58/79 MB error 02-Jan-2023 00:01:24 Progress (1): 58/79 MB error 02-Jan-2023 00:01:24 Progress (1): 58/79 MB error 02-Jan-2023 00:01:24 Progress (1): 58/79 MB error 02-Jan-2023 00:01:24 Progress (1): 59/79 MB error 02-Jan-2023 00:01:24 Progress (1): 59/79 MB error 02-Jan-2023 00:01:24 Progress (1): 59/79 MB error 02-Jan-2023 00:01:24 Progress (1): 60/79 MB error 02-Jan-2023 00:01:24 Progress (1): 60/79 MB error 02-Jan-2023 00:01:24 Progress (1): 60/79 MB error 02-Jan-2023 00:01:24 Progress (1): 60/79 MB error 02-Jan-2023 00:01:24 Progress (1): 61/79 MB error 02-Jan-2023 00:01:24 Progress (1): 61/79 MB error 02-Jan-2023 00:01:24 Progress (1): 61/79 MB error 02-Jan-2023 00:01:24 Progress (1): 61/79 MB error 02-Jan-2023 00:01:24 Progress (1): 62/79 MB error 02-Jan-2023 00:01:24 Progress (1): 62/79 MB error 02-Jan-2023 00:01:24 Progress (1): 62/79 MB error 02-Jan-2023 00:01:24 Progress (1): 62/79 MB error 02-Jan-2023 00:01:24 Progress (1): 63/79 MB error 02-Jan-2023 00:01:24 Progress (1): 63/79 MB error 02-Jan-2023 00:01:24 Progress (1): 63/79 MB error 02-Jan-2023 00:01:24 Progress (1): 63/79 MB error 02-Jan-2023 00:01:24 Progress (1): 64/79 MB error 02-Jan-2023 00:01:24 Progress (1): 64/79 MB error 02-Jan-2023 00:01:24 Progress (1): 64/79 MB error 02-Jan-2023 00:01:24 Progress (1): 65/79 MB error 02-Jan-2023 00:01:24 Progress (1): 65/79 MB error 02-Jan-2023 00:01:24 Progress (1): 65/79 MB error 02-Jan-2023 00:01:24 Progress (1): 65/79 MB error 02-Jan-2023 00:01:24 Progress (1): 66/79 MB error 02-Jan-2023 00:01:24 Progress (1): 66/79 MB error 02-Jan-2023 00:01:24 Progress (1): 66/79 MB error 02-Jan-2023 00:01:24 Progress (1): 66/79 MB error 02-Jan-2023 00:01:24 Progress (1): 67/79 MB error 02-Jan-2023 00:01:24 Progress (1): 67/79 MB error 02-Jan-2023 00:01:24 Progress (1): 67/79 MB error 02-Jan-2023 00:01:24 Progress (1): 67/79 MB error 02-Jan-2023 00:01:24 Progress (1): 68/79 MB error 02-Jan-2023 00:01:24 Progress (1): 68/79 MB error 02-Jan-2023 00:01:24 Progress (1): 68/79 MB error 02-Jan-2023 00:01:24 Progress (1): 68/79 MB error 02-Jan-2023 00:01:24 Progress (1): 69/79 MB error 02-Jan-2023 00:01:24 Progress (1): 69/79 MB error 02-Jan-2023 00:01:24 Progress (1): 69/79 MB error 02-Jan-2023 00:01:24 Progress (1): 69/79 MB error 02-Jan-2023 00:01:24 Progress (1): 70/79 MB error 02-Jan-2023 00:01:24 Progress (1): 70/79 MB error 02-Jan-2023 00:01:24 Progress (1): 70/79 MB error 02-Jan-2023 00:01:24 Progress (1): 71/79 MB error 02-Jan-2023 00:01:24 Progress (1): 71/79 MB error 02-Jan-2023 00:01:24 Progress (1): 71/79 MB error 02-Jan-2023 00:01:24 Progress (1): 71/79 MB error 02-Jan-2023 00:01:24 Progress (1): 72/79 MB error 02-Jan-2023 00:01:24 Progress (1): 72/79 MB error 02-Jan-2023 00:01:24 Progress (1): 72/79 MB error 02-Jan-2023 00:01:24 Progress (1): 72/79 MB error 02-Jan-2023 00:01:24 Progress (1): 73/79 MB error 02-Jan-2023 00:01:24 Progress (1): 73/79 MB error 02-Jan-2023 00:01:24 Progress (1): 73/79 MB error 02-Jan-2023 00:01:24 Progress (1): 73/79 MB error 02-Jan-2023 00:01:24 Progress (1): 74/79 MB error 02-Jan-2023 00:01:24 Progress (1): 74/79 MB error 02-Jan-2023 00:01:24 Progress (1): 74/79 MB error 02-Jan-2023 00:01:24 Progress (1): 74/79 MB error 02-Jan-2023 00:01:24 Progress (1): 75/79 MB error 02-Jan-2023 00:01:24 Progress (1): 75/79 MB error 02-Jan-2023 00:01:24 Progress (1): 75/79 MB error 02-Jan-2023 00:01:24 Progress (1): 76/79 MB error 02-Jan-2023 00:01:24 Progress (1): 76/79 MB error 02-Jan-2023 00:01:24 Progress (1): 76/79 MB error 02-Jan-2023 00:01:24 Progress (1): 76/79 MB error 02-Jan-2023 00:01:24 Progress (1): 77/79 MB error 02-Jan-2023 00:01:24 Progress (1): 77/79 MB error 02-Jan-2023 00:01:24 Progress (1): 77/79 MB error 02-Jan-2023 00:01:24 Progress (1): 77/79 MB error 02-Jan-2023 00:01:24 Progress (1): 78/79 MB error 02-Jan-2023 00:01:24 Progress (1): 78/79 MB error 02-Jan-2023 00:01:24 Progress (1): 78/79 MB error 02-Jan-2023 00:01:24 Progress (1): 78/79 MB error 02-Jan-2023 00:01:24 Progress (1): 79/79 MB error 02-Jan-2023 00:01:24 Progress (1): 79/79 MB error 02-Jan-2023 00:01:24 Progress (1): 79 MB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 02-Jan-2023 00:01:25 #17 62.38 [INFO] Copying openmrs-webapp-2.5.8.war to /app/package/target/distro/web/openmrs-2.5.8.war error 02-Jan-2023 00:01:25 #17 62.66 error 02-Jan-2023 00:01:25 #17 62.66 file:/app/package/target/distro/web/openmrs-2.5.8.war error 02-Jan-2023 00:01:25 #17 62.66 error 02-Jan-2023 00:01:25 #17 62.66 target:/app/package/target/distro/web error 02-Jan-2023 00:01:25 #17 62.69 [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.15.0:jar error 02-Jan-2023 00:01:25 #17 62.70 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom error 02-Jan-2023 00:01:25 #17 ... error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:25 #14 59.23 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 02-Jan-2023 00:01:25 #14 59.52 Progress (1): 2.7 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 6.0 kB/s) error 02-Jan-2023 00:01:25 #14 59.81 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 02-Jan-2023 00:01:25 #14 59.94 Progress (1): 2.7 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-ehcache/5.6.0.Final/hibernate-ehcache-5.6.0.Final.pom (2.7 kB at 11 kB/s) error 02-Jan-2023 00:01:25 #14 60.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-search-orm/5.11.9.Final/hibernate-search-orm-5.11.9.Final.pom error 02-Jan-2023 00:01:25 #14 60.44 Progress (1): 3.3/9.2 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/9.2 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/9.2 kB error 02-Jan-2023 00:01:25 Progress (1): 9.2 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 33 kB/s) error 02-Jan-2023 00:01:25 #14 60.60 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 02-Jan-2023 00:01:25 #14 60.73 Progress (1): 3.3/151 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/151 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/151 kB error 02-Jan-2023 00:01:25 Progress (1): 12/151 kB error 02-Jan-2023 00:01:25 Progress (1): 14/151 kB error 02-Jan-2023 00:01:25 Progress (1): 17/151 kB error 02-Jan-2023 00:01:25 Progress (1): 20/151 kB error 02-Jan-2023 00:01:25 Progress (1): 23/151 kB error 02-Jan-2023 00:01:25 Progress (1): 26/151 kB error 02-Jan-2023 00:01:25 Progress (1): 28/151 kB error 02-Jan-2023 00:01:25 Progress (1): 31/151 kB error 02-Jan-2023 00:01:25 Progress (1): 34/151 kB error 02-Jan-2023 00:01:25 Progress (1): 37/151 kB error 02-Jan-2023 00:01:25 Progress (1): 40/151 kB error 02-Jan-2023 00:01:25 Progress (1): 42/151 kB error 02-Jan-2023 00:01:25 Progress (1): 45/151 kB error 02-Jan-2023 00:01:25 Progress (1): 48/151 kB error 02-Jan-2023 00:01:25 Progress (1): 51/151 kB error 02-Jan-2023 00:01:25 Progress (1): 54/151 kB error 02-Jan-2023 00:01:25 Progress (1): 56/151 kB error 02-Jan-2023 00:01:25 Progress (1): 59/151 kB error 02-Jan-2023 00:01:25 Progress (1): 62/151 kB error 02-Jan-2023 00:01:25 Progress (1): 65/151 kB error 02-Jan-2023 00:01:25 Progress (1): 68/151 kB error 02-Jan-2023 00:01:25 Progress (1): 70/151 kB error 02-Jan-2023 00:01:25 Progress (1): 73/151 kB error 02-Jan-2023 00:01:25 Progress (1): 76/151 kB error 02-Jan-2023 00:01:25 Progress (1): 79/151 kB error 02-Jan-2023 00:01:25 Progress (1): 82/151 kB error 02-Jan-2023 00:01:25 Progress (1): 84/151 kB error 02-Jan-2023 00:01:25 Progress (1): 87/151 kB error 02-Jan-2023 00:01:25 Progress (1): 90/151 kB error 02-Jan-2023 00:01:25 Progress (1): 93/151 kB error 02-Jan-2023 00:01:25 Progress (1): 96/151 kB error 02-Jan-2023 00:01:25 Progress (1): 98/151 kB error 02-Jan-2023 00:01:25 Progress (1): 101/151 kB error 02-Jan-2023 00:01:25 Progress (1): 104/151 kB error 02-Jan-2023 00:01:25 Progress (1): 106/151 kB error 02-Jan-2023 00:01:25 Progress (1): 109/151 kB error 02-Jan-2023 00:01:25 Progress (1): 112/151 kB error 02-Jan-2023 00:01:25 Progress (1): 115/151 kB error 02-Jan-2023 00:01:25 Progress (1): 118/151 kB error 02-Jan-2023 00:01:25 Progress (1): 120/151 kB error 02-Jan-2023 00:01:25 Progress (1): 123/151 kB error 02-Jan-2023 00:01:25 Progress (1): 126/151 kB error 02-Jan-2023 00:01:25 Progress (1): 129/151 kB error 02-Jan-2023 00:01:25 Progress (1): 132/151 kB error 02-Jan-2023 00:01:25 Progress (1): 134/151 kB error 02-Jan-2023 00:01:25 Progress (1): 137/151 kB error 02-Jan-2023 00:01:25 Progress (1): 140/151 kB error 02-Jan-2023 00:01:25 Progress (1): 143/151 kB error 02-Jan-2023 00:01:25 Progress (1): 146/151 kB error 02-Jan-2023 00:01:25 Progress (1): 148/151 kB error 02-Jan-2023 00:01:25 Progress (1): 151 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 424 kB/s) error 02-Jan-2023 00:01:25 #14 61.05 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 02-Jan-2023 00:01:25 #14 61.18 Progress (1): 3.3/16 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/16 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/16 kB error 02-Jan-2023 00:01:25 Progress (1): 12/16 kB error 02-Jan-2023 00:01:25 Progress (1): 14/16 kB error 02-Jan-2023 00:01:25 Progress (1): 16 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 54 kB/s) error 02-Jan-2023 00:01:25 #14 61.85 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 02-Jan-2023 00:01:25 #14 61.98 Progress (1): 3.3/6.1 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/6.1 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 20 kB/s) error 02-Jan-2023 00:01:25 #14 62.32 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 02-Jan-2023 00:01:25 #14 62.57 Progress (1): 3.3/5.0 kB error 02-Jan-2023 00:01:25 Progress (1): 5.0 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 13 kB/s) error 02-Jan-2023 00:01:25 #14 62.77 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom error 02-Jan-2023 00:01:25 #14 62.91 Progress (1): 3.3/66 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/66 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/66 kB error 02-Jan-2023 00:01:25 Progress (1): 12/66 kB error 02-Jan-2023 00:01:25 Progress (1): 15/66 kB error 02-Jan-2023 00:01:25 Progress (1): 17/66 kB error 02-Jan-2023 00:01:25 Progress (1): 20/66 kB error 02-Jan-2023 00:01:25 Progress (1): 23/66 kB error 02-Jan-2023 00:01:25 Progress (1): 26/66 kB error 02-Jan-2023 00:01:25 Progress (1): 29/66 kB error 02-Jan-2023 00:01:25 Progress (1): 31/66 kB error 02-Jan-2023 00:01:25 Progress (1): 34/66 kB error 02-Jan-2023 00:01:25 Progress (1): 37/66 kB error 02-Jan-2023 00:01:25 Progress (1): 40/66 kB error 02-Jan-2023 00:01:25 Progress (1): 43/66 kB error 02-Jan-2023 00:01:25 Progress (1): 45/66 kB error 02-Jan-2023 00:01:25 Progress (1): 48/66 kB error 02-Jan-2023 00:01:25 Progress (1): 51/66 kB error 02-Jan-2023 00:01:25 Progress (1): 54/66 kB error 02-Jan-2023 00:01:25 Progress (1): 56/66 kB error 02-Jan-2023 00:01:25 Progress (1): 59/66 kB error 02-Jan-2023 00:01:25 Progress (1): 62/66 kB error 02-Jan-2023 00:01:25 Progress (1): 65/66 kB error 02-Jan-2023 00:01:25 Progress (1): 66 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/jboss/jboss-parent/34/jboss-parent-34.pom (66 kB at 193 kB/s) error 02-Jan-2023 00:01:25 #14 63.36 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.10.21/byte-buddy-1.10.21.pom error 02-Jan-2023 00:01:25 #14 63.56 Progress (1): 3.3/11 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/11 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/11 kB error 02-Jan-2023 00:01:25 Progress (1): 11 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 26 kB/s) error 02-Jan-2023 00:01:25 #14 63.83 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 02-Jan-2023 00:01:25 #14 63.99 Progress (1): 3.3/42 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/42 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/42 kB error 02-Jan-2023 00:01:25 Progress (1): 12/42 kB error 02-Jan-2023 00:01:25 Progress (1): 14/42 kB error 02-Jan-2023 00:01:25 Progress (1): 17/42 kB error 02-Jan-2023 00:01:25 Progress (1): 20/42 kB error 02-Jan-2023 00:01:25 Progress (1): 23/42 kB error 02-Jan-2023 00:01:25 Progress (1): 26/42 kB error 02-Jan-2023 00:01:25 Progress (1): 29/42 kB error 02-Jan-2023 00:01:25 Progress (1): 31/42 kB error 02-Jan-2023 00:01:25 Progress (1): 34/42 kB error 02-Jan-2023 00:01:25 Progress (1): 37/42 kB error 02-Jan-2023 00:01:25 Progress (1): 40/42 kB error 02-Jan-2023 00:01:25 Progress (1): 42 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 131 kB/s) error 02-Jan-2023 00:01:25 #14 64.60 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 02-Jan-2023 00:01:25 #14 64.75 Progress (1): 3.3/23 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/23 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/23 kB error 02-Jan-2023 00:01:25 Progress (1): 12/23 kB error 02-Jan-2023 00:01:25 Progress (1): 15/23 kB error 02-Jan-2023 00:01:25 Progress (1): 17/23 kB error 02-Jan-2023 00:01:25 Progress (1): 20/23 kB error 02-Jan-2023 00:01:25 Progress (1): 23/23 kB error 02-Jan-2023 00:01:25 Progress (1): 23 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 80 kB/s) error 02-Jan-2023 00:01:25 #14 64.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom error 02-Jan-2023 00:01:25 #14 65.04 Progress (1): 3.3/74 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/74 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/74 kB error 02-Jan-2023 00:01:25 Progress (1): 12/74 kB error 02-Jan-2023 00:01:25 Progress (1): 15/74 kB error 02-Jan-2023 00:01:25 Progress (1): 17/74 kB error 02-Jan-2023 00:01:25 Progress (1): 20/74 kB error 02-Jan-2023 00:01:25 Progress (1): 23/74 kB error 02-Jan-2023 00:01:25 Progress (1): 26/74 kB error 02-Jan-2023 00:01:25 Progress (1): 29/74 kB error 02-Jan-2023 00:01:25 Progress (1): 31/74 kB error 02-Jan-2023 00:01:25 Progress (1): 34/74 kB error 02-Jan-2023 00:01:25 Progress (1): 37/74 kB error 02-Jan-2023 00:01:25 Progress (1): 40/74 kB error 02-Jan-2023 00:01:25 Progress (1): 43/74 kB error 02-Jan-2023 00:01:25 Progress (1): 45/74 kB error 02-Jan-2023 00:01:25 Progress (1): 48/74 kB error 02-Jan-2023 00:01:25 Progress (1): 51/74 kB error 02-Jan-2023 00:01:25 Progress (1): 54/74 kB error 02-Jan-2023 00:01:25 Progress (1): 56/74 kB error 02-Jan-2023 00:01:25 Progress (1): 59/74 kB error 02-Jan-2023 00:01:25 Progress (1): 62/74 kB error 02-Jan-2023 00:01:25 Progress (1): 65/74 kB error 02-Jan-2023 00:01:25 Progress (1): 68/74 kB error 02-Jan-2023 00:01:25 Progress (1): 70/74 kB error 02-Jan-2023 00:01:25 Progress (1): 73/74 kB error 02-Jan-2023 00:01:25 Progress (1): 74 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 225 kB/s) error 02-Jan-2023 00:01:25 #14 65.37 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 02-Jan-2023 00:01:25 #14 65.50 Progress (1): 3.3/14 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/14 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/14 kB error 02-Jan-2023 00:01:25 Progress (1): 12/14 kB error 02-Jan-2023 00:01:25 Progress (1): 14 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 02-Jan-2023 00:01:25 #14 65.72 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 02-Jan-2023 00:01:25 #14 65.89 Progress (1): 3.3/12 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/12 kB error 02-Jan-2023 00:01:25 Progress (1): 8.9/12 kB error 02-Jan-2023 00:01:25 Progress (1): 12 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 26 kB/s) error 02-Jan-2023 00:01:25 #14 66.29 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 02-Jan-2023 00:01:25 #14 66.44 Progress (1): 3.3/8.3 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/8.3 kB error 02-Jan-2023 00:01:25 Progress (1): 8.3 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 02-Jan-2023 00:01:25 #14 67.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom error 02-Jan-2023 00:01:25 #14 68.00 Progress (1): 3.3/3.4 kB error 02-Jan-2023 00:01:25 Progress (1): 3.4 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.pom (3.4 kB at 6.7 kB/s) error 02-Jan-2023 00:01:25 #14 68.69 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 02-Jan-2023 00:01:25 #14 68.97 Progress (1): 3.3/4.9 kB error 02-Jan-2023 00:01:25 Progress (1): 4.9 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 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 8.4 kB/s) error 02-Jan-2023 00:01:25 #14 69.34 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 02-Jan-2023 00:01:25 #14 ... error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:25 #17 62.81 Progress (1): 3.3/6.9 kB error 02-Jan-2023 00:01:25 Progress (1): 6.1/6.9 kB error 02-Jan-2023 00:01:25 Progress (1): 6.9 kB error 02-Jan-2023 00:01:25 error 02-Jan-2023 00:01:25 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.pom (6.9 kB at 31 kB/s) error 02-Jan-2023 00:01:25 #17 62.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy/2.15.0/addresshierarchy-2.15.0.pom error 02-Jan-2023 00:01:25 #17 63.13 Progress (1): 3.3/5.3 kB error 02-Jan-2023 00:01:25 Progress (1): 5.3 kB error 02-Jan-2023 00:01:26 error 02-Jan-2023 00:01:26 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 17 kB/s) error 02-Jan-2023 00:01:26 #17 63.24 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/addresshierarchy-omod/2.15.0/addresshierarchy-omod-2.15.0.jar error 02-Jan-2023 00:01:26 #17 63.53 Progress (1): 4.1/324 kB error 02-Jan-2023 00:01:26 Progress (1): 8.2/324 kB error 02-Jan-2023 00:01:26 Progress (1): 12/324 kB error 02-Jan-2023 00:01:26 Progress (1): 16/324 kB error 02-Jan-2023 00:01:26 Progress (1): 20/324 kB error 02-Jan-2023 00:01:26 Progress (1): 24/324 kB error 02-Jan-2023 00:01:26 Progress (1): 28/324 kB error 02-Jan-2023 00:01:26 Progress (1): 32/324 kB error 02-Jan-2023 00:01:26 Progress (1): 36/324 kB error 02-Jan-2023 00:01:26 Progress (1): 40/324 kB error 02-Jan-2023 00:01:26 Progress (1): 44/324 kB error 02-Jan-2023 00:01:26 Progress (1): 48/324 kB error 02-Jan-2023 00:01:26 Progress (1): 51/324 kB error 02-Jan-2023 00:01:26 Progress (1): 53/324 kB error 02-Jan-2023 00:01:26 Progress (1): 57/324 kB error 02-Jan-2023 00:01:26 Progress (1): 62/324 kB error 02-Jan-2023 00:01:26 Progress (1): 66/324 kB error 02-Jan-2023 00:01:26 Progress (1): 70/324 kB error 02-Jan-2023 00:01:26 Progress (1): 74/324 kB error 02-Jan-2023 00:01:26 Progress (1): 78/324 kB error 02-Jan-2023 00:01:26 Progress (1): 82/324 kB error 02-Jan-2023 00:01:26 Progress (1): 86/324 kB error 02-Jan-2023 00:01:26 Progress (1): 88/324 kB error 02-Jan-2023 00:01:26 Progress (1): 92/324 kB error 02-Jan-2023 00:01:26 Progress (1): 96/324 kB error 02-Jan-2023 00:01:26 Progress (1): 100/324 kB error 02-Jan-2023 00:01:26 Progress (1): 105/324 kB error 02-Jan-2023 00:01:26 Progress (1): 109/324 kB error 02-Jan-2023 00:01:26 Progress (1): 113/324 kB error 02-Jan-2023 00:01:26 Progress (1): 117/324 kB error 02-Jan-2023 00:01:26 Progress (1): 121/324 kB error 02-Jan-2023 00:01:26 Progress (1): 123/324 kB error 02-Jan-2023 00:01:26 Progress (1): 127/324 kB error 02-Jan-2023 00:01:26 Progress (1): 131/324 kB error 02-Jan-2023 00:01:26 Progress (1): 135/324 kB error 02-Jan-2023 00:01:26 Progress (1): 139/324 kB error 02-Jan-2023 00:01:26 Progress (1): 143/324 kB error 02-Jan-2023 00:01:26 Progress (1): 148/324 kB error 02-Jan-2023 00:01:26 Progress (1): 152/324 kB error 02-Jan-2023 00:01:26 Progress (1): 156/324 kB error 02-Jan-2023 00:01:26 Progress (1): 158/324 kB error 02-Jan-2023 00:01:26 Progress (1): 162/324 kB error 02-Jan-2023 00:01:26 Progress (1): 166/324 kB error 02-Jan-2023 00:01:26 Progress (1): 170/324 kB error 02-Jan-2023 00:01:26 Progress (1): 174/324 kB error 02-Jan-2023 00:01:26 Progress (1): 178/324 kB error 02-Jan-2023 00:01:26 Progress (1): 182/324 kB error 02-Jan-2023 00:01:26 Progress (1): 186/324 kB error 02-Jan-2023 00:01:26 Progress (1): 191/324 kB error 02-Jan-2023 00:01:26 Progress (1): 193/324 kB error 02-Jan-2023 00:01:26 Progress (1): 197/324 kB error 02-Jan-2023 00:01:26 Progress (1): 201/324 kB error 02-Jan-2023 00:01:26 Progress (1): 205/324 kB error 02-Jan-2023 00:01:26 Progress (1): 209/324 kB error 02-Jan-2023 00:01:26 Progress (1): 213/324 kB error 02-Jan-2023 00:01:26 Progress (1): 217/324 kB error 02-Jan-2023 00:01:26 Progress (1): 221/324 kB error 02-Jan-2023 00:01:26 Progress (1): 225/324 kB error 02-Jan-2023 00:01:26 Progress (1): 227/324 kB error 02-Jan-2023 00:01:26 Progress (1): 231/324 kB error 02-Jan-2023 00:01:26 Progress (1): 236/324 kB error 02-Jan-2023 00:01:26 Progress (1): 240/324 kB error 02-Jan-2023 00:01:26 Progress (1): 244/324 kB error 02-Jan-2023 00:01:26 Progress (1): 248/324 kB error 02-Jan-2023 00:01:26 Progress (1): 252/324 kB error 02-Jan-2023 00:01:26 Progress (1): 256/324 kB error 02-Jan-2023 00:01:26 Progress (1): 260/324 kB error 02-Jan-2023 00:01:26 Progress (1): 262/324 kB error 02-Jan-2023 00:01:26 Progress (1): 266/324 kB error 02-Jan-2023 00:01:26 Progress (1): 270/324 kB error 02-Jan-2023 00:01:26 Progress (1): 274/324 kB error 02-Jan-2023 00:01:26 Progress (1): 279/324 kB error 02-Jan-2023 00:01:26 Progress (1): 283/324 kB error 02-Jan-2023 00:01:26 Progress (1): 287/324 kB error 02-Jan-2023 00:01:26 Progress (1): 291/324 kB error 02-Jan-2023 00:01:26 Progress (1): 295/324 kB error 02-Jan-2023 00:01:26 Progress (1): 297/324 kB error 02-Jan-2023 00:01:26 Progress (1): 301/324 kB error 02-Jan-2023 00:01:26 Progress (1): 305/324 kB error 02-Jan-2023 00:01:26 Progress (1): 309/324 kB error 02-Jan-2023 00:01:26 Progress (1): 313/324 kB error 02-Jan-2023 00:01:26 Progress (1): 318/324 kB error 02-Jan-2023 00:01:26 Progress (1): 322/324 kB error 02-Jan-2023 00:01:26 Progress (1): 324 kB error 02-Jan-2023 00:01:26 error 02-Jan-2023 00:01:26 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 798 kB/s) error 02-Jan-2023 00:01:26 #17 63.65 [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.13.0:jar error 02-Jan-2023 00:01:26 #17 63.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.pom error 02-Jan-2023 00:01:26 #17 63.76 Progress (1): 3.3/7.1 kB error 02-Jan-2023 00:01:26 Progress (1): 6.1/7.1 kB error 02-Jan-2023 00:01:26 Progress (1): 7.1 kB error 02-Jan-2023 00:01:26 error 02-Jan-2023 00:01:26 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 02-Jan-2023 00:01:26 #17 63.87 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui/1.13.0/legacyui-1.13.0.pom error 02-Jan-2023 00:01:26 #17 64.04 Progress (1): 3.3/9.1 kB error 02-Jan-2023 00:01:26 Progress (1): 6.1/9.1 kB error 02-Jan-2023 00:01:26 Progress (1): 8.9/9.1 kB error 02-Jan-2023 00:01:26 Progress (1): 9.1 kB error 02-Jan-2023 00:01:26 error 02-Jan-2023 00:01:26 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 33 kB/s) error 02-Jan-2023 00:01:26 #17 64.15 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 02-Jan-2023 00:01:26 #17 64.26 Progress (1): 3.3/15 kB error 02-Jan-2023 00:01:27 Progress (1): 6.1/15 kB error 02-Jan-2023 00:01:27 Progress (1): 8.9/15 kB error 02-Jan-2023 00:01:27 Progress (1): 12/15 kB error 02-Jan-2023 00:01:27 Progress (1): 14/15 kB error 02-Jan-2023 00:01:27 Progress (1): 15 kB error 02-Jan-2023 00:01:27 error 02-Jan-2023 00:01:27 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/parents/maven-parent-openmrs-module/1.1.1/maven-parent-openmrs-module-1.1.1.pom (15 kB at 71 kB/s) error 02-Jan-2023 00:01:27 #17 64.37 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/legacyui-omod/1.13.0/legacyui-omod-1.13.0.jar error 02-Jan-2023 00:01:27 #17 64.69 Progress (1): 0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 0.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 1.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 2.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.0/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.1/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.2/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.3/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.4/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.5/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.6/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.7/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.8/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 3.9/4.0 MB error 02-Jan-2023 00:01:27 Progress (1): 4.0 MB error 02-Jan-2023 00:01:27 error 02-Jan-2023 00:01:27 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 7.1 MB/s) error 02-Jan-2023 00:01:27 #17 64.93 [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:2.0.0:jar error 02-Jan-2023 00:01:27 #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.pom error 02-Jan-2023 00:01:27 #17 65.04 Progress (1): 3.3/9.5 kB error 02-Jan-2023 00:01:27 Progress (1): 6.1/9.5 kB error 02-Jan-2023 00:01:27 Progress (1): 8.9/9.5 kB error 02-Jan-2023 00:01:27 Progress (1): 9.5 kB error 02-Jan-2023 00:01:27 error 02-Jan-2023 00:01:27 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 02-Jan-2023 00:01:27 #17 65.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom error 02-Jan-2023 00:01:28 #17 65.34 Progress (1): 3.3/10 kB error 02-Jan-2023 00:01:28 Progress (1): 6.1/10 kB error 02-Jan-2023 00:01:28 Progress (1): 8.9/10 kB error 02-Jan-2023 00:01:28 Progress (1): 10 kB error 02-Jan-2023 00:01:28 error 02-Jan-2023 00:01:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab/2.0.0/openconceptlab-2.0.0.pom (10 kB at 35 kB/s) error 02-Jan-2023 00:01:28 #17 65.45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar error 02-Jan-2023 00:01:28 #17 65.76 Progress (1): 0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 0.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.5/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.6/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.7/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.8/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 1.9/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.0/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.1/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.2/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.3/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.4/2.4 MB error 02-Jan-2023 00:01:28 Progress (1): 2.4 MB error 02-Jan-2023 00:01:28 error 02-Jan-2023 00:01:28 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/openconceptlab-omod/2.0.0/openconceptlab-omod-2.0.0.jar (2.4 MB at 4.4 MB/s) error 02-Jan-2023 00:01:28 #17 65.99 [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar error 02-Jan-2023 00:01:28 #17 65.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.pom error 02-Jan-2023 00:01:28 #17 66.10 Progress (1): 3.3/4.9 kB error 02-Jan-2023 00:01:28 Progress (1): 4.9 kB error 02-Jan-2023 00:01:28 error 02-Jan-2023 00:01:29 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 02-Jan-2023 00:01:29 #17 66.21 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy/1.13.0/metadatadeploy-1.13.0.pom error 02-Jan-2023 00:01:29 #17 66.45 Progress (1): 3.3/6.2 kB error 02-Jan-2023 00:01:29 Progress (1): 6.1/6.2 kB error 02-Jan-2023 00:01:29 Progress (1): 6.2 kB error 02-Jan-2023 00:01:29 error 02-Jan-2023 00:01:29 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 18 kB/s) error 02-Jan-2023 00:01:29 #17 66.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatadeploy-omod/1.13.0/metadatadeploy-omod-1.13.0.jar error 02-Jan-2023 00:01:29 #17 66.67 Progress (1): 3.3/110 kB error 02-Jan-2023 00:01:29 Progress (1): 6.1/110 kB error 02-Jan-2023 00:01:29 Progress (1): 8.9/110 kB error 02-Jan-2023 00:01:29 Progress (1): 12/110 kB error 02-Jan-2023 00:01:29 Progress (1): 14/110 kB error 02-Jan-2023 00:01:29 Progress (1): 17/110 kB error 02-Jan-2023 00:01:29 Progress (1): 20/110 kB error 02-Jan-2023 00:01:29 Progress (1): 23/110 kB error 02-Jan-2023 00:01:29 Progress (1): 26/110 kB error 02-Jan-2023 00:01:29 Progress (1): 28/110 kB error 02-Jan-2023 00:01:29 Progress (1): 31/110 kB error 02-Jan-2023 00:01:29 Progress (1): 34/110 kB error 02-Jan-2023 00:01:29 Progress (1): 37/110 kB error 02-Jan-2023 00:01:29 Progress (1): 40/110 kB error 02-Jan-2023 00:01:29 Progress (1): 42/110 kB error 02-Jan-2023 00:01:29 Progress (1): 45/110 kB error 02-Jan-2023 00:01:29 Progress (1): 48/110 kB error 02-Jan-2023 00:01:29 Progress (1): 51/110 kB error 02-Jan-2023 00:01:29 Progress (1): 54/110 kB error 02-Jan-2023 00:01:29 Progress (1): 56/110 kB error 02-Jan-2023 00:01:29 Progress (1): 59/110 kB error 02-Jan-2023 00:01:29 Progress (1): 62/110 kB error 02-Jan-2023 00:01:29 Progress (1): 65/110 kB error 02-Jan-2023 00:01:29 Progress (1): 68/110 kB error 02-Jan-2023 00:01:29 Progress (1): 70/110 kB error 02-Jan-2023 00:01:29 Progress (1): 73/110 kB error 02-Jan-2023 00:01:29 Progress (1): 76/110 kB error 02-Jan-2023 00:01:29 Progress (1): 79/110 kB error 02-Jan-2023 00:01:29 Progress (1): 82/110 kB error 02-Jan-2023 00:01:29 Progress (1): 84/110 kB error 02-Jan-2023 00:01:29 Progress (1): 87/110 kB error 02-Jan-2023 00:01:29 Progress (1): 90/110 kB error 02-Jan-2023 00:01:29 Progress (1): 93/110 kB error 02-Jan-2023 00:01:29 Progress (1): 96/110 kB error 02-Jan-2023 00:01:29 Progress (1): 98/110 kB error 02-Jan-2023 00:01:29 Progress (1): 101/110 kB error 02-Jan-2023 00:01:29 Progress (1): 104/110 kB error 02-Jan-2023 00:01:29 Progress (1): 107/110 kB error 02-Jan-2023 00:01:29 Progress (1): 110/110 kB error 02-Jan-2023 00:01:29 Progress (1): 110 kB error 02-Jan-2023 00:01:29 error 02-Jan-2023 00:01:29 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 491 kB/s) error 02-Jan-2023 00:01:29 #17 66.78 [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.14.0:jar error 02-Jan-2023 00:01:29 #17 66.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.pom error 02-Jan-2023 00:01:29 #17 66.89 Progress (1): 3.3/5.4 kB error 02-Jan-2023 00:01:29 Progress (1): 5.4 kB error 02-Jan-2023 00:01:29 error 02-Jan-2023 00:01:29 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 02-Jan-2023 00:01:29 #17 67.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest/1.14.0/reportingrest-1.14.0.pom error 02-Jan-2023 00:01:29 #17 67.19 Progress (1): 3.3/7.0 kB error 02-Jan-2023 00:01:29 Progress (1): 6.1/7.0 kB error 02-Jan-2023 00:01:29 Progress (1): 7.0 kB error 02-Jan-2023 00:01:29 error 02-Jan-2023 00:01:30 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 23 kB/s) error 02-Jan-2023 00:01:30 #17 67.30 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/reportingrest-omod/1.14.0/reportingrest-omod-1.14.0.jar error 02-Jan-2023 00:01:30 #17 67.41 Progress (1): 3.3/75 kB error 02-Jan-2023 00:01:30 Progress (1): 6.1/75 kB error 02-Jan-2023 00:01:30 Progress (1): 8.9/75 kB error 02-Jan-2023 00:01:30 Progress (1): 12/75 kB error 02-Jan-2023 00:01:30 Progress (1): 14/75 kB error 02-Jan-2023 00:01:30 Progress (1): 17/75 kB error 02-Jan-2023 00:01:30 Progress (1): 20/75 kB error 02-Jan-2023 00:01:30 Progress (1): 23/75 kB error 02-Jan-2023 00:01:30 Progress (1): 26/75 kB error 02-Jan-2023 00:01:30 Progress (1): 28/75 kB error 02-Jan-2023 00:01:30 Progress (1): 31/75 kB error 02-Jan-2023 00:01:30 Progress (1): 34/75 kB error 02-Jan-2023 00:01:30 Progress (1): 37/75 kB error 02-Jan-2023 00:01:30 Progress (1): 40/75 kB error 02-Jan-2023 00:01:30 Progress (1): 42/75 kB error 02-Jan-2023 00:01:30 Progress (1): 45/75 kB error 02-Jan-2023 00:01:30 Progress (1): 48/75 kB error 02-Jan-2023 00:01:30 Progress (1): 51/75 kB error 02-Jan-2023 00:01:30 Progress (1): 54/75 kB error 02-Jan-2023 00:01:30 Progress (1): 56/75 kB error 02-Jan-2023 00:01:30 Progress (1): 59/75 kB error 02-Jan-2023 00:01:30 Progress (1): 62/75 kB error 02-Jan-2023 00:01:30 Progress (1): 65/75 kB error 02-Jan-2023 00:01:30 Progress (1): 68/75 kB error 02-Jan-2023 00:01:30 Progress (1): 70/75 kB error 02-Jan-2023 00:01:30 Progress (1): 73/75 kB error 02-Jan-2023 00:01:30 Progress (1): 75 kB error 02-Jan-2023 00:01:30 error 02-Jan-2023 00:01:30 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 02-Jan-2023 00:01:30 #17 67.54 [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.14.0:jar error 02-Jan-2023 00:01:30 #17 67.54 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.pom error 02-Jan-2023 00:01:30 #17 67.65 Progress (1): 3.3/8.5 kB error 02-Jan-2023 00:01:30 Progress (1): 6.1/8.5 kB error 02-Jan-2023 00:01:30 Progress (1): 8.5 kB error 02-Jan-2023 00:01:30 error 02-Jan-2023 00:01:30 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 02-Jan-2023 00:01:30 #17 67.76 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa/1.14.0/owa-1.14.0.pom error 02-Jan-2023 00:01:30 #17 67.95 Progress (1): 3.3/6.9 kB error 02-Jan-2023 00:01:30 Progress (1): 6.1/6.9 kB error 02-Jan-2023 00:01:30 Progress (1): 6.9 kB error 02-Jan-2023 00:01:30 error 02-Jan-2023 00:01:30 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 22 kB/s) error 02-Jan-2023 00:01:30 #17 68.08 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/owa-omod/1.14.0/owa-omod-1.14.0.jar error 02-Jan-2023 00:01:31 #17 68.35 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.3/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.4/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.5/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.6/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.7/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.8/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 0.9/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.0/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.1/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.2/1.3 MB error 02-Jan-2023 00:01:31 Progress (1): 1.3 MB error 02-Jan-2023 00:01:31 error 02-Jan-2023 00:01:31 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.6 MB/s) error 02-Jan-2023 00:01:31 #17 68.56 [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.8.0:jar error 02-Jan-2023 00:01:31 #17 68.56 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.pom error 02-Jan-2023 00:01:31 #17 68.68 Progress (1): 3.3/4.5 kB error 02-Jan-2023 00:01:31 Progress (1): 4.5 kB error 02-Jan-2023 00:01:31 error 02-Jan-2023 00:01:31 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 02-Jan-2023 00:01:31 #17 68.79 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom error 02-Jan-2023 00:01:31 #17 68.99 Progress (1): 3.3/36 kB error 02-Jan-2023 00:01:31 Progress (1): 6.1/36 kB error 02-Jan-2023 00:01:31 Progress (1): 8.9/36 kB error 02-Jan-2023 00:01:31 Progress (1): 12/36 kB error 02-Jan-2023 00:01:31 Progress (1): 15/36 kB error 02-Jan-2023 00:01:31 Progress (1): 17/36 kB error 02-Jan-2023 00:01:31 Progress (1): 20/36 kB error 02-Jan-2023 00:01:31 Progress (1): 23/36 kB error 02-Jan-2023 00:01:31 Progress (1): 26/36 kB error 02-Jan-2023 00:01:31 Progress (1): 29/36 kB error 02-Jan-2023 00:01:31 Progress (1): 31/36 kB error 02-Jan-2023 00:01:31 Progress (1): 34/36 kB error 02-Jan-2023 00:01:31 Progress (1): 36 kB error 02-Jan-2023 00:01:31 error 02-Jan-2023 00:01:31 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2/1.8.0/fhir2-1.8.0.pom (36 kB at 112 kB/s) error 02-Jan-2023 00:01:31 #17 69.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/fhir2-omod/1.8.0/fhir2-omod-1.8.0.jar error 02-Jan-2023 00:01:32 #17 69.44 Progress (1): 0.2/37 MB error 02-Jan-2023 00:01:32 Progress (1): 0.4/37 MB error 02-Jan-2023 00:01:32 Progress (1): 0.6/37 MB error 02-Jan-2023 00:01:32 Progress (1): 0.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 0.9/37 MB error 02-Jan-2023 00:01:32 Progress (1): 1.1/37 MB error 02-Jan-2023 00:01:32 Progress (1): 1.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 1.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 1.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 1.9/37 MB error 02-Jan-2023 00:01:32 Progress (1): 2.1/37 MB error 02-Jan-2023 00:01:32 Progress (1): 2.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 2.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 2.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 2.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 3.0/37 MB error 02-Jan-2023 00:01:32 Progress (1): 3.2/37 MB error 02-Jan-2023 00:01:32 Progress (1): 3.4/37 MB error 02-Jan-2023 00:01:32 Progress (1): 3.6/37 MB error 02-Jan-2023 00:01:32 Progress (1): 3.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.0/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.2/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.4/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.6/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 4.9/37 MB error 02-Jan-2023 00:01:32 Progress (1): 5.1/37 MB error 02-Jan-2023 00:01:32 Progress (1): 5.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 5.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 5.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 5.9/37 MB error 02-Jan-2023 00:01:32 Progress (1): 6.1/37 MB error 02-Jan-2023 00:01:32 Progress (1): 6.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 6.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 6.6/37 MB error 02-Jan-2023 00:01:32 Progress (1): 6.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 7.0/37 MB error 02-Jan-2023 00:01:32 Progress (1): 7.2/37 MB error 02-Jan-2023 00:01:32 Progress (1): 7.4/37 MB error 02-Jan-2023 00:01:32 Progress (1): 7.6/37 MB error 02-Jan-2023 00:01:32 Progress (1): 7.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.0/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.2/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 8.9/37 MB error 02-Jan-2023 00:01:32 Progress (1): 9.1/37 MB error 02-Jan-2023 00:01:32 Progress (1): 9.3/37 MB error 02-Jan-2023 00:01:32 Progress (1): 9.5/37 MB error 02-Jan-2023 00:01:32 Progress (1): 9.7/37 MB error 02-Jan-2023 00:01:32 Progress (1): 9.8/37 MB error 02-Jan-2023 00:01:32 Progress (1): 10/37 MB error 02-Jan-2023 00:01:32 Progress (1): 10/37 MB error 02-Jan-2023 00:01:32 Progress (1): 10/37 MB error 02-Jan-2023 00:01:32 Progress (1): 11/37 MB error 02-Jan-2023 00:01:32 Progress (1): 11/37 MB error 02-Jan-2023 00:01:32 Progress (1): 11/37 MB error 02-Jan-2023 00:01:32 Progress (1): 11/37 MB error 02-Jan-2023 00:01:32 Progress (1): 11/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 12/37 MB error 02-Jan-2023 00:01:32 Progress (1): 13/37 MB error 02-Jan-2023 00:01:32 Progress (1): 13/37 MB error 02-Jan-2023 00:01:32 Progress (1): 13/37 MB error 02-Jan-2023 00:01:32 Progress (1): 13/37 MB error 02-Jan-2023 00:01:32 Progress (1): 13/37 MB error 02-Jan-2023 00:01:32 Progress (1): 14/37 MB error 02-Jan-2023 00:01:32 Progress (1): 14/37 MB error 02-Jan-2023 00:01:32 Progress (1): 14/37 MB error 02-Jan-2023 00:01:32 Progress (1): 14/37 MB error 02-Jan-2023 00:01:32 Progress (1): 14/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 15/37 MB error 02-Jan-2023 00:01:32 Progress (1): 16/37 MB error 02-Jan-2023 00:01:32 Progress (1): 16/37 MB error 02-Jan-2023 00:01:32 Progress (1): 16/37 MB error 02-Jan-2023 00:01:32 Progress (1): 16/37 MB error 02-Jan-2023 00:01:32 Progress (1): 16/37 MB error 02-Jan-2023 00:01:32 Progress (1): 17/37 MB error 02-Jan-2023 00:01:32 Progress (1): 17/37 MB error 02-Jan-2023 00:01:32 Progress (1): 17/37 MB error 02-Jan-2023 00:01:32 Progress (1): 17/37 MB error 02-Jan-2023 00:01:32 Progress (1): 17/37 MB error 02-Jan-2023 00:01:32 Progress (1): 18/37 MB error 02-Jan-2023 00:01:33 Progress (1): 18/37 MB error 02-Jan-2023 00:01:33 Progress (1): 18/37 MB error 02-Jan-2023 00:01:33 Progress (1): 18/37 MB error 02-Jan-2023 00:01:33 Progress (1): 18/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 19/37 MB error 02-Jan-2023 00:01:33 Progress (1): 20/37 MB error 02-Jan-2023 00:01:33 Progress (1): 20/37 MB error 02-Jan-2023 00:01:33 Progress (1): 20/37 MB error 02-Jan-2023 00:01:33 Progress (1): 20/37 MB error 02-Jan-2023 00:01:33 Progress (1): 20/37 MB error 02-Jan-2023 00:01:33 Progress (1): 21/37 MB error 02-Jan-2023 00:01:33 Progress (1): 21/37 MB error 02-Jan-2023 00:01:33 Progress (1): 21/37 MB error 02-Jan-2023 00:01:33 Progress (1): 21/37 MB error 02-Jan-2023 00:01:33 Progress (1): 21/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 22/37 MB error 02-Jan-2023 00:01:33 Progress (1): 23/37 MB error 02-Jan-2023 00:01:33 Progress (1): 23/37 MB error 02-Jan-2023 00:01:33 Progress (1): 23/37 MB error 02-Jan-2023 00:01:33 Progress (1): 23/37 MB error 02-Jan-2023 00:01:33 Progress (1): 23/37 MB error 02-Jan-2023 00:01:33 Progress (1): 24/37 MB error 02-Jan-2023 00:01:33 Progress (1): 24/37 MB error 02-Jan-2023 00:01:33 Progress (1): 24/37 MB error 02-Jan-2023 00:01:33 Progress (1): 24/37 MB error 02-Jan-2023 00:01:33 Progress (1): 24/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 25/37 MB error 02-Jan-2023 00:01:33 Progress (1): 26/37 MB error 02-Jan-2023 00:01:33 Progress (1): 26/37 MB error 02-Jan-2023 00:01:33 Progress (1): 26/37 MB error 02-Jan-2023 00:01:33 Progress (1): 26/37 MB error 02-Jan-2023 00:01:33 Progress (1): 26/37 MB error 02-Jan-2023 00:01:33 Progress (1): 27/37 MB error 02-Jan-2023 00:01:33 Progress (1): 27/37 MB error 02-Jan-2023 00:01:33 Progress (1): 27/37 MB error 02-Jan-2023 00:01:33 Progress (1): 27/37 MB error 02-Jan-2023 00:01:33 Progress (1): 27/37 MB error 02-Jan-2023 00:01:33 Progress (1): 28/37 MB error 02-Jan-2023 00:01:33 Progress (1): 28/37 MB error 02-Jan-2023 00:01:33 Progress (1): 28/37 MB error 02-Jan-2023 00:01:33 Progress (1): 28/37 MB error 02-Jan-2023 00:01:33 Progress (1): 28/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 29/37 MB error 02-Jan-2023 00:01:33 Progress (1): 30/37 MB error 02-Jan-2023 00:01:33 Progress (1): 30/37 MB error 02-Jan-2023 00:01:33 Progress (1): 30/37 MB error 02-Jan-2023 00:01:33 Progress (1): 30/37 MB error 02-Jan-2023 00:01:33 Progress (1): 30/37 MB error 02-Jan-2023 00:01:33 Progress (1): 31/37 MB error 02-Jan-2023 00:01:33 Progress (1): 31/37 MB error 02-Jan-2023 00:01:33 Progress (1): 31/37 MB error 02-Jan-2023 00:01:33 Progress (1): 31/37 MB error 02-Jan-2023 00:01:33 Progress (1): 31/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 32/37 MB error 02-Jan-2023 00:01:33 Progress (1): 33/37 MB error 02-Jan-2023 00:01:33 Progress (1): 33/37 MB error 02-Jan-2023 00:01:33 Progress (1): 33/37 MB error 02-Jan-2023 00:01:33 Progress (1): 33/37 MB error 02-Jan-2023 00:01:33 Progress (1): 33/37 MB error 02-Jan-2023 00:01:33 Progress (1): 34/37 MB error 02-Jan-2023 00:01:33 Progress (1): 34/37 MB error 02-Jan-2023 00:01:33 Progress (1): 34/37 MB error 02-Jan-2023 00:01:33 Progress (1): 34/37 MB error 02-Jan-2023 00:01:33 Progress (1): 34/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 35/37 MB error 02-Jan-2023 00:01:33 Progress (1): 36/37 MB error 02-Jan-2023 00:01:33 Progress (1): 36/37 MB error 02-Jan-2023 00:01:33 Progress (1): 36/37 MB error 02-Jan-2023 00:01:33 Progress (1): 36/37 MB error 02-Jan-2023 00:01:33 Progress (1): 36/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37/37 MB error 02-Jan-2023 00:01:33 Progress (1): 37 MB error 02-Jan-2023 00:01:34 error 02-Jan-2023 00:01:34 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 17 MB/s) error 02-Jan-2023 00:01:34 #17 71.25 [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.16:omod error 02-Jan-2023 00:01:34 #17 71.26 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 02-Jan-2023 00:01:34 #17 71.37 Progress (1): 3.3/10 kB error 02-Jan-2023 00:01:34 Progress (1): 6.1/10 kB error 02-Jan-2023 00:01:34 Progress (1): 8.9/10 kB error 02-Jan-2023 00:01:34 Progress (1): 10 kB error 02-Jan-2023 00:01:34 error 02-Jan-2023 00:01:34 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 46 kB/s) error 02-Jan-2023 00:01:34 #17 71.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/serialization.xstream/0.2.16/serialization.xstream-0.2.16.pom error 02-Jan-2023 00:01:34 #17 71.59 Progress (1): 3.3/7.8 kB error 02-Jan-2023 00:01:34 Progress (1): 6.1/7.8 kB error 02-Jan-2023 00:01:34 Progress (1): 7.8 kB error 02-Jan-2023 00:01:34 error 02-Jan-2023 00:01:34 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 02-Jan-2023 00:01:34 #17 71.71 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 02-Jan-2023 00:01:34 #17 72.00 Progress (1): 4.1/348 kB error 02-Jan-2023 00:01:34 Progress (1): 8.2/348 kB error 02-Jan-2023 00:01:34 Progress (1): 12/348 kB error 02-Jan-2023 00:01:34 Progress (1): 16/348 kB error 02-Jan-2023 00:01:34 Progress (1): 20/348 kB error 02-Jan-2023 00:01:34 Progress (1): 24/348 kB error 02-Jan-2023 00:01:34 Progress (1): 28/348 kB error 02-Jan-2023 00:01:34 Progress (1): 32/348 kB error 02-Jan-2023 00:01:34 Progress (1): 36/348 kB error 02-Jan-2023 00:01:34 Progress (1): 40/348 kB error 02-Jan-2023 00:01:34 Progress (1): 44/348 kB error 02-Jan-2023 00:01:34 Progress (1): 48/348 kB error 02-Jan-2023 00:01:34 Progress (1): 51/348 kB error 02-Jan-2023 00:01:34 Progress (1): 53/348 kB error 02-Jan-2023 00:01:34 Progress (1): 57/348 kB error 02-Jan-2023 00:01:34 Progress (1): 61/348 kB error 02-Jan-2023 00:01:34 Progress (1): 66/348 kB error 02-Jan-2023 00:01:34 Progress (1): 70/348 kB error 02-Jan-2023 00:01:34 Progress (1): 74/348 kB error 02-Jan-2023 00:01:34 Progress (1): 78/348 kB error 02-Jan-2023 00:01:34 Progress (1): 82/348 kB error 02-Jan-2023 00:01:34 Progress (1): 86/348 kB error 02-Jan-2023 00:01:34 Progress (1): 88/348 kB error 02-Jan-2023 00:01:34 Progress (1): 92/348 kB error 02-Jan-2023 00:01:34 Progress (1): 96/348 kB error 02-Jan-2023 00:01:34 Progress (1): 100/348 kB error 02-Jan-2023 00:01:34 Progress (1): 105/348 kB error 02-Jan-2023 00:01:34 Progress (1): 109/348 kB error 02-Jan-2023 00:01:34 Progress (1): 113/348 kB error 02-Jan-2023 00:01:34 Progress (1): 116/348 kB error 02-Jan-2023 00:01:34 Progress (1): 120/348 kB error 02-Jan-2023 00:01:34 Progress (1): 124/348 kB error 02-Jan-2023 00:01:34 Progress (1): 129/348 kB error 02-Jan-2023 00:01:34 Progress (1): 133/348 kB error 02-Jan-2023 00:01:34 Progress (1): 137/348 kB error 02-Jan-2023 00:01:34 Progress (1): 141/348 kB error 02-Jan-2023 00:01:34 Progress (1): 145/348 kB error 02-Jan-2023 00:01:34 Progress (1): 149/348 kB error 02-Jan-2023 00:01:34 Progress (1): 151/348 kB error 02-Jan-2023 00:01:34 Progress (1): 155/348 kB error 02-Jan-2023 00:01:34 Progress (1): 159/348 kB error 02-Jan-2023 00:01:34 Progress (1): 163/348 kB error 02-Jan-2023 00:01:34 Progress (1): 168/348 kB error 02-Jan-2023 00:01:34 Progress (1): 172/348 kB error 02-Jan-2023 00:01:34 Progress (1): 176/348 kB error 02-Jan-2023 00:01:34 Progress (1): 180/348 kB error 02-Jan-2023 00:01:34 Progress (1): 184/348 kB error 02-Jan-2023 00:01:34 Progress (1): 186/348 kB error 02-Jan-2023 00:01:34 Progress (1): 190/348 kB error 02-Jan-2023 00:01:34 Progress (1): 194/348 kB error 02-Jan-2023 00:01:34 Progress (1): 198/348 kB error 02-Jan-2023 00:01:34 Progress (1): 202/348 kB error 02-Jan-2023 00:01:34 Progress (1): 206/348 kB error 02-Jan-2023 00:01:34 Progress (1): 211/348 kB error 02-Jan-2023 00:01:34 Progress (1): 215/348 kB error 02-Jan-2023 00:01:34 Progress (1): 219/348 kB error 02-Jan-2023 00:01:34 Progress (1): 221/348 kB error 02-Jan-2023 00:01:34 Progress (1): 225/348 kB error 02-Jan-2023 00:01:34 Progress (1): 229/348 kB error 02-Jan-2023 00:01:34 Progress (1): 233/348 kB error 02-Jan-2023 00:01:34 Progress (1): 237/348 kB error 02-Jan-2023 00:01:34 Progress (1): 241/348 kB error 02-Jan-2023 00:01:34 Progress (1): 245/348 kB error 02-Jan-2023 00:01:34 Progress (1): 249/348 kB error 02-Jan-2023 00:01:34 Progress (1): 254/348 kB error 02-Jan-2023 00:01:34 Progress (1): 256/348 kB error 02-Jan-2023 00:01:34 Progress (1): 260/348 kB error 02-Jan-2023 00:01:34 Progress (1): 264/348 kB error 02-Jan-2023 00:01:34 Progress (1): 268/348 kB error 02-Jan-2023 00:01:34 Progress (1): 272/348 kB error 02-Jan-2023 00:01:34 Progress (1): 276/348 kB error 02-Jan-2023 00:01:34 Progress (1): 280/348 kB error 02-Jan-2023 00:01:34 Progress (1): 284/348 kB error 02-Jan-2023 00:01:34 Progress (1): 288/348 kB error 02-Jan-2023 00:01:34 Progress (1): 290/348 kB error 02-Jan-2023 00:01:34 Progress (1): 294/348 kB error 02-Jan-2023 00:01:34 Progress (1): 299/348 kB error 02-Jan-2023 00:01:34 Progress (1): 303/348 kB error 02-Jan-2023 00:01:34 Progress (1): 307/348 kB error 02-Jan-2023 00:01:34 Progress (1): 311/348 kB error 02-Jan-2023 00:01:34 Progress (1): 314/348 kB error 02-Jan-2023 00:01:34 Progress (1): 318/348 kB error 02-Jan-2023 00:01:34 Progress (1): 322/348 kB error 02-Jan-2023 00:01:34 Progress (1): 327/348 kB error 02-Jan-2023 00:01:34 Progress (1): 331/348 kB error 02-Jan-2023 00:01:34 Progress (1): 335/348 kB error 02-Jan-2023 00:01:34 Progress (1): 339/348 kB error 02-Jan-2023 00:01:34 Progress (1): 341/348 kB error 02-Jan-2023 00:01:34 Progress (1): 345/348 kB error 02-Jan-2023 00:01:34 Progress (1): 348 kB error 02-Jan-2023 00:01:34 error 02-Jan-2023 00:01:34 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 801 kB/s) error 02-Jan-2023 00:01:34 #17 72.14 [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.25.0:jar error 02-Jan-2023 00:01:34 #17 72.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 02-Jan-2023 00:01:34 #17 72.27 Progress (1): 3.3/7.2 kB error 02-Jan-2023 00:01:35 Progress (1): 6.1/7.2 kB error 02-Jan-2023 00:01:35 Progress (1): 7.2 kB error 02-Jan-2023 00:01:35 error 02-Jan-2023 00:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.pom (7.2 kB at 33 kB/s) error 02-Jan-2023 00:01:35 #17 72.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom error 02-Jan-2023 00:01:35 #17 72.55 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:35 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:35 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:35 Progress (1): 12/13 kB error 02-Jan-2023 00:01:35 Progress (1): 13 kB error 02-Jan-2023 00:01:35 error 02-Jan-2023 00:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp/1.25.0/registrationapp-1.25.0.pom (13 kB at 46 kB/s) error 02-Jan-2023 00:01:35 #17 72.67 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar error 02-Jan-2023 00:01:35 #17 72.95 Progress (1): 7.5/947 kB error 02-Jan-2023 00:01:35 Progress (1): 16/947 kB error 02-Jan-2023 00:01:35 Progress (1): 24/947 kB error 02-Jan-2023 00:01:35 Progress (1): 32/947 kB error 02-Jan-2023 00:01:35 Progress (1): 40/947 kB error 02-Jan-2023 00:01:35 Progress (1): 48/947 kB error 02-Jan-2023 00:01:35 Progress (1): 57/947 kB error 02-Jan-2023 00:01:35 Progress (1): 65/947 kB error 02-Jan-2023 00:01:35 Progress (1): 73/947 kB error 02-Jan-2023 00:01:35 Progress (1): 77/947 kB error 02-Jan-2023 00:01:35 Progress (1): 85/947 kB error 02-Jan-2023 00:01:35 Progress (1): 94/947 kB error 02-Jan-2023 00:01:35 Progress (1): 102/947 kB error 02-Jan-2023 00:01:35 Progress (1): 110/947 kB error 02-Jan-2023 00:01:35 Progress (1): 116/947 kB error 02-Jan-2023 00:01:35 Progress (1): 125/947 kB error 02-Jan-2023 00:01:35 Progress (1): 133/947 kB error 02-Jan-2023 00:01:35 Progress (1): 141/947 kB error 02-Jan-2023 00:01:35 Progress (1): 149/947 kB error 02-Jan-2023 00:01:35 Progress (1): 157/947 kB error 02-Jan-2023 00:01:35 Progress (1): 165/947 kB error 02-Jan-2023 00:01:35 Progress (1): 170/947 kB error 02-Jan-2023 00:01:35 Progress (1): 178/947 kB error 02-Jan-2023 00:01:35 Progress (1): 186/947 kB error 02-Jan-2023 00:01:35 Progress (1): 194/947 kB error 02-Jan-2023 00:01:35 Progress (1): 202/947 kB error 02-Jan-2023 00:01:35 Progress (1): 211/947 kB error 02-Jan-2023 00:01:35 Progress (1): 219/947 kB error 02-Jan-2023 00:01:35 Progress (1): 227/947 kB error 02-Jan-2023 00:01:35 Progress (1): 235/947 kB error 02-Jan-2023 00:01:35 Progress (1): 243/947 kB error 02-Jan-2023 00:01:35 Progress (1): 249/947 kB error 02-Jan-2023 00:01:35 Progress (1): 257/947 kB error 02-Jan-2023 00:01:35 Progress (1): 265/947 kB error 02-Jan-2023 00:01:35 Progress (1): 273/947 kB error 02-Jan-2023 00:01:35 Progress (1): 278/947 kB error 02-Jan-2023 00:01:35 Progress (1): 286/947 kB error 02-Jan-2023 00:01:35 Progress (1): 294/947 kB error 02-Jan-2023 00:01:35 Progress (1): 302/947 kB error 02-Jan-2023 00:01:35 Progress (1): 310/947 kB error 02-Jan-2023 00:01:35 Progress (1): 319/947 kB error 02-Jan-2023 00:01:35 Progress (1): 323/947 kB error 02-Jan-2023 00:01:35 Progress (1): 332/947 kB error 02-Jan-2023 00:01:35 Progress (1): 340/947 kB error 02-Jan-2023 00:01:35 Progress (1): 348/947 kB error 02-Jan-2023 00:01:35 Progress (1): 356/947 kB error 02-Jan-2023 00:01:35 Progress (1): 364/947 kB error 02-Jan-2023 00:01:35 Progress (1): 372/947 kB error 02-Jan-2023 00:01:35 Progress (1): 377/947 kB error 02-Jan-2023 00:01:35 Progress (1): 386/947 kB error 02-Jan-2023 00:01:35 Progress (1): 394/947 kB error 02-Jan-2023 00:01:35 Progress (1): 402/947 kB error 02-Jan-2023 00:01:35 Progress (1): 410/947 kB error 02-Jan-2023 00:01:35 Progress (1): 418/947 kB error 02-Jan-2023 00:01:35 Progress (1): 426/947 kB error 02-Jan-2023 00:01:35 Progress (1): 435/947 kB error 02-Jan-2023 00:01:35 Progress (1): 443/947 kB error 02-Jan-2023 00:01:35 Progress (1): 451/947 kB error 02-Jan-2023 00:01:35 Progress (1): 459/947 kB error 02-Jan-2023 00:01:35 Progress (1): 467/947 kB error 02-Jan-2023 00:01:35 Progress (1): 472/947 kB error 02-Jan-2023 00:01:35 Progress (1): 481/947 kB error 02-Jan-2023 00:01:35 Progress (1): 489/947 kB error 02-Jan-2023 00:01:35 Progress (1): 497/947 kB error 02-Jan-2023 00:01:35 Progress (1): 505/947 kB error 02-Jan-2023 00:01:35 Progress (1): 512/947 kB error 02-Jan-2023 00:01:35 Progress (1): 521/947 kB error 02-Jan-2023 00:01:35 Progress (1): 529/947 kB error 02-Jan-2023 00:01:35 Progress (1): 537/947 kB error 02-Jan-2023 00:01:35 Progress (1): 545/947 kB error 02-Jan-2023 00:01:35 Progress (1): 553/947 kB error 02-Jan-2023 00:01:35 Progress (1): 561/947 kB error 02-Jan-2023 00:01:35 Progress (1): 570/947 kB error 02-Jan-2023 00:01:35 Progress (1): 575/947 kB error 02-Jan-2023 00:01:35 Progress (1): 584/947 kB error 02-Jan-2023 00:01:35 Progress (1): 592/947 kB error 02-Jan-2023 00:01:35 Progress (1): 600/947 kB error 02-Jan-2023 00:01:35 Progress (1): 608/947 kB error 02-Jan-2023 00:01:35 Progress (1): 616/947 kB error 02-Jan-2023 00:01:35 Progress (1): 624/947 kB error 02-Jan-2023 00:01:35 Progress (1): 633/947 kB error 02-Jan-2023 00:01:35 Progress (1): 638/947 kB error 02-Jan-2023 00:01:35 Progress (1): 647/947 kB error 02-Jan-2023 00:01:35 Progress (1): 655/947 kB error 02-Jan-2023 00:01:35 Progress (1): 663/947 kB error 02-Jan-2023 00:01:35 Progress (1): 671/947 kB error 02-Jan-2023 00:01:35 Progress (1): 679/947 kB error 02-Jan-2023 00:01:35 Progress (1): 687/947 kB error 02-Jan-2023 00:01:35 Progress (1): 696/947 kB error 02-Jan-2023 00:01:35 Progress (1): 704/947 kB error 02-Jan-2023 00:01:35 Progress (1): 710/947 kB error 02-Jan-2023 00:01:35 Progress (1): 719/947 kB error 02-Jan-2023 00:01:35 Progress (1): 727/947 kB error 02-Jan-2023 00:01:35 Progress (1): 735/947 kB error 02-Jan-2023 00:01:35 Progress (1): 743/947 kB error 02-Jan-2023 00:01:35 Progress (1): 751/947 kB error 02-Jan-2023 00:01:35 Progress (1): 759/947 kB error 02-Jan-2023 00:01:35 Progress (1): 768/947 kB error 02-Jan-2023 00:01:35 Progress (1): 776/947 kB error 02-Jan-2023 00:01:35 Progress (1): 782/947 kB error 02-Jan-2023 00:01:35 Progress (1): 791/947 kB error 02-Jan-2023 00:01:35 Progress (1): 799/947 kB error 02-Jan-2023 00:01:35 Progress (1): 807/947 kB error 02-Jan-2023 00:01:35 Progress (1): 815/947 kB error 02-Jan-2023 00:01:35 Progress (1): 823/947 kB error 02-Jan-2023 00:01:35 Progress (1): 831/947 kB error 02-Jan-2023 00:01:35 Progress (1): 840/947 kB error 02-Jan-2023 00:01:35 Progress (1): 845/947 kB error 02-Jan-2023 00:01:35 Progress (1): 854/947 kB error 02-Jan-2023 00:01:35 Progress (1): 862/947 kB error 02-Jan-2023 00:01:35 Progress (1): 870/947 kB error 02-Jan-2023 00:01:35 Progress (1): 878/947 kB error 02-Jan-2023 00:01:35 Progress (1): 886/947 kB error 02-Jan-2023 00:01:35 Progress (1): 894/947 kB error 02-Jan-2023 00:01:35 Progress (1): 903/947 kB error 02-Jan-2023 00:01:35 Progress (1): 911/947 kB error 02-Jan-2023 00:01:35 Progress (1): 919/947 kB error 02-Jan-2023 00:01:35 Progress (1): 927/947 kB error 02-Jan-2023 00:01:35 Progress (1): 935/947 kB error 02-Jan-2023 00:01:35 Progress (1): 944/947 kB error 02-Jan-2023 00:01:35 Progress (1): 947 kB error 02-Jan-2023 00:01:35 error 02-Jan-2023 00:01:35 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/registrationapp-omod/1.25.0/registrationapp-omod-1.25.0.jar (947 kB at 2.0 MB/s) error 02-Jan-2023 00:01:35 #17 73.15 [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar error 02-Jan-2023 00:01:35 #17 73.15 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.pom error 02-Jan-2023 00:01:36 #17 73.26 Progress (1): 3.3/5.0 kB error 02-Jan-2023 00:01:36 Progress (1): 5.0 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 23 kB/s) error 02-Jan-2023 00:01:36 #17 73.38 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom error 02-Jan-2023 00:01:36 #17 73.57 Progress (1): 3.3/4.3 kB error 02-Jan-2023 00:01:36 Progress (1): 4.3 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event/2.10.0/event-2.10.0.pom (4.3 kB at 14 kB/s) error 02-Jan-2023 00:01:36 #17 73.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/event-omod/2.10.0/event-omod-2.10.0.jar error 02-Jan-2023 00:01:36 #17 74.04 Progress (1): 0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 #17 ... error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:36 #14 70.45 Progress (1): 3.0 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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.4 kB/s) error 02-Jan-2023 00:01:36 #14 70.68 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-base/2.13.0/jackson-base-2.13.0.pom error 02-Jan-2023 00:01:36 #14 70.81 Progress (1): 3.3/9.7 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/9.7 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/9.7 kB error 02-Jan-2023 00:01:36 Progress (1): 9.7 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 36 kB/s) error 02-Jan-2023 00:01:36 #14 70.99 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/fasterxml/jackson/jackson-bom/2.13.0/jackson-bom-2.13.0.pom error 02-Jan-2023 00:01:36 #14 71.12 Progress (1): 3.3/17 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/17 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/17 kB error 02-Jan-2023 00:01:36 Progress (1): 12/17 kB error 02-Jan-2023 00:01:36 Progress (1): 15/17 kB error 02-Jan-2023 00:01:36 Progress (1): 17 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 59 kB/s) error 02-Jan-2023 00:01:36 #14 71.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom error 02-Jan-2023 00:01:36 #14 71.56 Progress (1): 3.3/19 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/19 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/19 kB error 02-Jan-2023 00:01:36 Progress (1): 12/19 kB error 02-Jan-2023 00:01:36 Progress (1): 15/19 kB error 02-Jan-2023 00:01:36 Progress (1): 17/19 kB error 02-Jan-2023 00:01:36 Progress (1): 19 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 73 kB/s) error 02-Jan-2023 00:01:36 #14 71.72 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 02-Jan-2023 00:01:36 #14 71.84 Progress (1): 3.3/16 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/16 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/16 kB error 02-Jan-2023 00:01:36 Progress (1): 12/16 kB error 02-Jan-2023 00:01:36 Progress (1): 15/16 kB error 02-Jan-2023 00:01:36 Progress (1): 16 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 02-Jan-2023 00:01:36 #14 72.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom error 02-Jan-2023 00:01:36 #14 72.13 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:36 Progress (1): 12/13 kB error 02-Jan-2023 00:01:36 Progress (1): 13 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 43 kB/s) error 02-Jan-2023 00:01:36 #14 72.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.pom error 02-Jan-2023 00:01:36 #14 72.52 Progress (1): 2.0 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 02-Jan-2023 00:01:36 #14 72.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.pom error 02-Jan-2023 00:01:36 #14 72.78 Progress (1): 2.1 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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.1 kB/s) error 02-Jan-2023 00:01:36 #14 72.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.pom error 02-Jan-2023 00:01:36 #14 73.05 Progress (1): 3.3/37 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/37 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/37 kB error 02-Jan-2023 00:01:36 Progress (1): 12/37 kB error 02-Jan-2023 00:01:36 Progress (1): 15/37 kB error 02-Jan-2023 00:01:36 Progress (1): 17/37 kB error 02-Jan-2023 00:01:36 Progress (1): 20/37 kB error 02-Jan-2023 00:01:36 Progress (1): 23/37 kB error 02-Jan-2023 00:01:36 Progress (1): 26/37 kB error 02-Jan-2023 00:01:36 Progress (1): 29/37 kB error 02-Jan-2023 00:01:36 Progress (1): 31/37 kB error 02-Jan-2023 00:01:36 Progress (1): 34/37 kB error 02-Jan-2023 00:01:36 Progress (1): 37/37 kB error 02-Jan-2023 00:01:36 Progress (1): 37 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 143 kB/s) error 02-Jan-2023 00:01:36 #14 73.28 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 02-Jan-2023 00:01:36 #14 73.43 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:36 Progress (1): 12/13 kB error 02-Jan-2023 00:01:36 Progress (1): 13 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 48 kB/s) error 02-Jan-2023 00:01:36 #14 73.57 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 02-Jan-2023 00:01:36 #14 73.69 Progress (1): 3.3/9.5 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/9.5 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/9.5 kB error 02-Jan-2023 00:01:36 Progress (1): 9.5 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 38 kB/s) error 02-Jan-2023 00:01:36 #14 73.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom error 02-Jan-2023 00:01:36 #14 74.03 Progress (1): 2.0 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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.1 kB/s) error 02-Jan-2023 00:01:36 #14 74.17 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom error 02-Jan-2023 00:01:36 #14 74.31 Progress (1): 3.3/23 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/23 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/23 kB error 02-Jan-2023 00:01:36 Progress (1): 12/23 kB error 02-Jan-2023 00:01:36 Progress (1): 15/23 kB error 02-Jan-2023 00:01:36 Progress (1): 17/23 kB error 02-Jan-2023 00:01:36 Progress (1): 20/23 kB error 02-Jan-2023 00:01:36 Progress (1): 23 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 84 kB/s) error 02-Jan-2023 00:01:36 #14 74.47 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 02-Jan-2023 00:01:36 #14 74.60 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:36 Progress (1): 12/13 kB error 02-Jan-2023 00:01:36 Progress (1): 13 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.pom (13 kB at 47 kB/s) error 02-Jan-2023 00:01:36 #14 74.78 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 02-Jan-2023 00:01:36 #14 74.92 Progress (1): 1.3 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-bundles/3.0.2/jaxb-bundles-3.0.2.pom (1.3 kB at 5.1 kB/s) error 02-Jan-2023 00:01:36 #14 75.07 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 02-Jan-2023 00:01:36 #14 75.19 Progress (1): 3.3/29 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/29 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/29 kB error 02-Jan-2023 00:01:36 Progress (1): 12/29 kB error 02-Jan-2023 00:01:36 Progress (1): 15/29 kB error 02-Jan-2023 00:01:36 Progress (1): 17/29 kB error 02-Jan-2023 00:01:36 Progress (1): 20/29 kB error 02-Jan-2023 00:01:36 Progress (1): 23/29 kB error 02-Jan-2023 00:01:36 Progress (1): 26/29 kB error 02-Jan-2023 00:01:36 Progress (1): 29/29 kB error 02-Jan-2023 00:01:36 Progress (1): 29 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/mvn/jaxb-parent/3.0.2/jaxb-parent-3.0.2.pom (29 kB at 112 kB/s) error 02-Jan-2023 00:01:36 #14 75.34 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 02-Jan-2023 00:01:36 #14 75.46 Progress (1): 3.3/3.5 kB error 02-Jan-2023 00:01:36 Progress (1): 3.5 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-bom-ext/3.0.2/jaxb-bom-ext-3.0.2.pom (3.5 kB at 14 kB/s) error 02-Jan-2023 00:01:36 #14 75.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom error 02-Jan-2023 00:01:36 #14 75.73 Progress (1): 3.3/10 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/10 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/10 kB error 02-Jan-2023 00:01:36 Progress (1): 10 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/glassfish/jaxb/jaxb-bom/3.0.2/jaxb-bom-3.0.2.pom (10 kB at 40 kB/s) error 02-Jan-2023 00:01:36 #14 75.90 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 02-Jan-2023 00:01:36 #14 76.08 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:36 Progress (1): 12/13 kB error 02-Jan-2023 00:01:36 Progress (1): 13 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 40 kB/s) error 02-Jan-2023 00:01:36 #14 76.63 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/test/openmrs-test/2.5.8/openmrs-test-2.5.8.pom error 02-Jan-2023 00:01:36 #14 76.98 Progress (1): 3.2 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 3.9 kB/s) error 02-Jan-2023 00:01:36 #14 78.02 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 02-Jan-2023 00:01:36 #14 78.21 Progress (1): 1.7 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/springframework/spring-test/5.2.14.RELEASE/spring-test-5.2.14.RELEASE.pom (1.7 kB at 5.2 kB/s) error 02-Jan-2023 00:01:36 #14 78.68 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 02-Jan-2023 00:01:36 #14 78.81 Progress (1): 3.2 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 12 kB/s) error 02-Jan-2023 00:01:36 #14 79.06 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 02-Jan-2023 00:01:36 #14 79.19 Progress (1): 2.8 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 02-Jan-2023 00:01:36 #14 79.43 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 02-Jan-2023 00:01:36 #14 79.59 Progress (1): 3.2 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 02-Jan-2023 00:01:36 #14 79.75 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 02-Jan-2023 00:01:36 #14 79.90 Progress (1): 3.2 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.pom (3.2 kB at 10 kB/s) error 02-Jan-2023 00:01:36 #14 80.09 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 02-Jan-2023 00:01:36 #14 80.25 Progress (1): 3.2 kB error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 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 10 kB/s) error 02-Jan-2023 00:01:36 #14 80.43 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom error 02-Jan-2023 00:01:36 #14 80.55 Progress (1): 3.3/59 kB error 02-Jan-2023 00:01:36 Progress (1): 6.1/59 kB error 02-Jan-2023 00:01:36 Progress (1): 8.9/59 kB error 02-Jan-2023 00:01:36 Progress (1): 12/59 kB error 02-Jan-2023 00:01:36 Progress (1): 15/59 kB error 02-Jan-2023 00:01:36 Progress (1): 17/59 kB error 02-Jan-2023 00:01:36 Progress (1): 20/59 kB error 02-Jan-2023 00:01:36 Progress (1): 23/59 kB error 02-Jan-2023 00:01:36 Progress (1): 26/59 kB error 02-Jan-2023 00:01:36 Progress (1): 29/59 kB error 02-Jan-2023 00:01:36 Progress (1): 31/59 kB error 02-Jan-2023 00:01:36 Progress (1): 34/59 kB error 02-Jan-2023 00:01:36 Progress (1): 37/59 kB error 02-Jan-2023 00:01:36 Progress (1): 40/59 kB error 02-Jan-2023 00:01:36 #14 ... error 02-Jan-2023 00:01:36 error 02-Jan-2023 00:01:36 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:36 #17 74.04 Progress (1): 0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 0.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 1.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 2.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 3.9/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.0/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.1/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.2/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.3/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.4/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.5/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.6/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.7/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.8/4.8 MB error 02-Jan-2023 00:01:36 Progress (1): 4.8 MB error 02-Jan-2023 00:01:37 error 02-Jan-2023 00:01:37 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.2 MB/s) error 02-Jan-2023 00:01:37 #17 74.35 [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar error 02-Jan-2023 00:01:37 #17 74.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.pom error 02-Jan-2023 00:01:37 #17 74.47 Progress (1): 3.3/5.5 kB error 02-Jan-2023 00:01:37 Progress (1): 5.5 kB error 02-Jan-2023 00:01:37 error 02-Jan-2023 00:01:37 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 02-Jan-2023 00:01:37 #17 74.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary/2.0.7/uilibrary-2.0.7.pom error 02-Jan-2023 00:01:37 #17 74.77 Progress (1): 3.3/5.1 kB error 02-Jan-2023 00:01:37 Progress (1): 5.1 kB error 02-Jan-2023 00:01:37 error 02-Jan-2023 00:01:37 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 02-Jan-2023 00:01:37 #17 74.89 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar error 02-Jan-2023 00:01:38 #17 75.20 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:38 Progress (1): 1.2 MB error 02-Jan-2023 00:01:38 error 02-Jan-2023 00:01:38 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/uilibrary-omod/2.0.7/uilibrary-omod-2.0.7.jar (1.2 MB at 2.7 MB/s) error 02-Jan-2023 00:01:38 #17 75.35 [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.11.0:jar error 02-Jan-2023 00:01:38 #17 75.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.pom error 02-Jan-2023 00:01:38 #17 75.48 Progress (1): 3.2 kB error 02-Jan-2023 00:01:38 error 02-Jan-2023 00:01:38 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 02-Jan-2023 00:01:38 #17 75.59 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets/1.11.0/htmlwidgets-1.11.0.pom error 02-Jan-2023 00:01:38 #17 75.78 Progress (1): 3.3/7.9 kB error 02-Jan-2023 00:01:38 Progress (1): 6.1/7.9 kB error 02-Jan-2023 00:01:38 Progress (1): 7.9 kB error 02-Jan-2023 00:01:38 error 02-Jan-2023 00:01:38 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 26 kB/s) error 02-Jan-2023 00:01:38 #17 75.90 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlwidgets-omod/1.11.0/htmlwidgets-omod-1.11.0.jar error 02-Jan-2023 00:01:38 #17 76.01 Progress (1): 3.3/116 kB error 02-Jan-2023 00:01:38 Progress (1): 6.1/116 kB error 02-Jan-2023 00:01:38 Progress (1): 8.9/116 kB error 02-Jan-2023 00:01:38 Progress (1): 12/116 kB error 02-Jan-2023 00:01:38 Progress (1): 15/116 kB error 02-Jan-2023 00:01:38 Progress (1): 17/116 kB error 02-Jan-2023 00:01:38 Progress (1): 20/116 kB error 02-Jan-2023 00:01:38 Progress (1): 23/116 kB error 02-Jan-2023 00:01:38 Progress (1): 26/116 kB error 02-Jan-2023 00:01:38 Progress (1): 29/116 kB error 02-Jan-2023 00:01:38 Progress (1): 31/116 kB error 02-Jan-2023 00:01:38 Progress (1): 34/116 kB error 02-Jan-2023 00:01:38 Progress (1): 37/116 kB error 02-Jan-2023 00:01:38 Progress (1): 40/116 kB error 02-Jan-2023 00:01:38 Progress (1): 43/116 kB error 02-Jan-2023 00:01:38 Progress (1): 45/116 kB error 02-Jan-2023 00:01:38 Progress (1): 48/116 kB error 02-Jan-2023 00:01:38 Progress (1): 51/116 kB error 02-Jan-2023 00:01:38 Progress (1): 54/116 kB error 02-Jan-2023 00:01:38 Progress (1): 56/116 kB error 02-Jan-2023 00:01:38 Progress (1): 59/116 kB error 02-Jan-2023 00:01:38 Progress (1): 62/116 kB error 02-Jan-2023 00:01:38 Progress (1): 65/116 kB error 02-Jan-2023 00:01:38 Progress (1): 68/116 kB error 02-Jan-2023 00:01:38 Progress (1): 70/116 kB error 02-Jan-2023 00:01:38 Progress (1): 73/116 kB error 02-Jan-2023 00:01:38 Progress (1): 76/116 kB error 02-Jan-2023 00:01:38 Progress (1): 79/116 kB error 02-Jan-2023 00:01:38 Progress (1): 82/116 kB error 02-Jan-2023 00:01:38 Progress (1): 84/116 kB error 02-Jan-2023 00:01:38 Progress (1): 87/116 kB error 02-Jan-2023 00:01:38 Progress (1): 90/116 kB error 02-Jan-2023 00:01:38 Progress (1): 93/116 kB error 02-Jan-2023 00:01:38 Progress (1): 96/116 kB error 02-Jan-2023 00:01:38 Progress (1): 98/116 kB error 02-Jan-2023 00:01:38 Progress (1): 101/116 kB error 02-Jan-2023 00:01:38 Progress (1): 104/116 kB error 02-Jan-2023 00:01:38 Progress (1): 107/116 kB error 02-Jan-2023 00:01:38 Progress (1): 110/116 kB error 02-Jan-2023 00:01:38 Progress (1): 112/116 kB error 02-Jan-2023 00:01:38 Progress (1): 115/116 kB error 02-Jan-2023 00:01:38 Progress (1): 116 kB error 02-Jan-2023 00:01:38 error 02-Jan-2023 00:01:39 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 329 kB/s) error 02-Jan-2023 00:01:39 #17 76.25 [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.8:jar error 02-Jan-2023 00:01:39 #17 76.25 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.pom error 02-Jan-2023 00:01:39 #17 76.37 Progress (1): 3.3/5.9 kB error 02-Jan-2023 00:01:39 Progress (1): 5.9 kB error 02-Jan-2023 00:01:39 error 02-Jan-2023 00:01:39 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 02-Jan-2023 00:01:39 #17 76.48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange/1.3.8/dataexchange-1.3.8.pom error 02-Jan-2023 00:01:39 #17 76.66 Progress (1): 3.3/6.0 kB error 02-Jan-2023 00:01:39 Progress (1): 6.0 kB error 02-Jan-2023 00:01:39 error 02-Jan-2023 00:01:39 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 02-Jan-2023 00:01:39 #17 76.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/dataexchange-omod/1.3.8/dataexchange-omod-1.3.8.jar error 02-Jan-2023 00:01:39 #17 77.08 Progress (1): 4.1/571 kB error 02-Jan-2023 00:01:39 Progress (1): 8.2/571 kB error 02-Jan-2023 00:01:39 Progress (1): 12/571 kB error 02-Jan-2023 00:01:39 Progress (1): 16/571 kB error 02-Jan-2023 00:01:39 Progress (1): 20/571 kB error 02-Jan-2023 00:01:39 Progress (1): 25/571 kB error 02-Jan-2023 00:01:39 Progress (1): 29/571 kB error 02-Jan-2023 00:01:39 Progress (1): 33/571 kB error 02-Jan-2023 00:01:39 Progress (1): 37/571 kB error 02-Jan-2023 00:01:39 Progress (1): 41/571 kB error 02-Jan-2023 00:01:39 Progress (1): 45/571 kB error 02-Jan-2023 00:01:39 Progress (1): 49/571 kB error 02-Jan-2023 00:01:39 Progress (1): 53/571 kB error 02-Jan-2023 00:01:39 Progress (1): 57/571 kB error 02-Jan-2023 00:01:39 Progress (1): 61/571 kB error 02-Jan-2023 00:01:39 Progress (1): 66/571 kB error 02-Jan-2023 00:01:39 Progress (1): 70/571 kB error 02-Jan-2023 00:01:39 Progress (1): 74/571 kB error 02-Jan-2023 00:01:39 Progress (1): 78/571 kB error 02-Jan-2023 00:01:39 Progress (1): 82/571 kB error 02-Jan-2023 00:01:39 Progress (1): 85/571 kB error 02-Jan-2023 00:01:39 Progress (1): 89/571 kB error 02-Jan-2023 00:01:39 Progress (1): 93/571 kB error 02-Jan-2023 00:01:39 Progress (1): 97/571 kB error 02-Jan-2023 00:01:39 Progress (1): 101/571 kB error 02-Jan-2023 00:01:39 Progress (1): 105/571 kB error 02-Jan-2023 00:01:39 Progress (1): 109/571 kB error 02-Jan-2023 00:01:39 Progress (1): 114/571 kB error 02-Jan-2023 00:01:39 Progress (1): 116/571 kB error 02-Jan-2023 00:01:39 Progress (1): 120/571 kB error 02-Jan-2023 00:01:39 Progress (1): 125/571 kB error 02-Jan-2023 00:01:39 Progress (1): 129/571 kB error 02-Jan-2023 00:01:39 Progress (1): 133/571 kB error 02-Jan-2023 00:01:39 Progress (1): 137/571 kB error 02-Jan-2023 00:01:39 Progress (1): 141/571 kB error 02-Jan-2023 00:01:39 Progress (1): 145/571 kB error 02-Jan-2023 00:01:39 Progress (1): 149/571 kB error 02-Jan-2023 00:01:39 Progress (1): 153/571 kB error 02-Jan-2023 00:01:39 Progress (1): 157/571 kB error 02-Jan-2023 00:01:39 Progress (1): 161/571 kB error 02-Jan-2023 00:01:39 Progress (1): 165/571 kB error 02-Jan-2023 00:01:39 Progress (1): 170/571 kB error 02-Jan-2023 00:01:39 Progress (1): 174/571 kB error 02-Jan-2023 00:01:39 Progress (1): 178/571 kB error 02-Jan-2023 00:01:39 Progress (1): 182/571 kB error 02-Jan-2023 00:01:39 Progress (1): 186/571 kB error 02-Jan-2023 00:01:39 Progress (1): 188/571 kB error 02-Jan-2023 00:01:39 Progress (1): 192/571 kB error 02-Jan-2023 00:01:39 Progress (1): 197/571 kB error 02-Jan-2023 00:01:39 Progress (1): 201/571 kB error 02-Jan-2023 00:01:39 Progress (1): 205/571 kB error 02-Jan-2023 00:01:39 Progress (1): 209/571 kB error 02-Jan-2023 00:01:39 Progress (1): 213/571 kB error 02-Jan-2023 00:01:39 Progress (1): 217/571 kB error 02-Jan-2023 00:01:39 Progress (1): 221/571 kB error 02-Jan-2023 00:01:39 Progress (1): 225/571 kB error 02-Jan-2023 00:01:39 Progress (1): 229/571 kB error 02-Jan-2023 00:01:39 Progress (1): 233/571 kB error 02-Jan-2023 00:01:39 Progress (1): 237/571 kB error 02-Jan-2023 00:01:39 Progress (1): 242/571 kB error 02-Jan-2023 00:01:39 Progress (1): 246/571 kB error 02-Jan-2023 00:01:39 Progress (1): 250/571 kB error 02-Jan-2023 00:01:39 Progress (1): 254/571 kB error 02-Jan-2023 00:01:39 Progress (1): 258/571 kB error 02-Jan-2023 00:01:39 Progress (1): 260/571 kB error 02-Jan-2023 00:01:39 Progress (1): 264/571 kB error 02-Jan-2023 00:01:39 Progress (1): 269/571 kB error 02-Jan-2023 00:01:39 Progress (1): 273/571 kB error 02-Jan-2023 00:01:39 Progress (1): 277/571 kB error 02-Jan-2023 00:01:39 Progress (1): 281/571 kB error 02-Jan-2023 00:01:39 Progress (1): 285/571 kB error 02-Jan-2023 00:01:39 Progress (1): 289/571 kB error 02-Jan-2023 00:01:39 Progress (1): 293/571 kB error 02-Jan-2023 00:01:39 Progress (1): 297/571 kB error 02-Jan-2023 00:01:39 Progress (1): 301/571 kB error 02-Jan-2023 00:01:39 Progress (1): 305/571 kB error 02-Jan-2023 00:01:39 Progress (1): 309/571 kB error 02-Jan-2023 00:01:39 Progress (1): 314/571 kB error 02-Jan-2023 00:01:39 Progress (1): 318/571 kB error 02-Jan-2023 00:01:39 Progress (1): 322/571 kB error 02-Jan-2023 00:01:39 Progress (1): 326/571 kB error 02-Jan-2023 00:01:39 Progress (1): 330/571 kB error 02-Jan-2023 00:01:39 Progress (1): 334/571 kB error 02-Jan-2023 00:01:39 Progress (1): 338/571 kB error 02-Jan-2023 00:01:39 Progress (1): 341/571 kB error 02-Jan-2023 00:01:39 Progress (1): 345/571 kB error 02-Jan-2023 00:01:39 Progress (1): 349/571 kB error 02-Jan-2023 00:01:39 Progress (1): 353/571 kB error 02-Jan-2023 00:01:39 Progress (1): 357/571 kB error 02-Jan-2023 00:01:39 Progress (1): 361/571 kB error 02-Jan-2023 00:01:39 Progress (1): 365/571 kB error 02-Jan-2023 00:01:39 Progress (1): 369/571 kB error 02-Jan-2023 00:01:39 Progress (1): 373/571 kB error 02-Jan-2023 00:01:39 Progress (1): 376/571 kB error 02-Jan-2023 00:01:39 Progress (1): 380/571 kB error 02-Jan-2023 00:01:39 Progress (1): 384/571 kB error 02-Jan-2023 00:01:39 Progress (1): 386/571 kB error 02-Jan-2023 00:01:39 Progress (1): 390/571 kB error 02-Jan-2023 00:01:39 Progress (1): 395/571 kB error 02-Jan-2023 00:01:39 Progress (1): 399/571 kB error 02-Jan-2023 00:01:39 Progress (1): 403/571 kB error 02-Jan-2023 00:01:39 Progress (1): 407/571 kB error 02-Jan-2023 00:01:39 Progress (1): 411/571 kB error 02-Jan-2023 00:01:39 Progress (1): 413/571 kB error 02-Jan-2023 00:01:39 Progress (1): 417/571 kB error 02-Jan-2023 00:01:39 Progress (1): 422/571 kB error 02-Jan-2023 00:01:39 Progress (1): 426/571 kB error 02-Jan-2023 00:01:39 Progress (1): 430/571 kB error 02-Jan-2023 00:01:39 Progress (1): 434/571 kB error 02-Jan-2023 00:01:39 Progress (1): 438/571 kB error 02-Jan-2023 00:01:39 Progress (1): 442/571 kB error 02-Jan-2023 00:01:39 Progress (1): 446/571 kB error 02-Jan-2023 00:01:39 Progress (1): 448/571 kB error 02-Jan-2023 00:01:39 Progress (1): 452/571 kB error 02-Jan-2023 00:01:39 Progress (1): 456/571 kB error 02-Jan-2023 00:01:39 Progress (1): 460/571 kB error 02-Jan-2023 00:01:39 Progress (1): 465/571 kB error 02-Jan-2023 00:01:39 Progress (1): 469/571 kB error 02-Jan-2023 00:01:39 Progress (1): 473/571 kB error 02-Jan-2023 00:01:39 Progress (1): 476/571 kB error 02-Jan-2023 00:01:39 Progress (1): 480/571 kB error 02-Jan-2023 00:01:39 Progress (1): 484/571 kB error 02-Jan-2023 00:01:39 Progress (1): 488/571 kB error 02-Jan-2023 00:01:39 Progress (1): 492/571 kB error 02-Jan-2023 00:01:39 Progress (1): 496/571 kB error 02-Jan-2023 00:01:39 Progress (1): 500/571 kB error 02-Jan-2023 00:01:39 Progress (1): 504/571 kB error 02-Jan-2023 00:01:39 Progress (1): 508/571 kB error 02-Jan-2023 00:01:39 Progress (1): 511/571 kB error 02-Jan-2023 00:01:39 Progress (1): 515/571 kB error 02-Jan-2023 00:01:39 Progress (1): 519/571 kB error 02-Jan-2023 00:01:39 Progress (1): 521/571 kB error 02-Jan-2023 00:01:39 Progress (1): 525/571 kB error 02-Jan-2023 00:01:39 Progress (1): 530/571 kB error 02-Jan-2023 00:01:39 Progress (1): 534/571 kB error 02-Jan-2023 00:01:39 Progress (1): 538/571 kB error 02-Jan-2023 00:01:39 Progress (1): 542/571 kB error 02-Jan-2023 00:01:39 Progress (1): 546/571 kB error 02-Jan-2023 00:01:39 Progress (1): 550/571 kB error 02-Jan-2023 00:01:39 Progress (1): 554/571 kB error 02-Jan-2023 00:01:39 Progress (1): 556/571 kB error 02-Jan-2023 00:01:39 Progress (1): 560/571 kB error 02-Jan-2023 00:01:39 Progress (1): 564/571 kB error 02-Jan-2023 00:01:39 Progress (1): 568/571 kB error 02-Jan-2023 00:01:39 Progress (1): 571 kB error 02-Jan-2023 00:01:39 error 02-Jan-2023 00:01:39 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 02-Jan-2023 00:01:39 #17 77.29 [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.16.0:jar error 02-Jan-2023 00:01:39 #17 77.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.pom error 02-Jan-2023 00:01:40 #17 77.40 Progress (1): 3.3/4.7 kB error 02-Jan-2023 00:01:40 Progress (1): 4.7 kB error 02-Jan-2023 00:01:40 error 02-Jan-2023 00:01:40 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 02-Jan-2023 00:01:40 #17 77.51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom error 02-Jan-2023 00:01:40 #17 77.64 Progress (1): 3.3/9.6 kB error 02-Jan-2023 00:01:40 Progress (1): 6.1/9.6 kB error 02-Jan-2023 00:01:40 Progress (1): 8.9/9.6 kB error 02-Jan-2023 00:01:40 Progress (1): 9.6 kB error 02-Jan-2023 00:01:40 error 02-Jan-2023 00:01:40 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui/1.16.0/appui-1.16.0.pom (9.6 kB at 41 kB/s) error 02-Jan-2023 00:01:40 #17 77.75 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appui-omod/1.16.0/appui-omod-1.16.0.jar error 02-Jan-2023 00:01:40 #17 78.04 Progress (1): 4.1/222 kB error 02-Jan-2023 00:01:40 Progress (1): 8.2/222 kB error 02-Jan-2023 00:01:40 Progress (1): 12/222 kB error 02-Jan-2023 00:01:40 Progress (1): 16/222 kB error 02-Jan-2023 00:01:40 Progress (1): 20/222 kB error 02-Jan-2023 00:01:40 Progress (1): 25/222 kB error 02-Jan-2023 00:01:40 Progress (1): 29/222 kB error 02-Jan-2023 00:01:40 Progress (1): 33/222 kB error 02-Jan-2023 00:01:40 Progress (1): 37/222 kB error 02-Jan-2023 00:01:40 Progress (1): 41/222 kB error 02-Jan-2023 00:01:40 Progress (1): 45/222 kB error 02-Jan-2023 00:01:40 Progress (1): 49/222 kB error 02-Jan-2023 00:01:40 Progress (1): 52/222 kB error 02-Jan-2023 00:01:40 Progress (1): 56/222 kB error 02-Jan-2023 00:01:40 Progress (1): 60/222 kB error 02-Jan-2023 00:01:40 Progress (1): 64/222 kB error 02-Jan-2023 00:01:40 Progress (1): 68/222 kB error 02-Jan-2023 00:01:40 Progress (1): 72/222 kB error 02-Jan-2023 00:01:40 Progress (1): 76/222 kB error 02-Jan-2023 00:01:40 Progress (1): 80/222 kB error 02-Jan-2023 00:01:40 Progress (1): 84/222 kB error 02-Jan-2023 00:01:40 Progress (1): 86/222 kB error 02-Jan-2023 00:01:40 Progress (1): 91/222 kB error 02-Jan-2023 00:01:40 Progress (1): 95/222 kB error 02-Jan-2023 00:01:40 Progress (1): 99/222 kB error 02-Jan-2023 00:01:40 Progress (1): 103/222 kB error 02-Jan-2023 00:01:40 Progress (1): 107/222 kB error 02-Jan-2023 00:01:40 Progress (1): 111/222 kB error 02-Jan-2023 00:01:40 Progress (1): 115/222 kB error 02-Jan-2023 00:01:40 Progress (1): 119/222 kB error 02-Jan-2023 00:01:40 Progress (1): 123/222 kB error 02-Jan-2023 00:01:40 Progress (1): 127/222 kB error 02-Jan-2023 00:01:40 Progress (1): 132/222 kB error 02-Jan-2023 00:01:40 Progress (1): 134/222 kB error 02-Jan-2023 00:01:40 Progress (1): 138/222 kB error 02-Jan-2023 00:01:40 Progress (1): 142/222 kB error 02-Jan-2023 00:01:40 Progress (1): 146/222 kB error 02-Jan-2023 00:01:40 Progress (1): 150/222 kB error 02-Jan-2023 00:01:40 Progress (1): 154/222 kB error 02-Jan-2023 00:01:40 Progress (1): 158/222 kB error 02-Jan-2023 00:01:40 Progress (1): 162/222 kB error 02-Jan-2023 00:01:40 Progress (1): 166/222 kB error 02-Jan-2023 00:01:40 Progress (1): 169/222 kB error 02-Jan-2023 00:01:40 Progress (1): 173/222 kB error 02-Jan-2023 00:01:40 Progress (1): 177/222 kB error 02-Jan-2023 00:01:40 Progress (1): 181/222 kB error 02-Jan-2023 00:01:40 Progress (1): 185/222 kB error 02-Jan-2023 00:01:40 Progress (1): 188/222 kB error 02-Jan-2023 00:01:40 Progress (1): 192/222 kB error 02-Jan-2023 00:01:40 Progress (1): 197/222 kB error 02-Jan-2023 00:01:40 Progress (1): 201/222 kB error 02-Jan-2023 00:01:40 Progress (1): 205/222 kB error 02-Jan-2023 00:01:40 Progress (1): 209/222 kB error 02-Jan-2023 00:01:40 Progress (1): 213/222 kB error 02-Jan-2023 00:01:40 Progress (1): 215/222 kB error 02-Jan-2023 00:01:40 Progress (1): 219/222 kB error 02-Jan-2023 00:01:40 Progress (1): 222 kB error 02-Jan-2023 00:01:40 error 02-Jan-2023 00:01:40 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 506 kB/s) error 02-Jan-2023 00:01:40 #17 78.19 [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.5:jar error 02-Jan-2023 00:01:40 #17 78.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.pom error 02-Jan-2023 00:01:40 #17 78.32 Progress (1): 3.3/8.2 kB error 02-Jan-2023 00:01:41 Progress (1): 6.1/8.2 kB error 02-Jan-2023 00:01:41 Progress (1): 8.2 kB error 02-Jan-2023 00:01:41 error 02-Jan-2023 00:01:41 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 02-Jan-2023 00:01:41 #17 78.44 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui/1.8.5/allergyui-1.8.5.pom error 02-Jan-2023 00:01:41 #17 78.61 Progress (1): 3.3/5.1 kB error 02-Jan-2023 00:01:41 Progress (1): 5.1 kB error 02-Jan-2023 00:01:41 error 02-Jan-2023 00:01:41 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 18 kB/s) error 02-Jan-2023 00:01:41 #17 78.72 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/allergyui-omod/1.8.5/allergyui-omod-1.8.5.jar error 02-Jan-2023 00:01:41 #17 78.84 Progress (1): 3.3/75 kB error 02-Jan-2023 00:01:41 Progress (1): 6.1/75 kB error 02-Jan-2023 00:01:41 Progress (1): 8.9/75 kB error 02-Jan-2023 00:01:41 Progress (1): 12/75 kB error 02-Jan-2023 00:01:41 Progress (1): 15/75 kB error 02-Jan-2023 00:01:41 Progress (1): 17/75 kB error 02-Jan-2023 00:01:41 Progress (1): 20/75 kB error 02-Jan-2023 00:01:41 Progress (1): 23/75 kB error 02-Jan-2023 00:01:41 Progress (1): 26/75 kB error 02-Jan-2023 00:01:41 Progress (1): 29/75 kB error 02-Jan-2023 00:01:41 Progress (1): 31/75 kB error 02-Jan-2023 00:01:41 Progress (1): 34/75 kB error 02-Jan-2023 00:01:41 Progress (1): 37/75 kB error 02-Jan-2023 00:01:41 Progress (1): 40/75 kB error 02-Jan-2023 00:01:41 Progress (1): 42/75 kB error 02-Jan-2023 00:01:41 Progress (1): 45/75 kB error 02-Jan-2023 00:01:41 Progress (1): 48/75 kB error 02-Jan-2023 00:01:41 Progress (1): 51/75 kB error 02-Jan-2023 00:01:41 Progress (1): 54/75 kB error 02-Jan-2023 00:01:41 Progress (1): 56/75 kB error 02-Jan-2023 00:01:41 Progress (1): 59/75 kB error 02-Jan-2023 00:01:41 Progress (1): 62/75 kB error 02-Jan-2023 00:01:41 Progress (1): 65/75 kB error 02-Jan-2023 00:01:41 Progress (1): 68/75 kB error 02-Jan-2023 00:01:41 Progress (1): 70/75 kB error 02-Jan-2023 00:01:41 Progress (1): 73/75 kB error 02-Jan-2023 00:01:41 Progress (1): 75 kB error 02-Jan-2023 00:01:41 error 02-Jan-2023 00:01:41 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 303 kB/s) error 02-Jan-2023 00:01:41 #17 78.97 [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.14.0:jar error 02-Jan-2023 00:01:41 #17 78.98 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.pom error 02-Jan-2023 00:01:41 #17 79.09 Progress (1): 3.3/6.8 kB error 02-Jan-2023 00:01:41 Progress (1): 6.1/6.8 kB error 02-Jan-2023 00:01:41 Progress (1): 6.8 kB error 02-Jan-2023 00:01:41 error 02-Jan-2023 00:01:41 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 02-Jan-2023 00:01:41 #17 79.20 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement/2.14.0/providermanagement-2.14.0.pom error 02-Jan-2023 00:01:42 #17 79.31 Progress (1): 3.3/5.3 kB error 02-Jan-2023 00:01:42 Progress (1): 5.3 kB error 02-Jan-2023 00:01:42 error 02-Jan-2023 00:01:42 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 21 kB/s) error 02-Jan-2023 00:01:42 #17 79.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/providermanagement-omod/2.14.0/providermanagement-omod-2.14.0.jar error 02-Jan-2023 00:01:42 #17 79.77 Progress (1): 4.1/235 kB error 02-Jan-2023 00:01:42 Progress (1): 8.2/235 kB error 02-Jan-2023 00:01:42 Progress (1): 12/235 kB error 02-Jan-2023 00:01:42 Progress (1): 16/235 kB error 02-Jan-2023 00:01:42 Progress (1): 20/235 kB error 02-Jan-2023 00:01:42 Progress (1): 24/235 kB error 02-Jan-2023 00:01:42 Progress (1): 28/235 kB error 02-Jan-2023 00:01:42 Progress (1): 32/235 kB error 02-Jan-2023 00:01:42 Progress (1): 36/235 kB error 02-Jan-2023 00:01:42 Progress (1): 40/235 kB error 02-Jan-2023 00:01:42 Progress (1): 44/235 kB error 02-Jan-2023 00:01:42 Progress (1): 48/235 kB error 02-Jan-2023 00:01:42 Progress (1): 51/235 kB error 02-Jan-2023 00:01:42 Progress (1): 53/235 kB error 02-Jan-2023 00:01:42 Progress (1): 57/235 kB error 02-Jan-2023 00:01:42 Progress (1): 62/235 kB error 02-Jan-2023 00:01:42 Progress (1): 66/235 kB error 02-Jan-2023 00:01:42 Progress (1): 70/235 kB error 02-Jan-2023 00:01:42 Progress (1): 74/235 kB error 02-Jan-2023 00:01:42 Progress (1): 78/235 kB error 02-Jan-2023 00:01:42 Progress (1): 82/235 kB error 02-Jan-2023 00:01:42 Progress (1): 86/235 kB error 02-Jan-2023 00:01:42 Progress (1): 89/235 kB error 02-Jan-2023 00:01:42 Progress (1): 93/235 kB error 02-Jan-2023 00:01:42 Progress (1): 97/235 kB error 02-Jan-2023 00:01:42 Progress (1): 101/235 kB error 02-Jan-2023 00:01:42 Progress (1): 105/235 kB error 02-Jan-2023 00:01:42 Progress (1): 109/235 kB error 02-Jan-2023 00:01:42 Progress (1): 113/235 kB error 02-Jan-2023 00:01:42 Progress (1): 116/235 kB error 02-Jan-2023 00:01:42 Progress (1): 120/235 kB error 02-Jan-2023 00:01:42 Progress (1): 125/235 kB error 02-Jan-2023 00:01:42 Progress (1): 129/235 kB error 02-Jan-2023 00:01:42 Progress (1): 133/235 kB error 02-Jan-2023 00:01:42 Progress (1): 137/235 kB error 02-Jan-2023 00:01:42 Progress (1): 141/235 kB error 02-Jan-2023 00:01:42 Progress (1): 145/235 kB error 02-Jan-2023 00:01:42 Progress (1): 149/235 kB error 02-Jan-2023 00:01:42 Progress (1): 153/235 kB error 02-Jan-2023 00:01:42 Progress (1): 157/235 kB error 02-Jan-2023 00:01:42 Progress (1): 161/235 kB error 02-Jan-2023 00:01:42 Progress (1): 165/235 kB error 02-Jan-2023 00:01:42 Progress (1): 170/235 kB error 02-Jan-2023 00:01:42 Progress (1): 174/235 kB error 02-Jan-2023 00:01:42 Progress (1): 178/235 kB error 02-Jan-2023 00:01:42 Progress (1): 182/235 kB error 02-Jan-2023 00:01:42 Progress (1): 186/235 kB error 02-Jan-2023 00:01:42 Progress (1): 188/235 kB error 02-Jan-2023 00:01:42 Progress (1): 192/235 kB error 02-Jan-2023 00:01:42 Progress (1): 197/235 kB error 02-Jan-2023 00:01:42 Progress (1): 201/235 kB error 02-Jan-2023 00:01:42 Progress (1): 205/235 kB error 02-Jan-2023 00:01:42 Progress (1): 209/235 kB error 02-Jan-2023 00:01:42 Progress (1): 213/235 kB error 02-Jan-2023 00:01:42 Progress (1): 217/235 kB error 02-Jan-2023 00:01:42 Progress (1): 221/235 kB error 02-Jan-2023 00:01:42 Progress (1): 224/235 kB error 02-Jan-2023 00:01:42 Progress (1): 228/235 kB error 02-Jan-2023 00:01:42 Progress (1): 233/235 kB error 02-Jan-2023 00:01:42 Progress (1): 235 kB error 02-Jan-2023 00:01:42 error 02-Jan-2023 00:01:42 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 522 kB/s) error 02-Jan-2023 00:01:42 #17 79.91 [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.14.0:jar error 02-Jan-2023 00:01:42 #17 79.92 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.pom error 02-Jan-2023 00:01:42 #17 80.03 Progress (1): 3.3/9.9 kB error 02-Jan-2023 00:01:42 Progress (1): 6.1/9.9 kB error 02-Jan-2023 00:01:42 Progress (1): 8.9/9.9 kB error 02-Jan-2023 00:01:42 Progress (1): 9.9 kB error 02-Jan-2023 00:01:42 error 02-Jan-2023 00:01:42 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 02-Jan-2023 00:01:42 #17 80.14 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom error 02-Jan-2023 00:01:43 #17 80.35 Progress (1): 3.3/12 kB error 02-Jan-2023 00:01:43 Progress (1): 6.1/12 kB error 02-Jan-2023 00:01:43 Progress (1): 8.9/12 kB error 02-Jan-2023 00:01:43 Progress (1): 12/12 kB error 02-Jan-2023 00:01:43 Progress (1): 12 kB error 02-Jan-2023 00:01:43 error 02-Jan-2023 00:01:43 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui/1.14.0/appointmentschedulingui-1.14.0.pom (12 kB at 37 kB/s) error 02-Jan-2023 00:01:43 #17 80.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/appointmentschedulingui-omod/1.14.0/appointmentschedulingui-omod-1.14.0.jar error 02-Jan-2023 00:01:43 #17 80.76 Progress (1): 0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 0.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 1.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 2.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 3.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.2/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.3/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.4/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.5/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.6/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.7/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.8/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 4.9/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.0/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.1/5.1 MB error 02-Jan-2023 00:01:43 Progress (1): 5.1 MB error 02-Jan-2023 00:01:43 error 02-Jan-2023 00:01:43 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.8 MB/s) error 02-Jan-2023 00:01:43 #17 81.11 [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.7.0:jar error 02-Jan-2023 00:01:43 #17 81.11 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom error 02-Jan-2023 00:01:43 #17 81.23 Progress (1): 3.3/11 kB error 02-Jan-2023 00:01:43 Progress (1): 6.1/11 kB error 02-Jan-2023 00:01:43 Progress (1): 8.9/11 kB error 02-Jan-2023 00:01:43 Progress (1): 11 kB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.pom (11 kB at 48 kB/s) error 02-Jan-2023 00:01:44 #17 81.34 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments/2.7.0/attachments-2.7.0.pom error 02-Jan-2023 00:01:44 #17 81.52 Progress (1): 3.3/6.2 kB error 02-Jan-2023 00:01:44 Progress (1): 6.1/6.2 kB error 02-Jan-2023 00:01:44 Progress (1): 6.2 kB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 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 21 kB/s) error 02-Jan-2023 00:01:44 #17 81.64 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/attachments-omod/2.7.0/attachments-omod-2.7.0.jar error 02-Jan-2023 00:01:44 #17 81.94 Progress (1): 4.1/313 kB error 02-Jan-2023 00:01:44 Progress (1): 8.2/313 kB error 02-Jan-2023 00:01:44 Progress (1): 12/313 kB error 02-Jan-2023 00:01:44 Progress (1): 16/313 kB error 02-Jan-2023 00:01:44 Progress (1): 19/313 kB error 02-Jan-2023 00:01:44 Progress (1): 23/313 kB error 02-Jan-2023 00:01:44 Progress (1): 27/313 kB error 02-Jan-2023 00:01:44 Progress (1): 31/313 kB error 02-Jan-2023 00:01:44 Progress (1): 34/313 kB error 02-Jan-2023 00:01:44 Progress (1): 38/313 kB error 02-Jan-2023 00:01:44 Progress (1): 42/313 kB error 02-Jan-2023 00:01:44 Progress (1): 46/313 kB error 02-Jan-2023 00:01:44 Progress (1): 51/313 kB error 02-Jan-2023 00:01:44 Progress (1): 53/313 kB error 02-Jan-2023 00:01:44 Progress (1): 57/313 kB error 02-Jan-2023 00:01:44 Progress (1): 62/313 kB error 02-Jan-2023 00:01:44 Progress (1): 66/313 kB error 02-Jan-2023 00:01:44 Progress (1): 70/313 kB error 02-Jan-2023 00:01:44 Progress (1): 74/313 kB error 02-Jan-2023 00:01:44 Progress (1): 78/313 kB error 02-Jan-2023 00:01:44 Progress (1): 80/313 kB error 02-Jan-2023 00:01:44 Progress (1): 84/313 kB error 02-Jan-2023 00:01:44 Progress (1): 89/313 kB error 02-Jan-2023 00:01:44 Progress (1): 93/313 kB error 02-Jan-2023 00:01:44 Progress (1): 97/313 kB error 02-Jan-2023 00:01:44 Progress (1): 101/313 kB error 02-Jan-2023 00:01:44 Progress (1): 105/313 kB error 02-Jan-2023 00:01:44 Progress (1): 109/313 kB error 02-Jan-2023 00:01:44 Progress (1): 113/313 kB error 02-Jan-2023 00:01:44 Progress (1): 115/313 kB error 02-Jan-2023 00:01:44 Progress (1): 119/313 kB error 02-Jan-2023 00:01:44 Progress (1): 123/313 kB error 02-Jan-2023 00:01:44 Progress (1): 127/313 kB error 02-Jan-2023 00:01:44 Progress (1): 132/313 kB error 02-Jan-2023 00:01:44 Progress (1): 134/313 kB error 02-Jan-2023 00:01:44 Progress (1): 138/313 kB error 02-Jan-2023 00:01:44 Progress (1): 142/313 kB error 02-Jan-2023 00:01:44 Progress (1): 146/313 kB error 02-Jan-2023 00:01:44 Progress (1): 149/313 kB error 02-Jan-2023 00:01:44 Progress (1): 153/313 kB error 02-Jan-2023 00:01:44 Progress (1): 157/313 kB error 02-Jan-2023 00:01:44 Progress (1): 161/313 kB error 02-Jan-2023 00:01:44 Progress (1): 165/313 kB error 02-Jan-2023 00:01:44 Progress (1): 170/313 kB error 02-Jan-2023 00:01:44 Progress (1): 174/313 kB error 02-Jan-2023 00:01:44 Progress (1): 178/313 kB error 02-Jan-2023 00:01:44 Progress (1): 182/313 kB error 02-Jan-2023 00:01:44 Progress (1): 184/313 kB error 02-Jan-2023 00:01:44 Progress (1): 188/313 kB error 02-Jan-2023 00:01:44 Progress (1): 192/313 kB error 02-Jan-2023 00:01:44 Progress (1): 196/313 kB error 02-Jan-2023 00:01:44 Progress (1): 200/313 kB error 02-Jan-2023 00:01:44 Progress (1): 204/313 kB error 02-Jan-2023 00:01:44 Progress (1): 208/313 kB error 02-Jan-2023 00:01:44 Progress (1): 213/313 kB error 02-Jan-2023 00:01:44 Progress (1): 217/313 kB error 02-Jan-2023 00:01:44 Progress (1): 221/313 kB error 02-Jan-2023 00:01:44 Progress (1): 223/313 kB error 02-Jan-2023 00:01:44 Progress (1): 227/313 kB error 02-Jan-2023 00:01:44 Progress (1): 231/313 kB error 02-Jan-2023 00:01:44 Progress (1): 235/313 kB error 02-Jan-2023 00:01:44 Progress (1): 240/313 kB error 02-Jan-2023 00:01:44 Progress (1): 244/313 kB error 02-Jan-2023 00:01:44 Progress (1): 248/313 kB error 02-Jan-2023 00:01:44 Progress (1): 251/313 kB error 02-Jan-2023 00:01:44 Progress (1): 255/313 kB error 02-Jan-2023 00:01:44 Progress (1): 260/313 kB error 02-Jan-2023 00:01:44 Progress (1): 264/313 kB error 02-Jan-2023 00:01:44 Progress (1): 268/313 kB error 02-Jan-2023 00:01:44 Progress (1): 272/313 kB error 02-Jan-2023 00:01:44 Progress (1): 276/313 kB error 02-Jan-2023 00:01:44 Progress (1): 280/313 kB error 02-Jan-2023 00:01:44 Progress (1): 284/313 kB error 02-Jan-2023 00:01:44 Progress (1): 288/313 kB error 02-Jan-2023 00:01:44 Progress (1): 292/313 kB error 02-Jan-2023 00:01:44 Progress (1): 295/313 kB error 02-Jan-2023 00:01:44 Progress (1): 299/313 kB error 02-Jan-2023 00:01:44 Progress (1): 303/313 kB error 02-Jan-2023 00:01:44 Progress (1): 307/313 kB error 02-Jan-2023 00:01:44 Progress (1): 312/313 kB error 02-Jan-2023 00:01:44 Progress (1): 313 kB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 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 739 kB/s) error 02-Jan-2023 00:01:44 #17 82.06 [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.3:jar error 02-Jan-2023 00:01:44 #17 82.07 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.pom error 02-Jan-2023 00:01:44 #17 82.18 Progress (1): 3.3/5.9 kB error 02-Jan-2023 00:01:44 Progress (1): 5.9 kB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 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 02-Jan-2023 00:01:44 #17 82.29 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp/1.4.3/formentryapp-1.4.3.pom error 02-Jan-2023 00:01:44 #17 ... error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:44 #14 80.55 Progress (1): 3.3/59 kB error 02-Jan-2023 00:01:44 Progress (1): 6.1/59 kB error 02-Jan-2023 00:01:44 Progress (1): 8.9/59 kB error 02-Jan-2023 00:01:44 Progress (1): 12/59 kB error 02-Jan-2023 00:01:44 Progress (1): 15/59 kB error 02-Jan-2023 00:01:44 Progress (1): 17/59 kB error 02-Jan-2023 00:01:44 Progress (1): 20/59 kB error 02-Jan-2023 00:01:44 Progress (1): 23/59 kB error 02-Jan-2023 00:01:44 Progress (1): 26/59 kB error 02-Jan-2023 00:01:44 Progress (1): 29/59 kB error 02-Jan-2023 00:01:44 Progress (1): 31/59 kB error 02-Jan-2023 00:01:44 Progress (1): 34/59 kB error 02-Jan-2023 00:01:44 Progress (1): 37/59 kB error 02-Jan-2023 00:01:44 Progress (1): 40/59 kB error 02-Jan-2023 00:01:44 Progress (1): 43/59 kB error 02-Jan-2023 00:01:44 Progress (1): 45/59 kB error 02-Jan-2023 00:01:44 Progress (1): 48/59 kB error 02-Jan-2023 00:01:44 Progress (1): 51/59 kB error 02-Jan-2023 00:01:44 Progress (1): 54/59 kB error 02-Jan-2023 00:01:44 Progress (1): 56/59 kB error 02-Jan-2023 00:01:44 Progress (1): 59 kB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.pom (59 kB at 168 kB/s) error 02-Jan-2023 00:01:44 #14 82.18 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 02-Jan-2023 00:01:44 #14 82.19 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/api/openmrs-api/2.5.8/openmrs-api-2.5.8.jar error 02-Jan-2023 00:01:44 #14 82.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 02-Jan-2023 00:01:44 #14 82.21 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 02-Jan-2023 00:01:44 #14 82.24 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 02-Jan-2023 00:01:44 #14 84.91 Progress (1): 3.9/689 kB error 02-Jan-2023 00:01:44 Progress (2): 3.9/689 kB | 3.3/24 kB error 02-Jan-2023 00:01:44 Progress (2): 3.9/689 kB | 6.1/24 kB error 02-Jan-2023 00:01:44 Progress (2): 3.9/689 kB | 8.9/24 kB error 02-Jan-2023 00:01:44 Progress (2): 3.9/689 kB | 12/24 kB error 02-Jan-2023 00:01:44 Progress (2): 3.9/689 kB | 14/24 kB error 02-Jan-2023 00:01:44 Progress (2): 8.0/689 kB | 14/24 kB error 02-Jan-2023 00:01:44 Progress (2): 8.0/689 kB | 17/24 kB error 02-Jan-2023 00:01:44 Progress (2): 8.0/689 kB | 20/24 kB error 02-Jan-2023 00:01:44 Progress (2): 12/689 kB | 20/24 kB error 02-Jan-2023 00:01:44 Progress (2): 16/689 kB | 20/24 kB error 02-Jan-2023 00:01:44 Progress (2): 20/689 kB | 20/24 kB error 02-Jan-2023 00:01:44 Progress (2): 20/689 kB | 23/24 kB error 02-Jan-2023 00:01:44 Progress (2): 20/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 24/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 28/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 33/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 37/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 39/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 43/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 47/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 51/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 55/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 59/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 63/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 67/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 71/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 74/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (2): 78/689 kB | 24 kB error 02-Jan-2023 00:01:44 Progress (3): 78/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 82/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 86/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 90/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 94/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 98/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 102/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 106/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 108/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 108/689 kB | 24 kB | 0/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 108/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 112/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 117/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 121/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 125/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 129/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 133/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 137/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 141/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 143/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 147/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 151/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 155/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 160/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 164/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 168/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 172/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 176/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 178/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 182/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 186/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 190/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 194/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 198/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 198/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 203/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 207/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 207/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 211/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 211/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 213/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 217/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 217/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 221/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 225/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 229/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 229/689 kB | 24 kB | 0.1/2.9 MB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01: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 7.6 kB/s) error 02-Jan-2023 00:01:44 #14 85.32 Progress (2): 229/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 233/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 237/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 241/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 246/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 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 02-Jan-2023 00:01:44 #14 85.32 Progress (2): 248/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 252/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 256/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 260/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 264/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 268/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 272/689 kB | 0.2/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 272/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 276/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 280/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 282/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 287/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 291/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 295/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 299/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 303/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 307/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 307/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 307/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 307/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 311/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 315/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 317/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 321/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 325/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 330/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 334/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 338/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 338/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 342/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 346/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 350/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 352/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 352/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 356/689 kB | 0.3/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 356/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 360/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 364/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 368/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 368/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 373/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 377/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 377/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 381/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 385/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 387/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 391/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 391/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 395/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 399/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 403/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 403/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 407/689 kB | 0.4/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 407/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 411/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 416/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 416/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 420/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 422/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 422/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 422/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 422/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 426/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 430/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 434/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 438/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 438/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 442/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 446/689 kB | 0.5/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 446/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 446/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 450/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 454/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 457/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 461/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 465/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 469/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 473/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 477/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 481/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 481/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 481/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 485/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 489/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 491/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 495/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 500/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 504/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 508/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 512/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 512/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 516/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 520/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 524/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 524/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 526/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 530/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 534/689 kB | 0.6/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 534/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 538/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 543/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 547/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 547/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 547/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 551/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 555/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 559/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 561/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 565/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 565/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 569/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 573/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 577/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 577/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 581/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 586/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 590/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 594/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 596/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 596/689 kB | 0.7/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 596/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 596/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 600/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 604/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 608/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 612/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 616/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 620/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 624/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 629/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 631/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 631/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 631/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 635/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 635/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 639/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 643/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 647/689 kB | 0.8/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 647/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 651/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 651/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 655/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 659/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 663/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (2): 665/689 kB | 0.9/2.9 MB error 02-Jan-2023 00:01:44 Progress (3): 665/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 665/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 665/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 670/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 670/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 674/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 678/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 682/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 686/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 686/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 686/689 kB | 0.9/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 686/689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.0/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB error 02-Jan-2023 00:01:44 Progress (3): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.1/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.2/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.3/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (4): 689 kB | 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 error 02-Jan-2023 00:01:44 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 186 kB/s) error 02-Jan-2023 00:01:44 #14 85.87 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 02-Jan-2023 00:01:44 #14 85.87 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.4/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.1/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:44 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.5/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.6/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.7/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.2/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.8/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.3/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.1/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.4/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 1.9/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.2/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB error 02-Jan-2023 00:01:45 Progress (4): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB | 4.1/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB | 8.2/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.5/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 12/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 16/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 20/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 20/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 20/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 20/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 24/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 24/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 28/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 32/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 32/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 32/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 32/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 36/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 40/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 40/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 44/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 44/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.6/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 48/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.3/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 51/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 55/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 55/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 59/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 63/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 67/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 71/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 71/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 71/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 75/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 75/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 75/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 75/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 79/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 83/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 85/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 89/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 94/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 98/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 102/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.7/1.2 MB | 0.4/1.4 MB | 106/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 106/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 110/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 114/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 118/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 118/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 118/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 118/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 120/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 120/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 120/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 124/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 124/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 124/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 128/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 128/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 132/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.4/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 137/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 141/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 141/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 145/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 145/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 149/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 153/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 153/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 155/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 155/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.8/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 159/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 163/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 163/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 167/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 171/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 175/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 175/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 180/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 184/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 184/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 184/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 184/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 184/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 188/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 188/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 190/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 190/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 190/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 190/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 194/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 194/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 194/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 198/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 198/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 202/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 202/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 0.9/1.2 MB | 0.5/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.5/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.5/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 206/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 210/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 214/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 218/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 218/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 223/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 223/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 225/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 225/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 225/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 229/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 229/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 229/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 229/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 233/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 233/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 237/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 241/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 245/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 249/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 251/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 255/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 255/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 255/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 255/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 255/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 260/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 260/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 260/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 264/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 264/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 264/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 268/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.6/1.4 MB | 272/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 272/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 272/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 272/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 272/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 276/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 276/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 280/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 280/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.0/1.2 MB | 0.7/1.4 MB | 284/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 284/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 284/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 287/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 291/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 291/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 295/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 295/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 299/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 303/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 303/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 303/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 303/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 307/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.7/1.4 MB | 311/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 311/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 4.1/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.5/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 314/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 318/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 8.2/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 12/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 12/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 323/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 327/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 327/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 327/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 327/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 327/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 331/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 335/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 339/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 343/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 343/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.1/1.2 MB | 0.8/1.4 MB | 343/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 343/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 343/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 347/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 347/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 351/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 351/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 355/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 355/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 358/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 358/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 358/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 358/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 358/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.6/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 362/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 362/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 362/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 366/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.8/1.4 MB | 366/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 366/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 366/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 370/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 370/373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2/1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 16/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 19/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 19/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 23/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 27/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 27/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 31/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 34/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 34/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 34/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 38/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 38/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 42/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 46/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.7/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 0.9/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 51/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 55/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 59/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 63/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 63/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 67/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 69/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 69/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 69/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 73/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 77/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 81/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.8/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 85/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 85/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 85/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 85/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 85/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 89/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 94/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 98/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 98/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 102/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 102/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 102/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 104/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 108/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 112/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 116/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 116/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.0/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9/2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 120/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.1/1.4 MB | 373 kB | 124/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 124/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 128/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 132/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 137/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 137/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 137/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 139/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 143/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 143/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 147/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 151/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 155/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 155/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 155/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 159/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 163/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 167/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 167/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 167/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 171/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 171/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 173/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 173/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 177/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 182/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 186/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.2/1.4 MB | 373 kB | 186/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.3/1.4 MB | 373 kB | 186/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.3/1.4 MB | 373 kB | 190/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.3/1.4 MB | 373 kB | 194/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.3/1.4 MB | 373 kB | 198/282 kB error 02-Jan-2023 00:01:45 Progress (5): 2.9 MB | 1.2 MB | 1.3/1.4 MB | 373 kB | 202/282 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 254 kB/s) error 02-Jan-2023 00:01:45 #14 87.02 Progress (4): 2.9 MB | 1.3/1.4 MB | 373 kB | 206/282 kB error 02-Jan-2023 00:01:45 Progress (4): 2.9 MB | 1.3/1.4 MB | 373 kB | 206/282 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 77 kB/s) error 02-Jan-2023 00:01:45 #14 87.02 Progress (3): 2.9 MB | 1.3/1.4 MB | 206/282 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 87.03 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 02-Jan-2023 00:01:45 #14 87.03 Progress (3): 2.9 MB | 1.3/1.4 MB | 206/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 208/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 212/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 212/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 216/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 220/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 225/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 225/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 229/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 229/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 233/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 233/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 237/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 241/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 241/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 243/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 243/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 243/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 247/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 251/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 255/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.3/1.4 MB | 259/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 259/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 264/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 264/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 268/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 272/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 276/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 278/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 278/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 282/282 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9 MB | 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01: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 577 kB/s) error 02-Jan-2023 00:01:45 #14 87.15 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 87.16 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 282 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 3.3/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 6.1/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 8.9/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 12/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 14/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 17/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 20/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 23/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 26/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 28/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 31/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 34/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 37/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 40/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 42/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 45/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 48/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 51/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 54/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 56/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 59/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 62/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 282 kB | 65/201 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 53 kB/s) error 02-Jan-2023 00:01:45 #14 87.54 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 02-Jan-2023 00:01:45 #14 87.55 Progress (2): 1.4 MB | 68/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 70/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 73/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 76/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 79/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 82/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 84/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 87/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 90/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 93/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 96/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 98/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 101/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 104/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 106/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 109/201 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4 MB | 112/201 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 4.1/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 7.5/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 12/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 16/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 20/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 24/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 28/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 32/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 36/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 40/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 42/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 46/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 51/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 55/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 59/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 62/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 66/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 71/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 75/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 79/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 83/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 87/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 91/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 95/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 97/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 101/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 105/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 109/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 114/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 116/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 120/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 125/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 129/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 133/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 137/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 141/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 143/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 147/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 152/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 156/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 160/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 164/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 168/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 172/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 176/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 178/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 182/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 186/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 190/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 195/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 197/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 201/315 kB error 02-Jan-2023 00:01:45 Progress (3): 1.4 MB | 112/201 kB | 206/315 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 87.65 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 02-Jan-2023 00:01:45 #14 87.66 Progress (2): 112/201 kB | 210/315 kB error 02-Jan-2023 00:01:45 Progress (2): 115/201 kB | 210/315 kB error 02-Jan-2023 00:01:45 Progress (2): 115/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 118/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 120/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 123/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 126/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 129/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 132/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (2): 134/201 kB | 214/315 kB error 02-Jan-2023 00:01:45 Progress (3): 134/201 kB | 214/315 kB | 3.3/183 kB error 02-Jan-2023 00:01:45 Progress (3): 134/201 kB | 214/315 kB | 6.1/183 kB error 02-Jan-2023 00:01:45 Progress (3): 137/201 kB | 214/315 kB | 6.1/183 kB error 02-Jan-2023 00:01:45 Progress (3): 137/201 kB | 214/315 kB | 8.9/183 kB error 02-Jan-2023 00:01:45 Progress (3): 137/201 kB | 214/315 kB | 12/183 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 214/315 kB | 12/183 kB | 4.1/409 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 214/315 kB | 12/183 kB | 8.2/409 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 214/315 kB | 12/183 kB | 12/409 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 214/315 kB | 12/183 kB | 16/409 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 214/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 137/201 kB | 218/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 140/201 kB | 218/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 140/201 kB | 222/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 143/201 kB | 222/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 143/201 kB | 226/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 143/201 kB | 230/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 143/201 kB | 234/315 kB | 12/183 kB | 19/409 kB error 02-Jan-2023 00:01:45 Progress (4): 143/201 kB | 234/315 kB | 12/183 kB | 23/409 kB error 02-Jan-2023 00:01:45 Progress (4): 146/201 kB | 234/315 kB | 12/183 kB | 23/409 kB error 02-Jan-2023 00:01:45 Progress (4): 146/201 kB | 234/315 kB | 12/183 kB | 27/409 kB error 02-Jan-2023 00:01:45 Progress (4): 146/201 kB | 234/315 kB | 12/183 kB | 31/409 kB error 02-Jan-2023 00:01:45 Progress (4): 146/201 kB | 238/315 kB | 12/183 kB | 31/409 kB error 02-Jan-2023 00:01:45 Progress (4): 148/201 kB | 238/315 kB | 12/183 kB | 31/409 kB error 02-Jan-2023 00:01:45 Progress (4): 148/201 kB | 238/315 kB | 12/183 kB | 34/409 kB error 02-Jan-2023 00:01:45 Progress (4): 148/201 kB | 242/315 kB | 12/183 kB | 34/409 kB error 02-Jan-2023 00:01:45 Progress (4): 148/201 kB | 246/315 kB | 12/183 kB | 34/409 kB error 02-Jan-2023 00:01:45 Progress (4): 151/201 kB | 246/315 kB | 12/183 kB | 34/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 246/315 kB | 12/183 kB | 34/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 246/315 kB | 12/183 kB | 38/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 251/315 kB | 12/183 kB | 38/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 251/315 kB | 12/183 kB | 42/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 251/315 kB | 12/183 kB | 46/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 255/315 kB | 12/183 kB | 46/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 255/315 kB | 12/183 kB | 51/409 kB error 02-Jan-2023 00:01:45 Progress (4): 154/201 kB | 259/315 kB | 12/183 kB | 51/409 kB error 02-Jan-2023 00:01:45 Progress (4): 157/201 kB | 259/315 kB | 12/183 kB | 51/409 kB error 02-Jan-2023 00:01:45 Progress (4): 160/201 kB | 259/315 kB | 12/183 kB | 51/409 kB error 02-Jan-2023 00:01:45 Progress (4): 162/201 kB | 259/315 kB | 12/183 kB | 51/409 kB error 02-Jan-2023 00:01:45 Progress (4): 162/201 kB | 259/315 kB | 12/183 kB | 55/409 kB error 02-Jan-2023 00:01:45 Progress (4): 162/201 kB | 263/315 kB | 12/183 kB | 55/409 kB error 02-Jan-2023 00:01:45 Progress (4): 162/201 kB | 267/315 kB | 12/183 kB | 55/409 kB error 02-Jan-2023 00:01:45 Progress (4): 165/201 kB | 267/315 kB | 12/183 kB | 55/409 kB error 02-Jan-2023 00:01:45 Progress (4): 165/201 kB | 271/315 kB | 12/183 kB | 55/409 kB error 02-Jan-2023 00:01:45 Progress (4): 165/201 kB | 271/315 kB | 12/183 kB | 59/409 kB error 02-Jan-2023 00:01:45 Progress (4): 168/201 kB | 271/315 kB | 12/183 kB | 59/409 kB error 02-Jan-2023 00:01:45 Progress (4): 168/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 171/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 174/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 176/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 179/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 182/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 271/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 275/315 kB | 12/183 kB | 63/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 275/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 278/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 282/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 286/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 290/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 293/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 297/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 301/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 12/183 kB | 67/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 12/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 14/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 17/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 20/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 305/315 kB | 23/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 309/315 kB | 23/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 23/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 26/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 28/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 31/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 34/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 37/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 184/201 kB | 314/315 kB | 40/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 187/201 kB | 314/315 kB | 40/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 187/201 kB | 315 kB | 40/183 kB | 69/409 kB error 02-Jan-2023 00:01:45 Progress (4): 187/201 kB | 315 kB | 40/183 kB | 73/409 kB error 02-Jan-2023 00:01:45 Progress (4): 190/201 kB | 315 kB | 40/183 kB | 73/409 kB error 02-Jan-2023 00:01:45 Progress (4): 190/201 kB | 315 kB | 40/183 kB | 77/409 kB error 02-Jan-2023 00:01:45 Progress (4): 193/201 kB | 315 kB | 40/183 kB | 77/409 kB error 02-Jan-2023 00:01:45 Progress (4): 193/201 kB | 315 kB | 40/183 kB | 81/409 kB error 02-Jan-2023 00:01:45 Progress (4): 193/201 kB | 315 kB | 40/183 kB | 85/409 kB error 02-Jan-2023 00:01:45 Progress (4): 196/201 kB | 315 kB | 40/183 kB | 85/409 kB error 02-Jan-2023 00:01:45 Progress (4): 198/201 kB | 315 kB | 40/183 kB | 85/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 85/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 89/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 94/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 98/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 102/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 104/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 108/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 112/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 116/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 120/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 124/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 128/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 132/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 137/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 139/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 40/183 kB | 143/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 42/183 kB | 143/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 42/183 kB | 147/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 42/183 kB | 151/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 45/183 kB | 151/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 45/183 kB | 155/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 48/183 kB | 155/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 51/183 kB | 155/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 51/183 kB | 159/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 51/183 kB | 163/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 54/183 kB | 163/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 54/183 kB | 167/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 54/183 kB | 171/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 54/183 kB | 173/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 56/183 kB | 173/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 59/183 kB | 173/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 62/183 kB | 173/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 62/183 kB | 177/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 62/183 kB | 182/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 62/183 kB | 186/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 62/183 kB | 188/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 65/183 kB | 188/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 67/183 kB | 188/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 67/183 kB | 192/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 67/183 kB | 197/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 70/183 kB | 197/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 70/183 kB | 201/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 73/183 kB | 201/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 76/183 kB | 201/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 76/183 kB | 205/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 76/183 kB | 209/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 79/183 kB | 209/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 79/183 kB | 213/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 81/183 kB | 213/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 84/183 kB | 213/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 84/183 kB | 217/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 217/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 221/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 225/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 229/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 232/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 236/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 240/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 244/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 249/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 251/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 255/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 260/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 264/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 268/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 272/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 276/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 280/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 284/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 288/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 292/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 295/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 299/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 303/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 307/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 312/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 316/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 320/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 323/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 327/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 332/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 336/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 340/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 344/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 348/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 352/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 356/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 358/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 362/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 366/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 370/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 375/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 87/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 90/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 93/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 95/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 98/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 101/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 104/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 106/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 109/183 kB | 377/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 109/183 kB | 381/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 112/183 kB | 381/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 112/183 kB | 386/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 112/183 kB | 390/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 115/183 kB | 390/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 115/183 kB | 394/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 118/183 kB | 394/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 118/183 kB | 398/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 120/183 kB | 398/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 123/183 kB | 398/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 123/183 kB | 402/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 126/183 kB | 402/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 126/183 kB | 406/409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 126/183 kB | 409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 129/183 kB | 409 kB error 02-Jan-2023 00:01:45 Progress (4): 201 kB | 315 kB | 132/183 kB | 409 kB error 02-Jan-2023 00:01:45 Progress (5): 201 kB | 315 kB | 132/183 kB | 409 kB | 0/7.5 MB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 88.06 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 02-Jan-2023 00:01:45 #14 88.06 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 02-Jan-2023 00:01:45 #14 88.08 Progress (3): 132/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/bytebuddy/byte-buddy/1.11.20/byte-buddy-1.11.20.jar error 02-Jan-2023 00:01:45 #14 88.08 Progress (3): 134/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 137/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 137/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 140/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 143/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 145/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 148/183 kB | 409 kB | 0.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 148/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 151/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 154/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 157/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 157/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 159/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 162/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 162/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 165/183 kB | 409 kB | 0.2/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 165/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 168/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 171/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 173/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 176/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 179/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 182/183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.3/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.4/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.4/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.5/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.5/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.6/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.6/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.6/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.7/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.7/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.8/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.8/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.9/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.9/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 0.9/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 1.0/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 1.0/7.5 MB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 409 kB | 1.1/7.5 MB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 3.3/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 6.1/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 8.9/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 12/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 14/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 17/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 20/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 23/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 23/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 26/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 29/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 31/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 34/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 37/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 40/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 43/61 kB error 02-Jan-2023 00:01:45 Progress (4): 183 kB | 409 kB | 1.1/7.5 MB | 43/61 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 66 kB/s) error 02-Jan-2023 00:01:45 #14 88.39 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/hibernate/hibernate-c3p0/5.6.0.Final/hibernate-c3p0-5.6.0.Final.jar error 02-Jan-2023 00:01:45 #14 88.40 Progress (3): 183 kB | 1.1/7.5 MB | 45/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 45/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 48/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 51/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 54/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 56/61 kB error 02-Jan-2023 00:01:45 Progress (3): 183 kB | 1.2/7.5 MB | 59/61 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 88.41 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 02-Jan-2023 00:01:45 #14 88.41 Progress (2): 1.2/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.2/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.3/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.3/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.3/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.4/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.5/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.5/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.5/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.6/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.6/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.7/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.7/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.8/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.8/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.8/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.9/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (2): 1.9/7.5 MB | 61 kB error 02-Jan-2023 00:01:45 Progress (3): 1.9/7.5 MB | 61 kB | 0/3.7 MB error 02-Jan-2023 00:01:45 Progress (3): 2.0/7.5 MB | 61 kB | 0/3.7 MB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 3.3/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 6.1/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 8.9/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 12/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 14/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 17/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 17/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 20/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB error 02-Jan-2023 00:01:45 Progress (4): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB error 02-Jan-2023 00:01:45 Progress (5): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 3.3/12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 6.1/12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 8.9/12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 12/12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.0/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0/3.7 MB | 23/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0/3.7 MB | 26/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0/3.7 MB | 28/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0/3.7 MB | 31/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0.1/3.7 MB | 31/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (5): 2.1/7.5 MB | 61 kB | 0.1/3.7 MB | 31/57 kB | 12 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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.6 kB/s) error 02-Jan-2023 00:01:45 #14 88.58 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 02-Jan-2023 00:01:45 #14 88.59 Progress (4): 2.1/7.5 MB | 0.1/3.7 MB | 34/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/7.5 MB | 0.1/3.7 MB | 34/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/7.5 MB | 0.1/3.7 MB | 37/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/7.5 MB | 0.1/3.7 MB | 40/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.1/7.5 MB | 0.1/3.7 MB | 42/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 42/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 45/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 48/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 51/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 51/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 51/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 54/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 56/57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.1/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.2/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.2/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.3/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.4/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/7.5 MB | 0.3/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.5/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.6/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.6/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.6/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.6/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.6/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 12 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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.9 kB/s) error 02-Jan-2023 00:01:45 #14 88.71 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 3.3/157 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 02-Jan-2023 00:01:45 #14 88.71 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 3.3/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 6.1/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 8.9/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.7/7.5 MB | 0.4/3.7 MB | 57 kB | 12/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 12/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 14/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 14/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 17/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 17/157 kB error 02-Jan-2023 00:01:45 Progress (4): 2.8/7.5 MB | 0.4/3.7 MB | 57 kB | 20/157 kB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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.7 kB/s) error 02-Jan-2023 00:01:45 #14 88.74 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 02-Jan-2023 00:01:45 #14 88.74 Progress (3): 2.9/7.5 MB | 0.4/3.7 MB | 20/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 20/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 23/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 26/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 28/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 31/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 34/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 37/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 40/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 42/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 42/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 42/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 42/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 42/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 45/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 48/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 51/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 54/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 56/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 59/157 kB error 02-Jan-2023 00:01:45 Progress (3): 2.9/7.5 MB | 0.5/3.7 MB | 59/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.5/3.7 MB | 59/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.5/3.7 MB | 62/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 62/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 65/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 65/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 68/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 70/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 70/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 73/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 76/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 79/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 82/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.6/3.7 MB | 82/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 82/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 82/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 84/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 87/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 90/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 93/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 96/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 96/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 96/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 96/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 98/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 101/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 104/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.0/7.5 MB | 0.7/3.7 MB | 104/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 104/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 107/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 110/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 112/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 115/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 118/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 121/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 124/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.7/3.7 MB | 126/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 126/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 129/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 129/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 132/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 135/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 138/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 140/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 143/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 146/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 146/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 149/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 152/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 154/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 157/157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.1/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.2/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.2/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.2/7.5 MB | 0.8/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.2/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.3/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.4/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.4/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.4/7.5 MB | 0.9/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.4/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.5/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.5/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.5/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.5/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.0/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.6/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (3): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB error 02-Jan-2023 00:01:45 Progress (4): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB error 02-Jan-2023 00:01:45 Progress (4): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB error 02-Jan-2023 00:01:45 Progress (5): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (5): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (5): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (5): 3.7/7.5 MB | 1.1/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (5): 3.7/7.5 MB | 1.2/3.7 MB | 157 kB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 error 02-Jan-2023 00:01:45 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 23 kB/s) error 02-Jan-2023 00:01:45 #14 89.07 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 02-Jan-2023 00:01:45 #14 89.08 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.8/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.2/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.1/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.1/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.3/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 3.9/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.2/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.0/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.4/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.2/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.1/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.5/3.7 MB | 0.3/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.5/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.2/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.3/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.4/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.6/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.4/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.5/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.3/7.5 MB | 1.7/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.7/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.4/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.5/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (4): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB error 02-Jan-2023 00:01:45 Progress (5): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.5/7.5 MB | 1.8/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.5/7.5 MB | 1.9/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.6/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 4.1/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 8.2/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 8.2/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 12/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 12/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 12/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 12/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 12/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.6/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 16/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 19/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 19/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 23/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 27/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 27/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 27/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.6/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 31/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 35/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 35/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 39/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 43/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 47/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 52/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.7/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 54/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 1.9/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 58/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 58/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 62/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 62/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 62/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 66/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 66/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 70/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 70/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 70/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 70/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 74/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 74/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 78/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 82/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 86/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 88/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 93/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 97/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 101/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.0/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.7/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 105/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 109/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 113/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.7/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 116/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 120/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.8/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 125/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 129/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 133/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 137/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 141/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 145/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 149/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 152/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 156/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 161/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 165/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 169/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 173/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 177/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 181/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 185/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 187/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 191/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 195/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 199/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 204/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 208/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.1/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.8/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 212/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.8/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.2/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 215/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 219/303 kB error 02-Jan-2023 00:01:45 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 223/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 223/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 223/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 223/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 227/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 227/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 227/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 231/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 231/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 235/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 239/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 242/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 242/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 242/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 246/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 250/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 0.9/1.8 MB | 0.9/1.3 MB | 250/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 250/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 254/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.3/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 4.9/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 258/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 260/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 264/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 264/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 264/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.0/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.4/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 269/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 273/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 277/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 277/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.0/1.8 MB | 0.9/1.3 MB | 277/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 277/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 281/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 285/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 287/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 287/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 287/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 287/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 291/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 296/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 296/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 296/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 300/303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 0.9/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.5/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.1/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.1/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.0/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.6/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.2/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.3/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.2/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.7/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.4/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.1/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.3/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.8/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.5/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.2/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 2.9/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.6/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.4/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3/1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.7/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.0/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.5/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.1/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.8/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.2/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.6/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.3/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 5.9/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.4/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.5/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.0/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.7/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.6/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7/3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7 MB | 1.8/1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.1/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.2/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.2/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.3/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.3/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:46 Progress (5): 6.3/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.4/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.5/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 Progress (5): 6.6/7.5 MB | 3.7 MB | 1.8 MB | 1.3 MB | 303 kB error 02-Jan-2023 00:01:47 error 02-Jan-2023 00:01: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 150 kB/s) error 02-Jan-2023 00:01:47 #14 91.09 Progress (4): 6.6/7.5 MB | 3.7 MB | 1.8 MB | 303 kB error 02-Jan-2023 00:01:47 error 02-Jan-2023 00:01: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 34 kB/s) error 02-Jan-2023 00:01:47 #14 91.09 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 204 kB/s) error 02-Jan-2023 00:01:47 #14 91.10 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 416 kB/s) error 02-Jan-2023 00:01:47 #14 91.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar error 02-Jan-2023 00:01:47 #14 91.10 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 02-Jan-2023 00:01:47 #14 91.10 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 02-Jan-2023 00:01:47 #14 91.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/logging/log4j/log4j-1.2-api/2.17.2/log4j-1.2-api-2.17.2.jar error 02-Jan-2023 00:01:47 #14 91.18 Progress (1): 6.7/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.7/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.7/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.8/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.8/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.9/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 6.9/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.0/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.0/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.0/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.1/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.1/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.2/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.2/7.5 MB error 02-Jan-2023 00:01:47 Progress (1): 7.2/7.5 MB error 02-Jan-2023 00:01:47 Progress (2): 7.2/7.5 MB | 3.3/24 kB error 02-Jan-2023 00:01:47 Progress (3): 7.2/7.5 MB | 3.3/24 kB | 3.3/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 3.3/24 kB | 3.3/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 6.1/24 kB | 3.3/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 8.9/24 kB | 3.3/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 12/24 kB | 3.3/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 12/24 kB | 6.1/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 12/24 kB | 8.9/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 15/24 kB | 8.9/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 15/24 kB | 12/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 15/24 kB | 12/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 15/24 kB | 14/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 17/24 kB | 14/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 20/24 kB | 14/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 20/24 kB | 17/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 23/24 kB | 17/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 23/24 kB | 20/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 23/24 kB | 23/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 24 kB | 23/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 24 kB | 26/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 24 kB | 28/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.3/7.5 MB | 24 kB | 31/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 31/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 34/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 34/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 37/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 40/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 42/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 45/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 45/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 48/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 51/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 54/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 56/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 59/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 62/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 65/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.4/7.5 MB | 24 kB | 68/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 68/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 70/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 73/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 76/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 79/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 82/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 84/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 87/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 90/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 93/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 96/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 98/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 101/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 104/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 107/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 110/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 112/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 115/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 118/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 121/121 kB error 02-Jan-2023 00:01:47 Progress (3): 7.5 MB | 24 kB | 121 kB error 02-Jan-2023 00:01:47 Progress (4): 7.5 MB | 24 kB | 121 kB | 0/1.4 MB error 02-Jan-2023 00:01:47 Progress (4): 7.5 MB | 24 kB | 121 kB | 0/1.4 MB error 02-Jan-2023 00:01:47 Progress (4): 7.5 MB | 24 kB | 121 kB | 0/1.4 MB error 02-Jan-2023 00:01:47 Progress (4): 7.5 MB | 24 kB | 121 kB | 0/1.4 MB error 02-Jan-2023 00:01:47 error 02-Jan-2023 00:01: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 2.6 kB/s) error 02-Jan-2023 00:01:47 #14 91.59 Progress (3): 7.5 MB | 121 kB | 0/1.4 MB error 02-Jan-2023 00:01:47 Progress (4): 7.5 MB | 121 kB | 0/1.4 MB | 4.1/303 kB error 02-Jan-2023 00:01:47 error 02-Jan-2023 00:01: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 796 kB/s) error 02-Jan-2023 00:01:47 #14 91.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjrt/1.9.7/aspectjrt-1.9.7.jar error 02-Jan-2023 00:01:47 #14 91.60 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar error 02-Jan-2023 00:01:47 #14 91.60 Progress (3): 121 kB | 0/1.4 MB | 8.2/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0/1.4 MB | 12/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0/1.4 MB | 16/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 16/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 20/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 20/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 24/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 28/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 32/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 32/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 32/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 36/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 36/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 40/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 44/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 48/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 51/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 53/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 53/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 53/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 57/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 62/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 62/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 66/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 66/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 70/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 70/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 74/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 78/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 82/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 86/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.1/1.4 MB | 86/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 86/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 88/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 92/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 96/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 100/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 100/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 105/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 105/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 109/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 113/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 113/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 116/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 116/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 120/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 125/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 129/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 133/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 137/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 141/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 141/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 141/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 141/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 141/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 145/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 145/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 149/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 153/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 157/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 157/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.2/1.4 MB | 161/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 161/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 165/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 165/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 170/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 174/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 178/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 182/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 186/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 190/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 193/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 193/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 193/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 197/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 201/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 205/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 205/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 205/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 209/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 213/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 217/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 222/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 224/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 224/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 228/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 228/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 232/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 236/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 240/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 240/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 244/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 248/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 251/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 251/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 255/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 260/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 260/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 264/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 268/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.3/1.4 MB | 268/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 268/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 272/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 276/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 280/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 284/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 286/303 kB error 02-Jan-2023 00:01:47 Progress (3): 121 kB | 0.4/1.4 MB | 286/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 290/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 294/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 298/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303/303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303 kB error 02-Jan-2023 00:01:48 Progress (3): 121 kB | 0.4/1.4 MB | 303 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 3.3/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 6.1/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 8.9/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 8.9/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 12/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 15/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 17/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 20/123 kB error 02-Jan-2023 00:01:48 Progress (4): 121 kB | 0.4/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 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 13 kB/s) error 02-Jan-2023 00:01:48 #14 91.86 Progress (3): 0.4/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.4/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.4/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar error 02-Jan-2023 00:01:48 #14 91.87 Progress (3): 0.4/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 23/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 26/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 29/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 31/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 34/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 37/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 37/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 40/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 40/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 40/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 42/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 45/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 48/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 51/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 54/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 54/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 56/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 56/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 59/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 62/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 62/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 62/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 65/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 67/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 70/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 73/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 73/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 76/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 79/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 81/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 84/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 84/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 87/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.5/1.4 MB | 303 kB | 90/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 90/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 93/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 95/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 95/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 98/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 101/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 101/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 101/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 104/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 104/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 106/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 109/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 112/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 115/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.6/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 118/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 120/123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.7/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 0.8/1.4 MB | 303 kB | 123 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 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 02-Jan-2023 00:01:48 #14 92.01 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/joda-time/joda-time/2.10.12/joda-time-2.10.12.jar error 02-Jan-2023 00:01:48 #14 92.01 Progress (2): 0.8/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.8/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.8/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.8/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.8/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 0.9/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.0/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.1/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.1/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (2): 1.1/1.4 MB | 123 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.1/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.1/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 123 kB | 0.2/12 MB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 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 02-Jan-2023 00:01:48 #14 92.13 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 02-Jan-2023 00:01:48 #14 92.15 Progress (2): 1.2/1.4 MB | 0.2/12 MB error 02-Jan-2023 00:01:48 Progress (2): 1.2/1.4 MB | 0.3/12 MB error 02-Jan-2023 00:01:48 Progress (2): 1.2/1.4 MB | 0.4/12 MB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 0.4/12 MB | 3.3/129 kB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 0.4/12 MB | 6.1/129 kB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 0.4/12 MB | 8.9/129 kB error 02-Jan-2023 00:01:48 Progress (3): 1.2/1.4 MB | 0.4/12 MB | 12/129 kB error 02-Jan-2023 00:01:48 Progress (4): 1.2/1.4 MB | 0.4/12 MB | 12/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 12/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 12/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 12/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 14/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 17/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 20/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 20/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 20/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 20/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 20/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 23/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 23/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 23/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 26/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 26/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 26/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 26/129 kB | 0/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 26/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 28/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 28/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.4/12 MB | 31/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.3/1.4 MB | 0.5/12 MB | 31/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 31/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 31/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 31/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 34/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 37/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 40/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 40/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 40/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 40/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 42/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4/1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (4): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 4.1/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 8.2/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 12/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 16/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 20/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 25/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 25/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 45/129 kB | 0.1/2.1 MB | 25/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 48/129 kB | 0.1/2.1 MB | 25/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 51/129 kB | 0.1/2.1 MB | 25/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 51/129 kB | 0.1/2.1 MB | 29/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 54/129 kB | 0.1/2.1 MB | 29/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 56/129 kB | 0.1/2.1 MB | 29/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 29/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 29/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 33/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 37/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 41/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 43/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.5/12 MB | 59/129 kB | 0.1/2.1 MB | 47/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.1/2.1 MB | 47/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.1/2.1 MB | 51/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.2/2.1 MB | 51/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.2/2.1 MB | 55/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.2/2.1 MB | 60/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 59/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 62/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 65/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 68/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 70/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 73/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 76/129 kB | 0.2/2.1 MB | 64/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 76/129 kB | 0.2/2.1 MB | 68/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 76/129 kB | 0.2/2.1 MB | 72/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 79/129 kB | 0.2/2.1 MB | 72/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 79/129 kB | 0.2/2.1 MB | 72/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 79/129 kB | 0.2/2.1 MB | 76/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 79/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 82/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 84/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 87/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 90/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 90/129 kB | 0.2/2.1 MB | 78/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.6/12 MB | 90/129 kB | 0.2/2.1 MB | 82/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 82/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 86/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 90/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 94/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 98/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 90/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 93/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 96/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 98/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 101/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 103/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 107/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 111/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 113/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 104/129 kB | 0.2/2.1 MB | 117/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 107/129 kB | 0.2/2.1 MB | 117/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 107/129 kB | 0.2/2.1 MB | 121/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 107/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 110/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 110/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 112/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 115/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 118/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 121/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 125/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 129/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 133/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 137/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 141/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 146/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 150/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.7/12 MB | 124/129 kB | 0.2/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 124/129 kB | 0.2/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 124/129 kB | 0.3/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 124/129 kB | 0.3/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 126/129 kB | 0.3/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 154/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 158/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 158/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 162/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 166/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 170/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 174/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 174/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 174/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 174/645 kB error 02-Jan-2023 00:01:48 Progress (5): 1.4 MB | 0.8/12 MB | 129 kB | 0.3/2.1 MB | 178/645 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/xerces/xercesImpl/2.12.1/xercesImpl-2.12.1.jar (1.4 MB at 134 kB/s) error 02-Jan-2023 00:01:48 #14 92.57 Progress (4): 0.8/12 MB | 129 kB | 0.3/2.1 MB | 178/645 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01:48 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar error 02-Jan-2023 00:01:48 #14 92.57 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 178/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 182/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 186/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 191/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 195/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 197/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 197/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 201/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 206/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 210/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 214/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 214/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 214/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 214/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 218/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 222/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 226/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 230/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.8/12 MB | 129 kB | 0.4/2.1 MB | 234/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 234/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 238/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 242/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 246/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 251/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 251/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 255/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 259/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 263/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 267/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.4/2.1 MB | 271/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.5/2.1 MB | 271/645 kB error 02-Jan-2023 00:01:48 Progress (4): 0.9/12 MB | 129 kB | 0.5/2.1 MB | 271/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 271/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 275/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 275/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 279/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 283/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 287/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 292/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 296/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 300/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 304/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 304/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 308/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 312/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 314/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 318/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 323/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 323/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 327/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 331/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 335/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 339/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 343/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 347/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 351/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 351/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.0/12 MB | 129 kB | 0.5/2.1 MB | 355/645 kB error 02-Jan-2023 00:01:48 error 02-Jan-2023 00:01: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 12 kB/s) error 02-Jan-2023 00:01:48 #14 92.67 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 02-Jan-2023 00:01:48 #14 92.67 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 359/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 363/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 368/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 372/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 376/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 380/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 384/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 388/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.5/2.1 MB | 391/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 391/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 395/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 399/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 403/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 407/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 411/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 415/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 420/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 424/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.0/12 MB | 0.6/2.1 MB | 426/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 426/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 430/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 434/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 438/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 438/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 442/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 446/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 449/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 453/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 458/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 462/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 466/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 470/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 474/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 478/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 482/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 486/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 490/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 490/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 493/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 497/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 501/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 505/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 510/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 512/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 516/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 521/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 525/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 525/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 529/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 533/645 kB error 02-Jan-2023 00:01:48 Progress (3): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB | 3.3/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB | 3.3/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB | 3.3/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB | 6.1/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 537/645 kB | 8.9/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 541/645 kB | 8.9/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 541/645 kB | 12/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 541/645 kB | 14/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 545/645 kB | 14/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.6/2.1 MB | 545/645 kB | 14/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 545/645 kB | 14/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 549/645 kB | 14/62 kB error 02-Jan-2023 00:01:48 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 549/645 kB | 17/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 553/645 kB | 17/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 553/645 kB | 17/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.1/12 MB | 0.7/2.1 MB | 556/645 kB | 17/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 556/645 kB | 17/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 556/645 kB | 20/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 560/645 kB | 20/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 564/645 kB | 20/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 568/645 kB | 20/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 568/645 kB | 20/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 568/645 kB | 23/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 23/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 26/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 28/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 31/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 573/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 575/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 575/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 579/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 584/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 584/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 588/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 588/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 592/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 596/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 600/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 604/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 608/645 kB | 34/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.7/2.1 MB | 608/645 kB | 37/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 608/645 kB | 37/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 612/645 kB | 37/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 616/645 kB | 37/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 616/645 kB | 40/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 619/645 kB | 40/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 619/645 kB | 40/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 619/645 kB | 42/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 619/645 kB | 45/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 623/645 kB | 45/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 623/645 kB | 48/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.2/12 MB | 0.8/2.1 MB | 627/645 kB | 48/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 627/645 kB | 48/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 627/645 kB | 48/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 631/645 kB | 48/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 631/645 kB | 51/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 631/645 kB | 51/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 631/645 kB | 54/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 636/645 kB | 54/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 638/645 kB | 54/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 638/645 kB | 56/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 638/645 kB | 59/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 642/645 kB | 59/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 642/645 kB | 59/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 645 kB | 59/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 645 kB | 62/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 645 kB | 62/62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.3/12 MB | 0.8/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.8/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.4/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 0.9/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.5/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.6/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.6/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.6/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.6/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.7/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.7/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.7/12 MB | 1.0/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.7/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.8/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.1/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 1.9/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 2.0/12 MB | 1.2/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 Progress (4): 2.0/12 MB | 1.3/2.1 MB | 645 kB | 62 kB error 02-Jan-2023 00:01:49 error 02-Jan-2023 00:01:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 5.8 kB/s) error 02-Jan-2023 00:01:49 #14 92.97 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:01:49 error 02-Jan-2023 00:01:49 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 02-Jan-2023 00:01:49 #14 92.97 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 645 kB error 02-Jan-2023 00:01:49 Progress (4): 2.0/12 MB | 1.3/2.1 MB | 645 kB | 8.2/917 kB error 02-Jan-2023 00:01:49 error 02-Jan-2023 00:01:49 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 60 kB/s) error 02-Jan-2023 00:01:49 #14 92.97 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 02-Jan-2023 00:01:49 #14 92.97 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 16/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 21/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 21/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.0/12 MB | 1.3/2.1 MB | 21/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.1/12 MB | 1.3/2.1 MB | 21/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.1/12 MB | 1.3/2.1 MB | 21/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.1/12 MB | 1.3/2.1 MB | 29/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.1/12 MB | 1.3/2.1 MB | 37/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.2/12 MB | 1.3/2.1 MB | 37/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.2/12 MB | 1.3/2.1 MB | 45/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.2/12 MB | 1.3/2.1 MB | 54/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.2/12 MB | 1.3/2.1 MB | 54/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.2/12 MB | 1.3/2.1 MB | 62/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.3/2.1 MB | 62/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.3/2.1 MB | 62/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 62/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 70/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 70/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 70/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 78/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.3/12 MB | 1.4/2.1 MB | 86/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 86/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 90/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 99/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 99/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 99/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 107/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 115/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.4/12 MB | 1.4/2.1 MB | 115/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.5/12 MB | 1.4/2.1 MB | 115/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.5/12 MB | 1.4/2.1 MB | 123/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.5/12 MB | 1.4/2.1 MB | 123/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.5/12 MB | 1.4/2.1 MB | 131/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.5/12 MB | 1.4/2.1 MB | 131/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.4/2.1 MB | 131/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.4/2.1 MB | 140/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.4/2.1 MB | 140/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 140/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 148/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 156/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 156/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 160/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 168/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 177/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 177/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 185/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 193/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 197/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 197/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 206/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 214/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 214/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 214/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 214/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 222/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.5/2.1 MB | 230/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.6/12 MB | 1.6/2.1 MB | 230/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 230/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 230/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 238/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 246/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 251/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 251/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 260/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 268/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.7/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.8/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 276/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 284/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 292/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 292/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 300/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.6/2.1 MB | 300/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 300/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 309/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 309/917 kB error 02-Jan-2023 00:01:49 Progress (3): 2.9/12 MB | 1.7/2.1 MB | 314/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.0/12 MB | 1.7/2.1 MB | 314/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.0/12 MB | 1.7/2.1 MB | 323/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 323/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 331/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 339/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 339/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 339/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 347/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 355/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 363/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 372/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 372/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 380/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 386/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 386/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 386/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 395/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 403/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 411/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 419/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 419/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.1/12 MB | 1.7/2.1 MB | 427/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.7/2.1 MB | 427/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 427/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 435/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 435/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 444/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 449/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 458/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 466/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 474/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.2/12 MB | 1.8/2.1 MB | 474/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 474/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 474/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 482/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 482/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 490/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 498/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 498/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 507/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 512/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.8/2.1 MB | 521/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 521/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 521/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 521/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 521/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 529/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.3/12 MB | 1.9/2.1 MB | 537/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 537/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 545/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 553/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 553/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 561/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 570/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 570/917 kB error 02-Jan-2023 00:01:49 Progress (3): 3.4/12 MB | 1.9/2.1 MB | 575/917 kB error 02-Jan-2023 00:01:49 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 575/917 kB | 4.1/238 kB error 02-Jan-2023 00:01:49 Progress (4): 3.4/12 MB | 1.9/2.1 MB | 575/917 kB | 7.5/238 kB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 575/917 kB | 7.5/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 584/917 kB | 7.5/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 584/917 kB | 7.5/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 584/917 kB | 12/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 584/917 kB | 16/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 592/917 kB | 16/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 600/917 kB | 16/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 600/917 kB | 20/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 600/917 kB | 24/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 600/917 kB | 24/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 600/917 kB | 28/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 1.9/2.1 MB | 608/917 kB | 28/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 608/917 kB | 28/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 608/917 kB | 32/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 608/917 kB | 32/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 616/917 kB | 32/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 616/917 kB | 36/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 616/917 kB | 40/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 616/917 kB | 40/238 kB | 0/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 616/917 kB | 40/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 624/917 kB | 40/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 624/917 kB | 40/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.4/12 MB | 2.0/2.1 MB | 624/917 kB | 40/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 624/917 kB | 40/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 624/917 kB | 42/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 633/917 kB | 42/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 633/917 kB | 46/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 46/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 51/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 53/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 638/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.5/12 MB | 2.0/2.1 MB | 647/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 647/917 kB | 57/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 647/917 kB | 62/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 647/917 kB | 66/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 655/917 kB | 66/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 655/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 663/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 663/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 663/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 663/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 663/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 671/917 kB | 70/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 671/917 kB | 74/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 671/917 kB | 78/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 679/917 kB | 78/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 679/917 kB | 82/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.0/2.1 MB | 679/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 679/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 687/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 86/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 88/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 92/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 96/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 696/917 kB | 100/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 704/917 kB | 100/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 704/917 kB | 105/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 710/917 kB | 105/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 710/917 kB | 107/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 710/917 kB | 111/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 710/917 kB | 115/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1/2.1 MB | 710/917 kB | 115/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1 MB | 710/917 kB | 115/238 kB | 0.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1 MB | 710/917 kB | 115/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1 MB | 719/917 kB | 115/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1 MB | 719/917 kB | 119/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.6/12 MB | 2.1 MB | 719/917 kB | 123/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 719/917 kB | 123/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 727/917 kB | 123/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 735/917 kB | 123/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 123/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 127/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 127/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 131/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 134/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 743/917 kB | 134/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 751/917 kB | 134/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 759/917 kB | 134/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 759/917 kB | 138/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 759/917 kB | 142/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 759/917 kB | 146/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 768/917 kB | 146/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 768/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 768/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 773/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 782/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 790/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.7/12 MB | 2.1 MB | 790/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 150/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 154/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.2/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 158/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 162/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 162/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 790/917 kB | 167/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 167/238 kB | 0.3/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 167/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.4/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 171/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 175/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 798/917 kB | 175/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 175/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 179/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 806/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 814/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 814/917 kB | 183/238 kB | 0.5/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 814/917 kB | 183/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 183/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 183/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 183/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 187/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 187/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 187/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 187/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 191/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 195/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 199/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 203/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 206/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 822/917 kB | 206/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 206/238 kB | 0.6/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 206/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 206/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 210/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 214/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 218/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 222/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 226/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 831/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 836/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 845/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 853/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.8/12 MB | 2.1 MB | 861/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (5): 3.9/12 MB | 2.1 MB | 861/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 error 02-Jan-2023 00:01:49 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/aspectj/aspectjweaver/1.9.7/aspectjweaver-1.9.7.jar (2.1 MB at 184 kB/s) error 02-Jan-2023 00:01:49 #14 93.59 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 02-Jan-2023 00:01:49 #14 93.60 Progress (4): 3.9/12 MB | 861/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 861/917 kB | 230/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 861/917 kB | 233/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 869/917 kB | 233/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 233/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 237/238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 238 kB | 0.7/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 877/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 885/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 894/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 902/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 902/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 908/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 908/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 917/917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 3.9/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.0/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.0/12 MB | 917 kB | 238 kB | 0.8/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.0/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.0/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 0.9/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.1/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.0/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (4): 4.2/12 MB | 917 kB | 238 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:49 error 02-Jan-2023 00:01:49 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 02-Jan-2023 00:01:49 #14 93.74 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 02-Jan-2023 00:01:49 #14 93.74 Progress (3): 4.2/12 MB | 917 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (3): 4.2/12 MB | 917 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (3): 4.2/12 MB | 917 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:49 Progress (3): 4.3/12 MB | 917 kB | 1.1/2.5 MB error 02-Jan-2023 00:01:50 error 02-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/com/sun/xml/bind/jaxb-impl/3.0.2/jaxb-impl-3.0.2.jar (917 kB at 79 kB/s) error 02-Jan-2023 00:01:50 #14 93.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.jar error 02-Jan-2023 00:01:50 #14 93.78 Progress (2): 4.4/12 MB | 1.1/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.1/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.2/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.2/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.2/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.2/2.5 MB error 02-Jan-2023 00:01:50 Progress (2): 4.4/12 MB | 1.2/2.5 MB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 3.3/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 6.1/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 8.9/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 12/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 14/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.4/12 MB | 1.2/2.5 MB | 17/100 kB error 02-Jan-2023 00:01:50 Progress (3): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB error 02-Jan-2023 00:01:50 Progress (4): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 4.1/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 8.2/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 12/686 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 12/686 kB | 3.3/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 12/686 kB | 6.1/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 12/686 kB | 8.9/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 16/686 kB | 8.9/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 17/100 kB | 16/686 kB | 12/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 20/100 kB | 16/686 kB | 12/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 23/100 kB | 16/686 kB | 12/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 23/100 kB | 16/686 kB | 12/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 23/100 kB | 16/686 kB | 15/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 23/100 kB | 20/686 kB | 15/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 20/686 kB | 15/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 20/686 kB | 15/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 20/686 kB | 17/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 25/686 kB | 17/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 29/686 kB | 17/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 33/686 kB | 17/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 33/686 kB | 20/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 26/100 kB | 33/686 kB | 23/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.2/2.5 MB | 28/100 kB | 33/686 kB | 23/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 28/100 kB | 33/686 kB | 23/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 28/100 kB | 33/686 kB | 23/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 33/686 kB | 23/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 33/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 37/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 41/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 45/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 49/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 52/686 kB | 26/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 31/100 kB | 52/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 34/100 kB | 52/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 34/100 kB | 56/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 34/100 kB | 60/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 34/100 kB | 64/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 34/100 kB | 68/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 37/100 kB | 68/686 kB | 29/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 37/100 kB | 68/686 kB | 31/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 40/100 kB | 68/686 kB | 31/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 42/100 kB | 68/686 kB | 31/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 42/100 kB | 72/686 kB | 31/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 42/100 kB | 72/686 kB | 34/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 42/100 kB | 72/686 kB | 34/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 72/686 kB | 34/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 72/686 kB | 37/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 76/686 kB | 37/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 80/686 kB | 37/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 84/686 kB | 37/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 84/686 kB | 40/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 84/686 kB | 43/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 84/686 kB | 45/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 84/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 45/100 kB | 86/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 48/100 kB | 86/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 51/100 kB | 86/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 51/100 kB | 86/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 86/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 90/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 48/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 51/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 54/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 56/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 59/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 62/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 65/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 67/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 70/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 54/100 kB | 95/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 95/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 99/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 103/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 103/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 103/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 107/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.3/2.5 MB | 56/100 kB | 107/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.5/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 73/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 76/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 79/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 81/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 84/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 87/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 90/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 93/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 95/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 98/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 101/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 107/686 kB | 104/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 104/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 107/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 109/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 112/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 115/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 118/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 121/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 56/100 kB | 111/686 kB | 123/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 59/100 kB | 111/686 kB | 123/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 59/100 kB | 111/686 kB | 126/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 62/100 kB | 111/686 kB | 126/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 65/100 kB | 111/686 kB | 126/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 65/100 kB | 111/686 kB | 129/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 129/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 132/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 135/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 137/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 140/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 143/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 146/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 149/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 151/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 154/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 157/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 160/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 163/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 165/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 168/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 171/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 174/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 111/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 115/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 119/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 121/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 121/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 68/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 70/100 kB | 125/686 kB | 177/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 70/100 kB | 125/686 kB | 179/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 70/100 kB | 129/686 kB | 179/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 73/100 kB | 129/686 kB | 179/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 76/100 kB | 129/686 kB | 179/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 76/100 kB | 129/686 kB | 182/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 76/100 kB | 129/686 kB | 184/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 76/100 kB | 129/686 kB | 187/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.4/2.5 MB | 76/100 kB | 129/686 kB | 190/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 76/100 kB | 129/686 kB | 190/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 76/100 kB | 129/686 kB | 193/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 76/100 kB | 133/686 kB | 193/194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 76/100 kB | 133/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 76/100 kB | 133/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 79/100 kB | 133/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 79/100 kB | 133/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 79/100 kB | 133/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 79/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.5/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 82/100 kB | 138/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 82/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 84/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 87/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.6/12 MB | 1.6/2.5 MB | 87/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 87/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 90/100 kB | 142/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 90/100 kB | 146/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 90/100 kB | 150/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 90/100 kB | 154/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 93/100 kB | 154/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 93/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.6/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 95/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 156/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 160/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 164/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 168/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.7/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.7/2.5 MB | 98/100 kB | 172/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.7/2.5 MB | 98/100 kB | 176/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.7/2.5 MB | 100 kB | 176/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 176/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 176/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 181/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 185/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 189/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 191/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 195/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 199/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 203/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.8/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 207/686 kB | 194 kB error 02-Jan-2023 00:01:50 Progress (5): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 211/686 kB | 194 kB error 02-Jan-2023 00:01:50 error 02-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 16 kB/s) error 02-Jan-2023 00:01:50 #14 94.47 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 211/686 kB error 02-Jan-2023 00:01:50 error 02-Jan-2023 00:01:50 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/jupiter/junit-jupiter-engine/5.8.1/junit-jupiter-engine-5.8.1.jar error 02-Jan-2023 00:01:50 #14 94.47 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 211/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 1.9/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 215/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 219/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 224/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 226/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 226/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 230/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 234/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 238/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 238/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 238/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 242/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 242/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 246/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.0/2.5 MB | 100 kB | 250/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 250/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 254/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 258/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.8/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 262/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 267/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 271/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 275/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.1/2.5 MB | 100 kB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.2/2.5 MB | 100 kB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.2/2.5 MB | 100 kB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (4): 4.9/12 MB | 2.2/2.5 MB | 100 kB | 278/686 kB error 02-Jan-2023 00:01:50 error 02-Jan-2023 00:01:50 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 8.2 kB/s) error 02-Jan-2023 00:01:50 #14 94.55 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/junit/platform/junit-platform-engine/1.8.1/junit-platform-engine-1.8.1.jar error 02-Jan-2023 00:01:50 #14 94.55 Progress (3): 4.9/12 MB | 2.2/2.5 MB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.2/2.5 MB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.2/2.5 MB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.2/2.5 MB | 278/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.2/2.5 MB | 282/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 282/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 282/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 286/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 290/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 294/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 294/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 294/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 298/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 298/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 302/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 306/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 306/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 310/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 313/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 313/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 317/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 321/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.3/2.5 MB | 323/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.4/2.5 MB | 323/686 kB error 02-Jan-2023 00:01:50 Progress (3): 4.9/12 MB | 2.4/2.5 MB | 323/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 323/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 327/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 332/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 336/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 340/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 344/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 344/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 348/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 352/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 356/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 360/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 364/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 368/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 368/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 368/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 368/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 372/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 375/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 377/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 381/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 386/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 386/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.4/2.5 MB | 390/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.5/2.5 MB | 390/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.5/2.5 MB | 394/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.5/2.5 MB | 398/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.5/2.5 MB | 402/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.0/12 MB | 2.5/2.5 MB | 402/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 402/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 406/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 410/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 414/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 418/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 422/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 422/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 422/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 426/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 431/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 435/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.1/12 MB | 2.5/2.5 MB | 439/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5/2.5 MB | 439/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5/2.5 MB | 443/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5/2.5 MB | 447/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5/2.5 MB | 449/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5/2.5 MB | 453/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 453/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 458/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 462/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 466/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 470/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 474/686 kB error 02-Jan-2023 00:01:50 Progress (3): 5.2/12 MB | 2.5 MB | 476/686 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 476/686 kB | 3.3/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 476/686 kB | 6.1/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 480/686 kB | 6.1/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 480/686 kB | 6.1/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 480/686 kB | 8.9/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 485/686 kB | 8.9/186 kB error 02-Jan-2023 00:01:50 Progress (4): 5.2/12 MB | 2.5 MB | 485/686 kB | 12/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 489/686 kB | 12/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 493/686 kB | 12/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 493/686 kB | 14/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 493/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 497/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 501/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 505/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 509/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.2/12 MB | 2.5 MB | 512/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 512/686 kB | 17/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 512/686 kB | 20/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 512/686 kB | 23/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 512/686 kB | 26/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 516/686 kB | 26/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 521/686 kB | 26/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 525/686 kB | 26/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 529/686 kB | 26/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 529/686 kB | 29/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 533/686 kB | 29/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 537/686 kB | 29/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 537/686 kB | 31/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 539/686 kB | 31/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 539/686 kB | 34/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 539/686 kB | 37/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 543/686 kB | 37/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 543/686 kB | 37/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 548/686 kB | 37/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 548/686 kB | 40/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 552/686 kB | 40/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 552/686 kB | 43/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 556/686 kB | 43/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 556/686 kB | 45/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 556/686 kB | 48/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 556/686 kB | 51/186 kB error 02-Jan-2023 00:01:51 Progress (4): 5.3/12 MB | 2.5 MB | 560/686 kB | 51/186 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 560/686 kB | 51/186 kB | 4.1/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 564/686 kB | 51/186 kB | 4.1/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 564/686 kB | 51/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 566/686 kB | 51/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 566/686 kB | 54/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 566/686 kB | 57/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 570/686 kB | 57/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.3/12 MB | 2.5 MB | 575/686 kB | 57/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.4/12 MB | 2.5 MB | 575/686 kB | 57/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 error 02-Jan-2023 00:01:51 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 200 kB/s) error 02-Jan-2023 00:01:51 #14 94.83 Progress (4): 5.4/12 MB | 575/686 kB | 59/186 kB | 7.5/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 575/686 kB | 59/186 kB | 12/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 575/686 kB | 59/186 kB | 16/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 575/686 kB | 59/186 kB | 20/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 579/686 kB | 59/186 kB | 20/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 579/686 kB | 62/186 kB | 20/230 kB error 02-Jan-2023 00:01:51 error 02-Jan-2023 00:01: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.jar error 02-Jan-2023 00:01:51 #14 94.84 Progress (4): 5.4/12 MB | 579/686 kB | 62/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 583/686 kB | 62/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 583/686 kB | 65/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 583/686 kB | 68/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 583/686 kB | 71/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 71/186 kB | 24/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 71/186 kB | 28/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 71/186 kB | 32/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 71/186 kB | 36/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 71/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 73/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 587/686 kB | 76/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 591/686 kB | 76/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 595/686 kB | 76/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 76/186 kB | 40/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 76/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 79/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 82/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 85/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 599/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 603/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 607/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 611/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.4/12 MB | 615/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 615/686 kB | 87/186 kB | 42/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 615/686 kB | 87/186 kB | 46/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 615/686 kB | 87/186 kB | 51/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 615/686 kB | 87/186 kB | 55/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 615/686 kB | 87/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 618/686 kB | 87/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 618/686 kB | 90/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 618/686 kB | 93/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 618/686 kB | 96/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 618/686 kB | 99/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 59/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 63/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 67/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 71/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 75/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 77/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 622/686 kB | 99/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 626/686 kB | 99/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 630/686 kB | 99/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 630/686 kB | 101/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 630/686 kB | 104/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 630/686 kB | 106/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 634/686 kB | 106/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 638/686 kB | 106/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 642/686 kB | 106/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 106/186 kB | 81/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 106/186 kB | 85/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 109/186 kB | 85/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 112/186 kB | 85/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 112/186 kB | 89/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 112/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 647/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 651/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 655/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 659/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 115/186 kB | 94/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 115/186 kB | 98/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 115/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 118/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 120/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 123/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 663/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 667/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 671/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 674/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 678/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.5/12 MB | 683/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 126/186 kB | 102/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 126/186 kB | 106/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 126/186 kB | 110/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 126/186 kB | 112/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 129/186 kB | 112/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 132/186 kB | 112/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 132/186 kB | 116/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 132/186 kB | 120/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 134/186 kB | 120/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 137/186 kB | 120/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 137/186 kB | 124/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 137/186 kB | 128/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 683/686 kB | 137/186 kB | 132/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 137/186 kB | 132/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 137/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 137/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 140/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 143/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 146/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 148/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 151/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 137/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 141/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 143/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 147/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 151/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 155/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 158/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 162/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 166/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 170/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.6/12 MB | 686 kB | 154/186 kB | 174/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 154/186 kB | 174/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 157/186 kB | 174/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 160/186 kB | 174/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 162/186 kB | 174/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 162/186 kB | 179/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 162/186 kB | 183/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 162/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 165/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 168/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 171/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 187/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 191/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 195/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 197/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 201/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 206/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 210/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 214/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 218/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 222/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 174/186 kB | 224/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 176/186 kB | 224/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 176/186 kB | 228/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 179/186 kB | 228/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 182/186 kB | 228/230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 182/186 kB | 230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.7/12 MB | 686 kB | 185/186 kB | 230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.8/12 MB | 686 kB | 185/186 kB | 230 kB error 02-Jan-2023 00:01:51 Progress (4): 5.8/12 MB | 686 kB | 186 kB | 230 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 3.3/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 6.1/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 8.9/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 12/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 14/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 17/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 20/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 23/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 26/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.8/12 MB | 686 kB | 186 kB | 230 kB | 28/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 28/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 31/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 34/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 37/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 40/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 42/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 45/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 45/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 48/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 51/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 54/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 56/67 kB error 02-Jan-2023 00:01:51 Progress (5): 5.9/12 MB | 686 kB | 186 kB | 230 kB | 59/67 kB error 02-Jan-2023 00:01:51 error 02-Jan-2023 00:01:51 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 53 kB/s) error 02-Jan-2023 00:01:51 #14 95.15 Progress (4): 5.9/12 MB | 186 kB | 230 kB | 62/67 kB error 02-Jan-2023 00:01:51 error 02-Jan-2023 00:01:51 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar error 02-Jan-2023 00:01:51 #14 95.15 Progress (4): 5.9/12 MB | 186 kB | 230 kB | 65/67 kB error 02-Jan-2023 00:01:51 Progress (4): 5.9/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 Progress (4): 6.0/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 Progress (4): 6.0/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 Progress (4): 6.1/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 Progress (4): 6.1/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 Progress (4): 6.2/12 MB | 186 kB | 230 kB | 67 kB error 02-Jan-2023 00:01:51 error 02-Jan-2023 00:01:51 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 02-Jan-2023 00:01:51 #14 95.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.jar (186 kB at 14 kB/s) error 02-Jan-2023 00:01:51 #14 95.34 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.1 kB/s) error 02-Jan-2023 00:01:51 #14 95.36 Progress (1): 6.3/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.3/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.4/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.4/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.5/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.5/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.6/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.7/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.7/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.8/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.8/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.9/12 MB error 02-Jan-2023 00:01:51 Progress (1): 6.9/12 MB error 02-Jan-2023 00:01:51 Progress (1): 7.0/12 MB error 02-Jan-2023 00:01:51 Progress (1): 7.1/12 MB error 02-Jan-2023 00:01:51 Progress (1): 7.1/12 MB error 02-Jan-2023 00:01:51 Progress (2): 7.1/12 MB | 4.1/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.1/12 MB | 8.2/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.1/12 MB | 12/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.1/12 MB | 16/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.1/12 MB | 19/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 19/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 23/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 27/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 31/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 35/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 39/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 43/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 47/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 47/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 52/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 56/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 60/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 64/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 68/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 71/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 75/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 79/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 83/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 86/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 90/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 94/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 98/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 102/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 107/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 111/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 115/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 119/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 123/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 125/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.2/12 MB | 129/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 129/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 134/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 138/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 142/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 146/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 150/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 154/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 158/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 160/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 164/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 168/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 172/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 177/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 181/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 181/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 185/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 189/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 193/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 195/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 199/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 203/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 207/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 211/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 215/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 220/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 224/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 228/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 230/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 234/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 238/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 242/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 246/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.3/12 MB | 250/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.4/12 MB | 250/636 kB error 02-Jan-2023 00:01:51 Progress (2): 7.4/12 MB | 254/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.4/12 MB | 258/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.4/12 MB | 263/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.4/12 MB | 265/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 265/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 269/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 273/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 277/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 281/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 285/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 289/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 293/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 297/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 299/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 304/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 308/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 312/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 314/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 318/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 323/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 327/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 331/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 335/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 339/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 343/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 347/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 347/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 351/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 355/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 359/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 363/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 368/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 372/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 376/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 380/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 384/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 386/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 390/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.5/12 MB | 395/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 395/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 399/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 403/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 407/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 411/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 415/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 419/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 419/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 423/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 427/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 431/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 435/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 440/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 444/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 448/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 452/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 454/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 458/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 462/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.6/12 MB | 466/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 466/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 470/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 474/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 478/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 483/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 485/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 489/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 489/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 493/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 497/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 501/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.7/12 MB | 505/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 505/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 509/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 512/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 516/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 521/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 525/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 529/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 533/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 537/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 541/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.8/12 MB | 545/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 545/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 547/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 551/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 555/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 559/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 564/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 568/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 568/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 572/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 575/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 579/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 584/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 588/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 592/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 596/636 kB error 02-Jan-2023 00:01:52 Progress (2): 7.9/12 MB | 600/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 600/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 604/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 608/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 608/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 612/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 616/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 619/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 623/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 627/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 631/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 636/636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.0/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.1/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.1/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.2/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.3/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.3/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.4/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.4/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.5/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.5/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.6/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.7/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.7/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.8/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.8/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.9/12 MB | 636 kB error 02-Jan-2023 00:01:52 Progress (2): 8.9/12 MB | 636 kB error 02-Jan-2023 00:01:52 error 02-Jan-2023 00:01:52 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/dbunit/dbunit/2.7.2/dbunit-2.7.2.jar (636 kB at 46 kB/s) error 02-Jan-2023 00:01:52 #14 96.11 Progress (1): 9.0/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.1/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.1/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.2/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.2/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.3/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.3/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.4/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.5/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.5/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.6/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.6/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.7/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.8/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.8/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.9/12 MB error 02-Jan-2023 00:01:52 Progress (1): 9.9/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10.0/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 10/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 11/12 MB error 02-Jan-2023 00:01:52 Progress (1): 12/12 MB error 02-Jan-2023 00:01:52 Progress (1): 12 MB error 02-Jan-2023 00:01:52 error 02-Jan-2023 00:01:52 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 798 kB/s) error 02-Jan-2023 00:01:53 #14 97.02 [INFO] error 02-Jan-2023 00:01:53 #14 97.04 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ referenceapplication-package --- error 02-Jan-2023 00:01:53 #14 97.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 02-Jan-2023 00:01:53 #14 97.69 Progress (1): 3.4/6.7 kB error 02-Jan-2023 00:01:53 Progress (1): 6.2/6.7 kB error 02-Jan-2023 00:01:53 Progress (1): 6.7 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 #14 ... error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 #17 [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:54 #17 82.46 Progress (1): 3.3/5.3 kB error 02-Jan-2023 00:01:54 Progress (1): 5.3 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 19 kB/s) error 02-Jan-2023 00:01:54 #17 82.58 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/formentryapp-omod/1.4.3/formentryapp-omod-1.4.3.jar error 02-Jan-2023 00:01:54 #17 82.69 Progress (1): 3.3/27 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/27 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/27 kB error 02-Jan-2023 00:01:54 Progress (1): 12/27 kB error 02-Jan-2023 00:01:54 Progress (1): 15/27 kB error 02-Jan-2023 00:01:54 Progress (1): 17/27 kB error 02-Jan-2023 00:01:54 Progress (1): 20/27 kB error 02-Jan-2023 00:01:54 Progress (1): 23/27 kB error 02-Jan-2023 00:01:54 Progress (1): 26/27 kB error 02-Jan-2023 00:01:54 Progress (1): 27 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 117 kB/s) error 02-Jan-2023 00:01:54 #17 82.81 [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.9.0:jar error 02-Jan-2023 00:01:54 #17 82.82 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.pom error 02-Jan-2023 00:01:54 #17 82.92 Progress (1): 3.3/4.1 kB error 02-Jan-2023 00:01:54 Progress (1): 4.1 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 02-Jan-2023 00:01:54 #17 83.04 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen/4.9.0/idgen-4.9.0.pom error 02-Jan-2023 00:01:54 #17 83.16 Progress (1): 3.3/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 9.9 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 02-Jan-2023 00:01:54 #17 83.27 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/idgen-omod/4.9.0/idgen-omod-4.9.0.jar error 02-Jan-2023 00:01:54 #17 83.58 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.2 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2 MB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 02-Jan-2023 00:01:54 #17 83.77 [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.6.0:jar error 02-Jan-2023 00:01:54 #17 83.78 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.pom error 02-Jan-2023 00:01:54 #17 83.89 Progress (1): 3.3/4.6 kB error 02-Jan-2023 00:01:54 Progress (1): 4.6 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 02-Jan-2023 00:01:54 #17 84.00 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom error 02-Jan-2023 00:01:54 #17 84.11 Progress (1): 3.3/12 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/12 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/12 kB error 02-Jan-2023 00:01:54 Progress (1): 12/12 kB error 02-Jan-2023 00:01:54 Progress (1): 12 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping/1.6.0/metadatamapping-1.6.0.pom (12 kB at 54 kB/s) error 02-Jan-2023 00:01:54 #17 84.23 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/metadatamapping-omod/1.6.0/metadatamapping-omod-1.6.0.jar error 02-Jan-2023 00:01:54 #17 84.53 Progress (1): 0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 1.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.4/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.5/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.6/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.7/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.8/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 2.9/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.0/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.1/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.2/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.3/3.3 MB error 02-Jan-2023 00:01:54 Progress (1): 3.3 MB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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.8 MB/s) error 02-Jan-2023 00:01:54 #17 84.80 [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.2.0:jar error 02-Jan-2023 00:01:54 #17 84.80 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.pom error 02-Jan-2023 00:01:54 #17 84.92 Progress (1): 3.3/9.8 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/9.8 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/9.8 kB error 02-Jan-2023 00:01:54 Progress (1): 9.8 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 02-Jan-2023 00:01:54 #17 85.03 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom error 02-Jan-2023 00:01:54 #17 85.24 Progress (1): 3.3/13 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/13 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/13 kB error 02-Jan-2023 00:01:54 Progress (1): 12/13 kB error 02-Jan-2023 00:01:54 Progress (1): 13 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui/2.2.0/htmlformentryui-2.2.0.pom (13 kB at 41 kB/s) error 02-Jan-2023 00:01:54 #17 85.35 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar error 02-Jan-2023 00:01:54 #17 85.65 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.1/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.2/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.3/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.4/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5/1.5 MB error 02-Jan-2023 00:01:54 Progress (1): 1.5 MB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/htmlformentryui-omod/2.2.0/htmlformentryui-omod-2.2.0.jar (1.5 MB at 2.8 MB/s) error 02-Jan-2023 00:01:54 #17 85.88 [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.8:jar error 02-Jan-2023 00:01:54 #17 85.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom error 02-Jan-2023 00:01:54 #17 85.99 Progress (1): 3.3/4.9 kB error 02-Jan-2023 00:01:54 Progress (1): 4.9 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.pom (4.9 kB at 22 kB/s) error 02-Jan-2023 00:01:54 #17 86.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata/1.4.8/referencedemodata-1.4.8.pom error 02-Jan-2023 00:01:54 #17 86.28 Progress (1): 3.3/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/9.9 kB error 02-Jan-2023 00:01:54 Progress (1): 9.9 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 34 kB/s) error 02-Jan-2023 00:01:54 #17 86.40 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referencedemodata-omod/1.4.8/referencedemodata-omod-1.4.8.jar error 02-Jan-2023 00:01:54 #17 86.51 Progress (1): 3.3/57 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/57 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/57 kB error 02-Jan-2023 00:01:54 Progress (1): 12/57 kB error 02-Jan-2023 00:01:54 Progress (1): 14/57 kB error 02-Jan-2023 00:01:54 Progress (1): 17/57 kB error 02-Jan-2023 00:01:54 Progress (1): 20/57 kB error 02-Jan-2023 00:01:54 Progress (1): 23/57 kB error 02-Jan-2023 00:01:54 Progress (1): 26/57 kB error 02-Jan-2023 00:01:54 Progress (1): 28/57 kB error 02-Jan-2023 00:01:54 Progress (1): 31/57 kB error 02-Jan-2023 00:01:54 Progress (1): 34/57 kB error 02-Jan-2023 00:01:54 Progress (1): 37/57 kB error 02-Jan-2023 00:01:54 Progress (1): 40/57 kB error 02-Jan-2023 00:01:54 Progress (1): 42/57 kB error 02-Jan-2023 00:01:54 Progress (1): 45/57 kB error 02-Jan-2023 00:01:54 Progress (1): 48/57 kB error 02-Jan-2023 00:01:54 Progress (1): 51/57 kB error 02-Jan-2023 00:01:54 Progress (1): 54/57 kB error 02-Jan-2023 00:01:54 Progress (1): 56/57 kB error 02-Jan-2023 00:01:54 Progress (1): 57 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 235 kB/s) error 02-Jan-2023 00:01:54 #17 86.64 [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.33.0:jar error 02-Jan-2023 00:01:54 #17 86.65 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.pom error 02-Jan-2023 00:01:54 #17 86.76 Progress (1): 3.3/19 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/19 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/19 kB error 02-Jan-2023 00:01:54 Progress (1): 12/19 kB error 02-Jan-2023 00:01:54 Progress (1): 15/19 kB error 02-Jan-2023 00:01:54 Progress (1): 17/19 kB error 02-Jan-2023 00:01:54 Progress (1): 19 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 85 kB/s) error 02-Jan-2023 00:01:54 #17 86.88 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom error 02-Jan-2023 00:01:54 #17 86.99 Progress (1): 3.3/15 kB error 02-Jan-2023 00:01:54 Progress (1): 6.1/15 kB error 02-Jan-2023 00:01:54 Progress (1): 8.9/15 kB error 02-Jan-2023 00:01:54 Progress (1): 12/15 kB error 02-Jan-2023 00:01:54 Progress (1): 15/15 kB error 02-Jan-2023 00:01:54 Progress (1): 15 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi/1.33.0/emrapi-1.33.0.pom (15 kB at 67 kB/s) error 02-Jan-2023 00:01:54 #17 87.10 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar error 02-Jan-2023 00:01:54 #17 87.41 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.1/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.2/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.3/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.4/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.5/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.6/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.7/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.8/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 0.9/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0/1.0 MB error 02-Jan-2023 00:01:54 Progress (1): 1.0 MB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/emrapi-omod/1.33.0/emrapi-omod-1.33.0.jar (1.0 MB at 1.6 MB/s) error 02-Jan-2023 00:01:54 #17 87.73 [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.13.0:jar error 02-Jan-2023 00:01:54 #17 87.73 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0/referenceapplication-omod-2.13.0.pom error 02-Jan-2023 00:01:54 #17 90.27 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/referenceapplication-omod/2.13.0/referenceapplication-omod-2.13.0.pom error 02-Jan-2023 00:01:54 #17 90.45 [WARNING] The POM for org.openmrs.module:referenceapplication-omod:jar:2.13.0 is missing, no dependency information available error 02-Jan-2023 00:01:54 #17 90.46 Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/module/referenceapplication-omod/2.13.0/referenceapplication-omod-2.13.0.jar error 02-Jan-2023 00:01:54 #17 91.22 Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/module/referenceapplication-omod/2.13.0/referenceapplication-omod-2.13.0.jar error 02-Jan-2023 00:01:54 #17 91.24 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:01:54 #17 91.24 [INFO] Reactor Summary for Reference Application Distribution 2.13.0-SNAPSHOT: error 02-Jan-2023 00:01:54 #17 91.24 [INFO] error 02-Jan-2023 00:01:54 #17 91.24 [INFO] Reference Application Distribution ................. SUCCESS [ 0.467 s] error 02-Jan-2023 00:01:54 #17 91.24 [INFO] Reference Application Distribution Package ......... FAILURE [01:26 min] error 02-Jan-2023 00:01:54 #17 91.24 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:01:54 #17 91.24 [INFO] BUILD FAILURE error 02-Jan-2023 00:01:54 #17 91.24 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:01:54 #17 91.24 [INFO] Total time: 01:27 min error 02-Jan-2023 00:01:54 #17 91.24 [INFO] Finished at: 2023-01-02T00:01:53Z error 02-Jan-2023 00:01:54 #17 91.24 [INFO] ------------------------------------------------------------------------ error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) on project referenceapplication-package: Unable to find/resolve artifact.: Could not find artifact org.openmrs.module:referenceapplication-omod:jar:2.13.0 in openmrs-repo (https://mavenrepo.openmrs.org/public) -> [Help 1] error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] Re-run Maven using the -X switch to enable full debug logging. error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] For more information about the errors and possible solutions, please read the following articles: error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] After correcting the problems, you can resume the build with the command error 02-Jan-2023 00:01:54 #17 91.26 [ERROR] mvn -rf :referenceapplication-package error 02-Jan-2023 00:01:54 #17 ERROR: process "/bin/sh -c mvn $MVN_ARGS_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1 error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 #14 [linux/arm64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install error 02-Jan-2023 00:01:54 #14 97.69 Progress (1): 3.4/6.7 kB error 02-Jan-2023 00:01:54 Progress (1): 6.2/6.7 kB error 02-Jan-2023 00:01:54 Progress (1): 6.7 kB error 02-Jan-2023 00:01:54 error 02-Jan-2023 00:01:54 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 22 kB/s) error 02-Jan-2023 00:01:54 #14 CANCELED error 02-Jan-2023 00:01:54 ------ error 02-Jan-2023 00:01:54 > [linux/amd64 dev 4/4] RUN mvn -s /usr/share/maven/ref/settings-docker.xml install: error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:build-distro (build-distro) on project referenceapplication-package: Unable to find/resolve artifact.: Could not find artifact org.openmrs.module:referenceapplication-omod:jar:2.13.0 in openmrs-repo (https://mavenrepo.openmrs.org/public) -> [Help 1] error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] error 02-Jan-2023 00:01:54 #17 91.24 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] Re-run Maven using the -X switch to enable full debug logging. error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] For more information about the errors and possible solutions, please read the following articles: error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] error 02-Jan-2023 00:01:54 #17 91.25 [ERROR] After correcting the problems, you can resume the build with the command error 02-Jan-2023 00:01:54 #17 91.26 [ERROR] mvn -rf :referenceapplication-package error 02-Jan-2023 00:01:54 ------ error 02-Jan-2023 00:01:54 Dockerfile:14 error 02-Jan-2023 00:01:54 -------------------- error 02-Jan-2023 00:01:54 12 | error 02-Jan-2023 00:01:54 13 | # Build the distro error 02-Jan-2023 00:01:54 14 | >>> RUN mvn $MVN_ARGS_SETTINGS $MVN_ARGS error 02-Jan-2023 00:01:54 15 | error 02-Jan-2023 00:01:54 16 | ### Run Stage error 02-Jan-2023 00:01:54 -------------------- error 02-Jan-2023 00:01:54 error: failed to solve: process "/bin/sh -c mvn $MVN_ARGS_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1 simple 02-Jan-2023 00:01:54 Failing task since return code of [/home/bamboo-agent/bamboo-agent/temp/REFAPP-OMODDISTRO-DNDI-13358-ScriptBuildTask-1865733214181063691.sh] was 1 while expected 0 simple 02-Jan-2023 00:01:54 Finished task 'Build and push nightly docker image' with result: Failed simple 02-Jan-2023 00:01:54 Running post build plugin 'Docker Container Cleanup' simple 02-Jan-2023 00:01:54 Running post build plugin 'NCover Results Collector' simple 02-Jan-2023 00:01:54 Running post build plugin 'Build Results Label Collector' simple 02-Jan-2023 00:01:54 Running post build plugin 'Clover Results Collector' simple 02-Jan-2023 00:01:54 Running post build plugin 'npm Cache Cleanup' simple 02-Jan-2023 00:01:54 Running post build plugin 'Artifact Copier' simple 02-Jan-2023 00:01:54 Finalising the build... simple 02-Jan-2023 00:01:54 Stopping timer. simple 02-Jan-2023 00:01:54 Build REFAPP-OMODDISTRO-DNDI-13358 completed. simple 02-Jan-2023 00:01:54 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 02-Jan-2023 00:01:54 Running on server: post build plugin 'NCover Results Collector' simple 02-Jan-2023 00:01:54 Running on server: post build plugin 'Build Labeller' simple 02-Jan-2023 00:01:54 Running on server: post build plugin 'Clover Delta Calculator' simple 02-Jan-2023 00:01:54 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 02-Jan-2023 00:01:54 All post build plugins have finished simple 02-Jan-2023 00:01:54 Generating build results summary... simple 02-Jan-2023 00:01:54 Saving build results to disk... simple 02-Jan-2023 00:01:54 Store variable context... simple 02-Jan-2023 00:01:54 Finished building REFAPP-OMODDISTRO-DNDI-13358.