20:12:21 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/integration/distribution/+/109938 20:12:21 Running as SYSTEM 20:12:21 [EnvInject] - Loading node environment variables. 20:12:21 Building remotely on prd-centos8-builder-8c-8g-19770 (centos8-builder-8c-8g) in workspace /w/workspace/distribution-check-managed-potassium 20:12:21 [ssh-agent] Looking for ssh-agent implementation... 20:12:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:12:21 $ ssh-agent 20:12:21 SSH_AUTH_SOCK=/tmp/ssh-JYfx1x3k7vvK/agent.5668 20:12:21 SSH_AGENT_PID=5670 20:12:21 [ssh-agent] Started. 20:12:21 Running ssh-add (command line suppressed) 20:12:21 Identity added: /w/workspace/distribution-check-managed-potassium@tmp/private_key_10526939923901905148.key (/w/workspace/distribution-check-managed-potassium@tmp/private_key_10526939923901905148.key) 20:12:21 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 20:12:21 The recommended git tool is: NONE 20:12:24 using credential opendaylight-jenkins-ssh 20:12:24 Wiping out workspace first. 20:12:24 Cloning the remote Git repository 20:12:24 Cloning repository git://devvexx.opendaylight.org/mirror/integration/distribution 20:12:24 > git init /w/workspace/distribution-check-managed-potassium/distribution # timeout=10 20:12:24 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/distribution 20:12:24 > git --version # timeout=10 20:12:24 > git --version # 'git version 2.43.0' 20:12:24 using GIT_SSH to set credentials Release Engineering Jenkins Key 20:12:24 [INFO] Currently running in a labeled security context 20:12:24 [INFO] Currently SELinux is 'enforcing' on the host 20:12:24 > /usr/bin/chcon --type=ssh_home_t /w/workspace/distribution-check-managed-potassium/distribution@tmp/jenkins-gitclient-ssh8737714041444626833.key 20:12:24 Verifying host key using known hosts file 20:12:24 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 20:12:24 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 20:12:25 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/integration/distribution # timeout=10 20:12:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:12:25 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/integration/distribution # timeout=10 20:12:25 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/distribution 20:12:25 using GIT_SSH to set credentials Release Engineering Jenkins Key 20:12:25 [INFO] Currently running in a labeled security context 20:12:25 [INFO] Currently SELinux is 'enforcing' on the host 20:12:25 > /usr/bin/chcon --type=ssh_home_t /w/workspace/distribution-check-managed-potassium/distribution@tmp/jenkins-gitclient-ssh1153980347866087464.key 20:12:25 Verifying host key using known hosts file 20:12:25 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 20:12:25 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/distribution refs/changes/38/109938/1 # timeout=10 20:12:25 > git rev-parse d61f973d0c1c24488d01ba6787d00916e44c0c3d^{commit} # timeout=10 20:12:25 Checking out Revision d61f973d0c1c24488d01ba6787d00916e44c0c3d (refs/changes/38/109938/1) 20:12:25 > git config core.sparsecheckout # timeout=10 20:12:25 > git checkout -f d61f973d0c1c24488d01ba6787d00916e44c0c3d # timeout=10 20:12:28 Commit message: "Bump upstreams" 20:12:28 > git rev-parse FETCH_HEAD^{commit} # timeout=10 20:12:29 > git rev-list --no-walk 7b3b09405b8d32d8353cf537dbeaa99c6ac48b7d # timeout=10 20:12:29 No emails were triggered. 20:12:29 provisioning config files... 20:12:29 copy managed file [npmrc] to file:/home/jenkins/.npmrc 20:12:29 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 20:12:29 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 20:12:29 [distribution-check-managed-potassium] $ /bin/sh -xe /tmp/jenkins374666215839508131.sh 20:12:29 + echo 'wipe r: the local Maven repository' 20:12:29 wipe r: the local Maven repository 20:12:29 + rm -rfv /tmp/r 20:12:29 + echo 'wipe n: the fake remote (Nexus) repository' 20:12:29 wipe n: the fake remote (Nexus) repository 20:12:29 + rm -rfv /tmp/n 20:12:29 + echo 'wipe t: the transient repository used in some manipulations' 20:12:29 wipe t: the transient repository used in some manipulations 20:12:29 + rm -rfv /tmp/t 20:12:29 + echo 'create n: multithreaded execution might fail at creating it.' 20:12:29 create n: multithreaded execution might fail at creating it. 20:12:29 + mkdir /tmp/n 20:12:29 + echo 'detecting distribution allowed projects' 20:12:29 detecting distribution allowed projects 20:12:29 + ALLOW_PROJECTS=(yangtools mdsal openflowjava) 20:12:29 + [[ karaf4 == \o\d\l ]] 20:12:29 + ALLOW_PROJECTS+=(`grep 'org.opendaylight.' -Rh distribution/features | sed -e 's%^[ \t]*org.opendaylight.%%' | sed -e 's%%%' | sort -u`) 20:12:29 ++ grep 'org.opendaylight.' -Rh distribution/features 20:12:29 ++ sed -e 's%^[ \t]*org.opendaylight.%%' 20:12:29 ++ sed -e 's%%%' 20:12:29 ++ sort -u 20:12:29 + echo 'Allowed projects are yangtools' mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 20:12:29 Allowed projects are yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 20:12:29 + echo ALLOW_PROJECTS=yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 20:12:29 [EnvInject] - Injecting environment variables from a build step. 20:12:29 [EnvInject] - Injecting as environment variables the properties content 20:12:29 SET_JDK_VERSION=openjdk17 20:12:29 GIT_URL="git://devvexx.opendaylight.org/mirror" 20:12:29 20:12:29 [EnvInject] - Variables injected successfully. 20:12:29 [distribution-check-managed-potassium] $ /bin/sh /tmp/jenkins14763457633289393815.sh 20:12:29 ---> update-java-alternatives.sh 20:12:29 ---> Updating Java version 20:12:29 ---> RedHat type system detected 20:12:30 openjdk version "17.0.6-ea" 2023-01-17 LTS 20:12:30 OpenJDK Runtime Environment (Red_Hat-17.0.6.0.9-0.3.ea.el8) (build 17.0.6-ea+9-LTS) 20:12:30 OpenJDK 64-Bit Server VM (Red_Hat-17.0.6.0.9-0.3.ea.el8) (build 17.0.6-ea+9-LTS, mixed mode, sharing) 20:12:30 JAVA_HOME=/usr/lib/jvm/java-17-openjdk 20:12:30 [EnvInject] - Injecting environment variables from a build step. 20:12:30 [EnvInject] - Injecting as environment variables the properties file path '/tmp/java.env' 20:12:30 [EnvInject] - Variables injected successfully. 20:12:30 [EnvInject] - Injecting environment variables from a build step. 20:12:30 [EnvInject] - Injecting as environment variables the properties file path 'allowed_projects.txt' 20:12:30 [EnvInject] - Variables injected successfully. 20:12:30 Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.zip to /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38 on prd-centos8-builder-8c-8g-19770 20:12:31 using settings config with name integration-settings 20:12:31 Replacing all maven server entries not found in credentials list is true 20:12:33 using global settings config with name global-settings 20:12:33 Replacing all maven server entries not found in credentials list is true 20:12:33 [distribution-check-managed-potassium] $ /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38/bin/mvn -f distribution/pom.xml -s /tmp/settings3544664625064165052.xml -gs /tmp/global-settings504642996409833111.xml -DGERRIT_BRANCH=stable/potassium -DGERRIT_PATCHSET_REVISION=d61f973d0c1c24488d01ba6787d00916e44c0c3d -DGERRIT_HOST=git.opendaylight.org -DMVN=/w/tools/hudson.tasks.Maven_MavenInstallation/mvn38/bin/mvn -DGERRIT_CHANGE_OWNER_EMAIL=nite@hq.sk "-DGERRIT_EVENT_ACCOUNT_NAME=Robert Varga" -DGERRIT_CHANGE_URL=https://git.opendaylight.org/gerrit/c/integration/distribution/+/109938 -DGERRIT_PATCHSET_UPLOADER_EMAIL=nite@hq.sk "-DARCHIVE_ARTIFACTS= **/target/surefire-reports/*-output.txt **/target/failsafe-reports/failsafe-summary.xml **/hs_err_*.log **/target/feature/feature.xml 20:12:33 " -DGERRIT_EVENT_TYPE=patchset-created -DSTACK_NAME=$SILO-$JOB_NAME-$BUILD_NUMBER -DGERRIT_PROJECT=integration/distribution -DGERRIT_CHANGE_NUMBER=109938 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Robert Varga\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/38/109938/1 -DDISTROSTREAM=potassium "-DGERRIT_PATCHSET_UPLOADER_NAME=Robert Varga" '-DGERRIT_CHANGE_OWNER=\"Robert Varga\" ' -DPROJECT=integration/distribution -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVtcCB1cHN0cmVhbXMKCkFkb3B0OgotIG9kcGFyZW50LTEzLjAuMTAKLSBpbmZyYXV0aWxzLTYuMC41Ci0geWFuZ3Rvb2xzLTExLjAuNQotIG1kc2FsLTEyLjAuNAotIGNvbnRyb2xsZXItOC4wLjQKLSBhYWEtMC4xOC40Ci0gbmV0Y29uZi02LjAuNgotIGJncGNlcC0wLjIwLjYKCkNoYW5nZS1JZDogSWYxMDA3MDA2OTFiNWUxODJiOGQ5ZDFlMzUwZjA4ZjkzMGQzMzA0MWEKU2lnbmVkLW9mZi1ieTogUm9iZXJ0IFZhcmdhIDxyb2JlcnQudmFyZ2FAcGFudGhlb24udGVjaD4K -DGERRIT_NAME=OpenDaylight -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bump upstreams" -DOS_CLOUD=vex '-DGERRIT_EVENT_ACCOUNT=\"Robert Varga\" ' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=If100700691b5e182b8d9d1e350f08f930d33041a -DKARAF_VERSION=karaf4 -DGERRIT_EVENT_HASH=1633389825 -DGERRIT_VERSION=3.7.2 -DGERRIT_EVENT_ACCOUNT_EMAIL=nite@hq.sk -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Robert Varga" clean deploy dependency:tree -DoutputFile=dependency_tree.txt -Pq -DaltDeploymentRepository=fake-nexus::default::file:///tmp/n/ --show-version --batch-mode -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Pmanaged 20:12:34 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) 20:12:34 Maven home: /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38 20:12:34 Java version: 17.0.6-ea, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-17-openjdk-17.0.6.0.9-0.3.ea.el8.x86_64 20:12:34 Default locale: en_US, platform encoding: UTF-8 20:12:34 OS name: "linux", version: "4.18.0-535.el8.x86_64", arch: "amd64", family: "unix" 20:12:35 [INFO] Scanning for projects... 20:12:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.10/odlparent-lite-13.0.10.pom 20:12:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.10/odlparent-lite-13.0.10.pom (23 kB at 45 kB/s) 20:12:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf4-parent/13.0.10/karaf4-parent-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf4-parent/13.0.10/karaf4-parent-13.0.10.pom (14 kB at 765 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.10/odlparent-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.10/odlparent-13.0.10.pom (55 kB at 2.0 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.10/single-feature-parent-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.10/single-feature-parent-13.0.10.pom (7.4 kB at 438 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.10/abstract-feature-parent-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.10/abstract-feature-parent-13.0.10.pom (7.5 kB at 396 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.10/feature-repo-parent-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.10/feature-repo-parent-13.0.10.pom (5.6 kB at 374 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.4/aaa-artifacts-0.18.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.4/aaa-artifacts-0.18.4.pom (9.5 kB at 560 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgpcep-artifacts/0.20.6/bgpcep-artifacts-0.20.6.pom 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.4/controller-artifacts-8.0.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.4/controller-artifacts-8.0.4.pom (19 kB at 1.4 MB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.14.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.14.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 66 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.14.2-SNAPSHOT/daexim-artifacts-1.14.2-20240123.185323-45.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.14.2-SNAPSHOT/daexim-artifacts-1.14.2-20240123.185323-45.pom (3.0 kB at 228 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.5/infrautils-artifacts-6.0.5.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.5/infrautils-artifacts-6.0.5.pom (7.2 kB at 513 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.15.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.15.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 76 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.15.2-SNAPSHOT/jsonrpc-artifacts-1.15.2-20240123.185447-48.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.15.2-SNAPSHOT/jsonrpc-artifacts-1.15.2-20240123.185447-48.pom (7.9 kB at 527 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.18.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.18.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 77 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.18.2-SNAPSHOT/lispflowmapping-artifacts-1.18.2-20240123.194113-47.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.18.2-SNAPSHOT/lispflowmapping-artifacts-1.18.2-20240123.194113-47.pom (4.8 kB at 437 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.4/mdsal-artifacts-12.0.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.4/mdsal-artifacts-12.0.4.pom (40 kB at 2.7 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.6/netconf-artifacts-6.0.6.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.6/netconf-artifacts-6.0.6.pom (28 kB at 1.7 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.10/odlparent-artifacts-13.0.10.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.10/odlparent-artifacts-13.0.10.pom (9.9 kB at 763 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.17.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.17.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 98 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.17.2-SNAPSHOT/openflowplugin-artifacts-0.17.2-20240123.193214-49.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.17.2-SNAPSHOT/openflowplugin-artifacts-0.17.2-20240123.193214-49.pom (18 kB at 1.4 MB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 89 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.17.2-SNAPSHOT/hwvtepsouthbound-artifacts-1.17.2-20240123.192910-48.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.17.2-SNAPSHOT/hwvtepsouthbound-artifacts-1.17.2-20240123.192910-48.pom (3.4 kB at 260 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 96 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.17.2-SNAPSHOT/library-artifacts-1.17.2-20240123.192910-48.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.17.2-SNAPSHOT/library-artifacts-1.17.2-20240123.192910-48.pom (2.3 kB at 213 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.17.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 88 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.17.2-SNAPSHOT/southbound-artifacts-1.17.2-20240123.192910-48.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.17.2-SNAPSHOT/southbound-artifacts-1.17.2-20240123.192910-48.pom (3.3 kB at 278 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.12.2-SNAPSHOT/maven-metadata.xml 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.12.2-SNAPSHOT/maven-metadata.xml (1.1 kB at 107 kB/s) 20:12:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.12.2-SNAPSHOT/serviceutils-artifacts-0.12.2-20240123.185312-48.pom 20:12:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.12.2-SNAPSHOT/serviceutils-artifacts-0.12.2-20240123.185312-48.pom (4.9 kB at 449 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.5/yangtools-artifacts-11.0.5.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.5/yangtools-artifacts-11.0.5.pom (18 kB at 835 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/karaf-maven-plugin/4.4.4/karaf-maven-plugin-4.4.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/karaf-maven-plugin/4.4.4/karaf-maven-plugin-4.4.4.pom (20 kB at 1.2 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/tooling/4.4.4/tooling-4.4.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/tooling/4.4.4/tooling-4.4.4.pom (1.7 kB at 120 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf/4.4.4/karaf-4.4.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf/4.4.4/karaf-4.4.4.pom (49 kB at 3.3 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/29/apache-29.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/29/apache-29.pom (21 kB at 1.4 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf-bom/4.4.4/karaf-bom-4.4.4.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf-bom/4.4.4/karaf-bom-4.4.4.pom (72 kB at 4.2 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-bom/2.3.8/jaxb-bom-2.3.8.pom (9.7 kB at 644 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 972 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 1.0 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/3/jvnet-parent-3.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 479 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 217 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.8 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/35/maven-parent-35.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.0 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/25/apache-25.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/25/apache-25.pom (21 kB at 1.6 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 200 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 411 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.6 MB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom 20:12:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 171 kB/s) 20:12:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 1.6 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/58/commons-parent-58.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 4.9 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 433 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 330 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 915 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 597 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.0 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 164 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 960 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 68 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 303 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.2 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 522 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.5 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 483 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 969 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 344 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.7 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 565 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.pom (2.6 kB at 202 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver/1.8.2/maven-resolver-1.8.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver/1.8.2/maven-resolver-1.8.2.pom (21 kB at 1.7 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/36/maven-parent-36.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 3.0 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/26/apache-26.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/26/apache-26.pom (21 kB at 1.6 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.pom (2.8 kB at 216 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 631 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 158 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 231 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 117 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 44 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 190 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 249 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/8/plexus-8.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.0 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 498 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 368 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 176 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 199 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 352 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.2 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/34/maven-parent-34.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.9 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/23/apache-23.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/23/apache-23.pom (18 kB at 1.5 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 202 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 221 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 100 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 349 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 920 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 416 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 340 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 1.7 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 843 kB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom 20:12:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.2 MB/s) 20:12:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/5/google-5.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/5/google-5.pom (2.5 kB at 145 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 30 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 649 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 848 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 179 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 284 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 350 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 149 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 463 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 230 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 212 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 365 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.2 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 438 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 75 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 320 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-compat/3.8.6/maven-compat-3.8.6.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-compat/3.8.6/maven-compat-3.8.6.pom (4.6 kB at 357 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.pom (1.9 kB at 174 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon/3.5.2/wagon-3.5.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon/3.5.2/wagon-3.5.2.pom (21 kB at 1.8 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 432 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 103 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 1.3 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http/3.5.2/wagon-http-3.5.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http/3.5.2/wagon-http-3.5.2.pom (6.4 kB at 532 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-providers/3.5.2/wagon-providers-3.5.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-providers/3.5.2/wagon-providers-3.5.2.pom (3.0 kB at 305 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http-shared/3.5.2/wagon-http-shared-3.5.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http-shared/3.5.2/wagon-http-shared-3.5.2.pom (2.5 kB at 204 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 508 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.3 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 3.2 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/21/apache-21.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/21/apache-21.pom (17 kB at 1.3 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 382 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.1 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.1 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/42/commons-parent-42.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.5 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/18/apache-18.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/18/apache-18.pom (16 kB at 1.1 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 414 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 1.0 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 107 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.util/4.4.4/org.apache.karaf.util-4.4.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.util/4.4.4/org.apache.karaf.util-4.4.4.pom (3.5 kB at 270 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.utils/1.11.8/org.apache.felix.utils-1.11.8.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.utils/1.11.8/org.apache.felix.utils-1.11.8.pom (3.3 kB at 256 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/5/felix-parent-5.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 1.4 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/19/apache-19.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/19/apache-19.pom (15 kB at 1.2 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.4/org.apache.karaf.jaas.boot-4.4.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.4/org.apache.karaf.jaas.boot-4.4.4.pom (3.1 kB at 255 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/jaas/4.4.4/jaas-4.4.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/jaas/4.4.4/jaas-4.4.4.pom (1.8 kB at 127 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/org.apache.karaf.tools.utils/4.4.4/org.apache.karaf.tools.utils-4.4.4.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/org.apache.karaf.tools.utils/4.4.4/org.apache.karaf.tools.utils-4.4.4.pom (3.9 kB at 302 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.pom (1.0 kB at 92 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 534 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 408 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 267 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 836 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 836 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 576 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 968 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 747 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 731 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/10/plexus-10.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.0 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom (11 kB at 858 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/7/felix-parent-7.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 1.9 MB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 403 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 115 kB/s) 20:12:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom 20:12:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 106 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 107 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 157 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 135 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.log/1.5.0/org.osgi.service.log-1.5.0.pom (1.8 kB at 139 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 131 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 155 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.promise/1.3.0/org.osgi.util.promise-1.3.0.pom (1.9 kB at 171 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.1.0/osgi.annotation-8.1.0.pom (1.5 kB at 134 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 143 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 242 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 170 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 718 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/16/maven-parent-16.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.9 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/7/apache-7.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/7/apache-7.pom (14 kB at 1.1 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 107 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 804 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/10/maven-parent-10.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.4 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/4/apache-4.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/4/apache-4.pom (4.5 kB at 375 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 567 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 445 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/37/maven-parent-37.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.5 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/27/apache-27.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/27/apache-27.pom (20 kB at 1.7 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 443 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 871 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/11/maven-parent-11.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.3 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/5/apache-5.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/5/apache-5.pom (4.1 kB at 341 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 150 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 672 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 248 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 135 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 815 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 189 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 269 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 635 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 2.5 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 59 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 197 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 88 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 273 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 147 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 299 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 171 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 86 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 602 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 198 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 549 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 555 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.1 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/39/commons-parent-39.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/16/apache-16.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/16/apache-16.pom (15 kB at 1.2 MB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 709 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 13 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 287 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 188 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 218 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 224 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 187 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 145 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 219 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 427 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom 20:12:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 414 kB/s) 20:12:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.7 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/23/maven-parent-23.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/13/apache-13.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/13/apache-13.pom (14 kB at 1.3 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 242 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 352 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 289 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 1.6 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/56/commons-parent-56.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 6.3 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 375 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 351 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 350 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.2 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 205 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.pom (6.1 kB at 504 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/6/felix-parent-6.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 911 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.core/4.4.4/org.apache.karaf.features.core-4.4.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.core/4.4.4/org.apache.karaf.features.core-4.4.4.pom (11 kB at 849 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/features/4.4.4/features-4.4.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/features/4.4.4/features-4.4.4.pom (1.6 kB at 183 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.pom (16 kB at 1.6 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/2.6.14/url-2.6.14.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/2.6.14/url-2.6.14.pom (26 kB at 2.2 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.3.0/master-4.3.0.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.3.0/master-4.3.0.pom (14 kB at 1.4 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom (1.0 kB at 70 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/1.5.1/base-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/1.5.1/base-1.5.1.pom (6.8 kB at 568 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-collections/1.5.1/ops4j-base-util-collections-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-collections/1.5.1/ops4j-base-util-collections-1.5.1.pom (1.2 kB at 113 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom (988 B at 99 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.5/pax-swissbox-property-1.8.5.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.5/pax-swissbox-property-1.8.5.pom (1.7 kB at 140 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/1.8.5/swissbox-1.8.5.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/1.8.5/swissbox-1.8.5.pom (7.6 kB at 762 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.2.0/master-4.2.0.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.2.0/master-4.2.0.pom (14 kB at 1.2 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 1.2 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 691 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.1 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.pom (7.5 kB at 684 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.8/jaxb-runtime-parent-2.3.8.pom (1.2 kB at 91 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-parent/2.3.8/jaxb-parent-2.3.8.pom (31 kB at 2.6 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/jaxb-bom-ext/2.3.8/jaxb-bom-ext-2.3.8.pom (3.5 kB at 290 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom (1.8 kB at 146 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.8/jaxb-txw-parent-2.3.8.pom (1.7 kB at 146 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons-runtime/3.0.12/istack-commons-runtime-3.0.12.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons-runtime/3.0.12/istack-commons-runtime-3.0.12.pom (5.0 kB at 291 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons/3.0.12/istack-commons-3.0.12.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons/3.0.12/istack-commons-3.0.12.pom (24 kB at 2.1 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom (4.6 kB at 420 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/all/1.2.2/all-1.2.2.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 1.4 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.pom (19 kB at 1.6 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.14.1/jackson-base-2.14.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.14.1/jackson-base-2.14.1.pom (10 kB at 852 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 1.6 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 638 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/48/oss-parent-48.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.2 MB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.1/jackson-annotations-2.14.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.1/jackson-annotations-2.14.1.pom (6.2 kB at 564 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.1/jackson-core-2.14.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.1/jackson-core-2.14.1.pom (7.0 kB at 540 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.pom (644 B at 59 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/profile/org.apache.karaf.profile.core/4.4.4/org.apache.karaf.profile.core-4.4.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/profile/org.apache.karaf.profile.core/4.4.4/org.apache.karaf.profile.core-4.4.4.pom (8.2 kB at 750 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.resolver/2.0.4/org.apache.felix.resolver-2.0.4.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.resolver/2.0.4/org.apache.felix.resolver-2.0.4.pom (4.7 kB at 389 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/6.0.1/osgi.annotation-6.0.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/6.0.1/osgi.annotation-6.0.1.pom (1.3 kB at 110 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-wrap/2.6.14/pax-url-wrap-2.6.14.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-wrap/2.6.14/pax-url-wrap-2.6.14.pom (4.1 kB at 254 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-commons/2.6.14/pax-url-commons-2.6.14.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-commons/2.6.14/pax-url-commons-2.6.14.pom (3.0 kB at 335 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom (1.4 kB at 123 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom (1.0 kB at 84 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.8.5/pax-swissbox-bnd-1.8.5.pom 20:12:40 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.8.5/pax-swissbox-bnd-1.8.5.pom (2.1 kB at 172 kB/s) 20:12:40 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.1.0/biz.aQute.bndlib-6.1.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.1.0/biz.aQute.bndlib-6.1.0.pom (5.2 kB at 476 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0/biz.aQute.bnd.util-6.1.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.1.0/biz.aQute.bnd.util-6.1.0.pom (2.7 kB at 242 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-war/2.6.14/pax-url-war-2.6.14.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-war/2.6.14/pax-url-war-2.6.14.pom (5.2 kB at 470 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.5/pax-swissbox-optional-jcl-1.8.5.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.5/pax-swissbox-optional-jcl-1.8.5.pom (1.5 kB at 125 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/4.4.4/org.apache.karaf.deployer.spring-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/4.4.4/org.apache.karaf.deployer.spring-4.4.4.pom (4.6 kB at 386 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/deployer/4.4.4/deployer-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/deployer/4.4.4/deployer-4.4.4.pom (1.7 kB at 142 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.4/org.apache.karaf.deployer.blueprint-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.4/org.apache.karaf.deployer.blueprint-4.4.4.pom (4.5 kB at 343 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.4/org.apache.karaf.deployer.features-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.4/org.apache.karaf.deployer.features-4.4.4.pom (5.1 kB at 426 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.4/org.apache.karaf.deployer.kar-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.4/org.apache.karaf.deployer.kar-4.4.4.pom (4.7 kB at 431 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.4/org.apache.karaf.kar.core-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.4/org.apache.karaf.kar.core-4.4.4.pom (5.6 kB at 509 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.console/4.4.4/org.apache.karaf.shell.console-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.console/4.4.4/org.apache.karaf.shell.console-4.4.4.pom (10 kB at 848 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/shell/4.4.4/shell-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/shell/4.4.4/shell-4.4.4.pom (1.7 kB at 133 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.pom (18 kB at 769 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom (24 kB at 2.0 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom (14 kB at 1.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom (15 kB at 1.3 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.4/org.apache.karaf.jaas.modules-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.4/org.apache.karaf.jaas.modules-4.4.4.pom (9.0 kB at 896 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.4/org.apache.karaf.jaas.config-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.4/org.apache.karaf.jaas.config-4.4.4.pom (5.4 kB at 413 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.4/org.apache.karaf.shell.core-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.4/org.apache.karaf.shell.core-4.4.4.pom (9.0 kB at 818 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.pom (8.7 kB at 792 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd/2.10.0/sshd-2.10.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd/2.10.0/sshd-2.10.0.pom (79 kB at 4.9 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/springframework/spring-framework-bom/5.3.27/spring-framework-bom-5.3.27.pom (5.7 kB at 514 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.main/4.4.4/org.apache.karaf.main-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.main/4.4.4/org.apache.karaf.main-4.4.4.pom (7.1 kB at 588 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 169 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 150 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.4/org.apache.karaf.diagnostic.boot-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.4/org.apache.karaf.diagnostic.boot-4.4.4.pom (3.7 kB at 308 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/diagnostic/4.4.4/diagnostic-4.4.4.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/diagnostic/4.4.4/diagnostic-4.4.4.pom (1.6 kB at 147 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.pom (1.6 kB at 148 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-finder-shaded/4.23/xbean-finder-shaded-4.23.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-finder-shaded/4.23/xbean-finder-shaded-4.23.pom (4.9 kB at 448 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean/4.23/xbean-4.23.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean/4.23/xbean-4.23.pom (19 kB at 1.7 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java8-flava/2.3/genesis-java8-flava-2.3.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java8-flava/2.3/genesis-java8-flava-2.3.pom (5.5 kB at 457 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.3/genesis-default-flava-2.3.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.3/genesis-default-flava-2.3.pom (15 kB at 1.3 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.3/genesis-2.3.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.3/genesis-2.3.pom (16 kB at 1.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-asm9-shaded/4.23/xbean-asm9-shaded-4.23.pom 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-asm9-shaded/4.23/xbean-asm9-shaded-4.23.pom (4.3 kB at 355 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/karaf-maven-plugin/4.4.4/karaf-maven-plugin-4.4.4.jar 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 2.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 1.5 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 5.7 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/karaf-maven-plugin/4.4.4/karaf-maven-plugin-4.4.4.jar (208 kB at 4.9 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 4.5 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 511 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 1.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-api/1.8.2/maven-resolver-api-1.8.2.jar (154 kB at 3.0 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-util/1.8.2/maven-resolver-util-1.8.2.jar (176 kB at 3.4 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 726 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 375 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 637 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 9.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 8.8 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 193 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 173 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 355 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (196 kB at 2.4 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 2.0 MB/s) 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.7 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 418 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 44 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 5.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 192 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.6 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 279 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 121 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 76 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 30 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 20 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-compat/3.8.6/maven-compat-3.8.6.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 34 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 688 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 332 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http/3.5.2/wagon-http-3.5.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.jar (55 kB at 417 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http-shared/3.5.2/wagon-http-shared-3.5.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar (14 kB at 102 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http/3.5.2/wagon-http-3.5.2.jar (9.4 kB at 69 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 19 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-compat/3.8.6/maven-compat-3.8.6.jar (288 kB at 2.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-http-shared/3.5.2/wagon-http-shared-3.5.2.jar (41 kB at 280 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.util/4.4.4/org.apache.karaf.util-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 2.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.utils/1.11.8/org.apache.felix.utils-1.11.8.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 2.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.4/org.apache.karaf.jaas.boot-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 107 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/org.apache.karaf.tools.utils/4.4.4/org.apache.karaf.tools.utils-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.util/4.4.4/org.apache.karaf.util-4.4.4.jar (95 kB at 608 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 4.8 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/tooling/org.apache.karaf.tools.utils/4.4.4/org.apache.karaf.tools.utils-4.4.4.jar (29 kB at 174 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.boot/4.4.4/org.apache.karaf.jaas.boot-4.4.4.jar (20 kB at 118 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.utils/1.11.8/org.apache.felix.utils-1.11.8.jar (176 kB at 1.0 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.jar (8.5 kB at 49 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 2.8 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 48 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 307 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 1.5 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 59 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar (211 kB at 1.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 225 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 53 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 239 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 54 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 279 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 38 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.2 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 1.9 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.8 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 302 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 957 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 225 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 202 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 122 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 81 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 203 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.5 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 92 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 110 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 638 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 310 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.core/4.4.4/org.apache.karaf.features.core-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 792 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 232 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-collections/1.5.1/ops4j-base-util-collections-1.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 464 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.fileinstall/3.7.4/org.apache.felix.fileinstall-3.7.4.jar (139 kB at 553 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.5/pax-swissbox-property-1.8.5.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 42 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.5/pax-swissbox-property-1.8.5.jar (4.0 kB at 15 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 43 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons-runtime/3.0.12/istack-commons-runtime-3.0.12.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-util-collections/1.5.1/ops4j-base-util-collections-1.5.1.jar (13 kB at 51 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar (72 kB at 262 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/istack/istack-commons-runtime/3.0.12/istack-commons-runtime-3.0.12.jar (30 kB at 108 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.1/jackson-annotations-2.14.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar (68 kB at 248 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.1/jackson-core-2.14.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/jaxb-runtime/2.3.8/jaxb-runtime-2.3.8.jar (1.0 MB at 3.7 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.core/4.4.4/org.apache.karaf.features.core-4.4.4.jar (2.9 MB at 10 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/profile/org.apache.karaf.profile.core/4.4.4/org.apache.karaf.profile.core-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.1/jackson-annotations-2.14.1.jar (76 kB at 267 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.resolver/2.0.4/org.apache.felix.resolver-2.0.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.jar (69 kB at 238 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/6.0.1/osgi.annotation-6.0.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.1/jackson-core-2.14.1.jar (459 kB at 1.6 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-wrap/2.6.14/pax-url-wrap-2.6.14-uber.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/profile/org.apache.karaf.profile.core/4.4.4/org.apache.karaf.profile.core-4.4.4.jar (319 kB at 1.1 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-commons/2.6.14/pax-url-commons-2.6.14.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.resolver/2.0.4/org.apache.felix.resolver-2.0.4.jar (202 kB at 674 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/6.0.1/osgi.annotation-6.0.1.jar (15 kB at 49 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.1/jackson-databind-2.14.1.jar (1.6 MB at 5.3 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.8.5/pax-swissbox-bnd-1.8.5.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 57 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-commons/2.6.14/pax-url-commons-2.6.14.jar (9.6 kB at 31 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-war/2.6.14/pax-url-war-2.6.14-uber.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 41 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.5/pax-swissbox-optional-jcl-1.8.5.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-bnd/1.8.5/pax-swissbox-bnd-1.8.5.jar (9.7 kB at 31 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/4.4.4/org.apache.karaf.deployer.spring-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-wrap/2.6.14/pax-url-wrap-2.6.14-uber.jar (2.3 MB at 7.3 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.4/org.apache.karaf.deployer.blueprint-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.5/pax-swissbox-optional-jcl-1.8.5.jar (6.7 kB at 20 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.4/org.apache.karaf.deployer.features-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.spring/4.4.4/org.apache.karaf.deployer.spring-4.4.4.jar (44 kB at 133 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.4/org.apache.karaf.deployer.kar-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.blueprint/4.4.4/org.apache.karaf.deployer.blueprint-4.4.4.jar (44 kB at 132 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.4/org.apache.karaf.kar.core-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.features/4.4.4/org.apache.karaf.deployer.features-4.4.4.jar (55 kB at 161 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.console/4.4.4/org.apache.karaf.shell.console-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/deployer/org.apache.karaf.deployer.kar/4.4.4/org.apache.karaf.deployer.kar-4.4.4.jar (24 kB at 70 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/kar/org.apache.karaf.kar.core/4.4.4/org.apache.karaf.kar.core-4.4.4.jar (107 kB at 306 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.console/4.4.4/org.apache.karaf.shell.console-4.4.4.jar (211 kB at 596 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.4/org.apache.karaf.jaas.modules-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether/2.6.14/pax-url-aether-2.6.14.jar (4.2 MB at 12 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.4/org.apache.karaf.jaas.config-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar (221 kB at 607 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.4/org.apache.karaf.shell.core-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-war/2.6.14/pax-url-war-2.6.14-uber.jar (2.4 MB at 6.3 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.config/4.4.4/org.apache.karaf.jaas.config-4.4.4.jar (42 kB at 112 kB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.main/4.4.4/org.apache.karaf.main-4.4.4.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.jar (995 kB at 2.6 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar 20:12:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.modules/4.4.4/org.apache.karaf.jaas.modules-4.4.4.jar (1.5 MB at 4.0 MB/s) 20:12:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.core/4.4.4/org.apache.karaf.shell.core-4.4.4.jar (686 kB at 1.8 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.4/org.apache.karaf.diagnostic.boot-4.4.4.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.main/4.4.4/org.apache.karaf.main-4.4.4.jar (174 kB at 450 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd-osgi/2.10.0/sshd-osgi-2.10.0.jar (1.8 MB at 4.6 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/diagnostic/org.apache.karaf.diagnostic.boot/4.4.4/org.apache.karaf.diagnostic.boot-4.4.4.jar (31 kB at 79 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-finder-shaded/4.23/xbean-finder-shaded-4.23.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-finder-shaded/4.23/xbean-finder-shaded-4.23.jar (161 kB at 394 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-asm9-shaded/4.23/xbean-asm9-shaded-4.23.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 4.6 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 2.6 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/8.0.0/osgi.core-8.0.0.jar (557 kB at 1.4 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 35 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 275 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 3.2 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-asm9-shaded/4.23/xbean-asm9-shaded-4.23.jar (263 kB at 619 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 76 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 101 kB/s) 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 54 kB/s) 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 791 kB/s) 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 7.2 MB/s) 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 945 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 77 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom (3.1 kB at 172 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom (8.1 kB at 540 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/logging-parent/5/logging-parent-5.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 235 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/24/apache-24.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/24/apache-24.pom (20 kB at 1.4 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.41/jersey-bom-2.41.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.41/jersey-bom-2.41.pom (20 kB at 1.7 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.15.3/jackson-bom-2.15.3.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.15.3/jackson-bom-2.15.3.pom (18 kB at 1.5 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 544 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/50/oss-parent-50.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 2.0 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom (14 kB at 1.1 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-bom/9.4.52.v20230823/jetty-bom-9.4.52.v20230823.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-bom/9.4.52.v20230823/jetty-bom-9.4.52.v20230823.pom (18 kB at 1.4 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/bom/1.3.1/bom-1.3.1.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/bom/1.3.1/bom-1.3.1.pom (4.1 kB at 292 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/12.0.4/odlparent-lite-12.0.4.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/12.0.4/odlparent-lite-12.0.4.pom (24 kB at 1.8 MB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.23/metrics-bom-4.2.23.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.23/metrics-bom-4.2.23.pom (8.2 kB at 586 kB/s) 20:12:42 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.23/metrics-parent-4.2.23.pom 20:12:42 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.23/metrics-parent-4.2.23.pom (21 kB at 1.7 MB/s) 20:12:42 [ERROR] [ERROR] Some problems were encountered while processing the POMs: 20:12:42 [ERROR] Non-resolvable import POM: Could not find artifact org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 in opendaylight-mirror (https://nexus.opendaylight.org/content/repositories/public/) @ line 67, column 33 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:features-index:xml:features is missing. @ line 54, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:features-test:xml:features is missing. @ line 72, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:aaa-cli-jar:jar is missing. @ line 92, column 21 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:odl-aaa-shiro:xml:features is missing. @ line 61, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-bgp:xml:features is missing. @ line 76, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-bmp:xml:features is missing. @ line 82, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-pcep:xml:features is missing. @ line 88, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-rsvp:xml:features is missing. @ line 94, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:odl-daexim-all:xml:features is missing. @ line 109, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.jsonrpc:odl-jsonrpc-all:xml:features is missing. @ line 124, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.lispflowmapping:odl-lispflowmapping-msmr:xml:features is missing. @ line 139, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-restconf:xml:features is missing. @ line 154, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-restconf-openapi:xml:features is missing. @ line 160, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-yanglib:xml:features is missing. @ line 166, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:odl-openflowplugin-flow-services-rest:xml:features is missing. @ line 181, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:odl-openflowplugin-nxm-extensions:xml:features is missing. @ line 187, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-library:xml:features is missing. @ line 202, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-hwvtepsouthbound:xml:features is missing. @ line 208, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-southbound-impl:xml:features is missing. @ line 214, column 29 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-compatible-with-all:xml:features is missing. @ line 52, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-callhome-ssh:xml:features is missing. @ line 69, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-console:xml:features is missing. @ line 75, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-mdsal:xml:features is missing. @ line 81, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-topology:xml:features is missing. @ line 87, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-clustered-topology:xml:features is missing. @ line 93, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:odl-serviceutils-srm:xml:features is missing. @ line 108, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:odl-serviceutils-tools:xml:features is missing. @ line 114, column 29 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:features-aaa:xml:features is missing. @ line 62, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:features-bgpcep:xml:features is missing. @ line 77, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:features-bgpcep-testing:xml:features is missing. @ line 83, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller:xml:features is missing. @ line 98, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-experimental:xml:features is missing. @ line 104, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-testing:xml:features is missing. @ line 230, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:daexim-features:xml:features is missing. @ line 125, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.infrautils:features-infrautils:xml:features is missing. @ line 140, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.infrautils:features-infrautils-experimental:xml:features is missing. @ line 146, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.jsonrpc:features-jsonrpc:xml:features is missing. @ line 161, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.lispflowmapping:features-lispflowmapping:xml:features is missing. @ line 176, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal:xml:features is missing. @ line 191, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal-experimental:xml:features is missing. @ line 197, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf:xml:features is missing. @ line 212, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-experimental:xml:features is missing. @ line 218, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-testing:xml:features is missing. @ line 224, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:features-openflowplugin:xml:features is missing. @ line 260, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:features-openflowplugin-extension:xml:features is missing. @ line 266, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:library-features:xml:features is missing. @ line 281, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:hwvtepsouthbound-features:xml:features is missing. @ line 287, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:southbound-features:xml:features is missing. @ line 293, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:serviceutils-features:xml:features is missing. @ line 308, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.yangtools:features-yangtools:xml:features is missing. @ line 353, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.yangtools:features-yangtools-experimental:xml:features is missing. @ line 359, column 29 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-compatible-with-all:xml:features is missing. @ line 53, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-all:xml:features is missing. @ line 59, column 21 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:features-aaa:xml:features is missing. @ line 47, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller:xml:features is missing. @ line 56, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-experimental:xml:features is missing. @ line 63, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:daexim-features:xml:features is missing. @ line 72, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal:xml:features is missing. @ line 81, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf:xml:features is missing. @ line 90, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-experimental:xml:features is missing. @ line 97, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:aaa-cli-jar:jar is missing. @ line 114, column 21 20:12:42 @ 20:12:42 [ERROR] The build could not read 9 projects -> [Help 1] 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml) has 1 error 20:12:42 [ERROR] Non-resolvable import POM: Could not find artifact org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 in opendaylight-mirror (https://nexus.opendaylight.org/content/repositories/public/) @ line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:upstream-all-artifacts:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/all/pom.xml) has 1 error 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:all-artifacts:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/artifacts/all/pom.xml) has 1 error 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:karaf:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/karaf/pom.xml) has 4 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:features-index:xml:features is missing. @ line 54, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:features-test:xml:features is missing. @ line 72, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:aaa-cli-jar:jar is missing. @ line 92, column 21 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:odl-integration-compatible-with-all:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/features/singles/odl-integration-compatible-with-all/pom.xml) has 17 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:odl-aaa-shiro:xml:features is missing. @ line 61, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-bgp:xml:features is missing. @ line 76, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-bmp:xml:features is missing. @ line 82, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-pcep:xml:features is missing. @ line 88, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:odl-bgpcep-rsvp:xml:features is missing. @ line 94, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:odl-daexim-all:xml:features is missing. @ line 109, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.jsonrpc:odl-jsonrpc-all:xml:features is missing. @ line 124, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.lispflowmapping:odl-lispflowmapping-msmr:xml:features is missing. @ line 139, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-restconf:xml:features is missing. @ line 154, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-restconf-openapi:xml:features is missing. @ line 160, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-yanglib:xml:features is missing. @ line 166, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:odl-openflowplugin-flow-services-rest:xml:features is missing. @ line 181, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:odl-openflowplugin-nxm-extensions:xml:features is missing. @ line 187, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-library:xml:features is missing. @ line 202, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-hwvtepsouthbound:xml:features is missing. @ line 208, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:odl-ovsdb-southbound-impl:xml:features is missing. @ line 214, column 29 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:odl-integration-all:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/features/singles/odl-integration-all/pom.xml) has 9 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-compatible-with-all:xml:features is missing. @ line 52, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-callhome-ssh:xml:features is missing. @ line 69, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-console:xml:features is missing. @ line 75, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-mdsal:xml:features is missing. @ line 81, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-topology:xml:features is missing. @ line 87, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:odl-netconf-clustered-topology:xml:features is missing. @ line 93, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:odl-serviceutils-srm:xml:features is missing. @ line 108, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:odl-serviceutils-tools:xml:features is missing. @ line 114, column 29 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:features-index:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/features/repos/index/pom.xml) has 25 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:features-aaa:xml:features is missing. @ line 62, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:features-bgpcep:xml:features is missing. @ line 77, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.bgpcep:features-bgpcep-testing:xml:features is missing. @ line 83, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller:xml:features is missing. @ line 98, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-experimental:xml:features is missing. @ line 104, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-testing:xml:features is missing. @ line 230, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:daexim-features:xml:features is missing. @ line 125, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.infrautils:features-infrautils:xml:features is missing. @ line 140, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.infrautils:features-infrautils-experimental:xml:features is missing. @ line 146, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.jsonrpc:features-jsonrpc:xml:features is missing. @ line 161, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.lispflowmapping:features-lispflowmapping:xml:features is missing. @ line 176, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal:xml:features is missing. @ line 191, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal-experimental:xml:features is missing. @ line 197, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf:xml:features is missing. @ line 212, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-experimental:xml:features is missing. @ line 218, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-testing:xml:features is missing. @ line 224, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:features-openflowplugin:xml:features is missing. @ line 260, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.openflowplugin:features-openflowplugin-extension:xml:features is missing. @ line 266, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:library-features:xml:features is missing. @ line 281, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:hwvtepsouthbound-features:xml:features is missing. @ line 287, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.ovsdb:southbound-features:xml:features is missing. @ line 293, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.serviceutils:serviceutils-features:xml:features is missing. @ line 308, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.yangtools:features-yangtools:xml:features is missing. @ line 353, column 29 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.yangtools:features-yangtools-experimental:xml:features is missing. @ line 359, column 29 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:features-test:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/features/repos/test/pom.xml) has 3 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-compatible-with-all:xml:features is missing. @ line 53, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.integration:odl-integration-all:xml:features is missing. @ line 59, column 21 20:12:42 [ERROR] 20:12:42 [ERROR] The project org.opendaylight.integration:onap-karaf:0.19.2-SNAPSHOT (/w/workspace/distribution-check-managed-potassium/distribution/onap-karaf/pom.xml) has 9 errors 20:12:42 [ERROR] Non-resolvable import POM: org.opendaylight.bgpcep:bgpcep-artifacts:pom:0.20.6 was not found in https://nexus.opendaylight.org/content/repositories/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of opendaylight-mirror has elapsed or updates are forced @ org.opendaylight.integration:artifact-artifacts:0.19.2-SNAPSHOT, /w/workspace/distribution-check-managed-potassium/distribution/artifacts/upstream/artifacts/pom.xml, line 67, column 33 -> [Help 2] 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:features-aaa:xml:features is missing. @ line 47, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller:xml:features is missing. @ line 56, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.controller:features-controller-experimental:xml:features is missing. @ line 63, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.daexim:daexim-features:xml:features is missing. @ line 72, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.mdsal:features-mdsal:xml:features is missing. @ line 81, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf:xml:features is missing. @ line 90, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.netconf:features-netconf-experimental:xml:features is missing. @ line 97, column 21 20:12:42 [ERROR] 'dependencies.dependency.version' for org.opendaylight.aaa:aaa-cli-jar:jar is missing. @ line 114, column 21 20:12:42 [ERROR] 20:12:42 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 20:12:42 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 20:12:42 [ERROR] 20:12:42 [ERROR] For more information about the errors and possible solutions, please read the following articles: 20:12:42 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException 20:12:42 [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException 20:12:43 Build step 'Invoke top-level Maven targets' marked build as failure 20:12:43 $ ssh-agent -k 20:12:43 unset SSH_AUTH_SOCK; 20:12:43 unset SSH_AGENT_PID; 20:12:43 echo Agent pid 5670 killed; 20:12:43 [ssh-agent] Stopped. 20:12:43 [PostBuildScript] - [INFO] Executing post build scripts. 20:12:43 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins17506686238790883566.sh 20:12:43 Archiving csit artifacts 20:12:43 mv: cannot stat 'odl1_*': No such file or directory 20:12:43 mv: cannot stat 'karaf_1_*_threads*': No such file or directory 20:12:43 mv: cannot stat '*_1.png': No such file or directory 20:12:43 mv: cannot stat '/tmp/odl1_*': No such file or directory 20:12:43 mv: cannot stat 'gclogs-1': No such file or directory 20:12:43 % Total % Received % Xferd Average Speed Time Time Time Current 20:12:43 Dload Upload Total Spent Left Speed 20:12:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 188 0 188 0 0 2647 0 --:--:-- --:--:-- --:--:-- 2647 20:12:43 Archive: robot-plugin.zip 20:12:43 End-of-central-directory signature not found. Either this file is not 20:12:43 a zipfile, or it constitutes one disk of a multi-part archive. In the 20:12:43 latter case the central directory and zipfile comment will be found on 20:12:43 the last disk(s) of this archive. 20:12:43 unzip: cannot find zipfile directory in one of robot-plugin.zip or 20:12:43 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 20:12:43 mv: cannot stat '*.log': No such file or directory 20:12:43 mv: cannot stat '*.log.gz': No such file or directory 20:12:43 mv: cannot stat '*.csv': No such file or directory 20:12:43 mv: cannot stat '*.png': No such file or directory 20:12:43 [PostBuildScript] - [INFO] Executing post build scripts. 20:12:43 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins425470542684468583.sh 20:12:43 ---> sysstat.sh 20:12:43 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins13471173493030586014.sh 20:12:43 ---> package-listing.sh 20:12:43 ++ facter osfamily 20:12:43 ++ tr '[:upper:]' '[:lower:]' 20:12:43 + OS_FAMILY=redhat 20:12:43 + workspace=/w/workspace/distribution-check-managed-potassium 20:12:43 + START_PACKAGES=/tmp/packages_start.txt 20:12:43 + END_PACKAGES=/tmp/packages_end.txt 20:12:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:12:43 + PACKAGES=/tmp/packages_start.txt 20:12:43 + '[' /w/workspace/distribution-check-managed-potassium ']' 20:12:43 + PACKAGES=/tmp/packages_end.txt 20:12:43 + case "${OS_FAMILY}" in 20:12:43 + rpm -qa 20:12:43 + sort 20:12:44 + '[' -f /tmp/packages_start.txt ']' 20:12:44 + '[' -f /tmp/packages_end.txt ']' 20:12:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:12:44 + '[' /w/workspace/distribution-check-managed-potassium ']' 20:12:44 + mkdir -p /w/workspace/distribution-check-managed-potassium/archives/ 20:12:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/distribution-check-managed-potassium/archives/ 20:12:44 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins6574614766704101480.sh 20:12:44 ---> capture-instance-metadata.sh 20:12:44 Setup pyenv: 20:12:44 system 20:12:44 * 3.8.13 (set by /opt/pyenv/version) 20:12:44 * 3.9.13 (set by /opt/pyenv/version) 20:12:44 * 3.10.6 (set by /opt/pyenv/version) 20:12:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4d14 20:12:49 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:12:52 lf-activate-venv(): INFO: Installing: lftools 20:13:26 lf-activate-venv(): INFO: Adding /tmp/venv-4d14/bin to PATH 20:13:26 INFO: Running in OpenStack, capturing instance metadata 20:13:26 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins13044182339204771932.sh 20:13:26 provisioning config files... 20:13:26 Could not find credentials [logs] for distribution-check-managed-potassium #49 20:13:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/distribution-check-managed-potassium@tmp/config6107865927028133510tmp 20:13:26 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 20:13:26 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 20:13:26 provisioning config files... 20:13:27 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 20:13:27 [EnvInject] - Injecting environment variables from a build step. 20:13:27 [EnvInject] - Injecting as environment variables the properties content 20:13:27 SERVER_ID=logs 20:13:27 20:13:27 [EnvInject] - Variables injected successfully. 20:13:27 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins15076282327162431239.sh 20:13:27 ---> create-netrc.sh 20:13:27 WARN: Log server credential not found. 20:13:27 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins2015544188624981539.sh 20:13:27 ---> python-tools-install.sh 20:13:27 Setup pyenv: 20:13:27 system 20:13:27 3.8.13 20:13:27 3.9.13 20:13:27 * 3.10.6 (set by /w/workspace/distribution-check-managed-potassium/.python-version) 20:13:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4d14 from file:/tmp/.os_lf_venv 20:13:28 lf-activate-venv(): INFO: Installing: lftools 20:13:40 lf-activate-venv(): INFO: Adding /tmp/venv-4d14/bin to PATH 20:13:40 Generating Requirements File 20:14:14 Python 3.10.6 20:14:14 pip 23.3.2 from /tmp/venv-4d14/lib/python3.10/site-packages/pip (python 3.10) 20:14:14 appdirs==1.4.4 20:14:14 argcomplete==3.2.1 20:14:14 aspy.yaml==1.3.0 20:14:14 attrs==23.2.0 20:14:14 autopage==0.5.2 20:14:14 beautifulsoup4==4.12.3 20:14:14 boto3==1.34.25 20:14:14 botocore==1.34.25 20:14:14 bs4==0.0.2 20:14:14 cachetools==5.3.2 20:14:14 certifi==2023.11.17 20:14:14 cffi==1.16.0 20:14:14 cfgv==3.4.0 20:14:14 chardet==5.2.0 20:14:14 charset-normalizer==3.3.2 20:14:14 click==8.1.7 20:14:14 cliff==4.5.0 20:14:14 cmd2==2.4.3 20:14:14 cryptography==3.3.2 20:14:14 debtcollector==2.5.0 20:14:14 decorator==5.1.1 20:14:14 defusedxml==0.7.1 20:14:14 Deprecated==1.2.14 20:14:14 distlib==0.3.8 20:14:14 dnspython==2.5.0 20:14:14 docker==4.2.2 20:14:14 dogpile.cache==1.3.0 20:14:14 email-validator==2.1.0.post1 20:14:14 filelock==3.13.1 20:14:14 future==0.18.3 20:14:14 gitdb==4.0.11 20:14:14 GitPython==3.1.41 20:14:14 google-auth==2.26.2 20:14:14 httplib2==0.22.0 20:14:14 identify==2.5.33 20:14:14 idna==3.6 20:14:14 importlib-resources==1.5.0 20:14:14 iso8601==2.1.0 20:14:14 Jinja2==3.1.3 20:14:14 jmespath==1.0.1 20:14:14 jsonpatch==1.33 20:14:14 jsonpointer==2.4 20:14:14 jsonschema==4.21.1 20:14:14 jsonschema-specifications==2023.12.1 20:14:14 keystoneauth1==5.5.0 20:14:14 kubernetes==29.0.0 20:14:14 lftools==0.37.8 20:14:14 lxml==5.1.0 20:14:14 MarkupSafe==2.1.4 20:14:14 msgpack==1.0.7 20:14:14 multi_key_dict==2.0.3 20:14:14 munch==4.0.0 20:14:14 netaddr==0.10.1 20:14:14 netifaces==0.11.0 20:14:14 niet==1.4.2 20:14:14 nodeenv==1.8.0 20:14:14 oauth2client==4.1.3 20:14:14 oauthlib==3.2.2 20:14:14 openstacksdk==0.62.0 20:14:14 os-client-config==2.1.0 20:14:14 os-service-types==1.7.0 20:14:14 osc-lib==3.0.0 20:14:14 oslo.config==9.3.0 20:14:14 oslo.context==5.3.0 20:14:14 oslo.i18n==6.2.0 20:14:14 oslo.log==5.4.0 20:14:14 oslo.serialization==5.3.0 20:14:14 oslo.utils==7.0.0 20:14:14 packaging==23.2 20:14:14 pbr==6.0.0 20:14:14 platformdirs==4.1.0 20:14:14 prettytable==3.9.0 20:14:14 pyasn1==0.5.1 20:14:14 pyasn1-modules==0.3.0 20:14:14 pycparser==2.21 20:14:14 pygerrit2==2.0.15 20:14:14 PyGithub==2.1.1 20:14:14 pyinotify==0.9.6 20:14:14 PyJWT==2.8.0 20:14:14 PyNaCl==1.5.0 20:14:14 pyparsing==2.4.7 20:14:14 pyperclip==1.8.2 20:14:14 pyrsistent==0.20.0 20:14:14 python-cinderclient==9.4.0 20:14:14 python-dateutil==2.8.2 20:14:14 python-heatclient==3.4.0 20:14:14 python-jenkins==1.8.2 20:14:14 python-keystoneclient==5.3.0 20:14:14 python-magnumclient==4.3.0 20:14:14 python-novaclient==18.4.0 20:14:14 python-openstackclient==6.0.0 20:14:14 python-swiftclient==4.4.0 20:14:14 pytz==2023.3.post1 20:14:14 PyYAML==6.0.1 20:14:14 referencing==0.32.1 20:14:14 requests==2.31.0 20:14:14 requests-oauthlib==1.3.1 20:14:14 requestsexceptions==1.4.0 20:14:14 rfc3986==2.0.0 20:14:14 rpds-py==0.17.1 20:14:14 rsa==4.9 20:14:14 ruamel.yaml==0.18.5 20:14:14 ruamel.yaml.clib==0.2.8 20:14:14 s3transfer==0.10.0 20:14:14 simplejson==3.19.2 20:14:14 six==1.16.0 20:14:14 smmap==5.0.1 20:14:14 soupsieve==2.5 20:14:14 stevedore==5.1.0 20:14:14 tabulate==0.9.0 20:14:14 toml==0.10.2 20:14:14 tomlkit==0.12.3 20:14:14 tqdm==4.66.1 20:14:14 typing_extensions==4.9.0 20:14:14 tzdata==2023.4 20:14:14 urllib3==1.26.18 20:14:14 virtualenv==20.25.0 20:14:14 wcwidth==0.2.13 20:14:14 websocket-client==1.7.0 20:14:14 wrapt==1.16.0 20:14:14 xdg==6.0.0 20:14:14 xmltodict==0.13.0 20:14:14 yq==3.2.3 20:14:14 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins6586726479153375090.sh 20:14:14 ---> sudo-logs.sh 20:14:14 Archiving 'sudo' log.. 20:14:15 [distribution-check-managed-potassium] $ /bin/bash /tmp/jenkins10815176086288381130.sh 20:14:15 ---> job-cost.sh 20:14:15 Setup pyenv: 20:14:15 system 20:14:15 3.8.13 20:14:15 3.9.13 20:14:15 * 3.10.6 (set by /w/workspace/distribution-check-managed-potassium/.python-version) 20:14:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4d14 from file:/tmp/.os_lf_venv 20:14:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:14:25 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 20:14:25 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 20:14:26 lf-activate-venv(): INFO: Adding /tmp/venv-4d14/bin to PATH 20:14:26 INFO: No Stack... 20:14:26 INFO: Retrieving Pricing Info for: v3-standard-8 20:14:26 INFO: Archiving Costs 20:14:26 [distribution-check-managed-potassium] $ /bin/bash -l /tmp/jenkins8153637507523679257.sh 20:14:26 ---> logs-deploy.sh 20:14:26 Setup pyenv: 20:14:27 system 20:14:27 3.8.13 20:14:27 3.9.13 20:14:27 * 3.10.6 (set by /w/workspace/distribution-check-managed-potassium/.python-version) 20:14:27 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4d14 from file:/tmp/.os_lf_venv 20:14:28 lf-activate-venv(): INFO: Installing: lftools 20:14:41 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 20:14:41 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 20:14:42 lf-activate-venv(): INFO: Adding /tmp/venv-4d14/bin to PATH 20:14:42 WARNING: Nexus logging server not set 20:14:42 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/distribution-check-managed-potassium/49/ 20:14:42 INFO: archiving logs to S3 20:14:43 ---> uname -a: 20:14:43 Linux prd-centos8-builder-8c-8g-19770.novalocal 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 20:14:43 20:14:43 20:14:43 ---> lscpu: 20:14:43 Architecture: x86_64 20:14:43 CPU op-mode(s): 32-bit, 64-bit 20:14:43 Byte Order: Little Endian 20:14:43 CPU(s): 8 20:14:43 On-line CPU(s) list: 0-7 20:14:43 Thread(s) per core: 1 20:14:43 Core(s) per socket: 1 20:14:43 Socket(s): 8 20:14:43 NUMA node(s): 1 20:14:43 Vendor ID: AuthenticAMD 20:14:43 CPU family: 23 20:14:43 Model: 49 20:14:43 Model name: AMD EPYC-Rome Processor 20:14:43 Stepping: 0 20:14:43 CPU MHz: 2799.998 20:14:43 BogoMIPS: 5599.99 20:14:43 Virtualization: AMD-V 20:14:43 Hypervisor vendor: KVM 20:14:43 Virtualization type: full 20:14:43 L1d cache: 32K 20:14:43 L1i cache: 32K 20:14:43 L2 cache: 512K 20:14:43 L3 cache: 16384K 20:14:43 NUMA node0 CPU(s): 0-7 20:14:43 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:14:43 20:14:43 20:14:43 ---> nproc: 20:14:43 8 20:14:43 20:14:43 20:14:43 ---> df -h: 20:14:43 Filesystem Size Used Avail Use% Mounted on 20:14:43 devtmpfs 16G 0 16G 0% /dev 20:14:43 tmpfs 16G 0 16G 0% /dev/shm 20:14:43 tmpfs 16G 17M 16G 1% /run 20:14:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:14:43 /dev/vda1 160G 9.0G 152G 6% / 20:14:43 tmpfs 3.2G 0 3.2G 0% /run/user/1001 20:14:43 20:14:43 20:14:43 ---> free -m: 20:14:43 total used free shared buff/cache available 20:14:43 Mem: 31888 998 28528 19 2361 30448 20:14:43 Swap: 1023 0 1023 20:14:43 20:14:43 20:14:43 ---> ip addr: 20:14:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:14:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:14:43 inet 127.0.0.1/8 scope host lo 20:14:43 valid_lft forever preferred_lft forever 20:14:43 inet6 ::1/128 scope host 20:14:43 valid_lft forever preferred_lft forever 20:14:43 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 20:14:43 link/ether fa:16:3e:b1:9c:8b brd ff:ff:ff:ff:ff:ff 20:14:43 altname enp0s3 20:14:43 altname ens3 20:14:43 inet 10.30.170.250/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 20:14:43 valid_lft 86220sec preferred_lft 86220sec 20:14:43 inet6 fe80::f816:3eff:feb1:9c8b/64 scope link 20:14:43 valid_lft forever preferred_lft forever 20:14:43 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 20:14:43 link/ether 02:42:65:c8:ed:3d brd ff:ff:ff:ff:ff:ff 20:14:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:14:43 valid_lft forever preferred_lft forever 20:14:43 20:14:43 20:14:43 ---> sar -b -r -n DEV: 20:14:43 Linux 4.18.0-535.el8.x86_64 (centos-stream-8-builder-01553518-6ad5-4af7-aad7-8a6b223c35ad.nov) 01/23/2024 _x86_64_ (8 CPU) 20:14:43 20:14:43 20:11:40 LINUX RESTART (8 CPU) 20:14:43 20:14:43 08:12:01 PM tps rtps wtps bread/s bwrtn/s 20:14:43 08:13:01 PM 229.39 43.60 185.79 9781.69 31342.64 20:14:43 08:14:01 PM 127.66 7.53 120.13 1334.09 10547.77 20:14:43 Average: 178.52 25.57 152.96 5557.89 20945.20 20:14:43 20:14:43 08:12:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:14:43 08:13:01 PM 29574900 31251536 3078576 9.43 2688 2010196 1431620 4.25 373336 2314764 114488 20:14:43 08:14:01 PM 29282776 31200984 3370700 10.32 2688 2240920 1435136 4.26 402008 2531496 52892 20:14:43 Average: 29428838 31226260 3224638 9.88 2688 2125558 1433378 4.25 387672 2423130 83690 20:14:43 20:14:43 08:12:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:14:43 08:13:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 08:13:01 PM eth0 429.29 297.72 2176.31 87.10 0.00 0.00 0.00 0.00 20:14:43 08:13:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 08:14:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 08:14:01 PM eth0 65.39 54.60 726.69 8.56 0.00 0.00 0.00 0.00 20:14:43 08:14:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 Average: eth0 247.34 176.16 1451.50 47.83 0.00 0.00 0.00 0.00 20:14:43 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:14:43 20:14:43 20:14:43 ---> sar -P ALL: 20:14:43 Linux 4.18.0-535.el8.x86_64 (centos-stream-8-builder-01553518-6ad5-4af7-aad7-8a6b223c35ad.nov) 01/23/2024 _x86_64_ (8 CPU) 20:14:43 20:14:43 20:11:40 LINUX RESTART (8 CPU) 20:14:43 20:14:43 08:12:01 PM CPU %user %nice %system %iowait %steal %idle 20:14:43 08:13:01 PM all 13.16 0.00 2.71 3.33 0.07 80.73 20:14:43 08:13:01 PM 0 14.69 0.00 2.13 1.02 0.07 82.10 20:14:43 08:13:01 PM 1 8.94 0.00 2.17 0.45 0.07 88.37 20:14:43 08:13:01 PM 2 11.58 0.00 1.54 1.16 0.07 85.65 20:14:43 08:13:01 PM 3 11.02 0.00 2.70 0.84 0.07 85.37 20:14:43 08:13:01 PM 4 20.83 0.00 3.36 3.55 0.05 72.21 20:14:43 08:13:01 PM 5 15.01 0.00 3.12 3.49 0.07 78.31 20:14:43 08:13:01 PM 6 12.25 0.00 4.57 15.37 0.07 67.74 20:14:43 08:13:01 PM 7 10.94 0.00 2.13 0.74 0.10 86.09 20:14:43 08:14:01 PM all 8.59 0.00 1.21 0.74 0.04 89.42 20:14:43 08:14:01 PM 0 4.15 0.00 1.12 0.98 0.07 93.68 20:14:43 08:14:01 PM 1 8.12 0.00 2.17 2.06 0.05 87.60 20:14:43 08:14:01 PM 2 24.92 0.00 1.22 1.19 0.07 72.61 20:14:43 08:14:01 PM 3 6.16 0.00 0.80 0.30 0.03 92.71 20:14:43 08:14:01 PM 4 12.55 0.00 1.72 0.40 0.03 85.29 20:14:43 08:14:01 PM 5 5.96 0.00 0.99 0.63 0.02 92.40 20:14:43 08:14:01 PM 6 5.78 0.00 1.00 0.12 0.03 93.07 20:14:43 08:14:01 PM 7 1.12 0.00 0.70 0.22 0.02 97.94 20:14:43 Average: all 10.87 0.00 1.96 2.03 0.05 85.08 20:14:43 Average: 0 9.41 0.00 1.62 1.00 0.07 87.90 20:14:43 Average: 1 8.53 0.00 2.17 1.26 0.06 87.98 20:14:43 Average: 2 18.26 0.00 1.38 1.17 0.07 79.12 20:14:43 Average: 3 8.58 0.00 1.75 0.57 0.05 89.05 20:14:43 Average: 4 16.68 0.00 2.54 1.97 0.04 78.78 20:14:43 Average: 5 10.47 0.00 2.05 2.06 0.04 85.38 20:14:43 Average: 6 9.01 0.00 2.78 7.73 0.05 80.44 20:14:43 Average: 7 6.02 0.00 1.41 0.48 0.06 92.03 20:14:43 20:14:43 20:14:43