10:33:37 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/integration/distribution/+/109896 10:33:37 Running as SYSTEM 10:33:37 [EnvInject] - Loading node environment variables. 10:33:37 Building remotely on prd-centos8-builder-8c-8g-18865 (centos8-builder-8c-8g) in workspace /w/workspace/distribution-check-managed-calcium 10:33:38 [ssh-agent] Looking for ssh-agent implementation... 10:33:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:38 $ ssh-agent 10:33:38 SSH_AUTH_SOCK=/tmp/ssh-inGG1zFY6R7v/agent.5654 10:33:38 SSH_AGENT_PID=5656 10:33:38 [ssh-agent] Started. 10:33:38 Running ssh-add (command line suppressed) 10:33:38 Identity added: /w/workspace/distribution-check-managed-calcium@tmp/private_key_10713634409632815291.key (/w/workspace/distribution-check-managed-calcium@tmp/private_key_10713634409632815291.key) 10:33:38 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 10:33:38 The recommended git tool is: NONE 10:33:40 using credential opendaylight-jenkins-ssh 10:33:40 Wiping out workspace first. 10:33:40 Cloning the remote Git repository 10:33:40 Cloning repository git://devvexx.opendaylight.org/mirror/integration/distribution 10:33:40 > git init /w/workspace/distribution-check-managed-calcium/distribution # timeout=10 10:33:40 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/distribution 10:33:40 > git --version # timeout=10 10:33:40 > git --version # 'git version 2.43.0' 10:33:40 using GIT_SSH to set credentials Release Engineering Jenkins Key 10:33:40 [INFO] Currently running in a labeled security context 10:33:40 [INFO] Currently SELinux is 'enforcing' on the host 10:33:40 > /usr/bin/chcon --type=ssh_home_t /w/workspace/distribution-check-managed-calcium/distribution@tmp/jenkins-gitclient-ssh13078414942152642142.key 10:33:40 Verifying host key using known hosts file 10:33:40 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. 10:33:40 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 10:33:41 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/integration/distribution # timeout=10 10:33:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:33:42 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/integration/distribution # timeout=10 10:33:42 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/distribution 10:33:42 using GIT_SSH to set credentials Release Engineering Jenkins Key 10:33:42 [INFO] Currently running in a labeled security context 10:33:42 [INFO] Currently SELinux is 'enforcing' on the host 10:33:42 > /usr/bin/chcon --type=ssh_home_t /w/workspace/distribution-check-managed-calcium/distribution@tmp/jenkins-gitclient-ssh13082016960612641194.key 10:33:42 Verifying host key using known hosts file 10:33:42 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. 10:33:42 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/distribution refs/changes/96/109896/1 # timeout=10 10:33:42 > git rev-parse 6c5652a3fa1939b1ce9648bb6ee605306006d49d^{commit} # timeout=10 10:33:42 Checking out Revision 6c5652a3fa1939b1ce9648bb6ee605306006d49d (refs/changes/96/109896/1) 10:33:42 > git config core.sparsecheckout # timeout=10 10:33:42 > git checkout -f 6c5652a3fa1939b1ce9648bb6ee605306006d49d # timeout=10 10:33:45 Commit message: "Bump upstreams" 10:33:45 > git rev-parse FETCH_HEAD^{commit} # timeout=10 10:33:45 > git rev-list --no-walk f57f2777a994f45b5e6f0e6c83adbfeaa8a8b5d3 # timeout=10 10:33:45 No emails were triggered. 10:33:45 provisioning config files... 10:33:45 copy managed file [npmrc] to file:/home/jenkins/.npmrc 10:33:45 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 10:33:46 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 10:33:46 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins16333713169071597510.sh 10:33:46 + echo 'wipe r: the local Maven repository' 10:33:46 wipe r: the local Maven repository 10:33:46 + rm -rfv /tmp/r 10:33:46 + echo 'wipe n: the fake remote (Nexus) repository' 10:33:46 wipe n: the fake remote (Nexus) repository 10:33:46 + rm -rfv /tmp/n 10:33:46 + echo 'wipe t: the transient repository used in some manipulations' 10:33:46 wipe t: the transient repository used in some manipulations 10:33:46 + rm -rfv /tmp/t 10:33:46 + echo 'create n: multithreaded execution might fail at creating it.' 10:33:46 create n: multithreaded execution might fail at creating it. 10:33:46 + mkdir /tmp/n 10:33:46 + echo 'detecting distribution allowed projects' 10:33:46 detecting distribution allowed projects 10:33:46 + ALLOW_PROJECTS=(yangtools mdsal openflowjava) 10:33:46 + [[ karaf4 == \o\d\l ]] 10:33:46 + ALLOW_PROJECTS+=(`grep 'org.opendaylight.' -Rh distribution/features | sed -e 's%^[ \t]*org.opendaylight.%%' | sed -e 's%%%' | sort -u`) 10:33:46 ++ grep 'org.opendaylight.' -Rh distribution/features 10:33:46 ++ sed -e 's%^[ \t]*org.opendaylight.%%' 10:33:46 ++ sed -e 's%%%' 10:33:46 ++ sort -u 10:33:46 + 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 10:33:46 Allowed projects are yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 10:33:46 + echo ALLOW_PROJECTS=yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 10:33:46 [EnvInject] - Injecting environment variables from a build step. 10:33:46 [EnvInject] - Injecting as environment variables the properties content 10:33:46 SET_JDK_VERSION=openjdk17 10:33:46 GIT_URL="git://devvexx.opendaylight.org/mirror" 10:33:46 10:33:46 [EnvInject] - Variables injected successfully. 10:33:46 [distribution-check-managed-calcium] $ /bin/sh /tmp/jenkins4453598214595497045.sh 10:33:46 ---> update-java-alternatives.sh 10:33:46 ---> Updating Java version 10:33:46 ---> RedHat type system detected 10:33:47 openjdk version "17.0.6-ea" 2023-01-17 LTS 10:33:47 OpenJDK Runtime Environment (Red_Hat-17.0.6.0.9-0.3.ea.el8) (build 17.0.6-ea+9-LTS) 10:33:47 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) 10:33:47 JAVA_HOME=/usr/lib/jvm/java-17-openjdk 10:33:47 [EnvInject] - Injecting environment variables from a build step. 10:33:47 [EnvInject] - Injecting as environment variables the properties file path '/tmp/java.env' 10:33:47 [EnvInject] - Variables injected successfully. 10:33:47 [EnvInject] - Injecting environment variables from a build step. 10:33:47 [EnvInject] - Injecting as environment variables the properties file path 'allowed_projects.txt' 10:33:47 [EnvInject] - Variables injected successfully. 10:33:47 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-18865 10:33:47 using settings config with name integration-settings 10:33:47 Replacing all maven server entries not found in credentials list is true 10:33:58 using global settings config with name global-settings 10:33:58 Replacing all maven server entries not found in credentials list is true 10:33:58 [distribution-check-managed-calcium] $ /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38/bin/mvn -f distribution/pom.xml -s /tmp/settings6712215732539032280.xml -gs /tmp/global-settings8001790914025905525.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=6c5652a3fa1939b1ce9648bb6ee605306006d49d -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/+/109896 -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 10:33:58 " -DGERRIT_EVENT_TYPE=patchset-created -DSTACK_NAME=$SILO-$JOB_NAME-$BUILD_NUMBER -DGERRIT_PROJECT=integration/distribution -DGERRIT_CHANGE_NUMBER=109896 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Robert Varga\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/96/109896/1 -DDISTROSTREAM=calcium "-DGERRIT_PATCHSET_UPLOADER_NAME=Robert Varga" '-DGERRIT_CHANGE_OWNER=\"Robert Varga\" ' -DPROJECT=integration/distribution -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVtcCB1cHN0cmVhbXMKCkFkb3B0OgotIG9kbHBhcmVudC0xMy4wLjcKLSBpbmZyYXV0aWxzLTYuMC40Ci0geWFuZ3Rvb2xzLTExLjAuNAotIG1kc2FsLTEyLjAuMwotIGNvbnRyb2xsZXItOC4wLjMKLSBhYWEtMC4xOC4zCi0gbmV0Y29uZi02LjAuNQotIGJncGNlcC0wLjIwLjUKCkNoYW5nZS1JZDogSWZkNjdiMWRhYWJhZjAwNzZlMDVlMDUwZDM4MDMwYmE2ODAyOGMyNTQKU2lnbmVkLW9mZi1ieTogUm9iZXJ0IFZhcmdhIDxyb2JlcnQudmFyZ2FAcGFudGhlb24udGVjaD4KKGNoZXJyeSBwaWNrZWQgZnJvbSBjb21taXQgY2Y4NWI4MGUxMzQ1NGJjY2EzOWYyOThiYTQyYmIyZTZmNjM3NjY2NykK -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=Ifd67b1daabaf0076e05e050d38030ba68028c254 -DKARAF_VERSION=karaf4 -DGERRIT_EVENT_HASH=188829952 -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 10:33:58 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) 10:33:58 Maven home: /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38 10:33:58 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 10:33:58 Default locale: en_US, platform encoding: UTF-8 10:33:58 OS name: "linux", version: "4.18.0-535.el8.x86_64", arch: "amd64", family: "unix" 10:33:59 [INFO] Scanning for projects... 10:33:59 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.7/odlparent-lite-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.7/odlparent-lite-13.0.7.pom (23 kB at 46 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf4-parent/13.0.7/karaf4-parent-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf4-parent/13.0.7/karaf4-parent-13.0.7.pom (14 kB at 626 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.7/odlparent-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.7/odlparent-13.0.7.pom (55 kB at 2.5 MB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.7/single-feature-parent-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.7/single-feature-parent-13.0.7.pom (7.4 kB at 496 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.7/abstract-feature-parent-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.7/abstract-feature-parent-13.0.7.pom (5.8 kB at 365 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.7/feature-repo-parent-13.0.7.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.7/feature-repo-parent-13.0.7.pom (5.6 kB at 330 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.3/aaa-artifacts-0.18.3.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.3/aaa-artifacts-0.18.3.pom (9.5 kB at 560 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgpcep-artifacts/0.20.5/bgpcep-artifacts-0.20.5.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgpcep-artifacts/0.20.5/bgpcep-artifacts-0.20.5.pom (46 kB at 1.4 MB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.3/controller-artifacts-8.0.3.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.3/controller-artifacts-8.0.3.pom (19 kB at 1.2 MB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.15.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 66 kB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.15.0-SNAPSHOT/daexim-artifacts-1.15.0-20240122.093955-138.pom 10:34:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-artifacts/1.15.0-SNAPSHOT/daexim-artifacts-1.15.0-20240122.093955-138.pom (3.0 kB at 185 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.4/infrautils-artifacts-6.0.4.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.4/infrautils-artifacts-6.0.4.pom (7.2 kB at 479 kB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.16.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 76 kB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.16.0-SNAPSHOT/jsonrpc-artifacts-1.16.0-20240121.114700-128.pom 10:34:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.16.0-SNAPSHOT/jsonrpc-artifacts-1.16.0-20240121.114700-128.pom (7.9 kB at 608 kB/s) 10:34:00 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.4/odlparent-lite-13.0.4.pom 10:34:00 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/13.0.4/odlparent-lite-13.0.4.pom (23 kB at 1.4 MB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.19.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 83 kB/s) 10:34:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.19.0-SNAPSHOT/lispflowmapping-artifacts-1.19.0-20240122.101345-91.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.19.0-SNAPSHOT/lispflowmapping-artifacts-1.19.0-20240122.101345-91.pom (4.8 kB at 370 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.3/mdsal-artifacts-12.0.3.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.3/mdsal-artifacts-12.0.3.pom (40 kB at 2.5 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.5/netconf-artifacts-6.0.5.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.5/netconf-artifacts-6.0.5.pom (28 kB at 2.0 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.7/odlparent-artifacts-13.0.7.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.7/odlparent-artifacts-13.0.7.pom (9.9 kB at 709 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 72 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.18.0-SNAPSHOT/openflowplugin-artifacts-0.18.0-20240121.200650-134.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.18.0-SNAPSHOT/openflowplugin-artifacts-0.18.0-20240121.200650-134.pom (18 kB at 1.2 MB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 71 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.18.0-SNAPSHOT/hwvtepsouthbound-artifacts-1.18.0-20240122.095725-125.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.18.0-SNAPSHOT/hwvtepsouthbound-artifacts-1.18.0-20240122.095725-125.pom (3.4 kB at 242 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 82 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.18.0-SNAPSHOT/library-artifacts-1.18.0-20240122.095725-135.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-artifacts/1.18.0-SNAPSHOT/library-artifacts-1.18.0-20240122.095725-135.pom (2.3 kB at 168 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 82 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.18.0-SNAPSHOT/southbound-artifacts-1.18.0-20240122.095725-135.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-artifacts/1.18.0-SNAPSHOT/southbound-artifacts-1.18.0-20240122.095725-135.pom (3.3 kB at 222 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.13.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 83 kB/s) 10:34:01 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.13.0-SNAPSHOT/serviceutils-artifacts-0.13.0-20240122.100111-137.pom 10:34:01 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-artifacts/0.13.0-SNAPSHOT/serviceutils-artifacts-0.13.0-20240122.100111-137.pom (4.9 kB at 352 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.4/yangtools-artifacts-11.0.4.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.4/yangtools-artifacts-11.0.4.pom (18 kB at 1.3 MB/s) 10:34:01 [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 10:34:01 [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) 10:34:01 [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 10:34:01 [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 129 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf/4.4.4/karaf-4.4.4.pom 10:34:01 [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.5 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/29/apache-29.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/29/apache-29.pom (21 kB at 1.5 MB/s) 10:34:01 [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 10:34:01 [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.5 MB/s) 10:34:01 [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 10:34:01 [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 805 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom 10:34:01 [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 1.3 MB/s) 10:34:01 [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 10:34:01 [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 852 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/3/jvnet-parent-3.pom 10:34:01 [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 319 kB/s) 10:34:01 [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 10:34:01 [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 234 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom 10:34:01 [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.2 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/35/maven-parent-35.pom 10:34:01 [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 2.7 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/25/apache-25.pom 10:34:01 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/25/apache-25.pom (21 kB at 934 kB/s) 10:34:01 [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 10:34:01 [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 165 kB/s) 10:34:01 [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 10:34:01 [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 356 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom 10:34:01 [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.5 MB/s) 10:34:01 [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 10:34:01 [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 184 kB/s) 10:34:01 [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 10:34:01 [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.9 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/58/commons-parent-58.pom 10:34:01 [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.1 MB/s) 10:34:01 [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 10:34:01 [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 469 kB/s) 10:34:01 [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 10:34:01 [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) 10:34:01 [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 10:34:01 [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) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom 10:34:01 [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 505 kB/s) 10:34:01 [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 10:34:01 [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 840 kB/s) 10:34:01 [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 10:34:01 [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 219 kB/s) 10:34:01 [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 10:34:01 [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 1.2 MB/s) 10:34:01 [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 10:34:01 [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 45 kB/s) 10:34:01 [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 10:34:01 [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 265 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom 10:34:01 [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.1 MB/s) 10:34:01 [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 10:34:01 [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 318 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom 10:34:01 [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.3 MB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom 10:34:01 [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 563 kB/s) 10:34:01 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom 10:34:02 [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) 10:34:02 [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 10:34:02 [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 258 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom 10:34:02 [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) 10:34:02 [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 10:34:02 [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 609 kB/s) 10:34:02 [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 10:34:02 [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 188 kB/s) 10:34:02 [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 10:34:02 [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.3 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/36/maven-parent-36.pom 10:34:02 [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.5 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/26/apache-26.pom 10:34:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/26/apache-26.pom (21 kB at 1.5 MB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [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 10:34:02 [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 505 kB/s) 10:34:02 [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 10:34:02 [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 126 kB/s) 10:34:02 [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 10:34:02 [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 181 kB/s) 10:34:02 [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 10:34:02 [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 100 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.pom 10:34:02 [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) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom 10:34:02 [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 204 kB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/8/plexus-8.pom 10:34:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.8 MB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom 10:34:02 [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 442 kB/s) 10:34:02 [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 10:34:02 [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 163 kB/s) 10:34:02 [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 10:34:02 [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 136 kB/s) 10:34:02 [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 10:34:02 [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 302 kB/s) 10:34:02 [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 10:34:02 [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.5 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/34/maven-parent-34.pom 10:34:02 [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 2.9 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/23/apache-23.pom 10:34:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/23/apache-23.pom (18 kB at 1.2 MB/s) 10:34:02 [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 10:34:02 [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 188 kB/s) 10:34:02 [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 10:34:02 [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 204 kB/s) 10:34:02 [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 10:34:02 [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 176 kB/s) 10:34:02 [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 10:34:02 [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 320 kB/s) 10:34:02 [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 10:34:02 [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 986 kB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [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 10:34:02 [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 364 kB/s) 10:34:02 [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 10:34:02 [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.6 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom 10:34:02 [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 782 kB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/5/google-5.pom 10:34:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/5/google-5.pom (2.5 kB at 205 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom 10:34:02 [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) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom 10:34:02 [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 599 kB/s) 10:34:02 [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 10:34:02 [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 679 kB/s) 10:34:02 [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 10:34:02 [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 429 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom 10:34:02 [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 371 kB/s) 10:34:02 [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 10:34:02 [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 300 kB/s) 10:34:02 [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 10:34:02 [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 138 kB/s) 10:34:02 [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 10:34:02 [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 340 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom 10:34:02 [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 212 kB/s) 10:34:02 [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 10:34:02 [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 169 kB/s) 10:34:02 [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 10:34:02 [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 337 kB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom 10:34:02 [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 1.7 MB/s) 10:34:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom 10:34:02 [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 371 kB/s) 10:34:02 [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 10:34:02 [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 68 kB/s) 10:34:02 [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 10:34:02 [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 370 kB/s) 10:34:02 [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 10:34:02 [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) 10:34:02 [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 10:34:02 [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 147 kB/s) 10:34:02 [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 10:34:03 [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.6 MB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [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 10:34:03 [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 111 kB/s) 10:34:03 [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 10:34:03 [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 918 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [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 10:34:03 [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 234 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom 10:34:03 [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 472 kB/s) 10:34:03 [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 10:34:03 [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.1 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom 10:34:03 [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 2.7 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/21/apache-21.pom 10:34:03 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/21/apache-21.pom (17 kB at 1.6 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom 10:34:03 [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) 10:34:03 [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 10:34:03 [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.2 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom 10:34:03 [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 998 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/42/commons-parent-42.pom 10:34:03 [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.0 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/18/apache-18.pom 10:34:03 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/18/apache-18.pom (16 kB at 1.0 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom 10:34:03 [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 452 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [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 10:34:03 [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 118 kB/s) 10:34:03 [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 10:34:03 [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 351 kB/s) 10:34:03 [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 10:34:03 [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 370 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/5/felix-parent-5.pom 10:34:03 [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 2.0 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/19/apache-19.pom 10:34:03 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/19/apache-19.pom (15 kB at 1.1 MB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [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 10:34:03 [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 162 kB/s) 10:34:03 [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 10:34:03 [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 281 kB/s) 10:34:03 [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 10:34:03 [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 78 kB/s) 10:34:03 [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 10:34:03 [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 496 kB/s) 10:34:03 [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 10:34:03 [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 350 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom 10:34:03 [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 522 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom 10:34:03 [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 643 kB/s) 10:34:03 [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 10:34:03 [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 733 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom 10:34:03 [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) 10:34:03 [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 10:34:03 [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 632 kB/s) 10:34:03 [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 10:34:03 [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 585 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/10/plexus-10.pom 10:34:03 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.6 MB/s) 10:34:03 [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 10:34:03 [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 797 kB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/7/felix-parent-7.pom 10:34:03 [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.8 MB/s) 10:34:03 [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 10:34:03 [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 328 kB/s) 10:34:03 [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 10:34:03 [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 84 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [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 10:34:03 [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 116 kB/s) 10:34:03 [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 10:34:03 [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 134 kB/s) 10:34:03 [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 10:34:03 [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 114 kB/s) 10:34:03 [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 10:34:03 [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 150 kB/s) 10:34:03 [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 10:34:03 [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 101 kB/s) 10:34:03 [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 10:34:03 [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 122 kB/s) 10:34:03 [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 10:34:03 [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 145 kB/s) 10:34:03 [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 10:34:03 [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 123 kB/s) 10:34:03 [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 10:34:03 [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 120 kB/s) 10:34:03 [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 10:34:03 [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 295 kB/s) 10:34:03 [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 10:34:03 [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 158 kB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/16/maven-parent-16.pom 10:34:03 [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.7 MB/s) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/7/apache-7.pom 10:34:03 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/7/apache-7.pom (14 kB at 1.0 MB/s) 10:34:03 [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 10:34:03 [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) 10:34:03 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom 10:34:04 [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 689 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/10/maven-parent-10.pom 10:34:04 [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.6 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/4/apache-4.pom 10:34:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/4/apache-4.pom (4.5 kB at 346 kB/s) 10:34:04 [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 10:34:04 [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) 10:34:04 [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 10:34:04 [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 408 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/37/maven-parent-37.pom 10:34:04 [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 2.9 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/27/apache-27.pom 10:34:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/27/apache-27.pom (20 kB at 1.4 MB/s) 10:34:04 [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 10:34:04 [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 341 kB/s) 10:34:04 [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 10:34:04 [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 799 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/11/maven-parent-11.pom 10:34:04 [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.5 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/5/apache-5.pom 10:34:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/5/apache-5.pom (4.1 kB at 293 kB/s) 10:34:04 [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 10:34:04 [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 171 kB/s) 10:34:04 [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 10:34:04 [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 576 kB/s) 10:34:04 [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 10:34:04 [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 386 kB/s) 10:34:04 [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 10:34:04 [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 158 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 10:34:04 [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) 10:34:04 [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 10:34:04 [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) 10:34:04 [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 10:34:04 [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) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom 10:34:04 [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) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.pom 10:34:04 [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 1.7 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom 10:34:04 [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) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom 10:34:04 [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 123 kB/s) 10:34:04 [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 10:34:04 [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 66 kB/s) 10:34:04 [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 10:34:04 [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 231 kB/s) 10:34:04 [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 10:34:04 [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 159 kB/s) 10:34:04 [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 10:34:04 [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) 10:34:04 [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 10:34:04 [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 187 kB/s) 10:34:04 [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 10:34:04 [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 145 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom 10:34:04 [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 80 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom 10:34:04 [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 516 kB/s) 10:34:04 [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 10:34:04 [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 169 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom 10:34:04 [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 640 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom 10:34:04 [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 518 kB/s) 10:34:04 [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 10:34:04 [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 954 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/39/commons-parent-39.pom 10:34:04 [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.4 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/16/apache-16.pom 10:34:04 [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) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom 10:34:04 [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) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.pom 10:34:04 [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 10 kB/s) 10:34:04 [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 10:34:04 [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 225 kB/s) 10:34:04 [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 10:34:04 [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 161 kB/s) 10:34:04 [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 10:34:04 [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 160 kB/s) 10:34:04 [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 10:34:04 [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 207 kB/s) 10:34:04 [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 10:34:04 [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 149 kB/s) 10:34:04 [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 10:34:04 [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 123 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.pom 10:34:04 [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 156 kB/s) 10:34:04 [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 10:34:04 [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 462 kB/s) 10:34:04 [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 10:34:04 [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 296 kB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.1.1/maven-3.1.1.pom 10:34:04 [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.4 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/23/maven-parent-23.pom 10:34:04 [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.5 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/13/apache-13.pom 10:34:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/13/apache-13.pom (14 kB at 1.1 MB/s) 10:34:04 [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 10:34:04 [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 185 kB/s) 10:34:04 [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 10:34:04 [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 302 kB/s) 10:34:04 [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 10:34:04 [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 444 kB/s) 10:34:04 [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 10:34:04 [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.5 MB/s) 10:34:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/56/commons-parent-56.pom 10:34:04 [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 3.6 MB/s) 10:34:04 [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 10:34:05 [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 469 kB/s) 10:34:05 [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 10:34:05 [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 409 kB/s) 10:34:05 [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 10:34:05 [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 413 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom 10:34:05 [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.1 MB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.pom 10:34:05 [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 157 kB/s) 10:34:05 [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 10:34:05 [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 432 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/felix-parent/6/felix-parent-6.pom 10:34:05 [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 1.6 MB/s) 10:34:05 [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 10:34:05 [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 690 kB/s) 10:34:05 [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 10:34:05 [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 137 kB/s) 10:34:05 [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 10:34:05 [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.1 MB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/2.6.14/url-2.6.14.pom 10:34:05 [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 1.9 MB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.3.0/master-4.3.0.pom 10:34:05 [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.1 MB/s) 10:34:05 [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 10:34:05 [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) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/1.5.1/base-1.5.1.pom 10:34:05 [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 524 kB/s) 10:34:05 [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 10:34:05 [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 59 kB/s) 10:34:05 [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 10:34:05 [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 76 kB/s) 10:34:05 [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 10:34:05 [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 112 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/1.8.5/swissbox-1.8.5.pom 10:34:05 [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 635 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/4.2.0/master-4.2.0.pom 10:34:05 [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 886 kB/s) 10:34:05 [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 10:34:05 [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 958 kB/s) 10:34:05 [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 10:34:05 [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 749 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom 10:34:05 [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 952 kB/s) 10:34:05 [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 10:34:05 [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 538 kB/s) 10:34:05 [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 10:34:05 [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 79 kB/s) 10:34:05 [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 10:34:05 [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 1.8 MB/s) 10:34:05 [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 10:34:05 [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 217 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.pom 10:34:05 [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 135 kB/s) 10:34:05 [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 10:34:05 [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 135 kB/s) 10:34:05 [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 10:34:05 [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 275 kB/s) 10:34:05 [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 10:34:05 [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 1.8 MB/s) 10:34:05 [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 10:34:05 [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 330 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/all/1.2.2/all-1.2.2.pom 10:34:05 [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.2 MB/s) 10:34:05 [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 10:34:05 [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.4 MB/s) 10:34:05 [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 10:34:05 [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 787 kB/s) 10:34:05 [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 10:34:05 [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.1 MB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom 10:34:05 [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) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/48/oss-parent-48.pom 10:34:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 1.7 MB/s) 10:34:05 [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 10:34:05 [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 478 kB/s) 10:34:05 [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 10:34:05 [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 638 kB/s) 10:34:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.pom 10:34:05 [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 50 kB/s) 10:34:05 [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 10:34:05 [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 825 kB/s) 10:34:05 [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 10:34:05 [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) 10:34:05 [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 10:34:05 [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 120 kB/s) 10:34:05 [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 10:34:05 [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 339 kB/s) 10:34:05 [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 10:34:05 [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 251 kB/s) 10:34:05 [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 10:34:05 [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 104 kB/s) 10:34:05 [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 10:34:05 [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 91 kB/s) 10:34:05 [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 10:34:05 [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) 10:34:05 [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 10:34:05 [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 524 kB/s) 10:34:05 [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 10:34:05 [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 222 kB/s) 10:34:05 [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 10:34:05 [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 397 kB/s) 10:34:05 [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 10:34:05 [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 115 kB/s) 10:34:05 [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 10:34:05 [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) 10:34:05 [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 10:34:05 [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 155 kB/s) 10:34:05 [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 10:34:05 [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 445 kB/s) 10:34:05 [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 10:34:05 [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 365 kB/s) 10:34:05 [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 10:34:05 [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 338 kB/s) 10:34:05 [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 10:34:05 [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 400 kB/s) 10:34:06 [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 10:34:06 [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 727 kB/s) 10:34:06 [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 10:34:06 [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 124 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.pom 10:34:06 [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 1.4 MB/s) 10:34:06 [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 10:34:06 [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 1.7 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom 10:34:06 [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.0 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom 10:34:06 [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.2 MB/s) 10:34:06 [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 10:34:06 [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 689 kB/s) 10:34:06 [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 10:34:06 [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 384 kB/s) 10:34:06 [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 10:34:06 [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 750 kB/s) 10:34:06 [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 10:34:06 [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 670 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sshd/sshd/2.10.0/sshd-2.10.0.pom 10:34:06 [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 5.6 MB/s) 10:34:06 [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 10:34:06 [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 471 kB/s) 10:34:06 [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 10:34:06 [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 415 kB/s) 10:34:06 [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 10:34:06 [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 70 kB/s) 10:34:06 [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 10:34:06 [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 205 kB/s) 10:34:06 [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 10:34:06 [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 370 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 116 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean/4.23/xbean-4.23.pom 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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 499 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.3/genesis-2.3.pom 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 10:34:06 [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 10:34:06 [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 10:34:06 [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 10:34:06 [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 1.2 MB/s) 10:34:06 [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 10:34:06 [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.3 MB/s) 10:34:06 [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 10:34:06 [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 939 kB/s) 10:34:06 [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 10:34:06 [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 4.2 MB/s) 10:34:06 [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 10:34:06 [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 3.9 MB/s) 10:34:06 [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 10:34:06 [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 3.6 MB/s) 10:34:06 [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 10:34:06 [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 2.6 MB/s) 10:34:06 [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 10:34:06 [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 2.7 MB/s) 10:34:06 [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 10:34:06 [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 880 kB/s) 10:34:06 [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 10:34:06 [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 633 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar 10:34:06 [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 8.8 MB/s) 10:34:06 [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 10:34:06 [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 576 kB/s) 10:34:06 [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 10:34:06 [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 303 kB/s) 10:34:06 [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 10:34:06 [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 161 kB/s) 10:34:06 [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 10:34:06 [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 177 kB/s) 10:34:06 [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 10:34:06 [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 7.8 MB/s) 10:34:06 [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 10:34:06 [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 330 kB/s) 10:34:06 [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 10:34:06 [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 413 kB/s) 10:34:06 [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 10:34:06 [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.1 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar 10:34:06 [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.6 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/25.1-android/guava-25.1-android.jar 10:34:06 [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 1.9 MB/s) 10:34:06 [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 10:34:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 43 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 186 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar 10:34:06 [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 120 kB/s) 10:34:06 [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 10:34:06 [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 274 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/inject/javax.inject/1/javax.inject-1.jar 10:34:06 [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 4.5 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar 10:34:06 [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 75 kB/s) 10:34:06 [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 10:34:06 [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 28 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 33 kB/s) 10:34:06 [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 10:34:06 [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 652 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 301 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar 10:34:06 [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 98 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar 10:34:06 [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 391 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar 10:34:06 [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 66 kB/s) 10:34:06 [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 10:34:06 [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 269 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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.0 MB/s) 10:34:06 [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 10:34:06 [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.7 MB/s) 10:34:06 [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 10:34:06 [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 568 kB/s) 10:34:06 [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 10:34:06 [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 1.9 MB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 112 kB/s) 10:34:06 [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 10:34:06 [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 164 kB/s) 10:34:06 [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 10:34:06 [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 48 kB/s) 10:34:06 [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 10:34:06 [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 46 kB/s) 10:34:06 [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 10:34:06 [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 296 kB/s) 10:34:06 [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 10:34:06 [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.6 MB/s) 10:34:06 [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 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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 57 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 217 kB/s) 10:34:06 [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 10:34:06 [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 51 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/4.13.2/junit-4.13.2.jar 10:34:06 [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 272 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar 10:34:06 [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 230 kB/s) 10:34:06 [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 10:34:06 [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 52 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar 10:34:06 [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.1 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar 10:34:06 [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.8 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/oro/oro/2.0.8/oro-2.0.8.jar 10:34:06 [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 35 kB/s) 10:34:06 [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 10:34:06 [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) 10:34:06 [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 10:34:06 [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 931 kB/s) 10:34:06 [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 10:34:06 [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 198 kB/s) 10:34:06 [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 10:34:06 [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 203 kB/s) 10:34:06 [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 10:34:06 [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 270 kB/s) 10:34:06 [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 10:34:06 [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.4 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.jar 10:34:06 [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 75 kB/s) 10:34:06 [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 10:34:06 [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 182 kB/s) 10:34:06 [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 10:34:06 [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 110 kB/s) 10:34:06 [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 10:34:06 [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 85 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar 10:34:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 587 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.jar 10:34:06 [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 99 kB/s) 10:34:06 [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 10:34:06 [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 738 kB/s) 10:34:06 [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 10:34:06 [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 279 kB/s) 10:34:06 [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 10:34:06 [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 214 kB/s) 10:34:06 [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 10:34:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 425 kB/s) 10:34:06 [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 10:34:06 [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 507 kB/s) 10:34:06 [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 10:34:06 [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 38 kB/s) 10:34:06 [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 10:34:06 [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 47 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jaxb/txw2/2.3.8/txw2-2.3.8.jar 10:34:06 [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 40 kB/s) 10:34:06 [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 10:34:06 [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 14 kB/s) 10:34:06 [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 10:34:06 [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 244 kB/s) 10:34:06 [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 10:34:06 [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 230 kB/s) 10:34:06 [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 10:34:06 [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 97 kB/s) 10:34:06 [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 10:34:06 [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 245 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/activation/1.1.1/activation-1.1.1.jar 10:34:06 [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 9.4 MB/s) 10:34:06 [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 10:34:06 [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.2 MB/s) 10:34:06 [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 10:34:06 [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 217 kB/s) 10:34:06 [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 10:34:06 [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.0 MB/s) 10:34:06 [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 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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 968 kB/s) 10:34:06 [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 10:34:06 [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 613 kB/s) 10:34:06 [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 10:34:06 [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 44 kB/s) 10:34:06 [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 10:34:06 [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 29 kB/s) 10:34:06 [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 10:34:06 [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 53 kB/s) 10:34:06 [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 10:34:06 [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 38 kB/s) 10:34:06 [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 10:34:06 [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 28 kB/s) 10:34:06 [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 10:34:06 [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 19 kB/s) 10:34:06 [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 10:34:06 [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 124 kB/s) 10:34:06 [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 10:34:06 [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 6.5 MB/s) 10:34:06 [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 10:34:06 [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 121 kB/s) 10:34:06 [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 10:34:06 [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 148 kB/s) 10:34:06 [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 10:34:06 [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 64 kB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jline/jline/3.21.0/jline-3.21.0.jar 10:34:06 [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.2 MB/s) 10:34:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar 10:34:06 [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 284 kB/s) 10:34:06 [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 10:34:06 [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 548 kB/s) 10:34:06 [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 10:34:06 [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 11 MB/s) 10:34:06 [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 10:34:06 [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 568 kB/s) 10:34:06 [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 10:34:06 [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.5 MB/s) 10:34:06 [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 10:34:06 [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 104 kB/s) 10:34:06 [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 10:34:06 [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 428 kB/s) 10:34:06 [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 10:34:06 [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 3.8 MB/s) 10:34:06 [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 10:34:06 [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.7 MB/s) 10:34:06 [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 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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 75 kB/s) 10:34:06 [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 10:34:06 [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.3 MB/s) 10:34:06 [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 10:34:06 [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.1 MB/s) 10:34:06 [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 10:34:06 [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.3 MB/s) 10:34:06 [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 10:34:06 [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.4 MB/s) 10:34:06 [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 10:34:06 [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 368 kB/s) 10:34:06 [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 10:34:06 [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 587 kB/s) 10:34:06 [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 10:34:06 [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 258 kB/s) 10:34:06 [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 10:34:06 [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 33 kB/s) 10:34:06 [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 10:34:06 [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 73 kB/s) 10:34:06 [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 10:34:06 [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 96 kB/s) 10:34:06 [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 745 kB/s) 10:34:06 [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 51 kB/s) 10:34:06 [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 909 kB/s) 10:34:06 [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 6.8 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 81 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.6.0/mockito-bom-5.6.0.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.6.0/mockito-bom-5.6.0.pom (3.0 kB at 186 kB/s) 10:34:07 [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 10:34:07 [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 579 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/logging-parent/5/logging-parent-5.pom 10:34:07 [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 274 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/24/apache-24.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/24/apache-24.pom (20 kB at 1.2 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.41/jersey-bom-2.41.pom 10:34:07 [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.6 MB/s) 10:34:07 [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 10:34:07 [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.3 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom 10:34:07 [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 502 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/50/oss-parent-50.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 984 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom (13 kB at 1.0 MB/s) 10:34:07 [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 10:34:07 [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) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/bom/1.3.1/bom-1.3.1.pom 10:34:07 [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 315 kB/s) 10:34:07 [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 10:34:07 [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) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.20/metrics-bom-4.2.20.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.20/metrics-bom-4.2.20.pom (8.2 kB at 631 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.20/metrics-parent-4.2.20.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.20/metrics-parent-4.2.20.pom (21 kB at 1.6 MB/s) 10:34:07 [INFO] ------------------------------------------------------------------------ 10:34:07 [INFO] Reactor Build Order: 10:34:07 [INFO] 10:34:07 [INFO] ODL :: integration :: distribution-artifacts [pom] 10:34:07 [INFO] ODL :: integration :: properties [pom] 10:34:07 [INFO] ODL :: integration :: artifact-artifacts [pom] 10:34:07 [INFO] ODL :: integration :: other-artifacts [pom] 10:34:07 [INFO] ODL :: integration :: upstream-all-artifacts [pom] 10:34:07 [INFO] ODL :: integration :: upstream-aggregator [pom] 10:34:07 [INFO] ODL :: integration :: all-artifacts [pom] 10:34:07 [INFO] ODL :: integration :: artifacts-aggregator [pom] 10:34:07 [INFO] ODL :: integration :: Karaf :: Scripts :: karaf-scripts [jar] 10:34:07 [INFO] ODL :: integration :: features-index [feature] 10:34:07 [INFO] ODL :: integration :: odl-integration-compatible-with-all [feature] 10:34:07 [INFO] ODL :: integration :: odl-integration-all [feature] 10:34:07 [INFO] ODL :: integration :: features-test [feature] 10:34:07 [INFO] ODL :: integration :: karaf [pom] 10:34:07 [INFO] ODL :: integration :: singles-aggregator [pom] 10:34:07 [INFO] ODL :: integration :: repos-aggregator [pom] 10:34:07 [INFO] ODL :: integration :: features-aggregator [pom] 10:34:07 [INFO] ODL :: integration :: onap-karaf [pom] 10:34:07 [INFO] Integration/Distribution [pom] 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (7.7 kB at 595 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (9.1 kB at 824 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/40/maven-parent-40.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 5.4 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/30/apache-30.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/30/apache-30.pom (23 kB at 2.1 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (39 kB at 3.6 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-maven-plugin/7.0.0/git-commit-id-maven-plugin-7.0.0.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-maven-plugin/7.0.0/git-commit-id-maven-plugin-7.0.0.pom (25 kB at 2.1 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-maven-plugin/7.0.0/git-commit-id-maven-plugin-7.0.0.jar 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-maven-plugin/7.0.0/git-commit-id-maven-plugin-7.0.0.jar (55 kB at 4.3 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.pom (17 kB at 1.4 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.jar 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.jar (45 kB at 4.1 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.pom (5.3 kB at 532 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 674 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/3.3.2/maven-clean-plugin-3.3.2.jar (36 kB at 3.6 MB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 583 kB/s) 10:34:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom 10:34:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 1.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/24/maven-parent-24.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 4.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/14/apache-14.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/14/apache-14.pom (15 kB at 1.0 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 2.4 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.pom (7.1 kB at 649 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.2/maven-deploy-plugin-2.8.2.jar (34 kB at 2.4 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 1.7 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 825 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 7.4 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 828 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 411 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 3.4 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom (12 kB at 1.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom (13 kB at 1.3 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar (101 kB at 8.4 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom (15 kB at 1.2 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 899 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/39/maven-parent-39.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.0 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar (236 kB at 17 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 818 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 5.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom (18 kB at 1.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar (191 kB at 11 MB/s) 10:34:08 [INFO] 10:34:08 [INFO] --------< org.opendaylight.integration:distribution-artifacts >--------- 10:34:08 [INFO] Building ODL :: integration :: distribution-artifacts 0.20.0-SNAPSHOT [1/19] 10:34:08 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:08 [INFO] 10:34:08 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ distribution-artifacts --- 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 721 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/13/plexus-13.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 9.6 MB/s) 10:34:08 [INFO] 10:34:08 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ distribution-artifacts --- 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 313 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 388 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 219 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.5 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 158 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.3 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 416 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 722 kB/s) 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 3.7 MB/s) 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 7.4 MB/s) 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 2.8 MB/s) 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 6.9 MB/s) 10:34:08 [INFO] Skipping Rule Enforcement. 10:34:08 [INFO] 10:34:08 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ distribution-artifacts --- 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-plugin-core/6.0.0-rc.6/git-commit-id-plugin-core-6.0.0-rc.6.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-plugin-core/6.0.0-rc.6/git-commit-id-plugin-core-6.0.0-rc.6.pom (17 kB at 1.3 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.pom (7.7 kB at 642 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit-parent/6.7.0.202309050840-r/org.eclipse.jgit-parent-6.7.0.202309050840-r.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit-parent/6.7.0.202309050840-r/org.eclipse.jgit-parent-6.7.0.202309050840-r.pom (34 kB at 2.5 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.pom (6.2 kB at 515 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 340 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 229 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.1 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6.7.0.202309050840-r/org.eclipse.jgit.ssh.jsch-6.7.0.202309050840-r.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6.7.0.202309050840-r/org.eclipse.jgit.ssh.jsch-6.7.0.202309050840-r.pom (7.2 kB at 554 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 324 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 322 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 259 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/joda-time/joda-time/2.12.5/joda-time-2.12.5.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/joda-time/joda-time/2.12.5/joda-time-2.12.5.pom (40 kB at 3.3 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.pom (1.4 kB at 115 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom (18 kB at 1.5 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.2 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/parsson/1.1.4/parsson-1.1.4.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/parsson/1.1.4/parsson-1.1.4.pom (4.4 kB at 340 kB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/project/1.1.4/project-1.1.4.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/project/1.1.4/project-1.1.4.pom (22 kB at 2.0 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom (21 kB at 1.9 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-plugin-core/6.0.0-rc.6/git-commit-id-plugin-core-6.0.0-rc.6.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6.7.0.202309050840-r/org.eclipse.jgit.ssh.jsch-6.7.0.202309050840-r.jar 10:34:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/github/git-commit-id/git-commit-id-plugin-core/6.0.0-rc.6/git-commit-id-plugin-core-6.0.0-rc.6.jar (102 kB at 6.8 MB/s) 10:34:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 2.7 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/javaewah/JavaEWAH/1.2.3/JavaEWAH-1.2.3.jar (171 kB at 8.5 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/joda-time/joda-time/2.12.5/joda-time-2.12.5.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit.ssh.jsch/6.7.0.202309050840-r/org.eclipse.jgit.ssh.jsch-6.7.0.202309050840-r.jar (42 kB at 2.1 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 2.7 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 9.1 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/parsson/1.1.4/parsson-1.1.4.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/nu/studer/java-ordered-properties/1.0.4/java-ordered-properties-1.0.4.jar (8.9 kB at 286 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar (49 kB at 1.3 MB/s) 10:34:09 [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.jar 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jgit/org.eclipse.jgit/6.7.0.202309050840-r/org.eclipse.jgit-6.7.0.202309050840-r.jar (3.1 MB at 70 MB/s) 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/parsson/parsson/1.1.4/parsson-1.1.4.jar (124 kB at 3.0 MB/s) 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/joda-time/joda-time/2.12.5/joda-time-2.12.5.jar (638 kB at 14 MB/s) 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar (335 kB at 7.0 MB/s) 10:34:09 [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.jar (268 kB at 4.1 MB/s) 10:34:09 [INFO] 10:34:09 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ distribution-artifacts --- 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.pom (13 kB at 1.0 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.1 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/52/commons-parent-52.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.4 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.5 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 392 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 876 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 425 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom (12 kB at 902 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.pom (7.2 kB at 516 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom (10 kB at 852 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom (17 kB at 972 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom (7.0 kB at 585 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom (6.2 kB at 517 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom (19 kB at 1.0 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 572 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/38/oss-parent-38.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.8 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom (9.0 kB at 502 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/49/oss-parent-49.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/49/oss-parent-49.pom (24 kB at 1.8 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.pom (15 kB at 1.3 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/ethlo/time/itu/1.7.0/itu-1.7.0.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/ethlo/time/itu/1.7.0/itu-1.7.0.pom (12 kB at 1.3 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 535 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 215 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 620 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.7 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/25/maven-parent-25.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.9 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/15/apache-15.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/15/apache-15.pom (15 kB at 1.3 MB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 121 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 346 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 200 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 81 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 306 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 247 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 618 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 763 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 468 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 223 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 275 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 336 kB/s) 10:34:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom 10:34:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 1.2 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 102 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 168 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 608 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.7 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 93 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 182 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.1 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 295 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 336 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 557 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 299 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 250 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 171 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 267 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.1 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.1 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.4 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 469 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 432 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.5/asm-9.5.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 182 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.3 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.jar 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.jar 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 708 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 13 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.jar (130 kB at 5.0 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar (459 kB at 16 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar (77 kB at 2.0 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 4.5 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/ethlo/time/itu/1.7.0/itu-1.7.0.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/ethlo/time/itu/1.7.0/itu-1.7.0.jar (29 kB at 519 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar (1.6 MB at 27 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 5.0 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar (255 kB at 3.5 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.jar (1.8 MB at 22 MB/s) 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar (1.6 MB at 20 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 463 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 6.9 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.5 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 463 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 459 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 6.3 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 260 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 461 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 1.6 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 609 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 279 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 1.5 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 1.7 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 377 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 49 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 2.7 MB/s) 10:34:10 [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.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 3.1 MB/s) 10:34:10 [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.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 477 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar 10:34:10 [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.jar (53 kB at 387 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 1.8 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.5/asm-9.5.jar 10:34:10 [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.jar (4.2 kB at 30 kB/s) 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 198 kB/s) 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 15 MB/s) 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 823 kB/s) 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 90 kB/s) 10:34:10 [INFO] Skipping CycloneDX 10:34:10 [INFO] 10:34:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ distribution-artifacts --- 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 66 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.9 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 231 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 168 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 270 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 685 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 74 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 531 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 329 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 29 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 522 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 59 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 686 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 261 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 197 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 259 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 170 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 132 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 80 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 161 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 1.1 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/22/commons-parent-22.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.5 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/9/apache-9.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/9/apache-9.pom (15 kB at 1.1 MB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 289 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom 10:34:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 530 kB/s) 10:34:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 80 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 952 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 3.1 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 2.1 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.9 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 7.1 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.8 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.3 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 3.8 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.7 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 5.7 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.7 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 597 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.7 MB/s) 10:34:11 [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.jar 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 4.8 MB/s) 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 6.5 MB/s) 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 3.0 MB/s) 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 579 kB/s) 10:34:11 [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.jar (239 kB at 4.0 MB/s) 10:34:11 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/distribution/pom.xml to /tmp/r/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/distribution-artifacts-0.20.0-SNAPSHOT.pom 10:34:11 [INFO] 10:34:11 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ distribution-artifacts --- 10:34:11 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:11 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:11 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/distribution-artifacts-0.20.0-20240122.103359-1.pom 10:34:11 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/distribution-artifacts-0.20.0-20240122.103359-1.pom (3.5 kB at 1.2 MB/s) 10:34:11 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/maven-metadata.xml 10:34:11 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:11 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml (629 B) 10:34:11 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/maven-metadata.xml 10:34:11 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-artifacts/maven-metadata.xml (311 B at 311 kB/s) 10:34:11 [INFO] 10:34:11 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ distribution-artifacts --- 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 121 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.6 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 132 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 314 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 633 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 630 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.8 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 346 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 153 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 151 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 93 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 278 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.4 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 105 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 74 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 254 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 225 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 353 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 124 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.3 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 147 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 204 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 335 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 234 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.6 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.6/commons-io-2.6.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.4 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 340 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.1 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 68 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 534 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 411 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.3 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/47/commons-parent-47.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 6.0 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 1.9 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/54/commons-parent-54.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 5.8 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.6 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/34/commons-parent-34.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.3 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 414 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.1 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 503 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 160 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 550 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 193 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.0/maven-3.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 2.0 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/15/maven-parent-15.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.3 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/6/apache-6.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/6/apache-6.pom (13 kB at 1.2 MB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 276 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 165 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 228 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 142 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 235 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom 10:34:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 221 kB/s) 10:34:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 435 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 987 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 893 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/9/commons-parent-9.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.0 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.3 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.7 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 27 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 87 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 584 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 562 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/log4j/log4j/1.2.12/log4j-1.2.12.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 13 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/logkit/logkit/1.0.1/logkit-1.0.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 13 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 15 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 601 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 97 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 192 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 15 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 16 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 303 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 187 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.0 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dom4j/dom4j/1.1/dom4j-1.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 11 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 817 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (6.1 kB at 555 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/14/plexus-14.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/14/plexus-14.pom (28 kB at 2.2 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 376 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 147 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 354 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 213 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 405 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 803 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 442 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 299 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 157 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 202 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 76 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 487 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 161 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 191 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 447 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 313 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 217 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 104 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 648 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 896 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 68 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 385 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.6 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 400 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.5 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 496 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 553 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 173 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 190 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 129 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 702 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 159 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 205 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 124 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 661 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 425 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/33/maven-parent-33.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 4.4 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 453 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 382 kB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/30/maven-parent-30.pom 10:34:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.4 MB/s) 10:34:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.5/commons-io-2.5.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 269 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.3 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 492 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.7 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/48/commons-parent-48.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.9 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 893 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 1.4 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 838 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 704 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 27 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 2.2 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.8 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 1.3 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 6.4 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 2.0 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 571 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.8 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 4.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 3.7 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.2 MB/s) 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.3 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 4.4 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 1.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 3.8 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 754 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 7.6 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.8 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 215 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 229 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 836 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 226 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 100 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.8 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 2.0 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dom4j/dom4j/1.1/dom4j-1.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.6 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.5 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 4.6 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 841 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 728 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 4.0 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 2.0 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 99 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 442 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 1.2 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 1.2 MB/s) 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 31 kB/s) 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.0 MB/s) 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 4.9 MB/s) 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 34 MB/s) 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/distribution/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] --------------< org.opendaylight.integration:properties >--------------- 10:34:13 [INFO] Building ODL :: integration :: properties 0.20.0-SNAPSHOT [2/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ properties --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ properties --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ properties --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ properties --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ properties --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/properties/pom.xml to /tmp/r/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/properties-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ properties --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/properties-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/properties-0.20.0-20240122.103359-1.pom (3.4 kB at 3.4 MB/s) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/maven-metadata.xml (617 B at 617 kB/s) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/properties/maven-metadata.xml (299 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ properties --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/properties/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] ----------< org.opendaylight.integration:artifact-artifacts >----------- 10:34:13 [INFO] Building ODL :: integration :: artifact-artifacts 0.20.0-SNAPSHOT [3/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ artifact-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ artifact-artifacts --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ artifact-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ artifact-artifacts --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ artifact-artifacts --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/artifacts/pom.xml to /tmp/r/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/artifact-artifacts-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ artifact-artifacts --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/artifact-artifacts-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/artifact-artifacts-0.20.0-20240122.103359-1.pom (14 kB) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml (625 B at 625 kB/s) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifact-artifacts/maven-metadata.xml (307 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ artifact-artifacts --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/artifacts/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] ------------< org.opendaylight.integration:other-artifacts >------------ 10:34:13 [INFO] Building ODL :: integration :: other-artifacts 0.20.0-SNAPSHOT [4/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ other-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ other-artifacts --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ other-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ other-artifacts --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ other-artifacts --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/other/pom.xml to /tmp/r/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/other-artifacts-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ other-artifacts --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/other-artifacts-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/other-artifacts-0.20.0-20240122.103359-1.pom (2.7 kB) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml (622 B at 622 kB/s) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/other-artifacts/maven-metadata.xml (304 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ other-artifacts --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/other/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] --------< org.opendaylight.integration:upstream-all-artifacts >--------- 10:34:13 [INFO] Building ODL :: integration :: upstream-all-artifacts 0.20.0-SNAPSHOT [5/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ upstream-all-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ upstream-all-artifacts --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ upstream-all-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ upstream-all-artifacts --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ upstream-all-artifacts --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/all/pom.xml to /tmp/r/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/upstream-all-artifacts-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ upstream-all-artifacts --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/upstream-all-artifacts-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/upstream-all-artifacts-0.20.0-20240122.103359-1.pom (2.8 kB) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml (629 B at 629 kB/s) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-all-artifacts/maven-metadata.xml (311 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ upstream-all-artifacts --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/all/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] ----------< org.opendaylight.integration:upstream-aggregator >---------- 10:34:13 [INFO] Building ODL :: integration :: upstream-aggregator 0.20.0-SNAPSHOT [6/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ upstream-aggregator --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ upstream-aggregator --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ upstream-aggregator --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ upstream-aggregator --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ upstream-aggregator --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/pom.xml to /tmp/r/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/upstream-aggregator-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ upstream-aggregator --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/upstream-aggregator-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/upstream-aggregator-0.20.0-20240122.103359-1.pom (2.1 kB at 2.1 MB/s) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (626 B) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/upstream-aggregator/maven-metadata.xml (308 B at 308 kB/s) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ upstream-aggregator --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] -------------< org.opendaylight.integration:all-artifacts >------------- 10:34:13 [INFO] Building ODL :: integration :: all-artifacts 0.20.0-SNAPSHOT [7/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ all-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ all-artifacts --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ all-artifacts --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ all-artifacts --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ all-artifacts --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/all/pom.xml to /tmp/r/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/all-artifacts-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ all-artifacts --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/all-artifacts-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/all-artifacts-0.20.0-20240122.103359-1.pom (2.8 kB at 2.8 MB/s) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/maven-metadata.xml (620 B at 620 kB/s) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/all-artifacts/maven-metadata.xml (302 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ all-artifacts --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/all/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] ---------< org.opendaylight.integration:artifacts-aggregator >---------- 10:34:13 [INFO] Building ODL :: integration :: artifacts-aggregator 0.20.0-SNAPSHOT [8/19] 10:34:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ artifacts-aggregator --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ artifacts-aggregator --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ artifacts-aggregator --- 10:34:13 [INFO] 10:34:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ artifacts-aggregator --- 10:34:13 [INFO] Skipping CycloneDX 10:34:13 [INFO] 10:34:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ artifacts-aggregator --- 10:34:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/pom.xml to /tmp/r/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/artifacts-aggregator-0.20.0-SNAPSHOT.pom 10:34:13 [INFO] 10:34:13 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ artifacts-aggregator --- 10:34:13 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/artifacts-aggregator-0.20.0-20240122.103359-1.pom 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/artifacts-aggregator-0.20.0-20240122.103359-1.pom (2.1 kB at 2.1 MB/s) 10:34:13 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/maven-metadata.xml 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (627 B) 10:34:13 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/maven-metadata.xml 10:34:13 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/artifacts-aggregator/maven-metadata.xml (309 B) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ artifacts-aggregator --- 10:34:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/dependency_tree.txt 10:34:13 [INFO] 10:34:13 [INFO] -------------< org.opendaylight.integration:karaf-scripts >------------- 10:34:13 [INFO] Building ODL :: integration :: Karaf :: Scripts :: karaf-scripts 0.20.0-SNAPSHOT [9/19] 10:34:13 [INFO] --------------------------------[ jar ]--------------------------------- 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 680 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 2.6 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 564 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 582 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 2.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 952 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 985 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/22/maven-parent-22.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.9 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/11/apache-11.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/11/apache-11.pom (15 kB at 1.1 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 2.2 MB/s) 10:34:13 [INFO] 10:34:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ karaf-scripts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ karaf-scripts --- 10:34:13 [INFO] Skipping Rule Enforcement. 10:34:13 [INFO] 10:34:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ karaf-scripts --- 10:34:13 [INFO] 10:34:13 [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ karaf-scripts --- 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 377 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 572 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 4.2 MB/s) 10:34:13 [INFO] Copying 7 resources from src/main/assembly to target/classes 10:34:13 [INFO] 10:34:13 [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ karaf-scripts --- 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 316 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 452 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 345 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.4/asm-9.4.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 182 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.6 MB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 76 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 698 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 206 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom 10:34:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 88 kB/s) 10:34:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 59 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 431 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.0 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 100 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 94 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.6/commons-io-2.6.jar 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.4/asm-9.4.jar 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 11 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 521 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 4.9 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 2.0 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 12 MB/s) 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 901 kB/s) 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 129 kB/s) 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 7.0 MB/s) 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 600 kB/s) 10:34:14 [INFO] No sources to compile 10:34:14 [INFO] 10:34:14 [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ karaf-scripts --- 10:34:14 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/src/test/resources 10:34:14 [INFO] 10:34:14 [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ karaf-scripts --- 10:34:14 [INFO] No sources to compile 10:34:14 [INFO] 10:34:14 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ karaf-scripts --- 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 62 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 540 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/8/maven-parent-8.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 503 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 52 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 125 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 503 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 148 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 1.6 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/21/maven-parent-21.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.2 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/10/apache-10.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/10/apache-10.pom (15 kB at 1.3 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 108 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 242 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.7 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 246 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 209 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 186 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 225 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 158 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 197 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 649 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 164 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 164 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 148 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 194 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 231 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 107 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1/classworlds-1.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 302 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 290 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.3 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 337 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 849 kB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/13/maven-parent-13.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.9 MB/s) 10:34:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom 10:34:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 88 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 806 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.4 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 3.3 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 6.7 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.7 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 740 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 5.3 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.8 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.4 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 927 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 667 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.6 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 327 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 650 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 235 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.8 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 113 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1/classworlds-1.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 243 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 363 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 135 kB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 100 kB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 364 kB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 345 kB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 125 kB/s) 10:34:15 [INFO] Tests are skipped. 10:34:15 [INFO] 10:34:15 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ karaf-scripts --- 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 345 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 218 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 501 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 626 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.0 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.6 MB/s) 10:34:15 [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.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 5.7 MB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.5 MB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 12 MB/s) 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 39 MB/s) 10:34:15 [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.jar (267 kB at 11 MB/s) 10:34:15 [INFO] Building jar: /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/target/karaf-scripts-0.20.0-SNAPSHOT.jar 10:34:15 [INFO] 10:34:15 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ karaf-scripts --- 10:34:15 [INFO] Skipping CycloneDX 10:34:15 [INFO] 10:34:15 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ karaf-scripts --- 10:34:15 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/target/karaf-scripts-0.20.0-SNAPSHOT.jar to /tmp/r/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-SNAPSHOT.jar 10:34:15 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/pom.xml to /tmp/r/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-SNAPSHOT.pom 10:34:15 [INFO] 10:34:15 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ karaf-scripts --- 10:34:15 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:15 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:15 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-20240122.103359-1.jar 10:34:15 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-20240122.103359-1.jar (13 kB at 13 MB/s) 10:34:15 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-20240122.103359-1.pom 10:34:15 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-20240122.103359-1.pom (1.3 kB) 10:34:15 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/maven-metadata.xml 10:34:15 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:15 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/maven-metadata.xml (794 B at 794 kB/s) 10:34:15 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/maven-metadata.xml 10:34:15 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf-scripts/maven-metadata.xml (302 B) 10:34:15 [INFO] 10:34:15 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ karaf-scripts --- 10:34:15 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/dependency_tree.txt 10:34:15 [INFO] 10:34:15 [INFO] ------------< org.opendaylight.integration:features-index >------------- 10:34:15 [INFO] Building ODL :: integration :: features-index 0.20.0-SNAPSHOT [10/19] 10:34:15 [INFO] ------------------------------[ feature ]------------------------------- 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.0/maven-javadoc-plugin-3.6.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.0/maven-javadoc-plugin-3.6.0.pom (20 kB at 1.5 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.0/maven-javadoc-plugin-3.6.0.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-javadoc-plugin/3.6.0/maven-javadoc-plugin-3.6.0.jar (511 kB at 23 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.pom (4.2 kB at 352 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.build/0.8.11/org.jacoco.build-0.8.11.pom (44 kB at 1.6 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 230 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/jacoco-maven-plugin/0.8.11/jacoco-maven-plugin-0.8.11.jar (57 kB at 5.7 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/depends-maven-plugin/1.5.0/depends-maven-plugin-1.5.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/depends-maven-plugin/1.5.0/depends-maven-plugin-1.5.0.pom (4.7 kB at 465 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/maven-plugins-pom/7/maven-plugins-pom-7.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/maven-plugins-pom/7/maven-plugins-pom-7.pom (10 kB at 773 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/servicemix-pom/5/servicemix-pom-5.pom (9.5 kB at 946 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/depends-maven-plugin/1.5.0/depends-maven-plugin-1.5.0.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/tooling/depends-maven-plugin/1.5.0/depends-maven-plugin-1.5.0.jar (17 kB at 1.4 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.pom (19 kB at 1.4 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-oss/53/basepom-oss-53.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-oss/53/basepom-oss-53.pom (23 kB at 2.1 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-minimal/53/basepom-minimal-53.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-minimal/53/basepom-minimal-53.pom (19 kB at 1.6 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-foundation/53/basepom-foundation-53.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/basepom-foundation/53/basepom-foundation-53.pom (56 kB at 4.3 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/basepom/maven/duplicate-finder-maven-plugin/2.0.1/duplicate-finder-maven-plugin-2.0.1.jar (71 kB at 5.9 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom (15 kB at 1.4 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar (99 kB at 7.6 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.6/spotbugs-maven-plugin-4.7.3.6.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.6/spotbugs-maven-plugin-4.7.3.6.pom (35 kB at 2.5 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/hazendaz/base-parent/40/base-parent-40.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/hazendaz/base-parent/40/base-parent-40.pom (90 kB at 6.9 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 293 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-bom/4.0.15/groovy-bom-4.0.15.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-bom/4.0.15/groovy-bom-4.0.15.pom (27 kB at 2.7 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.6/spotbugs-maven-plugin-4.7.3.6.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-maven-plugin/4.7.3.6/spotbugs-maven-plugin-4.7.3.6.jar (166 kB at 12 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.1/maven-surefire-plugin-3.2.1.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.1/maven-surefire-plugin-3.2.1.pom (5.5 kB at 454 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire/3.2.1/surefire-3.2.1.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire/3.2.1/surefire-3.2.1.pom (22 kB at 2.2 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.1/maven-surefire-plugin-3.2.1.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/3.2.1/maven-surefire-plugin-3.2.1.jar (45 kB at 3.8 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/copy-files-plugin/13.0.7/copy-files-plugin-13.0.7.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/copy-files-plugin/13.0.7/copy-files-plugin-13.0.7.pom (2.1 kB at 228 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/copy-files-plugin/13.0.7/copy-files-plugin-13.0.7.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/copy-files-plugin/13.0.7/copy-files-plugin-13.0.7.jar (7.0 kB at 542 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 481 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 2.5 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-plugin/2.7.0/modernizer-maven-plugin-2.7.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-plugin/2.7.0/modernizer-maven-plugin-2.7.0.pom (5.5 kB at 390 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-parent/2.7.0/modernizer-maven-parent-2.7.0.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-parent/2.7.0/modernizer-maven-parent-2.7.0.pom (12 kB at 932 kB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-plugin/2.7.0/modernizer-maven-plugin-2.7.0.jar 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-plugin/2.7.0/modernizer-maven-plugin-2.7.0.jar (41 kB at 3.7 MB/s) 10:34:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/features-aaa/0.18.3/features-aaa-0.18.3.pom 10:34:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/features-aaa/0.18.3/features-aaa-0.18.3.pom (2.9 kB at 267 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.3/odl-aaa-api-0.18.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.3/odl-aaa-api-0.18.3.pom (2.2 kB at 167 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.3/aaa-authn-api-0.18.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.3/aaa-authn-api-0.18.3.pom (1.5 kB at 111 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.18.3/aaa-parent-0.18.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.18.3/aaa-parent-0.18.3.pom (2.2 kB at 156 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding-parent/12.0.3/binding-parent-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding-parent/12.0.3/binding-parent-12.0.3.pom (5.1 kB at 467 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/dom-parent/12.0.3/dom-parent-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/dom-parent/12.0.3/dom-parent-12.0.3.pom (1.9 kB at 190 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundle-parent/13.0.7/bundle-parent-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundle-parent/13.0.7/bundle-parent-13.0.7.pom (1.8 kB at 146 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 2.7 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 1.0 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/org.eclipse.jdt.annotation/2.2.700/org.eclipse.jdt.annotation-2.2.700.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/org.eclipse.jdt.annotation/2.2.700/org.eclipse.jdt.annotation-2.2.700.pom (1.7 kB at 158 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.7/odl-jakarta-activation-api-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.7/odl-jakarta-activation-api-13.0.7.pom (1.5 kB at 133 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 409 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.7/odl-servlet-api-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.7/odl-servlet-api-13.0.7.pom (1.5 kB at 122 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.7/odl-ws-rs-api-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.7/odl-ws-rs-api-13.0.7.pom (1.5 kB at 147 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.3/odl-mdsal-binding-base-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.3/odl-mdsal-binding-base-12.0.3.pom (1.7 kB at 134 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/feature-parent/12.0.3/feature-parent-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/feature-parent/12.0.3/feature-parent-12.0.3.pom (1.7 kB at 167 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.4/odl-yangtools-common-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.4/odl-yangtools-common-11.0.4.pom (1.9 kB at 146 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.4/odl-yangtools-util-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.4/odl-yangtools-util-11.0.4.pom (2.2 kB at 173 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/pt-triemap/1.3.1/pt-triemap-1.3.1.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/pt-triemap/1.3.1/pt-triemap-1.3.1.pom (4.2 kB at 320 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/12.0.4/single-feature-parent-12.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/12.0.4/single-feature-parent-12.0.4.pom (7.2 kB at 597 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/12.0.4/abstract-feature-parent-12.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/12.0.4/abstract-feature-parent-12.0.4.pom (6.1 kB at 468 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/12.0.4/odlparent-12.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/12.0.4/odlparent-12.0.4.pom (55 kB at 5.0 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/12.0.4/odlparent-artifacts-12.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/12.0.4/odlparent-artifacts-12.0.4.pom (9.9 kB at 902 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf-bom/4.4.3/karaf-bom-4.4.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf-bom/4.4.3/karaf-bom-4.4.3.pom (73 kB at 4.5 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf/4.4.3/karaf-4.4.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/karaf/4.4.3/karaf-4.4.3.pom (49 kB at 4.1 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 512 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.2.0/mockito-bom-5.2.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.2.0/mockito-bom-5.2.0.pom (3.1 kB at 349 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.17.1/log4j-bom-2.17.1.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.17.1/log4j-bom-2.17.1.pom (8.1 kB at 579 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/logging-parent/3/logging-parent-3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 285 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.39.1/jersey-bom-2.39.1.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.39.1/jersey-bom-2.39.1.pom (20 kB at 1.5 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.91.Final/netty-bom-4.1.91.Final.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.91.Final/netty-bom-4.1.91.Final.pom (13 kB at 1.1 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom (18 kB at 1.5 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.18/metrics-bom-4.2.18.pom (7.5 kB at 685 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.18/metrics-parent-4.2.18.pom (20 kB at 2.3 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/triemap/1.3.1/triemap-1.3.1.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/triemap/1.3.1/triemap-1.3.1.pom (4.8 kB at 404 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/12.0.4/bnd-parent-12.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/12.0.4/bnd-parent-12.0.4.pom (3.8 kB at 316 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/bom/1.2.0/bom-1.2.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/bom/1.2.0/bom-1.2.0.pom (4.1 kB at 372 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/7.0.3/odlparent-lite-7.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-lite/7.0.3/odlparent-lite-7.0.3.pom (22 kB at 1.6 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.7/odl-guava-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.7/odl-guava-13.0.7.pom (1.4 kB at 106 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (13 kB at 1.2 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (20 kB at 1.8 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 201 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.0 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 207 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.39.0/checker-qual-3.39.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.39.0/checker-qual-3.39.0.pom (2.1 kB at 191 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom (1.8 kB at 167 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom (13 kB at 1.2 MB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 225 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.4/concepts-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.4/concepts-11.0.4.pom (1.9 kB at 187 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bnd-parent/11.0.4/bnd-parent-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bnd-parent/11.0.4/bnd-parent-11.0.4.pom (1.8 kB at 197 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/13.0.7/bnd-parent-13.0.7.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/13.0.7/bnd-parent-13.0.7.pom (3.8 kB at 292 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.4/util-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.4/util-11.0.4.pom (2.7 kB at 178 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.4/yang-common-11.0.4.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.4/yang-common-11.0.4.pom (1.7 kB at 168 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.3/yang-binding-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.3/yang-binding-12.0.3.pom (2.6 kB at 239 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.3/mdsal-binding-spec-util-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.3/mdsal-binding-spec-util-12.0.3.pom (1.9 kB at 158 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.3/yang-ext-2013.09.07.24.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.3/yang-ext-2013.09.07.24.3.pom (1.6 kB at 113 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.3/odl-aaa-cert-0.18.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.3/odl-aaa-cert-0.18.3.pom (2.1 kB at 192 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.3/odl-mdsal-broker-8.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.3/odl-mdsal-broker-8.0.3.pom (2.0 kB at 202 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/single-feature-parent/8.0.3/single-feature-parent-8.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/single-feature-parent/8.0.3/single-feature-parent-8.0.3.pom (1.3 kB at 110 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/bundle-parent/8.0.3/bundle-parent-8.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/bundle-parent/8.0.3/bundle-parent-8.0.3.pom (5.6 kB at 428 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.3/odl-mdsal-eos-binding-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.3/odl-mdsal-eos-binding-12.0.3.pom (2.0 kB at 144 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.3/odl-mdsal-eos-dom-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.3/odl-mdsal-eos-dom-12.0.3.pom (1.4 kB at 119 kB/s) 10:34:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.3/odl-mdsal-eos-common-12.0.3.pom 10:34:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.3/odl-mdsal-eos-common-12.0.3.pom (1.6 kB at 134 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.4/odl-yangtools-data-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.4/odl-yangtools-data-api-11.0.4.pom (2.5 kB at 209 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.4/odl-yangtools-parser-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.4/odl-yangtools-parser-api-11.0.4.pom (4.5 kB at 446 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.4/odl-yangtools-xpath-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.4/odl-yangtools-xpath-api-11.0.4.pom (1.8 kB at 166 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.4/yang-xpath-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.4/yang-xpath-api-11.0.4.pom (1.9 kB at 157 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.4/odlext-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.4/odlext-model-api-11.0.4.pom (1.8 kB at 166 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bundle-parent/11.0.4/bundle-parent-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bundle-parent/11.0.4/bundle-parent-11.0.4.pom (1.8 kB at 149 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.4/yang-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.4/yang-model-api-11.0.4.pom (2.0 kB at 125 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.4/yang-repo-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.4/yang-repo-api-11.0.4.pom (2.1 kB at 210 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.4/yang-ir-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.4/yang-ir-11.0.4.pom (1.5 kB at 152 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.4/openconfig-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.4/openconfig-model-api-11.0.4.pom (2.2 kB at 167 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.4/rfc6241-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.4/rfc6241-model-api-11.0.4.pom (1.8 kB at 102 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.4/rfc6536-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.4/rfc6536-model-api-11.0.4.pom (1.8 kB at 139 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.4/rfc6643-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.4/rfc6643-model-api-11.0.4.pom (2.0 kB at 197 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.4/rfc7952-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.4/rfc7952-model-api-11.0.4.pom (1.8 kB at 151 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.4/rfc8040-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.4/rfc8040-model-api-11.0.4.pom (1.8 kB at 165 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.4/rfc8528-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.4/rfc8528-model-api-11.0.4.pom (1.8 kB at 151 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.4/rfc8639-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.4/rfc8639-model-api-11.0.4.pom (1.8 kB at 151 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.4/rfc8819-model-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.4/rfc8819-model-api-11.0.4.pom (1.7 kB at 128 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.4/yang-model-spi-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.4/yang-model-spi-11.0.4.pom (2.5 kB at 223 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.4/yang-model-util-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.4/yang-model-util-11.0.4.pom (3.5 kB at 350 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.4/yang-parser-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.4/yang-parser-api-11.0.4.pom (2.0 kB at 140 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.4/yang-repo-spi-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.4/yang-repo-spi-11.0.4.pom (1.8 kB at 139 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.4/yang-data-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.4/yang-data-api-11.0.4.pom (2.6 kB at 219 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.10.0/value-2.10.0.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.10.0/value-2.10.0.pom (5.4 kB at 363 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/immutables/2.10.0/immutables-2.10.0.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/immutables/2.10.0/immutables-2.10.0.pom (13 kB at 1.0 MB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.4/yang-data-spi-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.4/yang-data-spi-11.0.4.pom (1.8 kB at 138 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.4/yang-data-tree-api-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.4/yang-data-tree-api-11.0.4.pom (2.2 kB at 196 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.4/yang-data-tree-spi-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.4/yang-data-tree-spi-11.0.4.pom (1.8 kB at 152 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.4/yang-data-util-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.4/yang-data-util-11.0.4.pom (2.9 kB at 264 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.3/mdsal-eos-common-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.3/mdsal-eos-common-api-12.0.3.pom (1.8 kB at 152 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.3/mdsal-eos-common-spi-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.3/mdsal-eos-common-spi-12.0.3.pom (1.8 kB at 132 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.3/mdsal-eos-dom-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.3/mdsal-eos-dom-api-12.0.3.pom (2.1 kB at 215 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.3/odl-mdsal-binding-dom-adapter-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.3/odl-mdsal-binding-dom-adapter-12.0.3.pom (1.9 kB at 175 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.3/odl-mdsal-binding-runtime-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.3/odl-mdsal-binding-runtime-12.0.3.pom (2.2 kB at 216 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.3/odl-mdsal-bytebuddy-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.3/odl-mdsal-bytebuddy-12.0.3.pom (1.2 kB at 106 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.pom (16 kB at 1.6 MB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.14.9/byte-buddy-parent-1.14.9.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.14.9/byte-buddy-parent-1.14.9.pom (62 kB at 4.1 MB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.3/odl-mdsal-dom-runtime-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.3/odl-mdsal-dom-runtime-12.0.3.pom (1.7 kB at 139 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.3/odl-mdsal-dom-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.3/odl-mdsal-dom-api-12.0.3.pom (1.8 kB at 163 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.3/odl-mdsal-common-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.3/odl-mdsal-common-12.0.3.pom (1.4 kB at 119 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.3/mdsal-common-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.3/mdsal-common-api-12.0.3.pom (2.2 kB at 216 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.3/mdsal-dom-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.3/mdsal-dom-api-12.0.3.pom (3.6 kB at 331 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.3/mdsal-dom-spi-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.3/mdsal-dom-spi-12.0.3.pom (4.5 kB at 371 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.3/odl-mdsal-binding-runtime-api-12.0.3.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.3/odl-mdsal-binding-runtime-api-12.0.3.pom (2.7 kB at 210 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.4/odl-yangtools-data-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.4/odl-yangtools-data-11.0.4.pom (2.5 kB at 223 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.7/odl-antlr4-13.0.7.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.7/odl-antlr4-13.0.7.pom (1.2 kB at 93 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/template-feature-parent/13.0.7/template-feature-parent-13.0.7.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/template-feature-parent/13.0.7/template-feature-parent-13.0.7.pom (2.3 kB at 196 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom (3.6 kB at 296 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (4.8 kB at 438 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.4/yang-data-impl-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.4/yang-data-impl-11.0.4.pom (4.3 kB at 358 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.4/yang-data-tree-ri-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.4/yang-data-tree-ri-11.0.4.pom (4.7 kB at 313 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.4/yang-data-transform-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.4/yang-data-transform-11.0.4.pom (1.8 kB at 140 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.4/odl-yangtools-parser-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.4/odl-yangtools-parser-11.0.4.pom (4.6 kB at 417 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.4/odl-yangtools-xpath-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.4/odl-yangtools-xpath-11.0.4.pom (2.1 kB at 192 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.4/yang-xpath-impl-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.4/yang-xpath-impl-11.0.4.pom (2.9 kB at 240 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.4/yang-model-ri-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.4/yang-model-ri-11.0.4.pom (2.5 kB at 138 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.4/odlext-parser-support-11.0.4.pom 10:34:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.4/odlext-parser-support-11.0.4.pom (3.0 kB at 232 kB/s) 10:34:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.4/yang-parser-spi-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.4/yang-parser-spi-11.0.4.pom (2.5 kB at 123 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.4/openconfig-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.4/openconfig-parser-support-11.0.4.pom (2.5 kB at 226 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.4/rfc6241-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.4/rfc6241-parser-support-11.0.4.pom (2.9 kB at 259 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.4/rfc6536-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.4/rfc6536-parser-support-11.0.4.pom (2.9 kB at 219 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.4/rfc6643-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.4/rfc6643-parser-support-11.0.4.pom (2.9 kB at 259 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.4/rfc7952-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.4/rfc7952-parser-support-11.0.4.pom (3.0 kB at 250 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.4/rfc8040-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.4/rfc8040-parser-support-11.0.4.pom (3.0 kB at 273 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.4/rfc8528-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.4/rfc8528-parser-support-11.0.4.pom (2.9 kB at 190 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.4/rfc8639-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.4/rfc8639-parser-support-11.0.4.pom (2.9 kB at 238 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.4/yang-parser-impl-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.4/yang-parser-impl-11.0.4.pom (6.8 kB at 675 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.4/yang-parser-reactor-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.4/yang-parser-reactor-11.0.4.pom (2.3 kB at 226 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.4/yang-parser-rfc7950-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.4/yang-parser-rfc7950-11.0.4.pom (4.8 kB at 441 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.4/rfc8819-parser-support-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.4/rfc8819-parser-support-11.0.4.pom (2.9 kB at 223 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.4/yang-repo-fs-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.4/yang-repo-fs-11.0.4.pom (2.5 kB at 180 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.3/mdsal-binding-model-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.3/mdsal-binding-model-api-12.0.3.pom (1.6 kB at 121 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.3/mdsal-binding-model-ri-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.3/mdsal-binding-model-ri-12.0.3.pom (2.7 kB at 208 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.3/mdsal-binding-runtime-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.3/mdsal-binding-runtime-api-12.0.3.pom (2.6 kB at 241 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.3/mdsal-binding-runtime-spi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.3/mdsal-binding-runtime-spi-12.0.3.pom (3.5 kB at 318 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.3/mdsal-binding-dom-codec-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.3/mdsal-binding-dom-codec-api-12.0.3.pom (2.5 kB at 230 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.3/mdsal-binding-dom-codec-spi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.3/mdsal-binding-dom-codec-spi-12.0.3.pom (2.7 kB at 179 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.3/mdsal-dom-schema-osgi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.3/mdsal-dom-schema-osgi-12.0.3.pom (3.0 kB at 230 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.3/mdsal-binding-generator-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.3/mdsal-binding-generator-12.0.3.pom (5.0 kB at 456 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.3/mdsal-binding-dom-codec-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.3/mdsal-binding-dom-codec-12.0.3.pom (5.0 kB at 388 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.3/mdsal-binding-loader-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.3/mdsal-binding-loader-12.0.3.pom (1.6 kB at 119 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.3/mdsal-binding-dom-codec-osgi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.3/mdsal-binding-dom-codec-osgi-12.0.3.pom (3.3 kB at 256 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.3/mdsal-binding-runtime-osgi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.3/mdsal-binding-runtime-osgi-12.0.3.pom (2.9 kB at 260 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.3/odl-mdsal-binding-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.3/odl-mdsal-binding-api-12.0.3.pom (2.2 kB at 200 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.3/mdsal-binding-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.3/mdsal-binding-api-12.0.3.pom (2.9 kB at 260 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.3/mdsal-binding-spi-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.3/mdsal-binding-spi-12.0.3.pom (1.8 kB at 164 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.3/mdsal-binding-util-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.3/mdsal-binding-util-12.0.3.pom (2.3 kB at 190 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.3/odl-mdsal-dom-broker-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.3/odl-mdsal-dom-broker-12.0.3.pom (1.4 kB at 130 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.3/mdsal-dom-broker-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.3/mdsal-dom-broker-12.0.3.pom (5.5 kB at 555 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.3/mdsal-binding-dom-adapter-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.3/mdsal-binding-dom-adapter-12.0.3.pom (8.0 kB at 666 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.3/mdsal-eos-binding-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.3/mdsal-eos-binding-api-12.0.3.pom (2.3 kB at 194 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.3/general-entity-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.3/general-entity-12.0.3.pom (1.6 kB at 132 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.3/mdsal-eos-binding-adapter-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.3/mdsal-eos-binding-adapter-12.0.3.pom (3.9 kB at 325 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.3/odl-mdsal-singleton-dom-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.3/odl-mdsal-singleton-dom-12.0.3.pom (2.1 kB at 175 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.3/odl-mdsal-singleton-common-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.3/odl-mdsal-singleton-common-12.0.3.pom (1.5 kB at 133 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.3/mdsal-singleton-common-api-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.3/mdsal-singleton-common-api-12.0.3.pom (2.0 kB at 168 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.3/mdsal-singleton-dom-impl-12.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.3/mdsal-singleton-dom-impl-12.0.3.pom (3.4 kB at 261 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.3/odl-mdsal-remoterpc-connector-8.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.3/odl-mdsal-remoterpc-connector-8.0.3.pom (1.5 kB at 148 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.3/odl-mdsal-distributed-datastore-8.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.3/odl-mdsal-distributed-datastore-8.0.3.pom (5.4 kB at 451 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.7/odl-apache-commons-text-13.0.7.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.7/odl-apache-commons-text-13.0.7.pom (1.7 kB at 154 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.7/odl-apache-commons-lang3-13.0.7.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.7/odl-apache-commons-lang3-13.0.7.pom (1.5 kB at 122 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.7 MB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/64/commons-parent-64.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 6.0 MB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.4/odl-yangtools-codec-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.4/odl-yangtools-codec-11.0.4.pom (2.7 kB at 193 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.7/odl-gson-13.0.7.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.7/odl-gson-13.0.7.pom (1.4 kB at 142 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 780 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 1.1 MB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.7/odl-stax2-api-13.0.7.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.7/odl-stax2-api-13.0.7.pom (1.4 kB at 160 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 572 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/55/oss-parent-55.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 2.1 MB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.4/yang-data-codec-binfmt-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.4/yang-data-codec-binfmt-11.0.4.pom (3.0 kB at 270 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.4/yang-data-codec-gson-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.4/yang-data-codec-gson-11.0.4.pom (3.6 kB at 304 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.4/yang-data-codec-xml-11.0.4.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.4/yang-data-codec-xml-11.0.4.pom (3.9 kB at 276 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.3/odl-mdsal-clustering-commons-8.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.3/odl-mdsal-clustering-commons-8.0.3.pom (3.0 kB at 252 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.3/odl-controller-akka-8.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.3/odl-controller-akka-8.0.3.pom (1.6 kB at 135 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.3/odl-controller-scala-8.0.3.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.3/odl-controller-scala-8.0.3.pom (1.8 kB at 182 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.pom (1.6 kB at 145 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.pom (1.8 kB at 153 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-java8-compat_2.13/1.0.2/scala-java8-compat_2.13-1.0.2.pom 10:34:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-java8-compat_2.13/1.0.2/scala-java8-compat_2.13-1.0.2.pom (2.5 kB at 176 kB/s) 10:34:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.6/scala-library-2.13.6.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.6/scala-library-2.13.6.pom (1.6 kB at 160 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-parser-combinators_2.13/1.1.2/scala-parser-combinators_2.13-1.1.2.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-parser-combinators_2.13/1.1.2/scala-parser-combinators_2.13-1.1.2.pom (2.2 kB at 199 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.0/scala-library-2.13.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.0/scala-library-2.13.0.pom (1.6 kB at 107 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.3/repackaged-akka-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.3/repackaged-akka-8.0.3.pom (9.7 kB at 972 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.2/config-1.4.2.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.2/config-1.4.2.pom (2.2 kB at 203 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/ssl-config-core_2.13/0.4.3/ssl-config-core_2.13-0.4.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/ssl-config-core_2.13/0.4.3/ssl-config-core_2.13-0.4.3.pom (3.2 kB at 295 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.1/scala-library-2.13.1.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.1/scala-library-2.13.1.pom (1.6 kB at 160 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.0/config-1.4.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.0/config-1.4.0.pom (2.2 kB at 172 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-client/1.38.1/aeron-client-1.38.1.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-client/1.38.1/aeron-client-1.38.1.pom (2.7 kB at 222 kB/s) 10:34:19 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/agrona/agrona/maven-metadata.xml 10:34:19 [INFO] Downloading from opendaylight-release-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/maven-metadata.xml 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/maven-metadata.xml 10:34:19 [INFO] Downloaded from opendaylight-release-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/maven-metadata.xml (2.8 kB at 64 kB/s) 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/maven-metadata.xml (2.8 kB at 56 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.0/agrona-1.15.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.0/agrona-1.15.0.pom (2.4 kB at 244 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.1/agrona-1.15.1.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.1/agrona-1.15.1.pom (2.4 kB at 203 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.2/agrona-1.15.2.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.2/agrona-1.15.2.pom (2.4 kB at 187 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-driver/1.38.1/aeron-driver-1.38.1.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-driver/1.38.1/aeron-driver-1.38.1.pom (2.7 kB at 225 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty/3.10.6.Final/netty-3.10.6.Final.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty/3.10.6.Final/netty-3.10.6.Final.pom (29 kB at 2.2 MB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom (1.1 kB at 96 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lmdbjava/lmdbjava/0.7.0/lmdbjava-0.7.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lmdbjava/lmdbjava/0.7.0/lmdbjava-0.7.0.pom (8.8 kB at 882 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/au/com/acegi/acegi-standard-project/0.2.3/acegi-standard-project-0.2.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/au/com/acegi/acegi-standard-project/0.2.3/acegi-standard-project-0.2.3.pom (29 kB at 2.3 MB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.7/odl-dropwizard-metrics-13.0.7.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.7/odl-dropwizard-metrics-13.0.7.pom (1.9 kB at 175 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.20/metrics-core-4.2.20.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.20/metrics-core-4.2.20.pom (2.8 kB at 232 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.20/metrics-healthchecks-4.2.20.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.20/metrics-healthchecks-4.2.20.pom (2.9 kB at 263 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.20/metrics-jmx-4.2.20.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.20/metrics-jmx-4.2.20.pom (2.6 kB at 236 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.20/metrics-jvm-4.2.20.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.20/metrics-jvm-4.2.20.pom (2.6 kB at 189 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.3/sal-clustering-commons-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.3/sal-clustering-commons-8.0.3.pom (6.8 kB at 427 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/8.0.3/mdsal-parent-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/8.0.3/mdsal-parent-8.0.3.pom (1.2 kB at 102 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.20/metrics-graphite-4.2.20.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.20/metrics-graphite-4.2.20.pom (3.5 kB at 315 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.18.0/amqp-client-5.18.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.18.0/amqp-client-5.18.0.pom (39 kB at 3.5 MB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom (2.1 kB at 210 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.3/sal-akka-raft-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.3/sal-akka-raft-8.0.3.pom (3.9 kB at 386 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.3/cds-mgmt-api-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.3/cds-mgmt-api-8.0.3.pom (1.7 kB at 166 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.3/sal-akka-segmented-journal-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.3/sal-akka-segmented-journal-8.0.3.pom (3.2 kB at 287 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.3/atomix-storage-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.3/atomix-storage-8.0.3.pom (4.5 kB at 284 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.3/odl-controller-mdsal-common-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.3/odl-controller-mdsal-common-8.0.3.pom (1.6 kB at 146 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.3/sal-common-util-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.3/sal-common-util-8.0.3.pom (1.2 kB at 83 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.3/cds-access-api-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.3/cds-access-api-8.0.3.pom (3.9 kB at 357 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.3/cds-access-client-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.3/cds-access-client-8.0.3.pom (5.3 kB at 587 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.3/cds-dom-api-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.3/cds-dom-api-8.0.3.pom (1.7 kB at 174 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.3/sal-distributed-datastore-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.3/sal-distributed-datastore-8.0.3.pom (9.6 kB at 1.2 MB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.pom (1.2 kB at 107 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.3/eos-dom-akka-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.3/eos-dom-akka-8.0.3.pom (5.3 kB at 587 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.3/sal-cluster-admin-api-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.3/sal-cluster-admin-api-8.0.3.pom (976 B at 98 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.3/sal-cluster-admin-impl-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.3/sal-cluster-admin-impl-8.0.3.pom (5.0 kB at 496 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3.pom (2.6 kB at 291 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.3/sal-remoterpc-connector-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.3/sal-remoterpc-connector-8.0.3.pom (5.9 kB at 655 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.3/odl-aaa-encryption-service-0.18.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.3/odl-aaa-encryption-service-0.18.3.pom (2.5 kB at 250 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.3/odl-controller-blueprint-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.3/odl-controller-blueprint-8.0.3.pom (2.3 kB at 205 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.3/blueprint-8.0.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.3/blueprint-8.0.3.pom (5.9 kB at 651 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.pom (6.2 kB at 621 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/parent/2.0.1/parent-2.0.1.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/parent/2.0.1/parent-2.0.1.pom (35 kB at 2.7 MB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.3/aaa-encrypt-service-0.18.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.3/aaa-encrypt-service-0.18.3.pom (931 B at 78 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom (1.6 kB at 149 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom (1.1 kB at 114 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.pom (1.3 kB at 120 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.3/aaa-encrypt-service-impl-0.18.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.3/aaa-encrypt-service-impl-0.18.3.pom (2.4 kB at 182 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.7/logging-markers-13.0.7.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.7/logging-markers-13.0.7.pom (1.5 kB at 138 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3.pom (2.8 kB at 233 kB/s) 10:34:19 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cli/0.18.3/odl-aaa-cli-0.18.3.pom 10:34:19 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cli/0.18.3/odl-aaa-cli-0.18.3.pom (2.7 kB at 205 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.3/odl-aaa-shiro-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.3/odl-aaa-shiro-0.18.3.pom (5.7 kB at 410 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.3/odl-aaa-password-service-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.3/odl-aaa-password-service-0.18.3.pom (2.8 kB at 251 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.3/aaa-password-service-api-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.3/aaa-password-service-api-0.18.3.pom (1.9 kB at 192 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3.pom (3.8 kB at 174 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.3/repackaged-shiro-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.3/repackaged-shiro-0.18.3.pom (7.0 kB at 391 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.8 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder/1.2.3/encoder-1.2.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder/1.2.3/encoder-1.2.3.pom (4.1 kB at 339 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder-parent/1.2.3/encoder-parent-1.2.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder-parent/1.2.3/encoder-parent-1.2.3.pom (20 kB at 1.8 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.3/odl-apache-shiro-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.3/odl-apache-shiro-0.18.3.pom (2.0 kB at 185 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.3/odl-jolokia-8.0.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.3/odl-jolokia-8.0.3.pom (1.9 kB at 145 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.2/jolokia-osgi-1.7.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.2/jolokia-osgi-1.7.2.pom (8.6 kB at 785 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-agent-parent/1.7.2/jolokia-agent-parent-1.7.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-agent-parent/1.7.2/jolokia-agent-parent-1.7.2.pom (1.9 kB at 214 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia/1.7.2/jolokia-1.7.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia/1.7.2/jolokia-1.7.2.pom (24 kB at 2.0 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 385 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.3/odl-jolokia-osgi-8.0.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.3/odl-jolokia-osgi-8.0.3.pom (2.0 kB at 181 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.3/odl-aaa-web-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.3/odl-aaa-web-0.18.3.pom (2.9 kB at 263 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.7/odl-jersey-2-13.0.7.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.7/odl-jersey-2-13.0.7.pom (3.4 kB at 284 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.7/odl-javassist-3-13.0.7.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.7/odl-javassist-3-13.0.7.pom (1.4 kB at 129 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.pom (11 kB at 726 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.41/jersey-hk2-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.41/jersey-hk2-2.41.pom (4.8 kB at 476 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/project/2.41/project-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/project/2.41/project-2.41.pom (1.5 kB at 82 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/project/2.41/project-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/project/2.41/project-2.41.pom (108 kB at 9.8 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.pom (37 kB at 3.0 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 1.4 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 255 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 1.3 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom (5.2 kB at 519 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom (1.5 kB at 163 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom (42 kB at 3.3 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 736 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom (6.5 kB at 587 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom (5.5 kB at 456 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom (3.4 kB at 284 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom (4.9 kB at 615 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.pom (6.8 kB at 622 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.41/jersey-server-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.41/jersey-server-2.41.pom (13 kB at 1.3 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (11 kB at 1.0 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.41/jersey-container-servlet-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.41/jersey-container-servlet-2.41.pom (3.5 kB at 295 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/project/2.41/project-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/project/2.41/project-2.41.pom (3.1 kB at 280 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.41/jersey-container-servlet-core-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.41/jersey-container-servlet-core-2.41.pom (3.4 kB at 378 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.41/jersey-media-sse-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.41/jersey-media-sse-2.41.pom (3.2 kB at 351 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/project/2.41/project-2.41.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/project/2.41/project-2.41.pom (2.1 kB at 228 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.7/odl-karaf-feat-jetty-13.0.7.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.7/odl-karaf-feat-jetty-13.0.7.pom (1.5 kB at 140 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.4/standard-4.4.4.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.4/standard-4.4.4.pom (20 kB at 2.0 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/features/features/4.4.4/features-4.4.4.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/features/features/4.4.4/features-4.4.4.pom (1.9 kB at 186 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/assemblies/4.4.4/assemblies-4.4.4.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/assemblies/4.4.4/assemblies-4.4.4.pom (1.7 kB at 152 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.3/web-osgi-impl-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.3/web-osgi-impl-0.18.3.pom (2.2 kB at 186 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.3/web-api-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.3/web-api-0.18.3.pom (1.5 kB at 147 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.3/servlet-jersey2-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.3/servlet-jersey2-0.18.3.pom (2.0 kB at 199 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.3/servlet-api-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.3/servlet-api-0.18.3.pom (1.6 kB at 133 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3.pom (9.3 kB at 773 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.3/aaa-shiro-api-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.3/aaa-shiro-api-0.18.3.pom (1.2 kB at 99 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.3/aaa-tokenauthrealm-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.3/aaa-tokenauthrealm-0.18.3.pom (1.9 kB at 154 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.3/aaa-idm-store-h2-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.3/aaa-idm-store-h2-0.18.3.pom (2.9 kB at 239 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.pom (20 kB at 1.8 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache-root/2.10.9.2/ehcache-root-2.10.9.2.pom (16 kB at 1.5 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache-parent/2.25/ehcache-parent-2.25.pom (13 kB at 1.3 MB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.2.220/h2-2.2.220.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.2.220/h2-2.2.220.pom (1.1 kB at 103 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3.pom (2.6 kB at 218 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-core/1.7.2/jolokia-core-1.7.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-core/1.7.2/jolokia-core-1.7.2.pom (3.0 kB at 277 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-jsr160/1.7.2/jolokia-jsr160-1.7.2.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-jsr160/1.7.2/jolokia-jsr160-1.7.2.pom (2.2 kB at 201 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.7/odl-karaf-feat-jdbc-13.0.7.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.7/odl-karaf-feat-jdbc-13.0.7.pom (2.6 kB at 217 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.6/pax-jdbc-features-1.5.6.pom 10:34:20 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.6/pax-jdbc-features-1.5.6.pom (11 kB at 955 kB/s) 10:34:20 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/1.5.6/jdbc-1.5.6.pom (53 kB at 4.4 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.6/pax-jdbc-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.6/pax-jdbc-1.5.6.pom (1.8 kB at 183 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.pom (1.2 kB at 101 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.6/pax-jdbc-pool-common-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.6/pax-jdbc-pool-common-1.5.6.pom (2.1 kB at 205 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.pom (14 kB at 1.1 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.6/pax-jdbc-config-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.6/pax-jdbc-config-1.5.6.pom (3.0 kB at 334 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1/org.apache.servicemix.bundles.jasypt-1.9.3_1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1/org.apache.servicemix.bundles.jasypt-1.9.3_1.pom (2.6 kB at 176 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/bundles-pom/14/bundles-pom-14.pom (15 kB at 1.4 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.6/pax-jdbc-db2-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.6/pax-jdbc-db2-1.5.6.pom (3.1 kB at 284 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.6/pax-jdbc-derbyclient-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.6/pax-jdbc-derbyclient-1.5.6.pom (2.8 kB at 215 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom (2.3 kB at 225 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom (5.9 kB at 595 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.6/pax-jdbc-derby-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.6/pax-jdbc-derby-1.5.6.pom (2.6 kB at 201 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom (2.3 kB at 226 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.6/pax-jdbc-hsqldb-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.6/pax-jdbc-hsqldb-1.5.6.pom (2.6 kB at 264 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2.pom (1.4 kB at 125 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.6/pax-jdbc-jtds-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.6/pax-jdbc-jtds-1.5.6.pom (2.6 kB at 289 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sourceforge/jtds/jtds/1.3.1/jtds-1.3.1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sourceforge/jtds/jtds/1.3.1/jtds-1.3.1.pom (1.6 kB at 141 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.6/pax-jdbc-mariadb-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.6/pax-jdbc-mariadb-1.5.6.pom (2.6 kB at 201 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/3.1.4/mariadb-java-client-3.1.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/3.1.4/mariadb-java-client-3.1.4.pom (18 kB at 1.6 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 563 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/software/amazon/awssdk/bom/2.18.10/bom-2.18.10.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/software/amazon/awssdk/bom/2.18.10/bom-2.18.10.pom (77 kB at 6.4 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/software/amazon/awssdk/aws-sdk-java-pom/2.18.10/aws-sdk-java-pom-2.18.10.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/software/amazon/awssdk/aws-sdk-java-pom/2.18.10/aws-sdk-java-pom-2.18.10.pom (73 kB at 6.1 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-jna/3.2.0/waffle-jna-3.2.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-jna/3.2.0/waffle-jna-3.2.0.pom (5.6 kB at 564 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-parent/3.2.0/waffle-parent-3.2.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-parent/3.2.0/waffle-parent-3.2.0.pom (78 kB at 6.5 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.pom (2.1 kB at 188 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.6/pax-jdbc-mysql-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.6/pax-jdbc-mysql-1.5.6.pom (2.6 kB at 261 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mysql/mysql-connector-j/8.1.0/mysql-connector-j-8.1.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mysql/mysql-connector-j/8.1.0/mysql-connector-j-8.1.0.pom (3.2 kB at 289 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.pom (5.4 kB at 541 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-parent/3.21.9/protobuf-parent-3.21.9.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-parent/3.21.9/protobuf-parent-3.21.9.pom (9.0 kB at 819 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-bom/3.21.9/protobuf-bom-3.21.9.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-bom/3.21.9/protobuf-bom-3.21.9.pom (3.5 kB at 354 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.6/pax-jdbc-oracle-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.6/pax-jdbc-oracle-1.5.6.pom (2.6 kB at 218 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.pom (1.5 kB at 122 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.6/pax-jdbc-pool-aries-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.6/pax-jdbc-pool-aries-1.5.6.pom (2.8 kB at 235 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.6/pax-jdbc-pool-c3p0-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.6/pax-jdbc-pool-c3p0-1.5.6.pom (2.6 kB at 237 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.c3p0/0.9.5.5_1/org.apache.servicemix.bundles.c3p0-0.9.5.5_1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.c3p0/0.9.5.5_1/org.apache.servicemix.bundles.c3p0-0.9.5.5_1.pom (3.3 kB at 273 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom (3.7 kB at 169 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.6/pax-jdbc-pool-dbcp2-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.6/pax-jdbc-pool-dbcp2-1.5.6.pom (4.4 kB at 335 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.pom (18 kB at 1.5 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom (5.7 kB at 517 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-dbcp2/2.9.0/commons-dbcp2-2.9.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-dbcp2/2.9.0/commons-dbcp2-2.9.0.pom (20 kB at 1.7 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.10.0/commons-pool2-2.10.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.10.0/commons-pool2-2.10.0.pom (18 kB at 1.4 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.6/pax-jdbc-pool-hikaricp-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.6/pax-jdbc-pool-hikaricp-1.5.6.pom (3.0 kB at 269 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.pom (26 kB at 2.4 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.6/pax-jdbc-sqlite-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.6/pax-jdbc-sqlite-1.5.6.pom (2.6 kB at 237 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.42.0.0/sqlite-jdbc-3.42.0.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.42.0.0/sqlite-jdbc-3.42.0.0.pom (18 kB at 1.6 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.6/pax-jdbc-teradata-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.6/pax-jdbc-teradata-1.5.6.pom (2.4 kB at 222 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.6/pax-jdbc-pool-narayana-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.6/pax-jdbc-pool-narayana-1.5.6.pom (3.6 kB at 301 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi/7.6.1.Final/jboss-transaction-spi-7.6.1.Final.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi/7.6.1.Final/jboss-transaction-spi-7.6.1.Final.pom (4.3 kB at 166 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi-parent/7.6.1.Final/jboss-transaction-spi-parent-7.6.1.Final.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi-parent/7.6.1.Final/jboss-transaction-spi-parent-7.6.1.Final.pom (3.0 kB at 217 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-parent/8/jboss-parent-8.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-parent/8/jboss-parent-8.pom (22 kB at 2.0 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.6/pax-jdbc-pool-transx-1.5.6.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.6/pax-jdbc-pool-transx-1.5.6.pom (3.2 kB at 316 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.4/pax-transx-jdbc-0.5.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.4/pax-transx-jdbc-0.5.4.pom (5.4 kB at 359 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx/0.5.4/pax-transx-0.5.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx/0.5.4/pax-transx-0.5.4.pom (51 kB at 3.9 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.4/pax-transx-connector-0.5.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.4/pax-transx-connector-0.5.4.pom (3.9 kB at 386 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.4/pax-transx-tm-api-0.5.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.4/pax-transx-tm-api-0.5.4.pom (2.8 kB at 235 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/resource/javax.resource-api/1.7.1/javax.resource-api-1.7.1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/resource/javax.resource-api/1.7.1/javax.resource-api-1.7.1.pom (15 kB at 1.6 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/5/jvnet-parent-5.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 886 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom (14 kB at 1.2 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.1.0/org.osgi.service.jdbc-1.1.0.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.1.0/org.osgi.service.jdbc-1.1.0.pom (1.7 kB at 154 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.4/org.apache.karaf.jdbc.core-4.4.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.4/org.apache.karaf.jdbc.core-4.4.4.pom (5.0 kB at 331 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom (2.1 kB at 192 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 kB at 1000 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 kB at 2.0 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (1.8 kB at 161 kB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom 10:34:21 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 kB at 1.0 MB/s) 10:34:21 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/3/apache-3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/3/apache-3.pom (3.4 kB at 429 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli/0.18.3/aaa-cli-0.18.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli/0.18.3/aaa-cli-0.18.3.pom (2.1 kB at 190 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep/0.20.5/features-bgpcep-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep/0.20.5/features-bgpcep-0.20.5.pom (15 kB at 1.4 MB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/feature-repo-parent/0.20.5/feature-repo-parent-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/feature-repo-parent/0.20.5/feature-repo-parent-0.20.5.pom (1.7 kB at 216 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo/0.20.5/odl-bgpcep-algo-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo/0.20.5/odl-bgpcep-algo-0.20.5.pom (1.6 kB at 146 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/single-feature-parent/0.20.5/single-feature-parent-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/single-feature-parent/0.20.5/single-feature-parent-0.20.5.pom (1.7 kB at 173 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgpcep-parent/0.20.5/bgpcep-parent-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgpcep-parent/0.20.5/bgpcep-parent-0.20.5.pom (5.8 kB at 531 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-impl/0.20.5/algo-impl-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-impl/0.20.5/algo-impl-0.20.5.pom (3.0 kB at 298 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-api/0.20.5/algo-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-api/0.20.5/algo-api-0.20.5.pom (1.7 kB at 128 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/binding-parent/0.20.5/binding-parent-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/binding-parent/0.20.5/binding-parent-0.20.5.pom (1.8 kB at 152 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-api/0.20.5/graph-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-api/0.20.5/graph-api-0.20.5.pom (1.7 kB at 131 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.3/rfc6991-ietf-inet-types-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.3/rfc6991-ietf-inet-types-12.0.3.pom (2.0 kB at 179 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.3/ietf-type-util-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.3/ietf-type-util-12.0.3.pom (1.8 kB at 202 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8294-ietf-routing-types/12.0.3/rfc8294-ietf-routing-types-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8294-ietf-routing-types/12.0.3/rfc8294-ietf-routing-types-12.0.3.pom (2.1 kB at 187 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.3/rfc6991-ietf-yang-types-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.3/rfc6991-ietf-yang-types-12.0.3.pom (2.0 kB at 178 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.3/ietf-topology-2013.10.21.24.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.3/ietf-topology-2013.10.21.24.3.pom (2.0 kB at 181 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/concepts/0.20.5/concepts-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/concepts/0.20.5/concepts-0.20.5.pom (2.8 kB at 237 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo-api/0.20.5/odl-bgpcep-algo-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo-api/0.20.5/odl-bgpcep-algo-api-0.20.5.pom (1.6 kB at 180 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph-api/0.20.5/odl-bgpcep-graph-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph-api/0.20.5/odl-bgpcep-graph-api-0.20.5.pom (1.6 kB at 125 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.3/odl-mdsal-model-rfc6991-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.3/odl-mdsal-model-rfc6991-12.0.3.pom (1.7 kB at 157 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8294/12.0.3/odl-mdsal-model-rfc8294-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8294/12.0.3/odl-mdsal-model-rfc8294-12.0.3.pom (1.7 kB at 157 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-routing-types/12.0.3/iana-routing-types-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-routing-types/12.0.3/iana-routing-types-12.0.3.pom (1.6 kB at 148 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-concepts/0.20.5/odl-bgpcep-concepts-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-concepts/0.20.5/odl-bgpcep-concepts-0.20.5.pom (1.7 kB at 141 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph/0.20.5/odl-bgpcep-graph-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph/0.20.5/odl-bgpcep-graph-0.20.5.pom (1.6 kB at 160 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-impl/0.20.5/graph-impl-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-impl/0.20.5/graph-impl-0.20.5.pom (3.1 kB at 315 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp/0.20.5/odl-bgpcep-bgp-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp/0.20.5/odl-bgpcep-bgp-0.20.5.pom (5.6 kB at 513 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser/0.20.5/odl-bgpcep-bgp-parser-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser/0.20.5/odl-bgpcep-bgp-parser-0.20.5.pom (1.4 kB at 127 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-impl/0.20.5/bgp-parser-impl-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-impl/0.20.5/bgp-parser-impl-0.20.5.pom (5.7 kB at 474 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-concepts/0.20.5/bgp-concepts-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-concepts/0.20.5/bgp-concepts-0.20.5.pom (2.5 kB at 206 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.pom (1.6 kB at 88 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-parent/4.1.100.Final/netty-parent-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-parent/4.1.100.Final/netty-parent-4.1.100.Final.pom (84 kB at 6.5 MB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.pom (12 kB at 983 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/util/0.20.5/util-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/util/0.20.5/util-0.20.5.pom (3.3 kB at 328 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/testtool-parent/0.20.5/testtool-parent-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/testtool-parent/0.20.5/testtool-parent-0.20.5.pom (1.8 kB at 184 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-api/0.20.5/bgp-parser-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-api/0.20.5/bgp-parser-api-0.20.5.pom (3.2 kB at 291 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-spi/0.20.5/bgp-parser-spi-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-spi/0.20.5/bgp-parser-spi-0.20.5.pom (5.1 kB at 461 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.4/yang-common-netty-11.0.4.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.4/yang-common-netty-11.0.4.pom (1.6 kB at 130 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/odl-bgpcep-bgp-parser-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/odl-bgpcep-bgp-parser-api-0.20.5.pom (2.0 kB at 183 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.4/odl-yangtools-netty-11.0.4.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.4/odl-yangtools-netty-11.0.4.pom (2.1 kB at 195 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.7/odl-netty-4-13.0.7.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.7/odl-netty-4-13.0.7.pom (2.6 kB at 290 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.pom (4.2 kB at 382 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.pom (2.2 kB at 240 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.pom (1.6 kB at 159 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.pom (5.3 kB at 442 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.pom (4.6 kB at 462 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.pom (30 kB at 2.7 MB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.100.Final/netty-transport-native-epoll-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.100.Final/netty-transport-native-epoll-4.1.100.Final.pom (19 kB at 1.8 MB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.100.Final/netty-transport-classes-epoll-4.1.100.Final.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.100.Final/netty-transport-classes-epoll-4.1.100.Final.pom (2.1 kB at 194 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/odl-bgpcep-bgp-dependencies-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/odl-bgpcep-bgp-dependencies-0.20.5.pom (1.6 kB at 137 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-extras-dependencies/0.20.5/odl-bgpcep-extras-dependencies-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-extras-dependencies/0.20.5/odl-bgpcep-extras-dependencies-0.20.5.pom (1.6 kB at 135 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/odl-bgpcep-bgp-rib-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/odl-bgpcep-bgp-rib-api-0.20.5.pom (2.5 kB at 177 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-api/0.20.5/bgp-rib-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-api/0.20.5/bgp-rib-api-0.20.5.pom (2.9 kB at 262 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-spi/0.20.5/bgp-rib-spi-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-spi/0.20.5/bgp-rib-spi-0.20.5.pom (6.3 kB at 572 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-api/0.20.5/bgp-openconfig-api-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-api/0.20.5/bgp-openconfig-api-0.20.5.pom (3.3 kB at 364 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8343/12.0.3/rfc8343-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8343/12.0.3/rfc8343-12.0.3.pom (1.9 kB at 169 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8343/12.0.3/odl-mdsal-model-rfc8343-12.0.3.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8343/12.0.3/odl-mdsal-model-rfc8343-12.0.3.pom (1.5 kB at 128 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/odl-bgpcep-bgp-openconfig-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/odl-bgpcep-bgp-openconfig-0.20.5.pom (1.8 kB at 223 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-spi/0.20.5/bgp-openconfig-spi-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-spi/0.20.5/bgp-openconfig-spi-0.20.5.pom (3.1 kB at 312 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/odl-bgpcep-bgp-rib-impl-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/odl-bgpcep-bgp-rib-impl-0.20.5.pom (3.9 kB at 435 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-impl/0.20.5/bgp-rib-impl-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-impl/0.20.5/bgp-rib-impl-0.20.5.pom (16 kB at 1.3 MB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-path-selection-mode/0.20.5/bgp-path-selection-mode-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-path-selection-mode/0.20.5/bgp-path-selection-mode-0.20.5.pom (5.6 kB at 560 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-spi/0.20.5/bgp-openconfig-rp-spi-0.20.5.pom 10:34:22 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-spi/0.20.5/bgp-openconfig-rp-spi-0.20.5.pom (6.5 kB at 652 kB/s) 10:34:22 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-inet/0.20.5/bgp-inet-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-inet/0.20.5/bgp-inet-0.20.5.pom (2.2 kB at 203 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-extension-parent/0.20.5/bgp-extension-parent-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-extension-parent/0.20.5/bgp-extension-parent-0.20.5.pom (6.0 kB at 669 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-api/0.20.5/bgp-bmp-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-api/0.20.5/bgp-bmp-api-0.20.5.pom (2.6 kB at 257 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-route-target/0.20.5/bgp-route-target-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-route-target/0.20.5/bgp-route-target-0.20.5.pom (4.6 kB at 457 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-peer-acceptor/0.20.5/bgp-peer-acceptor-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-peer-acceptor/0.20.5/bgp-peer-acceptor-0.20.5.pom (3.4 kB at 281 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-inet/0.20.5/odl-bgpcep-bgp-inet-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-inet/0.20.5/odl-bgpcep-bgp-inet-0.20.5.pom (1.4 kB at 116 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/odl-bgpcep-bgp-extensions-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/odl-bgpcep-bgp-extensions-api-0.20.5.pom (1.7 kB at 157 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-api/0.20.5/odl-bgpcep-bmp-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-api/0.20.5/odl-bgpcep-bmp-api-0.20.5.pom (1.5 kB at 64 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-spi/0.20.5/bgp-bmp-spi-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-spi/0.20.5/bgp-bmp-spi-0.20.5.pom (4.5 kB at 375 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-route-target/0.20.5/odl-bgpcep-bgp-route-target-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-route-target/0.20.5/odl-bgpcep-bgp-route-target-0.20.5.pom (1.4 kB at 120 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/odl-bgpcep-bgp-openconfig-rp-spi-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/odl-bgpcep-bgp-openconfig-rp-spi-0.20.5.pom (1.4 kB at 142 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/odl-bgpcep-bgp-path-selection-mode-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/odl-bgpcep-bgp-path-selection-mode-0.20.5.pom (1.6 kB at 165 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/odl-bgpcep-bgp-openconfig-rp-impl-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/odl-bgpcep-bgp-openconfig-rp-impl-0.20.5.pom (2.1 kB at 178 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-impl/0.20.5/bgp-openconfig-rp-impl-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-impl/0.20.5/bgp-openconfig-rp-impl-0.20.5.pom (5.7 kB at 379 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-spi/0.20.5/odl-bgpcep-config-loader-spi-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-spi/0.20.5/odl-bgpcep-config-loader-spi-0.20.5.pom (1.5 kB at 114 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-spi/0.20.5/config-loader-spi-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-spi/0.20.5/config-loader-spi-0.20.5.pom (2.4 kB at 300 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/odl-bgpcep-bgp-openconfig-rp-statement-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/odl-bgpcep-bgp-openconfig-rp-statement-0.20.5.pom (1.7 kB at 187 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-statement/0.20.5/bgp-openconfig-rp-statement-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-statement/0.20.5/bgp-openconfig-rp-statement-0.20.5.pom (7.1 kB at 545 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5.pom (4.3 kB at 328 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.3/odl-controller-exp-netty-config-8.0.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.3/odl-controller-exp-netty-config-8.0.3.pom (2.1 kB at 194 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.3/netty-event-executor-config-0.19.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.3/netty-event-executor-config-0.19.3.pom (1.2 kB at 108 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.3/netty-threadgroup-config-0.19.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.3/netty-threadgroup-config-0.19.3.pom (1.3 kB at 102 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.3/netty-timer-config-0.19.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.3/netty-timer-config-0.19.3.pom (1.3 kB at 111 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.3/threadpool-config-api-0.19.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.3/threadpool-config-api-0.19.3.pom (699 B at 58 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.3/threadpool-config-impl-0.19.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.3/threadpool-config-impl-0.19.3.pom (1.3 kB at 109 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/odl-bgpcep-bgp-openconfig-state-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/odl-bgpcep-bgp-openconfig-state-0.20.5.pom (1.4 kB at 109 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-state/0.20.5/bgp-openconfig-state-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-state/0.20.5/bgp-openconfig-state-0.20.5.pom (6.9 kB at 627 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-topology/0.20.5/odl-bgpcep-bgp-topology-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-topology/0.20.5/odl-bgpcep-bgp-topology-0.20.5.pom (2.3 kB at 232 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-topology-provider/0.20.5/bgp-topology-provider-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-topology-provider/0.20.5/bgp-topology-provider-0.20.5.pom (6.6 kB at 738 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-api/0.20.5/rsvp-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-api/0.20.5/rsvp-api-0.20.5.pom (2.1 kB at 163 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-linkstate/0.20.5/bgp-linkstate-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-linkstate/0.20.5/bgp-linkstate-0.20.5.pom (4.4 kB at 438 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-spi/0.20.5/rsvp-spi-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-spi/0.20.5/rsvp-spi-0.20.5.pom (3.5 kB at 317 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-rfc8294-netty/12.0.3/mdsal-rfc8294-netty-12.0.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-rfc8294-netty/12.0.3/mdsal-rfc8294-netty-12.0.3.pom (2.1 kB at 171 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-api/0.20.5/topology-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-api/0.20.5/topology-api-0.20.5.pom (2.9 kB at 209 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-segment-routing/0.20.5/topology-segment-routing-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-segment-routing/0.20.5/topology-segment-routing-0.20.5.pom (2.2 kB at 167 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-tunnel-api/0.20.5/topology-tunnel-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-tunnel-api/0.20.5/topology-tunnel-api-0.20.5.pom (2.0 kB at 200 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/odl-bgpcep-bgp-linkstate-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/odl-bgpcep-bgp-linkstate-0.20.5.pom (2.1 kB at 209 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp/0.20.5/odl-bgpcep-rsvp-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp/0.20.5/odl-bgpcep-rsvp-0.20.5.pom (1.4 kB at 137 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp-api/0.20.5/odl-bgpcep-rsvp-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp-api/0.20.5/odl-bgpcep-rsvp-api-0.20.5.pom (1.8 kB at 176 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-impl/0.20.5/rsvp-impl-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-impl/0.20.5/rsvp-impl-0.20.5.pom (3.4 kB at 308 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-rfc8294-netty/12.0.3/odl-mdsal-rfc8294-netty-12.0.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-rfc8294-netty/12.0.3/odl-mdsal-rfc8294-netty-12.0.3.pom (1.7 kB at 129 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-api/0.20.5/odl-bgpcep-topology-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-api/0.20.5/odl-bgpcep-topology-api-0.20.5.pom (1.7 kB at 158 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.3.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.3.pom (1.7 kB at 151 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/odl-bgpcep-topology-tunnel-api-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/odl-bgpcep-topology-tunnel-api-0.20.5.pom (1.5 kB at 138 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-cli/0.20.5/odl-bgpcep-bgp-cli-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-cli/0.20.5/odl-bgpcep-bgp-cli-0.20.5.pom (1.6 kB at 108 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-cli/0.20.5/bgp-cli-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-cli/0.20.5/bgp-cli-0.20.5.pom (4.3 kB at 393 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/odl-bgpcep-bgp-flowspec-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/odl-bgpcep-bgp-flowspec-0.20.5.pom (1.9 kB at 132 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-flowspec/0.20.5/bgp-flowspec-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-flowspec/0.20.5/bgp-flowspec-0.20.5.pom (3.2 kB at 231 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/odl-bgpcep-bgp-labeled-unicast-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/odl-bgpcep-bgp-labeled-unicast-0.20.5.pom (2.1 kB at 211 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-labeled-unicast/0.20.5/bgp-labeled-unicast-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-labeled-unicast/0.20.5/bgp-labeled-unicast-0.20.5.pom (3.4 kB at 342 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/odl-bgpcep-bgp-l3vpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/odl-bgpcep-bgp-l3vpn-0.20.5.pom (1.9 kB at 186 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-l3vpn/0.20.5/bgp-l3vpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-l3vpn/0.20.5/bgp-l3vpn-0.20.5.pom (2.7 kB at 296 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/odl-bgpcep-bgp-mvpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/odl-bgpcep-bgp-mvpn-0.20.5.pom (1.6 kB at 125 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-mvpn/0.20.5/bgp-mvpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-mvpn/0.20.5/bgp-mvpn-0.20.5.pom (3.1 kB at 165 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-evpn/0.20.5/odl-bgpcep-bgp-evpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-evpn/0.20.5/odl-bgpcep-bgp-evpn-0.20.5.pom (1.8 kB at 205 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-evpn/0.20.5/bgp-evpn-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-evpn/0.20.5/bgp-evpn-0.20.5.pom (3.7 kB at 333 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/odl-bgpcep-protocols-config-loader-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/odl-bgpcep-protocols-config-loader-0.20.5.pom (1.7 kB at 141 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/protocols-config-loader/0.20.5/protocols-config-loader-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/protocols-config-loader/0.20.5/protocols-config-loader-0.20.5.pom (4.8 kB at 475 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/odl-bgpcep-routing-policy-config-loader-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/odl-bgpcep-routing-policy-config-loader-0.20.5.pom (1.9 kB at 193 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/routing-policy-config-loader/0.20.5/routing-policy-config-loader-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/routing-policy-config-loader/0.20.5/routing-policy-config-loader-0.20.5.pom (5.5 kB at 606 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-impl/0.20.5/odl-bgpcep-config-loader-impl-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-impl/0.20.5/odl-bgpcep-config-loader-impl-0.20.5.pom (1.7 kB at 156 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-impl/0.20.5/config-loader-impl-0.20.5.pom 10:34:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-impl/0.20.5/config-loader-impl-0.20.5.pom (6.9 kB at 490 kB/s) 10:34:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-config-loader/0.20.5/odl-bgpcep-topology-config-loader-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-config-loader/0.20.5/odl-bgpcep-topology-config-loader-0.20.5.pom (1.9 kB at 159 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-config-loader/0.20.5/topology-config-loader-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-config-loader/0.20.5/topology-config-loader-0.20.5.pom (4.5 kB at 406 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-config-example/0.20.5/odl-bgpcep-bgp-config-example-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-config-example/0.20.5/odl-bgpcep-bgp-config-example-0.20.5.pom (1.5 kB at 153 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp/0.20.5/odl-bgpcep-bmp-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp/0.20.5/odl-bgpcep-bmp-0.20.5.pom (4.5 kB at 376 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/odl-bgpcep-bmp-config-loader-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/odl-bgpcep-bmp-config-loader-0.20.5.pom (2.1 kB at 193 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bmp-monitors-config-loader/0.20.5/bmp-monitors-config-loader-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bmp-monitors-config-loader/0.20.5/bmp-monitors-config-loader-0.20.5.pom (4.4 kB at 402 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-example/0.20.5/odl-bgpcep-bmp-config-example-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-example/0.20.5/odl-bgpcep-bmp-config-example-0.20.5.pom (1.3 kB at 134 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-config-example/0.20.5/bgp-bmp-config-example-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-config-example/0.20.5/bgp-bmp-config-example-0.20.5.pom (3.4 kB at 286 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-parser-impl/0.20.5/bgp-bmp-parser-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-parser-impl/0.20.5/bgp-bmp-parser-impl-0.20.5.pom (5.1 kB at 467 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-impl/0.20.5/bgp-bmp-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-impl/0.20.5/bgp-bmp-impl-0.20.5.pom (11 kB at 916 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep/0.20.5/odl-bgpcep-pcep-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep/0.20.5/odl-bgpcep-pcep-0.20.5.pom (4.5 kB at 375 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-api/0.20.5/odl-bgpcep-pcep-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-api/0.20.5/odl-bgpcep-pcep-api-0.20.5.pom (1.5 kB at 138 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-api/0.20.5/pcep-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-api/0.20.5/pcep-api-0.20.5.pom (2.9 kB at 267 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-spi/0.20.5/pcep-spi-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-spi/0.20.5/pcep-spi-0.20.5.pom (4.4 kB at 366 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-impl/0.20.5/odl-bgpcep-pcep-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-impl/0.20.5/odl-bgpcep-pcep-impl-0.20.5.pom (1.9 kB at 207 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/odl-bgpcep-pcep-base-parser-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/odl-bgpcep-pcep-base-parser-0.20.5.pom (1.4 kB at 141 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-base-parser/0.20.5/pcep-base-parser-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-base-parser/0.20.5/pcep-base-parser-0.20.5.pom (3.5 kB at 291 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-impl/0.20.5/pcep-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-impl/0.20.5/pcep-impl-0.20.5.pom (7.1 kB at 550 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-api/0.20.5/odl-bgpcep-programming-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-api/0.20.5/odl-bgpcep-programming-api-0.20.5.pom (2.6 kB at 234 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-api/0.20.5/programming-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-api/0.20.5/programming-api-0.20.5.pom (2.0 kB at 249 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-spi/0.20.5/programming-spi-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-spi/0.20.5/programming-spi-0.20.5.pom (2.7 kB at 268 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-topology-api/0.20.5/programming-topology-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-topology-api/0.20.5/programming-topology-api-0.20.5.pom (2.1 kB at 193 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-tunnel-api/0.20.5/programming-tunnel-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-tunnel-api/0.20.5/programming-tunnel-api-0.20.5.pom (2.0 kB at 153 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-impl/0.20.5/odl-bgpcep-programming-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-impl/0.20.5/odl-bgpcep-programming-impl-0.20.5.pom (1.9 kB at 172 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-impl/0.20.5/programming-impl-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-impl/0.20.5/programming-impl-0.20.5.pom (7.3 kB at 665 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology/0.20.5/odl-bgpcep-pcep-topology-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology/0.20.5/odl-bgpcep-pcep-topology-0.20.5.pom (1.9 kB at 160 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-api/0.20.5/pcep-tunnel-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-api/0.20.5/pcep-tunnel-api-0.20.5.pom (3.6 kB at 328 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-api/0.20.5/pcep-topology-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-api/0.20.5/pcep-topology-api-0.20.5.pom (3.3 kB at 304 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-spi/0.20.5/pcep-topology-spi-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-spi/0.20.5/pcep-topology-spi-0.20.5.pom (2.3 kB at 210 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-stateful/0.20.5/odl-bgpcep-pcep-stateful-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-stateful/0.20.5/odl-bgpcep-pcep-stateful-0.20.5.pom (1.6 kB at 148 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-stateful/0.20.5/pcep-ietf-stateful-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-stateful/0.20.5/pcep-ietf-stateful-0.20.5.pom (5.3 kB at 438 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/odl-bgpcep-pcep-p2mp-te-lsp-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/odl-bgpcep-pcep-p2mp-te-lsp-0.20.5.pom (1.6 kB at 126 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5/pcep-ietf-p2mp-te-lsp-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5/pcep-ietf-p2mp-te-lsp-0.20.5.pom (3.2 kB at 270 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/odl-bgpcep-pcep-topology-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/odl-bgpcep-pcep-topology-provider-0.20.5.pom (1.9 kB at 158 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-provider/0.20.5/pcep-topology-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-provider/0.20.5/pcep-topology-provider-0.20.5.pom (9.2 kB at 836 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-segment-routing/0.20.5/pcep-segment-routing-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-segment-routing/0.20.5/pcep-segment-routing-0.20.5.pom (5.9 kB at 586 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-api/0.20.5/pcep-server-api-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-api/0.20.5/pcep-server-api-0.20.5.pom (2.9 kB at 288 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/odl-bgpcep-pcep-server-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/odl-bgpcep-pcep-server-provider-0.20.5.pom (1.9 kB at 186 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-provider/0.20.5/pcep-server-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-provider/0.20.5/pcep-server-provider-0.20.5.pom (4.6 kB at 416 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server/0.20.5/odl-bgpcep-pcep-server-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server/0.20.5/odl-bgpcep-pcep-server-0.20.5.pom (1.8 kB at 153 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/odl-bgpcep-pcep-tunnel-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/odl-bgpcep-pcep-tunnel-provider-0.20.5.pom (1.7 kB at 151 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-provider/0.20.5/pcep-tunnel-provider-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-provider/0.20.5/pcep-tunnel-provider-0.20.5.pom (7.3 kB at 726 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/odl-bgpcep-pcep-segment-routing-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/odl-bgpcep-pcep-segment-routing-0.20.5.pom (1.4 kB at 129 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/odl-bgpcep-pcep-auto-bandwidth-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/odl-bgpcep-pcep-auto-bandwidth-0.20.5.pom (1.4 kB at 130 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-auto-bandwidth-extension/0.20.5/pcep-auto-bandwidth-extension-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-auto-bandwidth-extension/0.20.5/pcep-auto-bandwidth-extension-0.20.5.pom (4.4 kB at 368 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-config-example/0.20.5/odl-bgpcep-pcep-config-example-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-config-example/0.20.5/odl-bgpcep-pcep-config-example-0.20.5.pom (1.3 kB at 119 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-config-example/0.20.5/pcep-config-example-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-config-example/0.20.5/pcep-config-example-0.20.5.pom (3.4 kB at 341 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-cli/0.20.5/odl-bgpcep-pcep-cli-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-cli/0.20.5/odl-bgpcep-pcep-cli-0.20.5.pom (1.6 kB at 182 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-cli/0.20.5/pcep-cli-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-cli/0.20.5/pcep-cli-0.20.5.pom (4.4 kB at 368 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/odl-bgpcep-topology-segment-routing-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/odl-bgpcep-topology-segment-routing-0.20.5.pom (1.5 kB at 136 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep-testing/0.20.5/features-bgpcep-testing-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep-testing/0.20.5/features-bgpcep-testing-0.20.5.pom (1.7 kB at 129 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/odl-bgpcep-bgp-benchmark-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/odl-bgpcep-bgp-benchmark-0.20.5.pom (1.9 kB at 144 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-benchmark-app/0.20.5/bgp-benchmark-app-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-benchmark-app/0.20.5/bgp-benchmark-app-0.20.5.pom (3.9 kB at 279 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-data-change-counter/0.20.5/odl-bgpcep-data-change-counter-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-data-change-counter/0.20.5/odl-bgpcep-data-change-counter-0.20.5.pom (2.0 kB at 177 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/data-change-counter/0.20.5/data-change-counter-0.20.5.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/data-change-counter/0.20.5/data-change-counter-0.20.5.pom (3.6 kB at 327 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller/8.0.3/features-controller-8.0.3.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller/8.0.3/features-controller-8.0.3.pom (3.9 kB at 387 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-broker-local/8.0.3/odl-controller-broker-local-8.0.3.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-broker-local/8.0.3/odl-controller-broker-local-8.0.3.pom (2.4 kB at 215 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom/12.0.3/odl-mdsal-dom-12.0.3.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom/12.0.3/odl-mdsal-dom-12.0.3.pom (1.3 kB at 115 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-simple/12.0.3/mdsal-eos-dom-simple-12.0.3.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-simple/12.0.3/mdsal-eos-dom-simple-12.0.3.pom (2.5 kB at 250 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-inmemory-datastore/12.0.3/mdsal-dom-inmemory-datastore-12.0.3.pom 10:34:24 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-inmemory-datastore/12.0.3/mdsal-dom-inmemory-datastore-12.0.3.pom (4.2 kB at 323 kB/s) 10:34:24 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-experimental/8.0.3/features-controller-experimental-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-experimental/8.0.3/features-controller-experimental-8.0.3.pom (2.0 kB at 181 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-toaster/8.0.3/odl-toaster-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-toaster/8.0.3/odl-toaster-8.0.3.pom (1.9 kB at 161 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster/8.0.3/sample-toaster-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster/8.0.3/sample-toaster-8.0.3.pom (617 B at 51 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-consumer/8.0.3/sample-toaster-consumer-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-consumer/8.0.3/sample-toaster-consumer-8.0.3.pom (2.0 kB at 164 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-provider/8.0.3/sample-toaster-provider-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-provider/8.0.3/sample-toaster-provider-8.0.3.pom (2.2 kB at 182 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.pom (2.3 kB at 257 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 119 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 102 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-testing/8.0.3/features-controller-testing-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-testing/8.0.3/features-controller-testing-8.0.3.pom (2.0 kB at 124 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-clustering-test-app/8.0.3/odl-clustering-test-app-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-clustering-test-app/8.0.3/odl-clustering-test-app-8.0.3.pom (2.1 kB at 148 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-model/8.0.3/clustering-it-model-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-model/8.0.3/clustering-it-model-8.0.3.pom (1.6 kB at 109 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-provider/8.0.3/clustering-it-provider-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-provider/8.0.3/clustering-it-provider-8.0.3.pom (2.5 kB at 114 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-karaf-cli/8.0.3/clustering-it-karaf-cli-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-karaf-cli/8.0.3/clustering-it-karaf-cli-8.0.3.pom (2.8 kB at 175 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-karaf-cli/8.0.3/sal-cluster-admin-karaf-cli-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-karaf-cli/8.0.3/sal-cluster-admin-karaf-cli-8.0.3.pom (1.8 kB at 131 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-benchmark/8.0.3/odl-mdsal-benchmark-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-benchmark/8.0.3/odl-mdsal-benchmark-8.0.3.pom (1.9 kB at 117 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/benchmark-api/8.0.3/benchmark-api-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/benchmark-api/8.0.3/benchmark-api-8.0.3.pom (1.0 kB at 74 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/dsbenchmark/8.0.3/dsbenchmark-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/dsbenchmark/8.0.3/dsbenchmark-8.0.3.pom (2.1 kB at 162 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/ntfbenchmark/8.0.3/ntfbenchmark-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/ntfbenchmark/8.0.3/ntfbenchmark-8.0.3.pom (1.7 kB at 120 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/rpcbenchmark/8.0.3/rpcbenchmark-8.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/rpcbenchmark/8.0.3/rpcbenchmark-8.0.3.pom (1.7 kB at 120 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 116 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/daexim-features-1.15.0-20240122.093955-138.pom 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/daexim-features-1.15.0-20240122.093955-138.pom (1.9 kB at 186 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 98 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/odl-daexim-1.15.0-20240122.093955-138.pom 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/odl-daexim-1.15.0-20240122.093955-138.pom (3.5 kB at 318 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/parent/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/parent/1.15.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 88 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/parent/1.15.0-SNAPSHOT/parent-1.15.0-20240122.093955-138.pom 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/parent/1.15.0-SNAPSHOT/parent-1.15.0-20240122.093955-138.pom (1.9 kB at 172 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.4/odl-infrautils-ready-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.4/odl-infrautils-ready-6.0.4.pom (1.2 kB at 97 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/single-feature-parent/6.0.4/single-feature-parent-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/single-feature-parent/6.0.4/single-feature-parent-6.0.4.pom (1.3 kB at 111 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.4/ready-impl-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.4/ready-impl-6.0.4.pom (3.9 kB at 321 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/parent/6.0.4/parent-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/parent/6.0.4/parent-6.0.4.pom (10 kB at 687 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.4/ready-api-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.4/ready-api-6.0.4.pom (1.7 kB at 157 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.4/infrautils-util-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.4/infrautils-util-6.0.4.pom (2.5 kB at 229 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 103 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility/4.1.1/awaitility-4.1.1.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility/4.1.1/awaitility-4.1.1.pom (3.5 kB at 197 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility-parent/4.1.1/awaitility-parent-4.1.1.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility-parent/4.1.1/awaitility-parent-4.1.1.pom (10 kB at 933 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.4/odl-infrautils-utils-6.0.4.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.4/odl-infrautils-utils-6.0.4.pom (1.1 kB at 106 kB/s) 10:34:25 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding/12.0.3/odl-mdsal-binding-12.0.3.pom 10:34:25 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding/12.0.3/odl-mdsal-binding-12.0.3.pom (1.5 kB at 126 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 139 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/daexim-model-1.15.0-20240122.093955-138.pom 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/daexim-model-1.15.0-20240122.093955-138.pom (2.1 kB at 210 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/maven-metadata.xml (1.8 kB at 154 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.pom 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.pom (6.6 kB at 506 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:25 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 151 kB/s) 10:34:25 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/daexim-spi-1.15.0-20240122.093955-138.pom 10:34:30 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/daexim-spi-1.15.0-20240122.093955-138.pom (1.0 kB at 214 B/s) 10:34:30 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:30 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 140 kB/s) 10:34:30 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/daexim-akka-infoprovider-impl-1.15.0-20240122.093955-138.pom 10:34:30 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/daexim-akka-infoprovider-impl-1.15.0-20240122.093955-138.pom (1.6 kB at 183 kB/s) 10:34:30 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/maven-metadata.xml 10:34:30 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 116 kB/s) 10:34:30 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/odl-daexim-all-1.15.0-20240122.093955-138.pom 10:34:30 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/odl-daexim-all-1.15.0-20240122.093955-138.pom (2.3 kB at 207 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.5/odl-restconf-6.0.5.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.5/odl-restconf-6.0.5.pom (1.2 kB at 83 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/feature-parent/6.0.5/feature-parent-6.0.5.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/feature-parent/6.0.5/feature-parent-6.0.5.pom (1.3 kB at 100 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/6.0.5/netconf-parent-6.0.5.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/6.0.5/netconf-parent-6.0.5.pom (1.9 kB at 159 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.5/odl-restconf-nb-6.0.5.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.5/odl-restconf-nb-6.0.5.pom (2.3 kB at 190 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.3/odl-mdsal-model-rfc8072-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.3/odl-mdsal-model-rfc8072-12.0.3.pom (1.5 kB at 118 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.3/odl-mdsal-model-rfc8040-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.3/odl-mdsal-model-rfc8040-12.0.3.pom (1.5 kB at 169 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.3/rfc8040-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.3/rfc8040-12.0.3.pom (2.1 kB at 208 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.3/rfc8072-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.3/rfc8072-12.0.3.pom (1.8 kB at 165 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.5/odl-restconf-common-6.0.5.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.5/odl-restconf-common-6.0.5.pom (2.9 kB at 364 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.4/odl-yangtools-export-11.0.4.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.4/odl-yangtools-export-11.0.4.pom (1.9 kB at 157 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.4/yang-model-export-11.0.4.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.4/yang-model-export-11.0.4.pom (3.0 kB at 252 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.3/odl-mdsal-model-rfc8525-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.3/odl-mdsal-model-rfc8525-12.0.3.pom (1.8 kB at 161 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.3/odl-mdsal-model-rfc8342-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.3/odl-mdsal-model-rfc8342-12.0.3.pom (1.7 kB at 173 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.3/odl-mdsal-model-rfc7952-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.3/odl-mdsal-model-rfc7952-12.0.3.pom (1.5 kB at 128 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.3/rfc7952-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.3/rfc7952-12.0.3.pom (2.1 kB at 235 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.3/rfc8342-ietf-datastores-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.3/rfc8342-ietf-datastores-12.0.3.pom (1.6 kB at 183 kB/s) 10:34:30 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.3/rfc8342-ietf-origin-12.0.3.pom 10:34:30 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.3/rfc8342-ietf-origin-12.0.3.pom (1.8 kB at 230 kB/s) 10:34:31 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.3/rfc8525-12.0.3.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.3/rfc8525-12.0.3.pom (2.1 kB at 684 B/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.5/odl-netconf-model-rfc8040-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.5/odl-netconf-model-rfc8040-6.0.5.pom (1.4 kB at 107 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.5/rfc8040-ietf-restconf-monitoring-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.5/rfc8040-ietf-restconf-monitoring-6.0.5.pom (2.0 kB at 245 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.5/restconf-common-models-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.5/restconf-common-models-6.0.5.pom (1.1 kB at 101 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.5/restconf-common-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.5/restconf-common-6.0.5.pom (2.2 kB at 171 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.5/odl-netconf-api-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.5/odl-netconf-api-6.0.5.pom (2.7 kB at 241 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.5/odl-netconf-model-rfc5277-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.5/odl-netconf-model-rfc5277-6.0.5.pom (1.4 kB at 124 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.5/rfc5277-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.5/rfc5277-6.0.5.pom (1.8 kB at 162 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.5/odl-netconf-model-rfc6241-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.5/odl-netconf-model-rfc6241-6.0.5.pom (1.4 kB at 136 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.5/rfc6241-6.0.5.pom 10:34:33 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.5/rfc6241-6.0.5.pom (2.0 kB at 186 kB/s) 10:34:33 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.5/odl-netconf-model-rfc6470-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.5/odl-netconf-model-rfc6470-6.0.5.pom (1.4 kB at 124 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.5/rfc6470-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.5/rfc6470-6.0.5.pom (2.2 kB at 219 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.5/odl-netconf-model-rfc8526-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.5/odl-netconf-model-rfc8526-6.0.5.pom (1.6 kB at 160 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.5/odl-netconf-model-rfc6243-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.5/odl-netconf-model-rfc6243-6.0.5.pom (1.4 kB at 72 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.5/rfc6243-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.5/rfc6243-6.0.5.pom (2.0 kB at 145 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.5/rfc8526-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.5/rfc8526-6.0.5.pom (2.9 kB at 239 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.5/netconf-api-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.5/netconf-api-6.0.5.pom (2.3 kB at 231 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.5/netconf-auth-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.5/netconf-auth-6.0.5.pom (937 B at 104 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5.pom (11 kB at 1.0 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.5/restconf-api-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.5/restconf-api-6.0.5.pom (1.9 kB at 188 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.5/netconf-dom-api-6.0.5.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.5/netconf-dom-api-6.0.5.pom (2.1 kB at 228 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.52.v20230823/websocket-api-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.52.v20230823/websocket-api-9.4.52.v20230823.pom (2.5 kB at 210 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.4.52.v20230823/websocket-parent-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.4.52.v20230823/websocket-parent-9.4.52.v20230823.pom (1.4 kB at 144 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-project/9.4.52.v20230823/jetty-project-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-project/9.4.52.v20230823/jetty-project-9.4.52.v20230823.pom (73 kB at 6.0 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 722 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom (18 kB at 2.0 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom (16 kB at 1.6 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-parent/36/jboss-parent-36.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 756 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.52.v20230823/websocket-servlet-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.52.v20230823/websocket-servlet-9.4.52.v20230823.pom (2.2 kB at 73 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.52.v20230823/websocket-server-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.52.v20230823/websocket-server-9.4.52.v20230823.pom (4.1 kB at 340 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.52.v20230823/websocket-common-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.52.v20230823/websocket-common-9.4.52.v20230823.pom (3.6 kB at 359 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.52.v20230823/jetty-util-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.52.v20230823/jetty-util-9.4.52.v20230823.pom (4.0 kB at 403 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.52.v20230823/jetty-io-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.52.v20230823/jetty-io-9.4.52.v20230823.pom (1.2 kB at 113 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.52.v20230823/websocket-client-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.52.v20230823/websocket-client-9.4.52.v20230823.pom (4.6 kB at 513 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.52.v20230823/jetty-client-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.52.v20230823/jetty-client-9.4.52.v20230823.pom (5.1 kB at 463 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.52.v20230823/jetty-http-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.52.v20230823/jetty-http-9.4.52.v20230823.pom (4.0 kB at 252 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.52.v20230823/jetty-servlet-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.52.v20230823/jetty-servlet-9.4.52.v20230823.pom (2.3 kB at 227 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.52.v20230823/jetty-security-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.52.v20230823/jetty-security-9.4.52.v20230823.pom (2.1 kB at 210 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.52.v20230823/jetty-server-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.52.v20230823/jetty-server-9.4.52.v20230823.pom (3.4 kB at 427 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.52.v20230823/jetty-util-ajax-9.4.52.v20230823.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.52.v20230823/jetty-util-ajax-9.4.52.v20230823.pom (1.3 kB at 126 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils/6.0.4/features-infrautils-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils/6.0.4/features-infrautils-6.0.4.pom (2.4 kB at 79 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.4/odl-infrautils-diagstatus-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.4/odl-infrautils-diagstatus-6.0.4.pom (2.7 kB at 228 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.4/diagstatus-web-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.4/diagstatus-web-6.0.4.pom (2.0 kB at 197 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.4/diagstatus-api-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.4/diagstatus-api-6.0.4.pom (1.7 kB at 167 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.4/diagstatus-shell-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.4/diagstatus-shell-6.0.4.pom (2.2 kB at 201 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.4/diagstatus-impl-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.4/diagstatus-impl-6.0.4.pom (2.6 kB at 77 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils-experimental/6.0.4/features-infrautils-experimental-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils-experimental/6.0.4/features-infrautils-experimental-6.0.4.pom (2.2 kB at 239 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-inject/6.0.4/odl-infrautils-inject-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-inject/6.0.4/odl-infrautils-inject-6.0.4.pom (1.1 kB at 94 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/inject/6.0.4/inject-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/inject/6.0.4/inject-6.0.4.pom (1.6 kB at 164 kB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 128 kB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/features-jsonrpc-1.16.0-20240121.114700-128.pom 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/features-jsonrpc-1.16.0-20240121.114700-128.pom (2.1 kB at 212 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.4/feature-repo-parent-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/feature-repo-parent/13.0.4/feature-repo-parent-13.0.4.pom (5.6 kB at 701 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.4/odlparent-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent/13.0.4/odlparent-13.0.4.pom (55 kB at 5.0 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.4/odlparent-artifacts-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odlparent-artifacts/13.0.4/odlparent-artifacts-13.0.4.pom (9.9 kB at 992 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.5.0/mockito-bom-5.5.0.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/5.5.0/mockito-bom-5.5.0.pom (3.0 kB at 249 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.40/jersey-bom-2.40.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/jersey-bom/2.40/jersey-bom-2.40.pom (20 kB at 1.6 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 1.8 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.97.Final/netty-bom-4.1.97.Final.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-bom/4.1.97.Final/netty-bom-4.1.97.Final.pom (13 kB at 1.1 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.19/metrics-bom-4.2.19.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-bom/4.2.19/metrics-bom-4.2.19.pom (7.5 kB at 685 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-parent/4.2.19/metrics-parent-4.2.19.pom (20 kB at 2.0 MB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 128 kB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/odl-jsonrpc-all-1.16.0-20240121.114700-128.pom 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/odl-jsonrpc-all-1.16.0-20240121.114700-128.pom (1.9 kB at 189 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.4/single-feature-parent-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/single-feature-parent/13.0.4/single-feature-parent-13.0.4.pom (7.4 kB at 827 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.4/abstract-feature-parent-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/abstract-feature-parent/13.0.4/abstract-feature-parent-13.0.4.pom (6.1 kB at 553 kB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-parent/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-parent/1.16.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 106 kB/s) 10:34:34 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-parent/1.16.0-SNAPSHOT/jsonrpc-parent-1.16.0-20240121.114700-128.pom 10:34:34 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-parent/1.16.0-SNAPSHOT/jsonrpc-parent-1.16.0-20240121.114700-128.pom (3.3 kB at 221 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding-parent/12.0.2/binding-parent-12.0.2.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding-parent/12.0.2/binding-parent-12.0.2.pom (5.1 kB at 467 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/dom-parent/12.0.2/dom-parent-12.0.2.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/dom-parent/12.0.2/dom-parent-12.0.2.pom (1.9 kB at 190 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundle-parent/13.0.4/bundle-parent-13.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundle-parent/13.0.4/bundle-parent-13.0.4.pom (1.8 kB at 146 kB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.4/netconf-artifacts-6.0.4.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/6.0.4/netconf-artifacts-6.0.4.pom (28 kB at 2.6 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.2/aaa-artifacts-0.18.2.pom 10:34:34 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.18.2/aaa-artifacts-0.18.2.pom (9.5 kB at 1.1 MB/s) 10:34:34 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.2/yangtools-artifacts-11.0.2.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yangtools-artifacts/11.0.2/yangtools-artifacts-11.0.2.pom (18 kB at 1.9 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.2/mdsal-artifacts-12.0.2.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-artifacts/12.0.2/mdsal-artifacts-12.0.2.pom (40 kB at 3.6 MB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/odl-jsonrpc-provider-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/odl-jsonrpc-provider-1.16.0-20240121.114700-128.pom (2.1 kB at 187 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 128 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/odl-jsonrpc-bus-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/odl-jsonrpc-bus-1.16.0-20240121.114700-128.pom (3.9 kB at 324 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 126 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/bus-messagelib-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/bus-messagelib-1.16.0-20240121.114700-128.pom (4.0 kB at 365 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 167 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/bus-api-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/bus-api-1.16.0-20240121.114700-128.pom (1.4 kB at 137 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 188 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/bus-spi-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/bus-spi-1.16.0-20240121.114700-128.pom (3.6 kB at 324 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/bus-jsonrpc-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/bus-jsonrpc-1.16.0-20240121.114700-128.pom (1.5 kB at 122 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/transport-http-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/transport-http-1.16.0-20240121.114700-128.pom (3.6 kB at 404 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/transport-zmq-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/transport-zmq-1.16.0-20240121.114700-128.pom (3.4 kB at 377 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 140 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/security-api-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/security-api-1.16.0-20240121.114700-128.pom (1.7 kB at 212 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/security-service-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/security-service-1.16.0-20240121.114700-128.pom (1.3 kB at 103 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 120 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/security-aaa-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/security-aaa-1.16.0-20240121.114700-128.pom (2.0 kB at 181 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 185 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/jsonrpc-api-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/jsonrpc-api-1.16.0-20240121.114700-128.pom (1.6 kB at 179 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/security-noop-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/security-noop-1.16.0-20240121.114700-128.pom (1.2 kB at 94 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 98 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/bus-config-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/bus-config-1.16.0-20240121.114700-128.pom (1.7 kB at 175 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/jsonrpc-provider-single-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/jsonrpc-provider-single-1.16.0-20240121.114700-128.pom (7.4 kB at 824 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 106 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider/1.16.0-SNAPSHOT/jsonrpc-provider-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider/1.16.0-SNAPSHOT/jsonrpc-provider-1.16.0-20240121.114700-128.pom (8.1 kB at 809 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 172 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/jsonrpc-provider-common-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/jsonrpc-provider-common-1.16.0-20240121.114700-128.pom (2.8 kB at 236 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.pom (16 kB at 1.4 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.14.8/byte-buddy-parent-1.14.8.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.14.8/byte-buddy-parent-1.14.8.pom (62 kB at 3.2 MB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 151 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/dom-codec-1.16.0-20240121.114700-128.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/dom-codec-1.16.0-20240121.114700-128.pom (4.1 kB at 372 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.5/odl-restconf-openapi-6.0.5.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.5/odl-restconf-openapi-6.0.5.pom (1.6 kB at 156 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.7/odl-jackson-2-13.0.7.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.7/odl-jackson-2-13.0.7.pom (3.1 kB at 306 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.7/odl-woodstox-13.0.7.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.7/odl-woodstox-13.0.7.pom (1.7 kB at 150 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 1.1 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.pom (7.1 kB at 642 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.pom (9.8 kB at 1.1 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.15.3/jackson-base-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.15.3/jackson-base-2.15.3.pom (11 kB at 1.1 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.pom (19 kB at 1.8 MB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.3/jackson-dataformat-xml-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.3/jackson-dataformat-xml-2.15.3.pom (7.3 kB at 667 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.3/jackson-module-jaxb-annotations-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.3/jackson-module-jaxb-annotations-2.15.3.pom (3.8 kB at 378 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-modules-base/2.15.3/jackson-modules-base-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-modules-base/2.15.3/jackson-modules-base-2.15.3.pom (3.8 kB at 315 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.3/jackson-jaxrs-base-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.3/jackson-jaxrs-base-2.15.3.pom (2.3 kB at 103 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.15.3/jackson-jaxrs-providers-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.15.3/jackson-jaxrs-providers-2.15.3.pom (5.8 kB at 528 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.3/jackson-jaxrs-json-provider-2.15.3.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.3/jackson-jaxrs-json-provider-2.15.3.pom (4.5 kB at 376 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.5/restconf-openapi-6.0.5.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.5/restconf-openapi-6.0.5.pom (4.3 kB at 308 kB/s) 10:34:35 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dk/brics/automaton/1.12-4/automaton-1.12-4.pom 10:34:35 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dk/brics/automaton/1.12-4/automaton-1.12-4.pom (4.8 kB at 478 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 161 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/features-lispflowmapping-1.19.0-20240122.101345-91.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/features-lispflowmapping-1.19.0-20240122.101345-91.pom (2.7 kB at 335 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 129 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/odl-lispflowmapping-models-1.19.0-20240122.101345-91.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/odl-lispflowmapping-models-1.19.0-20240122.101345-91.pom (2.3 kB at 175 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/mappingservice.lisp-proto-1.19.0-20240122.101345-91.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/mappingservice.lisp-proto-1.19.0-20240122.101345-91.pom (1.8 kB at 177 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/mappingservice.api-1.19.0-20240122.101345-91.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/mappingservice.api-1.19.0-20240122.101345-91.pom (1.4 kB at 144 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/odl-lispflowmapping-inmemorydb-1.19.0-20240122.101345-91.pom 10:34:35 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/odl-lispflowmapping-inmemorydb-1.19.0-20240122.101345-91.pom (2.1 kB at 238 kB/s) 10:34:35 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/mappingservice.inmemorydb-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/mappingservice.inmemorydb-1.19.0-20240122.101345-91.pom (1.5 kB at 154 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice-parent/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice-parent/1.19.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 76 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice-parent/1.19.0-SNAPSHOT/mappingservice-parent-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice-parent/1.19.0-SNAPSHOT/mappingservice-parent-1.19.0-20240122.101345-91.pom (2.0 kB at 178 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 118 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/odl-lispflowmapping-southbound-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/odl-lispflowmapping-southbound-1.19.0-20240122.101345-91.pom (3.5 kB at 394 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 120 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/mappingservice.dsbackend-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/mappingservice.dsbackend-1.19.0-20240122.101345-91.pom (2.9 kB at 292 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/mappingservice.mapcache-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/mappingservice.mapcache-1.19.0-20240122.101345-91.pom (1.1 kB at 143 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/mappingservice.southbound-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/mappingservice.southbound-1.19.0-20240122.101345-91.pom (3.9 kB at 494 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/mappingservice.config-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/mappingservice.config-1.19.0-20240122.101345-91.pom (1.1 kB at 123 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 163 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-1.19.0-20240122.101345-91.pom (3.2 kB at 352 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 153 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/mappingservice.implementation-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/mappingservice.implementation-1.19.0-20240122.101345-91.pom (3.9 kB at 388 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/odl-lispflowmapping-msmr-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/odl-lispflowmapping-msmr-1.19.0-20240122.101345-91.pom (1.7 kB at 154 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 145 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-shell-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-shell-1.19.0-20240122.101345-91.pom (1.6 kB at 204 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/maven-metadata.xml 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 129 kB/s) 10:34:36 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/mappingservice.shell-1.19.0-20240122.101345-91.pom 10:34:36 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/mappingservice.shell-1.19.0-20240122.101345-91.pom (1.8 kB at 161 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal/12.0.3/features-mdsal-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal/12.0.3/features-mdsal-12.0.3.pom (14 kB at 1.3 MB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-trace/12.0.3/odl-mdsal-trace-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-trace/12.0.3/odl-mdsal-trace-12.0.3.pom (1.9 kB at 144 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3.pom (2.2 kB at 216 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-impl/12.0.3/mdsal-trace-impl-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-impl/12.0.3/mdsal-trace-impl-12.0.3.pom (3.1 kB at 314 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-cli/12.0.3/mdsal-trace-cli-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-cli/12.0.3/mdsal-trace-cli-12.0.3.pom (1.7 kB at 175 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-common/12.0.3/odl-mdsal-replicate-common-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-common/12.0.3/odl-mdsal-replicate-common-12.0.3.pom (1.4 kB at 139 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-common/12.0.3/mdsal-replicate-common-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-common/12.0.3/mdsal-replicate-common-12.0.3.pom (2.6 kB at 236 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-netty/12.0.3/odl-mdsal-replicate-netty-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-netty/12.0.3/odl-mdsal-replicate-netty-12.0.3.pom (2.2 kB at 199 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3.pom (4.8 kB at 605 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7224/12.0.3/odl-mdsal-model-rfc7224-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7224/12.0.3/odl-mdsal-model-rfc7224-12.0.3.pom (1.5 kB at 141 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-if-type/12.0.3/iana-if-type-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-if-type/12.0.3/iana-if-type-12.0.3.pom (1.8 kB at 182 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/odl-mdsal-model-rfc7317-iana-crypt-hash-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/odl-mdsal-model-rfc7317-iana-crypt-hash-12.0.3.pom (1.6 kB at 176 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-crypt-hash/12.0.3/iana-crypt-hash-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-crypt-hash/12.0.3/iana-crypt-hash-12.0.3.pom (1.9 kB at 194 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8344/12.0.3/odl-mdsal-model-rfc8344-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8344/12.0.3/odl-mdsal-model-rfc8344-12.0.3.pom (1.5 kB at 118 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8344/12.0.3/rfc8344-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8344/12.0.3/rfc8344-12.0.3.pom (2.2 kB at 218 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345/12.0.3/odl-mdsal-model-rfc8345-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345/12.0.3/odl-mdsal-model-rfc8345-12.0.3.pom (2.1 kB at 211 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network/12.0.3/rfc8345-ietf-network-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network/12.0.3/rfc8345-ietf-network-12.0.3.pom (1.9 kB at 232 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-state/12.0.3/rfc8345-ietf-network-state-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-state/12.0.3/rfc8345-ietf-network-state-12.0.3.pom (1.9 kB at 156 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology/12.0.3/rfc8345-ietf-network-topology-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology/12.0.3/rfc8345-ietf-network-topology-12.0.3.pom (2.1 kB at 206 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology-state/12.0.3/rfc8345-ietf-network-topology-state-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology-state/12.0.3/rfc8345-ietf-network-topology-state-12.0.3.pom (2.3 kB at 206 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/odl-mdsal-model-rfc8345-non-nmda-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/odl-mdsal-model-rfc8345-non-nmda-12.0.3.pom (1.8 kB at 178 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346/12.0.3/odl-mdsal-model-rfc8346-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346/12.0.3/odl-mdsal-model-rfc8346-12.0.3.pom (2.0 kB at 166 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology/12.0.3/rfc8346-ietf-l3-unicast-topology-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology/12.0.3/rfc8346-ietf-l3-unicast-topology-12.0.3.pom (2.4 kB at 202 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology-state/12.0.3/rfc8346-ietf-l3-unicast-topology-state-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology-state/12.0.3/rfc8346-ietf-l3-unicast-topology-state-12.0.3.pom (2.8 kB at 256 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/odl-mdsal-model-rfc8346-non-nmda-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/odl-mdsal-model-rfc8346-non-nmda-12.0.3.pom (1.8 kB at 154 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348/12.0.3/odl-mdsal-model-rfc8348-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348/12.0.3/odl-mdsal-model-rfc8348-12.0.3.pom (1.9 kB at 147 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-hardware/12.0.3/iana-hardware-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-hardware/12.0.3/iana-hardware-12.0.3.pom (1.6 kB at 147 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware/12.0.3/rfc8348-ietf-hardware-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware/12.0.3/rfc8348-ietf-hardware-12.0.3.pom (2.2 kB at 220 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware-state/12.0.3/rfc8348-ietf-hardware-state-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware-state/12.0.3/rfc8348-ietf-hardware-state-12.0.3.pom (2.4 kB at 240 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/odl-mdsal-model-rfc8348-non-nmda-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/odl-mdsal-model-rfc8348-non-nmda-12.0.3.pom (1.6 kB at 132 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8349/12.0.3/odl-mdsal-model-rfc8349-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8349/12.0.3/odl-mdsal-model-rfc8349-12.0.3.pom (1.9 kB at 193 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-routing/12.0.3/rfc8349-ietf-routing-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-routing/12.0.3/rfc8349-ietf-routing-12.0.3.pom (2.0 kB at 183 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv4-unicast-routing/12.0.3/rfc8349-ietf-ipv4-unicast-routing-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv4-unicast-routing/12.0.3/rfc8349-ietf-ipv4-unicast-routing-12.0.3.pom (2.1 kB at 207 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv6-unicast-routing/12.0.3/rfc8349-ietf-ipv6-unicast-routing-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv6-unicast-routing/12.0.3/rfc8349-ietf-ipv6-unicast-routing-12.0.3.pom (2.2 kB at 248 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8519/12.0.3/odl-mdsal-model-rfc8519-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8519/12.0.3/odl-mdsal-model-rfc8519-12.0.3.pom (1.9 kB at 191 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-access-control-list/12.0.3/rfc8519-ietf-access-control-list-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-access-control-list/12.0.3/rfc8519-ietf-access-control-list-12.0.3.pom (2.6 kB at 287 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-ethertypes/12.0.3/rfc8519-ietf-ethertypes-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-ethertypes/12.0.3/rfc8519-ietf-ethertypes-12.0.3.pom (1.6 kB at 146 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-packet-fields/12.0.3/rfc8519-ietf-packet-fields-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-packet-fields/12.0.3/rfc8519-ietf-packet-fields-12.0.3.pom (2.2 kB at 247 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8520/12.0.3/odl-mdsal-model-rfc8520-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8520/12.0.3/odl-mdsal-model-rfc8520-12.0.3.pom (1.7 kB at 143 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-acldns/12.0.3/rfc8520-ietf-acldns-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-acldns/12.0.3/rfc8520-ietf-acldns-12.0.3.pom (2.0 kB at 226 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-mud/12.0.3/rfc8520-ietf-mud-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-mud/12.0.3/rfc8520-ietf-mud-12.0.3.pom (2.2 kB at 147 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8528/12.0.3/odl-mdsal-model-rfc8528-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8528/12.0.3/odl-mdsal-model-rfc8528-12.0.3.pom (1.5 kB at 90 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8528/12.0.3/rfc8528-12.0.3.pom 10:34:36 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8528/12.0.3/rfc8528-12.0.3.pom (2.0 kB at 203 kB/s) 10:34:36 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8529/12.0.3/odl-mdsal-model-rfc8529-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8529/12.0.3/odl-mdsal-model-rfc8529-12.0.3.pom (1.8 kB at 104 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8529/12.0.3/rfc8529-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8529/12.0.3/rfc8529-12.0.3.pom (2.2 kB at 196 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8530/12.0.3/odl-mdsal-model-rfc8530-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8530/12.0.3/odl-mdsal-model-rfc8530-12.0.3.pom (1.8 kB at 197 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8530/12.0.3/rfc8530-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8530/12.0.3/rfc8530-12.0.3.pom (2.0 kB at 201 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8542/12.0.3/odl-mdsal-model-rfc8542-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8542/12.0.3/odl-mdsal-model-rfc8542-12.0.3.pom (1.7 kB at 175 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-topology/12.0.3/rfc8542-ietf-dc-fabric-topology-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-topology/12.0.3/rfc8542-ietf-dc-fabric-topology-12.0.3.pom (2.2 kB at 204 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-types/12.0.3/rfc8542-ietf-dc-fabric-types-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-types/12.0.3/rfc8542-ietf-dc-fabric-types-12.0.3.pom (1.9 kB at 156 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8776/12.0.3/odl-mdsal-model-rfc8776-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8776/12.0.3/odl-mdsal-model-rfc8776-12.0.3.pom (1.7 kB at 173 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-types/12.0.3/rfc8776-ietf-te-types-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-types/12.0.3/rfc8776-ietf-te-types-12.0.3.pom (2.2 kB at 198 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-packet-types/12.0.3/rfc8776-ietf-te-packet-types-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-packet-types/12.0.3/rfc8776-ietf-te-packet-types-12.0.3.pom (1.9 kB at 134 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795/12.0.3/odl-mdsal-model-rfc8795-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795/12.0.3/odl-mdsal-model-rfc8795-12.0.3.pom (2.0 kB at 152 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology/12.0.3/rfc8795-ietf-te-topology-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology/12.0.3/rfc8795-ietf-te-topology-12.0.3.pom (2.6 kB at 214 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology-state/12.0.3/rfc8795-ietf-te-topology-state-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology-state/12.0.3/rfc8795-ietf-te-topology-state-12.0.3.pom (2.6 kB at 237 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/odl-mdsal-model-rfc8795-non-nmda-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/odl-mdsal-model-rfc8795-non-nmda-12.0.3.pom (1.8 kB at 180 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819/12.0.3/odl-mdsal-model-rfc8819-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819/12.0.3/odl-mdsal-model-rfc8819-12.0.3.pom (1.5 kB at 172 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags/12.0.3/rfc8819-ietf-module-tags-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags/12.0.3/rfc8819-ietf-module-tags-12.0.3.pom (1.9 kB at 169 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/odl-mdsal-model-rfc8819-non-nmda-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/odl-mdsal-model-rfc8819-non-nmda-12.0.3.pom (1.6 kB at 141 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags-state/12.0.3/rfc8819-ietf-module-tags-state-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags-state/12.0.3/rfc8819-ietf-module-tags-state-12.0.3.pom (2.1 kB at 206 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.3/odl-mdsal-model-odl-l2-types-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.3/odl-mdsal-model-odl-l2-types-12.0.3.pom (1.6 kB at 143 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.3/opendaylight-l2-types-2013.08.27.24.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.3/opendaylight-l2-types-2013.08.27.24.3.pom (2.0 kB at 180 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal-experimental/12.0.3/features-mdsal-experimental-12.0.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal-experimental/12.0.3/features-mdsal-experimental-12.0.3.pom (2.3 kB at 253 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-api/0.17.3/odl-mdsal-exp-yanglib-api-0.17.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-api/0.17.3/odl-mdsal-exp-yanglib-api-0.17.3.pom (1.5 kB at 149 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-api/0.17.3/mdsal-yanglib-api-0.17.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-api/0.17.3/mdsal-yanglib-api-0.17.3.pom (2.5 kB at 227 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/odl-mdsal-exp-yanglib-rfc8525-0.17.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/odl-mdsal-exp-yanglib-rfc8525-0.17.3.pom (2.0 kB at 151 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-rfc8525/0.17.3/mdsal-yanglib-rfc8525-0.17.3.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-rfc8525/0.17.3/mdsal-yanglib-rfc8525-0.17.3.pom (3.5 kB at 316 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf/6.0.5/features-netconf-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf/6.0.5/features-netconf-6.0.5.pom (7.0 kB at 580 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-aaa-netconf-plugin/6.0.5/odl-aaa-netconf-plugin-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-aaa-netconf-plugin/6.0.5/odl-aaa-netconf-plugin-6.0.5.pom (1.5 kB at 124 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth-aaa/6.0.5/netconf-auth-aaa-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth-aaa/6.0.5/netconf-auth-aaa-6.0.5.pom (1.6 kB at 174 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-all/6.0.5/odl-netconf-all-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-all/6.0.5/odl-netconf-all-6.0.5.pom (2.1 kB at 209 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-util/6.0.5/odl-netconf-util-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-util/6.0.5/odl-netconf-util-6.0.5.pom (1.5 kB at 151 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-common-mdsal/6.0.5/netconf-common-mdsal-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-common-mdsal/6.0.5/netconf-common-mdsal-6.0.5.pom (3.0 kB at 275 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-impl/6.0.5/odl-netconf-impl-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-impl/6.0.5/odl-netconf-impl-6.0.5.pom (2.5 kB at 192 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-netty-util/6.0.5/odl-netconf-netty-util-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-netty-util/6.0.5/odl-netconf-netty-util-6.0.5.pom (2.3 kB at 259 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-netty-util/6.0.5/netconf-netty-util-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-netty-util/6.0.5/netconf-netty-util-6.0.5.pom (3.2 kB at 318 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-exificient/6.0.5/shaded-exificient-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-exificient/6.0.5/shaded-exificient-6.0.5.pom (4.9 kB at 349 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-sshd/6.0.5/shaded-sshd-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-sshd/6.0.5/shaded-sshd-6.0.5.pom (5.2 kB at 472 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6022/6.0.5/odl-netconf-model-rfc6022-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6022/6.0.5/odl-netconf-model-rfc6022-6.0.5.pom (1.4 kB at 136 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6022/6.0.5/rfc6022-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6022/6.0.5/rfc6022-6.0.5.pom (2.2 kB at 184 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport/6.0.5/odl-netconf-transport-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport/6.0.5/odl-netconf-transport-6.0.5.pom (2.1 kB at 265 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-keystore/6.0.5/odl-netconf-keystore-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-keystore/6.0.5/odl-netconf-keystore-6.0.5.pom (1.5 kB at 125 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8341/6.0.5/odl-netconf-model-rfc8341-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8341/6.0.5/odl-netconf-model-rfc8341-6.0.5.pom (1.4 kB at 136 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8341/6.0.5/rfc8341-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8341/6.0.5/rfc8341-6.0.5.pom (1.7 kB at 175 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-api/6.0.5/keystore-api-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-api/6.0.5/keystore-api-6.0.5.pom (1.6 kB at 202 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/draft-ietf-netconf-crypto-types/6.0.5/draft-ietf-netconf-crypto-types-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/draft-ietf-netconf-crypto-types/6.0.5/draft-ietf-netconf-crypto-types-6.0.5.pom (1.7 kB at 188 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-none/6.0.5/keystore-none-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-none/6.0.5/keystore-none-6.0.5.pom (1.5 kB at 146 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-truststore/6.0.5/odl-netconf-truststore-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-truststore/6.0.5/odl-netconf-truststore-6.0.5.pom (1.5 kB at 167 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-api/6.0.5/truststore-api-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-api/6.0.5/truststore-api-6.0.5.pom (1.6 kB at 95 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-none/6.0.5/truststore-none-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-none/6.0.5/truststore-none-6.0.5.pom (1.5 kB at 147 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport-api/6.0.5/odl-netconf-transport-api-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport-api/6.0.5/odl-netconf-transport-api-6.0.5.pom (1.6 kB at 158 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-api/6.0.5/transport-api-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-api/6.0.5/transport-api-6.0.5.pom (1.7 kB at 143 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-ssh/6.0.5/transport-ssh-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-ssh/6.0.5/transport-ssh-6.0.5.pom (3.9 kB at 214 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tcp/6.0.5/transport-tcp-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tcp/6.0.5/transport-tcp-6.0.5.pom (3.0 kB at 272 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tls/6.0.5/transport-tls-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tls/6.0.5/transport-tls-6.0.5.pom (3.3 kB at 331 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server/6.0.5/netconf-server-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server/6.0.5/netconf-server-6.0.5.pom (5.1 kB at 282 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc7407-ietf-x509-cert-to-name/6.0.5/rfc7407-ietf-x509-cert-to-name-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc7407-ietf-x509-cert-to-name/6.0.5/rfc7407-ietf-x509-cert-to-name-6.0.5.pom (2.1 kB at 160 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-client/6.0.5/odl-netconf-client-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-client/6.0.5/odl-netconf-client-6.0.5.pom (1.9 kB at 159 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client/6.0.5/netconf-client-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client/6.0.5/netconf-client-6.0.5.pom (4.2 kB at 380 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-config/6.0.5/netconf-config-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-config/6.0.5/netconf-config-6.0.5.pom (2.6 kB at 290 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-mdsal/6.0.5/odl-netconf-mdsal-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-mdsal/6.0.5/odl-netconf-mdsal-6.0.5.pom (2.1 kB at 263 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server-mdsal/6.0.5/netconf-server-mdsal-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server-mdsal/6.0.5/netconf-server-mdsal-6.0.5.pom (7.3 kB at 485 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/mdsal-netconf-yang-library/6.0.5/mdsal-netconf-yang-library-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/mdsal-netconf-yang-library/6.0.5/mdsal-netconf-yang-library-6.0.5.pom (2.5 kB at 245 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-nb/6.0.5/netconf-nb-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-nb/6.0.5/netconf-nb-6.0.5.pom (3.7 kB at 195 kB/s) 10:34:37 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-clustered-topology/6.0.5/odl-netconf-clustered-topology-6.0.5.pom 10:34:37 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-clustered-topology/6.0.5/odl-netconf-clustered-topology-6.0.5.pom (1.4 kB at 128 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector/6.0.5/odl-netconf-connector-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector/6.0.5/odl-netconf-connector-6.0.5.pom (2.5 kB at 276 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client-mdsal/6.0.5/netconf-client-mdsal-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client-mdsal/6.0.5/netconf-client-mdsal-6.0.5.pom (9.0 kB at 752 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-singleton/6.0.5/netconf-topology-singleton-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-singleton/6.0.5/netconf-topology-singleton-6.0.5.pom (4.1 kB at 457 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology/6.0.5/netconf-topology-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology/6.0.5/netconf-topology-6.0.5.pom (2.4 kB at 242 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector-all/6.0.5/odl-netconf-connector-all-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector-all/6.0.5/odl-netconf-connector-all-6.0.5.pom (1.4 kB at 110 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-callhome-ssh/6.0.5/odl-netconf-callhome-ssh-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-callhome-ssh/6.0.5/odl-netconf-callhome-ssh-6.0.5.pom (1.7 kB at 142 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-topology/6.0.5/odl-netconf-topology-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-topology/6.0.5/odl-netconf-topology-6.0.5.pom (1.4 kB at 180 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-impl/6.0.5/netconf-topology-impl-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-impl/6.0.5/netconf-topology-impl-6.0.5.pom (1.9 kB at 271 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-model/6.0.5/callhome-model-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-model/6.0.5/callhome-model-6.0.5.pom (940 B at 94 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-protocol/6.0.5/callhome-protocol-6.0.5.pom 10:34:38 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-protocol/6.0.5/callhome-protocol-6.0.5.pom (2.6 kB at 291 kB/s) 10:34:38 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-provider/6.0.5/callhome-provider-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-provider/6.0.5/callhome-provider-6.0.5.pom (4.6 kB at 4.2 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-console/6.0.5/odl-netconf-console-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-console/6.0.5/odl-netconf-console-6.0.5.pom (1.8 kB at 141 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-console/6.0.5/netconf-console-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-console/6.0.5/netconf-console-6.0.5.pom (2.6 kB at 265 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-all/6.0.5/odl-restconf-all-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-all/6.0.5/odl-restconf-all-6.0.5.pom (1.4 kB at 117 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-experimental/6.0.5/features-netconf-experimental-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-experimental/6.0.5/features-netconf-experimental-6.0.5.pom (1.9 kB at 157 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-yanglib/6.0.5/odl-yanglib-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-yanglib/6.0.5/odl-yanglib-6.0.5.pom (1.8 kB at 177 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/yanglib/6.0.5/yanglib-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/yanglib/6.0.5/yanglib-6.0.5.pom (5.2 kB at 518 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-testing/6.0.5/features-netconf-testing-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-testing/6.0.5/features-netconf-testing-6.0.5.pom (1.8 kB at 149 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-test-tools/6.0.5/odl-netconf-test-tools-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-test-tools/6.0.5/odl-netconf-test-tools-6.0.5.pom (1.7 kB at 153 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-test-perf/6.0.5/netconf-test-perf-6.0.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-test-perf/6.0.5/netconf-test-perf-6.0.5.pom (3.1 kB at 286 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-odlparent/13.0.7/features-odlparent-13.0.7.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-odlparent/13.0.7/features-odlparent-13.0.7.pom (5.5 kB at 461 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-spifly/13.0.7/odl-apache-spifly-13.0.7.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-spifly/13.0.7/odl-apache-spifly-13.0.7.pom (1.5 kB at 190 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-asm/13.0.7/odl-asm-13.0.7.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-asm/13.0.7/odl-asm-13.0.7.pom (1.7 kB at 155 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom (2.6 kB at 238 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 324 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 232 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom (2.9 kB at 326 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.pom (4.8 kB at 402 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-war/13.0.7/odl-karaf-feat-war-13.0.7.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-war/13.0.7/odl-karaf-feat-war-13.0.7.pom (1.5 kB at 192 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-lmax-3/13.0.7/odl-lmax-3-13.0.7.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-lmax-3/13.0.7/odl-lmax-3-13.0.7.pom (1.4 kB at 178 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/lmax/disruptor/3.4.4/disruptor-3.4.4.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/lmax/disruptor/3.4.4/disruptor-3.4.4.pom (1.3 kB at 131 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 162 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/features-openflowplugin-0.18.0-20240121.200650-134.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/features-openflowplugin-0.18.0-20240121.200650-134.pom (6.0 kB at 598 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 145 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/odl-openflowplugin-app-bulk-o-matic-0.18.0-20240121.200650-134.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/odl-openflowplugin-app-bulk-o-matic-0.18.0-20240121.200650-134.pom (1.4 kB at 172 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/odl-openflowplugin-southbound-0.18.0-20240121.200650-134.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/odl-openflowplugin-southbound-0.18.0-20240121.200650-134.pom (5.3 kB at 478 kB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.2/controller-artifacts-8.0.2.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/controller-artifacts/8.0.2/controller-artifacts-8.0.2.pom (19 kB at 1.6 MB/s) 10:34:39 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.2/infrautils-artifacts-6.0.2.pom 10:34:39 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/6.0.2/infrautils-artifacts-6.0.2.pom (7.2 kB at 798 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 9.8 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/odl-serviceutils-tools-0.13.0-20240122.100111-137.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/odl-serviceutils-tools-0.13.0-20240122.100111-137.pom (2.6 kB at 28 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 37 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/odl-serviceutils-metrics-0.13.0-20240122.100111-79.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/odl-serviceutils-metrics-0.13.0-20240122.100111-79.pom (2.5 kB at 252 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 210 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137.pom (3.6 kB at 355 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/quality-parent/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/quality-parent/0.13.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 106 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/quality-parent/0.13.0-SNAPSHOT/quality-parent-0.13.0-20240122.100111-137.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/quality-parent/0.13.0-SNAPSHOT/quality-parent-0.13.0-20240122.100111-137.pom (1.9 kB at 234 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 139 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/metrics-api-0.13.0-20240122.100111-137.pom 10:34:39 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/metrics-api-0.13.0-20240122.100111-137.pom (1.5 kB at 192 kB/s) 10:34:39 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/tools-api-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/tools-api-0.13.0-20240122.100111-137.pom (2.4 kB at 238 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/upgrade-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/upgrade-0.13.0-20240122.100111-137.pom (2.3 kB at 78 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/binding-parent/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/binding-parent/0.13.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 97 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/binding-parent/0.13.0-SNAPSHOT/binding-parent-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/binding-parent/0.13.0-SNAPSHOT/binding-parent-0.13.0-20240122.100111-137.pom (2.4 kB at 216 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/odl-openflowplugin-nsf-model-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/odl-openflowplugin-nsf-model-0.18.0-20240121.200650-134.pom (3.5 kB at 348 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 131 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/odl-openflowjava-protocol-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/odl-openflowjava-protocol-0.18.0-20240121.200650-134.pom (4.2 kB at 383 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 189 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/openflow-protocol-api-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/openflow-protocol-api-0.18.0-20240121.200650-134.pom (2.0 kB at 185 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-parent/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-parent/0.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 107 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-parent/0.18.0-SNAPSHOT/openflowplugin-parent-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-parent/0.18.0-SNAPSHOT/openflowplugin-parent-0.18.0-20240121.200650-134.pom (11 kB at 1.1 MB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 135 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/openflow-protocol-spi-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/openflow-protocol-spi-0.18.0-20240121.200650-134.pom (1.6 kB at 148 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-parent/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-parent/0.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 121 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-parent/0.18.0-SNAPSHOT/openflowjava-parent-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-parent/0.18.0-SNAPSHOT/openflowjava-parent-0.18.0-20240121.200650-134.pom (5.4 kB at 537 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 188 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/openflow-protocol-impl-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/openflow-protocol-impl-0.18.0-20240121.200650-134.pom (4.6 kB at 458 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/maven-metadata.xml (1.5 kB at 148 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/openflowjava-util-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/openflowjava-util-0.18.0-20240121.200650-134.pom (1.2 kB at 117 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 171 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134.pom (3.2 kB at 291 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/model-flow-base-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/model-flow-base-0.18.0-20240121.200650-134.pom (1.4 kB at 131 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/model-inventory-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/model-inventory-0.18.0-20240121.200650-134.pom (1.6 kB at 181 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 211 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/model-flow-statistics-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/model-flow-statistics-0.18.0-20240121.200650-134.pom (1.4 kB at 126 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 141 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/model-flow-service-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/model-flow-service-0.18.0-20240121.200650-134.pom (1.3 kB at 157 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/model-topology-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/model-topology-0.18.0-20240121.200650-134.pom (1.6 kB at 183 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 144 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/odl-openflowplugin-libraries-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/odl-openflowplugin-libraries-0.18.0-20240121.200650-134.pom (1.5 kB at 145 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 187 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/liblldp-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/liblldp-0.18.0-20240121.200650-134.pom (2.1 kB at 210 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 154 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134.pom (2.0 kB at 219 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 140 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/openflowplugin-common-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/openflowplugin-common-0.18.0-20240121.200650-134.pom (1.0 kB at 101 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 153 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/openflowplugin-api-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/openflowplugin-api-0.18.0-20240121.200650-134.pom (1.4 kB at 131 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/openflowplugin-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/openflowplugin-0.18.0-20240121.200650-134.pom (2.2 kB at 224 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 169 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/openflowplugin-extension-api-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/openflowplugin-extension-api-0.18.0-20240121.200650-134.pom (1.6 kB at 143 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 210 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/openflowplugin-impl-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/openflowplugin-impl-0.18.0-20240121.200650-134.pom (5.2 kB at 516 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 188 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/openflowplugin-extension-onf-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/openflowplugin-extension-onf-0.18.0-20240121.200650-134.pom (2.1 kB at 192 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 143 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/odl-serviceutils-srm-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/odl-serviceutils-srm-0.13.0-20240122.100111-137.pom (2.1 kB at 208 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 129 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/odl-serviceutils-rpc-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/odl-serviceutils-rpc-0.13.0-20240122.100111-137.pom (1.8 kB at 183 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 208 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/rpc-api-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/rpc-api-0.13.0-20240122.100111-137.pom (1.4 kB at 154 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 167 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/srm-api-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/srm-api-0.13.0-20240122.100111-137.pom (1.4 kB at 157 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 238 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/srm-impl-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/srm-impl-0.13.0-20240122.100111-137.pom (2.7 kB at 249 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/srm-shell-0.13.0-20240122.100111-137.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/srm-shell-0.13.0-20240122.100111-137.pom (2.3 kB at 234 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 169 kB/s) 10:34:40 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/bulk-o-matic-0.18.0-20240121.200650-134.pom 10:34:40 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/bulk-o-matic-0.18.0-20240121.200650-134.pom (1.4 kB at 196 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 109 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/odl-openflowplugin-app-config-pusher-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/odl-openflowplugin-app-config-pusher-0.18.0-20240121.200650-134.pom (1.4 kB at 106 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 131 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/of-switch-config-pusher-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/of-switch-config-pusher-0.18.0-20240121.200650-134.pom (2.3 kB at 175 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 189 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/device-ownership-service-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/device-ownership-service-0.18.0-20240121.200650-134.pom (1.4 kB at 111 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 132 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-manager-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-manager-0.18.0-20240121.200650-134.pom (1.6 kB at 123 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 131 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/arbitratorreconciliation-impl-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/arbitratorreconciliation-impl-0.18.0-20240121.200650-134.pom (1.8 kB at 149 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 170 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/arbitratorreconciliation-api-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/arbitratorreconciliation-api-0.18.0-20240121.200650-134.pom (904 B at 82 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 243 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/reconciliation-framework-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/reconciliation-framework-0.18.0-20240121.200650-134.pom (2.1 kB at 191 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 212 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/forwardingrules-manager-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/forwardingrules-manager-0.18.0-20240121.200650-134.pom (3.2 kB at 320 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 146 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-sync-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-sync-0.18.0-20240121.200650-134.pom (1.4 kB at 151 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 170 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/forwardingrules-sync-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/forwardingrules-sync-0.18.0-20240121.200650-134.pom (3.1 kB at 348 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 146 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/odl-openflowplugin-app-table-miss-enforcer-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/odl-openflowplugin-app-table-miss-enforcer-0.18.0-20240121.200650-134.pom (1.4 kB at 86 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 154 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/table-miss-enforcer-0.18.0-20240121.200650-134.pom 10:34:41 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/table-miss-enforcer-0.18.0-20240121.200650-134.pom (1.8 kB at 201 kB/s) 10:34:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-0.18.0-20240121.200650-134.pom (1.8 kB at 180 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 153 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/lldp-speaker-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/lldp-speaker-0.18.0-20240121.200650-134.pom (2.1 kB at 236 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 154 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/topology-lldp-discovery-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/topology-lldp-discovery-0.18.0-20240121.200650-134.pom (2.4 kB at 263 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 169 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/topology-manager-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/topology-manager-0.18.0-20240121.200650-134.pom (2.5 kB at 312 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 131 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/odl-openflowplugin-app-lldp-speaker-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/odl-openflowplugin-app-lldp-speaker-0.18.0-20240121.200650-134.pom (1.3 kB at 150 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 57 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-lldp-discovery-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-lldp-discovery-0.18.0-20240121.200650-134.pom (1.4 kB at 153 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 131 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-manager-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-manager-0.18.0-20240121.200650-134.pom (1.4 kB at 136 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 118 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/odl-openflowplugin-drop-test-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/odl-openflowplugin-drop-test-0.18.0-20240121.200650-134.pom (1.5 kB at 171 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-0.18.0-20240121.200650-134.pom (2.3 kB at 234 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 165 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/odl-openflowplugin-app-reconciliation-framework-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/odl-openflowplugin-app-reconciliation-framework-0.18.0-20240121.200650-134.pom (1.3 kB at 128 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 132 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/odl-openflowplugin-app-arbitratorreconciliation-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/odl-openflowplugin-app-arbitratorreconciliation-0.18.0-20240121.200650-134.pom (1.7 kB at 169 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 167 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/test-common-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/test-common-0.18.0-20240121.200650-134.pom (2.3 kB at 191 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/drop-test-karaf-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/drop-test-karaf-0.18.0-20240121.200650-134.pom (1.9 kB at 193 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 93 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-rest-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-rest-0.18.0-20240121.200650-134.pom (1.8 kB at 148 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 119 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/odl-openflowplugin-app-southbound-cli-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/odl-openflowplugin-app-southbound-cli-0.18.0-20240121.200650-134.pom (1.4 kB at 169 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 211 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/southbound-cli-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/southbound-cli-0.18.0-20240121.200650-134.pom (2.7 kB at 299 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 145 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/features-openflowplugin-extension-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/features-openflowplugin-extension-0.18.0-20240121.200650-134.pom (1.6 kB at 198 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-nxm-extensions-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-nxm-extensions-0.18.0-20240121.200650-134.pom (2.0 kB at 205 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 212 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/openflowjava-extension-nicira-api-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/openflowjava-extension-nicira-api-0.18.0-20240121.200650-134.pom (1.4 kB at 156 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 154 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/openflowjava-extension-nicira-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/openflowjava-extension-nicira-0.18.0-20240121.200650-134.pom (1.8 kB at 125 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 169 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/openflowplugin-extension-nicira-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/openflowplugin-extension-nicira-0.18.0-20240121.200650-134.pom (2.4 kB at 198 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-onf-extensions-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-onf-extensions-0.18.0-20240121.200650-134.pom (1.4 kB at 135 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 145 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-eric-extensions-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-eric-extensions-0.18.0-20240121.200650-134.pom (1.9 kB at 156 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 188 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/openflowjava-extension-eric-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/openflowjava-extension-eric-0.18.0-20240121.200650-134.pom (1.4 kB at 159 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 169 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/openflowplugin-extension-eric-0.18.0-20240121.200650-134.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/openflowplugin-extension-eric-0.18.0-20240121.200650-134.pom (2.0 kB at 204 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 142 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/library-features-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/library-features-1.18.0-20240122.095725-135.pom (1.5 kB at 146 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 160 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/odl-ovsdb-library-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/odl-ovsdb-library-1.18.0-20240122.095725-135.pom (3.1 kB at 387 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 209 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135.pom (6.6 kB at 553 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/ovsdb-binding-parent/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/ovsdb-binding-parent/1.18.0-SNAPSHOT/maven-metadata.xml (1.1 kB at 106 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/ovsdb-binding-parent/1.18.0-SNAPSHOT/ovsdb-binding-parent-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/ovsdb-binding-parent/1.18.0-SNAPSHOT/ovsdb-binding-parent-1.18.0-20240122.095725-135.pom (2.0 kB at 201 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/utils.servicehelper-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/utils.servicehelper-1.18.0-20240122.095725-135.pom (2.9 kB at 369 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/schema.openvswitch-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/schema.openvswitch-1.18.0-20240122.095725-135.pom (2.3 kB at 230 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/schema.hardwarevtep-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/schema.hardwarevtep-1.18.0-20240122.095725-135.pom (2.3 kB at 209 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 99 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/hwvtepsouthbound-features-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/hwvtepsouthbound-features-1.18.0-20240122.095725-135.pom (2.6 kB at 327 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 144 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-api-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-api-1.18.0-20240122.095725-135.pom (2.0 kB at 157 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/hwvtepsouthbound-api-1.18.0-20240122.095725-125.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/hwvtepsouthbound-api-1.18.0-20240122.095725-125.pom (2.7 kB at 298 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 143 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-1.18.0-20240122.095725-135.pom (2.2 kB at 248 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 182 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/odl-ovsdb-utils-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/odl-ovsdb-utils-1.18.0-20240122.095725-135.pom (2.7 kB at 339 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 161 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/odl-ovsdb-southbound-api-1.18.0-20240122.095725-135.pom 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/odl-ovsdb-southbound-api-1.18.0-20240122.095725-135.pom (2.3 kB at 328 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:42 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 167 kB/s) 10:34:42 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/southbound-api-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/southbound-api-1.18.0-20240122.095725-135.pom (3.5 kB at 393 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 185 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/utils.config-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/utils.config-1.18.0-20240122.095725-135.pom (2.4 kB at 215 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/utils.mdsal-utils-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/utils.mdsal-utils-1.18.0-20240122.095725-135.pom (2.9 kB at 267 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/utils.southbound-utils-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/utils.southbound-utils-1.18.0-20240122.095725-135.pom (3.3 kB at 326 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/hwvtepsouthbound-impl-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/hwvtepsouthbound-impl-1.18.0-20240122.095725-135.pom (5.3 kB at 528 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 108 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-rest-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-rest-1.18.0-20240122.095725-135.pom (2.1 kB at 209 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 108 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-ui-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-ui-1.18.0-20240122.095725-135.pom (2.1 kB at 263 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 118 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-test-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-test-1.18.0-20240122.095725-135.pom (1.7 kB at 154 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 168 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/utils.hwvtepsouthbound-utils-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/utils.hwvtepsouthbound-utils-1.18.0-20240122.095725-135.pom (2.4 kB at 296 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 142 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/southbound-features-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/southbound-features-1.18.0-20240122.095725-135.pom (2.6 kB at 289 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-1.18.0-20240122.095725-135.pom (3.4 kB at 344 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml (1.9 kB at 171 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135.pom (7.8 kB at 560 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 186 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/utils.yang-utils-1.18.0-20240122.095725-125.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/utils.yang-utils-1.18.0-20240122.095725-125.pom (2.2 kB at 247 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-rest-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-rest-1.18.0-20240122.095725-135.pom (2.1 kB at 174 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 161 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-ui-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-ui-1.18.0-20240122.095725-135.pom (2.1 kB at 233 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/odl-ovsdb-southbound-test-1.18.0-20240122.095725-135.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/odl-ovsdb-southbound-test-1.18.0-20240122.095725-135.pom (2.1 kB at 233 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 108 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/serviceutils-features-0.13.0-20240122.100111-137.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/serviceutils-features-0.13.0-20240122.100111-137.pom (2.4 kB at 216 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 162 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/odl-serviceutils-listener-0.13.0-20240122.100111-137.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/odl-serviceutils-listener-0.13.0-20240122.100111-137.pom (2.1 kB at 208 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) 10:34:43 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/listener-api-0.13.0-20240122.100111-137.pom 10:34:43 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/listener-api-0.13.0-20240122.100111-137.pom (1.9 kB at 192 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools/11.0.4/features-yangtools-11.0.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools/11.0.4/features-yangtools-11.0.4.pom (4.1 kB at 194 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools-experimental/11.0.4/features-yangtools-experimental-11.0.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools-experimental/11.0.4/features-yangtools-experimental-11.0.4.pom (1.8 kB at 196 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-test/13.0.7/features-test-13.0.7.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-test/13.0.7/features-test-13.0.7.pom (7.4 kB at 736 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-karaf/4.13.5/pax-exam-container-karaf-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-karaf/4.13.5/pax-exam-container-karaf-4.13.5.pom (4.6 kB at 272 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/4.13.5/exam-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/4.13.5/exam-4.13.5.pom (43 kB at 3.9 MB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam-reactor/4.13.5/exam-reactor-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam-reactor/4.13.5/exam-reactor-4.13.5.pom (4.0 kB at 444 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam/4.13.5/pax-exam-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam/4.13.5/pax-exam-4.13.5.pom (2.8 kB at 310 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 149 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom (1.4 kB at 135 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.pom (1.2 kB at 125 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-remote/4.13.5/pax-exam-container-remote-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-remote/4.13.5/pax-exam-container-remote-4.13.5.pom (2.1 kB at 208 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc-client/4.13.5/pax-exam-container-rbc-client-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc-client/4.13.5/pax-exam-container-rbc-client-4.13.5.pom (1.5 kB at 126 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc/4.13.5/pax-exam-container-rbc-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc/4.13.5/pax-exam-container-rbc-4.13.5.pom (2.5 kB at 246 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-spi/4.13.5/pax-exam-spi-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-spi/4.13.5/pax-exam-spi-4.13.5.pom (3.3 kB at 334 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom (985 B at 109 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.pom (7.3 kB at 726 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 141 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/1.5.0/base-1.5.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/1.5.0/base-1.5.0.pom (5.8 kB at 480 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/3.3.0/master-3.3.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 859 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 150 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 91 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 151 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.4/pax-swissbox-core-1.8.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.4/pax-swissbox-core-1.8.4.pom (1.5 kB at 163 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/1.8.4/swissbox-1.8.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/1.8.4/swissbox-1.8.4.pom (7.6 kB at 693 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.4/pax-swissbox-lifecycle-1.8.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.4/pax-swissbox-lifecycle-1.8.4.pom (1.1 kB at 103 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.4/pax-swissbox-framework-1.8.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.4/pax-swissbox-framework-1.8.4.pom (3.7 kB at 155 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.4/pax-swissbox-tracker-1.8.4.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.4/pax-swissbox-tracker-1.8.4.pom (1.7 kB at 144 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 2.0 MB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.pom (13 kB at 759 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-junit4/4.13.5/pax-exam-junit4-4.13.5.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-junit4/4.13.5/pax-exam-junit4-4.13.5.pom (1.3 kB at 116 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 123 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.pom (1.8 kB at 177 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.pom (5.2 kB at 521 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.pom 10:34:43 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.pom (2.7 kB at 265 kB/s) 10:34:43 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.pom (3.3 kB at 208 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.pom (1.6 kB at 148 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/javax.inject/1.0.20.2/javax.inject-1.0.20.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/javax.inject/1.0.20.2/javax.inject-1.0.20.2.pom (1.6 kB at 129 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/services-parent/1.0.20.2/services-parent-1.0.20.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/services-parent/1.0.20.2/services-parent-1.0.20.2.pom (7.2 kB at 720 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/guicedee-group/1.0.20.2/guicedee-group-1.0.20.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/guicedee-group/1.0.20.2/guicedee-group-1.0.20.2.pom (1.2 kB at 123 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/dev-kit/1.0.20.2/dev-kit-1.0.20.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/dev-kit/1.0.20.2/dev-kit-1.0.20.2.pom (40 kB at 3.4 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/guicedee-bom/1.0.20.2/guicedee-bom-1.0.20.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/guicedee-bom/1.0.20.2/guicedee-bom-1.0.20.2.pom (268 kB at 12 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-empty/13.0.7/opendaylight-karaf-empty-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-empty/13.0.7/opendaylight-karaf-empty-13.0.7.pom (1.0 kB at 95 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4.pom (12 kB at 951 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/base/4.4.4/base-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/base/4.4.4/base-4.4.4.pom (14 kB at 1.2 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.pom (7.7 kB at 855 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/specs-pom/2/specs-pom-2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/specs-pom/2/specs-pom-2.pom (12 kB at 1.3 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.locator/4.4.4/org.apache.karaf.specs.locator-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.locator/4.4.4/org.apache.karaf.specs.locator-4.4.4.pom (2.0 kB at 144 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/specs/4.4.4/specs-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/specs/4.4.4/specs-4.4.4.pom (1.7 kB at 240 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml/4.4.4/org.apache.karaf.specs.java.xml-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml/4.4.4/org.apache.karaf.specs.java.xml-4.4.4.pom (6.2 kB at 622 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-stax-api_1.2_spec/1.2/geronimo-stax-api_1.2_spec-1.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-stax-api_1.2_spec/1.2/geronimo-stax-api_1.2_spec-1.2.pom (3.8 kB at 345 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 498 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 2.0 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.7 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 296 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml.ws/4.4.4/org.apache.karaf.specs.java.xml.ws-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml.ws/4.4.4/org.apache.karaf.specs.java.xml.ws-4.4.4.pom (3.4 kB at 419 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.1/geronimo-saaj_1.3_spec-1.1.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.1/geronimo-saaj_1.3_spec-1.1.pom (4.1 kB at 509 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.2/geronimo-jaxws_2.2_spec-1.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.2/geronimo-jaxws_2.2_spec-1.2.pom (5.0 kB at 450 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.activator/4.4.4/org.apache.karaf.specs.activator-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.activator/4.4.4/org.apache.karaf.specs.activator-4.4.4.pom (2.7 kB at 303 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.client/4.4.4/org.apache.karaf.client-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.client/4.4.4/org.apache.karaf.client-4.4.4.pom (4.4 kB at 440 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom (9.8 kB at 982 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 254 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 480 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 2.2 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 342 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/config/org.apache.karaf.config.core/4.4.4/org.apache.karaf.config.core-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/config/org.apache.karaf.config.core/4.4.4/org.apache.karaf.config.core-4.4.4.pom (6.2 kB at 446 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.pom (4.9 kB at 352 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.pom (4.4 kB at 291 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/sling-bundle-parent/51/sling-bundle-parent-51.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/sling-bundle-parent/51/sling-bundle-parent-51.pom (19 kB at 1.9 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/sling/51/sling-51.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/sling/51/sling-51.pom (63 kB at 5.2 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-json_1.1_spec/1.5/geronimo-json_1.1_spec-1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-json_1.1_spec/1.5/geronimo-json_1.1_spec-1.5.pom (6.0 kB at 497 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java8-flava/2.4/genesis-java8-flava-2.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-java8-flava/2.4/genesis-java8-flava-2.4.pom (6.1 kB at 508 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.4/genesis-default-flava-2.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis-default-flava/2.4/genesis-default-flava-2.4.pom (15 kB at 1.4 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.4/genesis-2.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/genesis/genesis/2.4/genesis-2.4.pom (16 kB at 1.4 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 173 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-api/2.2.3/pax-logging-api-2.2.3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-api/2.2.3/pax-logging-api-2.2.3.pom (6.8 kB at 527 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/2.2.3/logging-2.2.3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/2.2.3/logging-2.2.3.pom (47 kB at 4.3 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.pom (1.4 kB at 143 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-log4j2/2.2.3/pax-logging-log4j2-2.2.3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-log4j2/2.2.3/pax-logging-log4j2-2.2.3.pom (8.6 kB at 720 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-logback/2.2.3/pax-logging-logback-2.2.3.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-logback/2.2.3/pax-logging-logback-2.2.3.pom (4.3 kB at 394 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.pom (4.0 kB at 367 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.2.12/logback-parent-1.2.12.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.2.12/logback-parent-1.2.12.pom (19 kB at 1.7 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.pom (9.4 kB at 939 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-jackson/0.1.5/logback-jackson-0.1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-jackson/0.1.5/logback-jackson-0.1.5.pom (1.4 kB at 170 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-contrib-parent/0.1.5/logback-contrib-parent-0.1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-contrib-parent/0.1.5/logback-contrib-parent-0.1.5.pom (13 kB at 1.2 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-core/0.1.5/logback-json-core-0.1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-core/0.1.5/logback-json-core-0.1.5.pom (1.1 kB at 102 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-parent/0.1.5/logback-json-parent-0.1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-parent/0.1.5/logback-json-parent-0.1.5.pom (1.1 kB at 117 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-classic/0.1.5/logback-json-classic-0.1.5.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-classic/0.1.5/logback-json-classic-0.1.5.pom (1.4 kB at 128 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/org.apache.felix.configadmin.plugin.interpolation-1.2.8.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/org.apache.felix.configadmin.plugin.interpolation-1.2.8.pom (5.5 kB at 609 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.4/org.apache.karaf.features.extension-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.4/org.apache.karaf.features.extension-4.4.4.pom (3.5 kB at 439 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/org.apache.aries.quiesce.api-1.0.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/org.apache.aries.quiesce.api-1.0.0.pom (2.4 kB at 214 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/java5-parent/1.0.0/java5-parent-1.0.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/java5-parent/1.0.0/java5-parent-1.0.0.pom (4.5 kB at 318 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/default-parent/1.0.0/default-parent-1.0.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/default-parent/1.0.0/default-parent-1.0.0.pom (25 kB at 2.5 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/parent/1.0.0/parent-1.0.0.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/parent/1.0.0/parent-1.0.0.pom (9.4 kB at 782 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.pom (5.5 kB at 459 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf.branding/13.0.7/karaf.branding-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf.branding/13.0.7/karaf.branding-13.0.7.pom (1.3 kB at 142 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcpkix-framework-ext/13.0.7/bcpkix-framework-ext-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcpkix-framework-ext/13.0.7/bcpkix-framework-ext-13.0.7.pom (3.6 kB at 452 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcprov-framework-ext/13.0.7/bcprov-framework-ext-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcprov-framework-ext/13.0.7/bcprov-framework-ext-13.0.7.pom (3.6 kB at 329 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcutil-framework-ext/13.0.7/bcutil-framework-ext-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcutil-framework-ext/13.0.7/bcutil-framework-ext-13.0.7.pom (3.6 kB at 401 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-util/13.0.7/karaf-util-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-util/13.0.7/karaf-util-13.0.7.pom (3.3 kB at 467 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.url/1.0.1/org.osgi.service.url-1.0.1.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.url/1.0.1/org.osgi.service.url-1.0.1.pom (1.8 kB at 180 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundles-test-lib/13.0.7/bundles-test-lib-13.0.7.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundles-test-lib/13.0.7/bundles-test-lib-13.0.7.pom (2.2 kB at 217 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.4/org.apache.karaf.bundle.core-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.4/org.apache.karaf.bundle.core-4.4.4.pom (6.2 kB at 621 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/bundle/4.4.4/bundle-4.4.4.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/bundle/4.4.4/bundle-4.4.4.pom (1.6 kB at 206 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.pom (1.0 kB at 93 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom (19 kB at 1.7 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom (13 kB at 1.2 MB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom 10:34:44 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom (8.8 kB at 798 kB/s) 10:34:44 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 286 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom (1.4 kB at 125 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom (3.2 kB at 318 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 185 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom (2.8 kB at 258 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 127 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom (3.0 kB at 201 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.pom (3.2 kB at 320 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.pom (3.2 kB at 356 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-junit-jupiter/5.6.0/mockito-junit-jupiter-5.6.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-junit-jupiter/5.6.0/mockito-junit-jupiter-5.6.0.pom (2.3 kB at 209 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-core/5.6.0/mockito-core-5.6.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-core/5.6.0/mockito-core-5.6.0.pom (2.5 kB at 310 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.14.8/byte-buddy-agent-1.14.8.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.14.8/byte-buddy-agent-1.14.8.pom (10 kB at 872 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis/3.3/objenesis-3.3.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 273 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.6 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.0/junit-jupiter-migrationsupport-5.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.0/junit-jupiter-migrationsupport-5.10.0.pom (3.2 kB at 267 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.10.0/junit-vintage-engine-5.10.0.pom 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.10.0/junit-vintage-engine-5.10.0.pom (3.2 kB at 318 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/features-aaa/0.18.3/features-aaa-0.18.3-features.xml 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.3/odl-aaa-api-0.18.3-features.xml 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.3/aaa-authn-api-0.18.3.jar 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.7/odl-jakarta-activation-api-13.0.7-features.xml 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/features-aaa/0.18.3/features-aaa-0.18.3-features.xml (1.6 kB at 101 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.3/odl-aaa-cert-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.3/odl-aaa-api-0.18.3-features.xml (1.0 kB at 43 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.3/odl-aaa-cert-0.18.3-features.xml (1.1 kB at 45 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 1.8 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.3/aaa-authn-api-0.18.3.jar (32 kB at 1.1 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cli/0.18.3/odl-aaa-cli-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.7/odl-jakarta-activation-api-13.0.7-features.xml (438 B at 15 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli/0.18.3/aaa-cli-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3-config.xml (687 B at 20 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.3/aaa-password-service-api-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cli/0.18.3/odl-aaa-cli-0.18.3-features.xml (913 B at 25 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.3/odl-aaa-encryption-service-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli/0.18.3/aaa-cli-0.18.3.jar (35 kB at 931 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.3/aaa-encrypt-service-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.3/aaa-cert-0.18.3.jar (181 kB at 4.4 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.3/aaa-password-service-api-0.18.3.jar (21 kB at 466 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.3/odl-aaa-encryption-service-0.18.3-features.xml (833 B at 18 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.3/aaa-encrypt-service-impl-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.3/aaa-encrypt-service-0.18.3.jar (14 kB at 294 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.7/logging-markers-13.0.7.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.3/aaa-encrypt-service-impl-0.18.3.jar (38 kB at 694 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.3/odl-aaa-shiro-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.7/logging-markers-13.0.7.jar (9.3 kB at 163 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.3/odl-aaa-password-service-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.3/odl-aaa-shiro-0.18.3-features.xml (3.2 kB at 50 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar (1.1 MB at 16 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3-aaa-password-service-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcutil-jdk18on/1.76/bcutil-jdk18on-1.76.jar (677 kB at 9.5 MB/s) 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.3/odl-aaa-password-service-0.18.3-features.xml (1.2 kB at 18 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3.jar 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.3/aaa-tokenauthrealm-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3.jar (20 kB at 257 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.3/aaa-idm-store-h2-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.3/aaa-tokenauthrealm-0.18.3.jar (23 kB at 283 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.2.220/h2-2.2.220.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3.jar (155 kB at 1.8 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.3/aaa-password-service-impl-0.18.3-aaa-password-service-config.xml (215 B at 2.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.10.0/value-2.10.0-annotations.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.3/aaa-idm-store-h2-0.18.3.jar (47 kB at 525 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.3/web-api-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.10.0/value-2.10.0-annotations.jar (13 kB at 143 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.3/servlet-api-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 84 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.3/aaa-shiro-api-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.3/servlet-api-0.18.3.jar (9.0 kB at 88 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.3/web-api-0.18.3.jar (24 kB at 224 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-aaa-app-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.3/aaa-shiro-api-0.18.3.jar (109 kB at 995 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-aaa-datastore-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3.jar (25 kB at 228 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-idmtool.py 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-aaa-app-config.xml (15 kB at 128 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3-config.cfg 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-idmtool.py (18 kB at 150 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.3/aaa-shiro-0.18.3-aaa-datastore-config.xml (182 B at 1.5 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.3/odl-aaa-web-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.2.220/h2-2.2.220.jar (2.6 MB at 21 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.3/web-osgi-impl-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.3/aaa-filterchain-0.18.3-config.cfg (18 B at 131 B/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.3/servlet-jersey2-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.3/odl-aaa-web-0.18.3-features.xml (1.3 kB at 9.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.3/odl-apache-shiro-0.18.3-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar (16 kB at 114 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.3/repackaged-shiro-0.18.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.3/web-osgi-impl-0.18.3.jar (16 kB at 113 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.3/odl-apache-shiro-0.18.3-features.xml (824 B at 5.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder/1.2.3/encoder-1.2.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.3/servlet-jersey2-0.18.3.jar (12 kB at 80 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep/0.20.5/features-bgpcep-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.6 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo/0.20.5/odl-bgpcep-algo-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.3/repackaged-shiro-0.18.3.jar (583 kB at 3.8 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-impl/0.20.5/algo-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/owasp/encoder/encoder/1.2.3/encoder-1.2.3.jar (38 kB at 243 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo-api/0.20.5/odl-bgpcep-algo-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep/0.20.5/features-bgpcep-0.20.5-features.xml (13 kB at 83 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-api/0.20.5/algo-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo/0.20.5/odl-bgpcep-algo-0.20.5-features.xml (792 B at 4.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp/0.20.5/odl-bgpcep-bgp-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-algo-api/0.20.5/odl-bgpcep-algo-api-0.20.5-features.xml (818 B at 4.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-config-example/0.20.5/odl-bgpcep-bgp-config-example-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-impl/0.20.5/algo-impl-0.20.5.jar (38 kB at 230 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-bgp-initial-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/algo-api/0.20.5/algo-api-0.20.5.jar (77 kB at 456 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-network-topology-bgp-initial-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp/0.20.5/odl-bgpcep-bgp-0.20.5-features.xml (4.6 kB at 26 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/odl-bgpcep-bgp-openconfig-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-config-example/0.20.5/odl-bgpcep-bgp-config-example-0.20.5-features.xml (718 B at 4.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-api/0.20.5/bgp-openconfig-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-bgp-initial-config.xml (35 kB at 197 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-spi/0.20.5/bgp-openconfig-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-network-topology-bgp-initial-config.xml (1.5 kB at 8.5 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/odl-bgpcep-bgp-dependencies-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/odl-bgpcep-bgp-openconfig-0.20.5-features.xml (845 B at 4.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-concepts/0.20.5/bgp-concepts-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/odl-bgpcep-bgp-dependencies-0.20.5-features.xml (828 B at 4.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-spi/0.20.5/bgp-openconfig-spi-0.20.5.jar (18 kB at 93 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/odl-bgpcep-bgp-extensions-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-concepts/0.20.5/bgp-concepts-0.20.5.jar (344 kB at 1.7 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-inet/0.20.5/odl-bgpcep-bgp-inet-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/odl-bgpcep-bgp-extensions-api-0.20.5-features.xml (979 B at 4.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-inet/0.20.5/bgp-inet-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/ehcache/ehcache/2.10.9.2/ehcache-2.10.9.2.jar (12 MB at 55 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.3/mdsal-binding-dom-codec-api-12.0.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar (307 kB at 1.5 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser/0.20.5/odl-bgpcep-bgp-parser-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-inet/0.20.5/odl-bgpcep-bgp-inet-0.20.5-features.xml (612 B at 2.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-impl/0.20.5/bgp-parser-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.3/mdsal-binding-dom-codec-api-12.0.3.jar (39 kB at 176 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/odl-bgpcep-bgp-parser-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-inet/0.20.5/bgp-inet-0.20.5.jar (243 kB at 1.1 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-api/0.20.5/bgp-parser-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser/0.20.5/odl-bgpcep-bgp-parser-0.20.5-features.xml (619 B at 2.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-spi/0.20.5/bgp-parser-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-api/0.20.5/bgp-openconfig-api-0.20.5.jar (2.3 MB at 10 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/odl-bgpcep-bgp-rib-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-impl/0.20.5/bgp-parser-impl-0.20.5.jar (128 kB at 560 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-api/0.20.5/bgp-rib-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/odl-bgpcep-bgp-parser-api-0.20.5-features.xml (1.1 kB at 4.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-spi/0.20.5/bgp-rib-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-spi/0.20.5/bgp-parser-spi-0.20.5.jar (96 kB at 416 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/odl-bgpcep-bgp-rib-api-0.20.5-features.xml (1.5 kB at 6.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-parser-api/0.20.5/bgp-parser-api-0.20.5.jar (344 kB at 1.5 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/odl-bgpcep-bgp-linkstate-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-api/0.20.5/bgp-rib-api-0.20.5.jar (151 kB at 626 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-linkstate/0.20.5/bgp-linkstate-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-spi/0.20.5/bgp-rib-spi-0.20.5.jar (164 kB at 680 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/odl-bgpcep-bgp-flowspec-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/odl-bgpcep-bgp-linkstate-0.20.5-features.xml (1.3 kB at 5.2 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-flowspec/0.20.5/bgp-flowspec-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar (490 kB at 2.0 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/odl-bgpcep-bgp-labeled-unicast-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar (660 kB at 2.6 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-labeled-unicast/0.20.5/bgp-labeled-unicast-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/odl-bgpcep-bgp-flowspec-0.20.5-features.xml (1.0 kB at 4.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/odl-bgpcep-bgp-l3vpn-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/odl-bgpcep-bgp-labeled-unicast-0.20.5-features.xml (1.4 kB at 5.2 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-l3vpn/0.20.5/bgp-l3vpn-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/odl-bgpcep-bgp-l3vpn-0.20.5-features.xml (1.0 kB at 4.0 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/odl-bgpcep-bgp-mvpn-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-linkstate/0.20.5/bgp-linkstate-0.20.5.jar (984 kB at 3.7 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-mvpn/0.20.5/bgp-mvpn-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-flowspec/0.20.5/bgp-flowspec-0.20.5.jar (839 kB at 3.2 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-route-target/0.20.5/odl-bgpcep-bgp-route-target-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-labeled-unicast/0.20.5/bgp-labeled-unicast-0.20.5.jar (292 kB at 1.1 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-route-target/0.20.5/bgp-route-target-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/odl-bgpcep-bgp-mvpn-0.20.5-features.xml (813 B at 3.0 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-evpn/0.20.5/odl-bgpcep-bgp-evpn-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-route-target/0.20.5/odl-bgpcep-bgp-route-target-0.20.5-features.xml (669 B at 2.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-evpn/0.20.5/bgp-evpn-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-l3vpn/0.20.5/bgp-l3vpn-0.20.5.jar (464 kB at 1.7 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/odl-bgpcep-bgp-path-selection-mode-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-evpn/0.20.5/odl-bgpcep-bgp-evpn-0.20.5-features.xml (1.1 kB at 3.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-path-selection-mode/0.20.5/bgp-path-selection-mode-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-route-target/0.20.5/bgp-route-target-0.20.5.jar (212 kB at 756 kB/s) 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-mvpn/0.20.5/bgp-mvpn-0.20.5.jar (624 kB at 2.2 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/odl-bgpcep-bgp-rib-impl-0.20.5-features.xml 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-impl/0.20.5/bgp-rib-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/odl-bgpcep-bgp-path-selection-mode-0.20.5-features.xml (873 B at 3.0 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-evpn/0.20.5/bgp-evpn-0.20.5.jar (459 kB at 1.6 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.100.Final/netty-transport-classes-epoll-4.1.100.Final.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/odl-bgpcep-bgp-rib-impl-0.20.5-features.xml (2.8 kB at 9.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-peer-acceptor/0.20.5/bgp-peer-acceptor-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-path-selection-mode/0.20.5/bgp-path-selection-mode-0.20.5.jar (61 kB at 207 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-routing-policy-default-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-rib-impl/0.20.5/bgp-rib-impl-0.20.5.jar (302 kB at 1.0 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-topology/0.20.5/odl-bgpcep-bgp-topology-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.100.Final/netty-transport-classes-epoll-4.1.100.Final.jar (147 kB at 492 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-topology-provider/0.20.5/bgp-topology-provider-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-peer-acceptor/0.20.5/bgp-peer-acceptor-0.20.5.jar (30 kB at 99 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-cli/0.20.5/odl-bgpcep-bgp-cli-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar (345 kB at 1.1 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-cli/0.20.5/bgp-cli-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-config-example/0.20.5/bgp-config-example-0.20.5-routing-policy-default-config.xml (17 kB at 57 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/odl-bgpcep-bgp-openconfig-state-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-topology/0.20.5/odl-bgpcep-bgp-topology-0.20.5-features.xml (1.5 kB at 5.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-state/0.20.5/bgp-openconfig-state-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-cli/0.20.5/odl-bgpcep-bgp-cli-0.20.5-features.xml (893 B at 2.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/odl-bgpcep-bgp-openconfig-rp-spi-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-cli/0.20.5/bgp-cli-0.20.5.jar (22 kB at 72 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-spi/0.20.5/bgp-openconfig-rp-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/odl-bgpcep-bgp-openconfig-state-0.20.5-features.xml (657 B at 2.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/odl-bgpcep-bgp-openconfig-rp-impl-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-topology-provider/0.20.5/bgp-topology-provider-0.20.5.jar (459 kB at 1.5 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-impl/0.20.5/bgp-openconfig-rp-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-state/0.20.5/bgp-openconfig-state-0.20.5.jar (36 kB at 113 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/odl-bgpcep-bgp-openconfig-rp-statement-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/odl-bgpcep-bgp-openconfig-rp-spi-0.20.5-features.xml (669 B at 2.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-statement/0.20.5/bgp-openconfig-rp-statement-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/odl-bgpcep-bgp-openconfig-rp-impl-0.20.5-features.xml (1.3 kB at 4.0 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp/0.20.5/odl-bgpcep-bmp-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-impl/0.20.5/bgp-openconfig-rp-impl-0.20.5.jar (19 kB at 57 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-parser-impl/0.20.5/bgp-bmp-parser-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/odl-bgpcep-bgp-openconfig-rp-statement-0.20.5-features.xml (890 B at 2.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-impl/0.20.5/bgp-bmp-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-statement/0.20.5/bgp-openconfig-rp-statement-0.20.5.jar (77 kB at 230 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-api/0.20.5/odl-bgpcep-bmp-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp/0.20.5/odl-bgpcep-bmp-0.20.5-features.xml (3.4 kB at 10 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-api/0.20.5/bgp-bmp-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-impl/0.20.5/bgp-bmp-impl-0.20.5.jar (90 kB at 264 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-spi/0.20.5/bgp-bmp-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-parser-impl/0.20.5/bgp-bmp-parser-impl-0.20.5.jar (61 kB at 180 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-example/0.20.5/odl-bgpcep-bmp-config-example-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-api/0.20.5/odl-bgpcep-bmp-api-0.20.5-features.xml (669 B at 1.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-config-example/0.20.5/bgp-bmp-config-example-0.20.5-odl-bmp-monitors-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-openconfig-rp-spi/0.20.5/bgp-openconfig-rp-spi-0.20.5.jar (52 kB at 149 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/odl-bgpcep-bmp-config-loader-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-spi/0.20.5/bgp-bmp-spi-0.20.5.jar (37 kB at 106 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bmp-monitors-config-loader/0.20.5/bmp-monitors-config-loader-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-example/0.20.5/odl-bgpcep-bmp-config-example-0.20.5-features.xml (539 B at 1.5 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-concepts/0.20.5/odl-bgpcep-concepts-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-config-example/0.20.5/bgp-bmp-config-example-0.20.5-odl-bmp-monitors-config.xml (1.3 kB at 3.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/concepts/0.20.5/concepts-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-bmp-api/0.20.5/bgp-bmp-api-0.20.5.jar (472 kB at 1.3 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-impl/0.20.5/odl-bgpcep-config-loader-impl-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/odl-bgpcep-bmp-config-loader-0.20.5-features.xml (1.2 kB at 3.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-impl/0.20.5/config-loader-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-concepts/0.20.5/odl-bgpcep-concepts-0.20.5-features.xml (755 B at 2.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.3/mdsal-binding-runtime-api-12.0.3.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bmp-monitors-config-loader/0.20.5/bmp-monitors-config-loader-0.20.5.jar (12 kB at 34 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-spi/0.20.5/odl-bgpcep-config-loader-spi-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-impl/0.20.5/odl-bgpcep-config-loader-impl-0.20.5-features.xml (839 B at 2.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-spi/0.20.5/config-loader-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/concepts/0.20.5/concepts-0.20.5.jar (53 kB at 144 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-config-loader/0.20.5/odl-bgpcep-topology-config-loader-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-impl/0.20.5/config-loader-impl-0.20.5.jar (26 kB at 69 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-config-loader/0.20.5/topology-config-loader-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-config-loader-spi/0.20.5/odl-bgpcep-config-loader-spi-0.20.5-features.xml (623 B at 1.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/odl-bgpcep-protocols-config-loader-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.3/mdsal-binding-runtime-api-12.0.3.jar (39 kB at 105 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/protocols-config-loader/0.20.5/protocols-config-loader-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/config-loader-spi/0.20.5/config-loader-spi-0.20.5.jar (13 kB at 35 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/odl-bgpcep-routing-policy-config-loader-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-config-loader/0.20.5/odl-bgpcep-topology-config-loader-0.20.5-features.xml (1.1 kB at 2.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/routing-policy-config-loader/0.20.5/routing-policy-config-loader-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-config-loader/0.20.5/topology-config-loader-0.20.5.jar (13 kB at 34 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph/0.20.5/odl-bgpcep-graph-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/odl-bgpcep-routing-policy-config-loader-0.20.5-features.xml (1.1 kB at 3.0 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-impl/0.20.5/graph-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/protocols-config-loader/0.20.5/protocols-config-loader-0.20.5.jar (13 kB at 34 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph-api/0.20.5/odl-bgpcep-graph-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/odl-bgpcep-protocols-config-loader-0.20.5-features.xml (931 B at 2.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-api/0.20.5/graph-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/routing-policy-config-loader/0.20.5/routing-policy-config-loader-0.20.5.jar (12 kB at 32 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep/0.20.5/odl-bgpcep-pcep-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph/0.20.5/odl-bgpcep-graph-0.20.5-features.xml (745 B at 1.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-api/0.20.5/odl-bgpcep-pcep-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-graph-api/0.20.5/odl-bgpcep-graph-api-0.20.5-features.xml (841 B at 2.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-api/0.20.5/pcep-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-impl/0.20.5/graph-impl-0.20.5.jar (37 kB at 94 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-spi/0.20.5/pcep-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep/0.20.5/odl-bgpcep-pcep-0.20.5-features.xml (3.6 kB at 8.9 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-impl/0.20.5/odl-bgpcep-pcep-impl-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/graph-api/0.20.5/graph-api-0.20.5.jar (106 kB at 260 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-impl/0.20.5/pcep-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-api/0.20.5/odl-bgpcep-pcep-api-0.20.5-features.xml (661 B at 1.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-api/0.20.5/odl-bgpcep-programming-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-spi/0.20.5/pcep-spi-0.20.5.jar (72 kB at 175 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-api/0.20.5/programming-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-impl/0.20.5/odl-bgpcep-pcep-impl-0.20.5-features.xml (964 B at 2.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-spi/0.20.5/programming-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-api/0.20.5/pcep-api-0.20.5.jar (1.1 MB at 2.6 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-topology-api/0.20.5/programming-topology-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-impl/0.20.5/pcep-impl-0.20.5.jar (69 kB at 164 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-tunnel-api/0.20.5/programming-tunnel-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-api/0.20.5/odl-bgpcep-programming-api-0.20.5-features.xml (1.5 kB at 3.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-impl/0.20.5/odl-bgpcep-programming-impl-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-spi/0.20.5/programming-spi-0.20.5.jar (13 kB at 31 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-impl/0.20.5/programming-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-api/0.20.5/programming-api-0.20.5.jar (108 kB at 252 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server/0.20.5/odl-bgpcep-pcep-server-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-topology-api/0.20.5/programming-topology-api-0.20.5.jar (18 kB at 41 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-api/0.20.5/pcep-server-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-tunnel-api/0.20.5/programming-tunnel-api-0.20.5.jar (40 kB at 92 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology/0.20.5/odl-bgpcep-pcep-topology-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-programming-impl/0.20.5/odl-bgpcep-programming-impl-0.20.5-features.xml (1.0 kB at 2.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-api/0.20.5/pcep-tunnel-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/programming-impl/0.20.5/programming-impl-0.20.5.jar (35 kB at 78 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-api/0.20.5/pcep-topology-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server/0.20.5/odl-bgpcep-pcep-server-0.20.5-features.xml (1.0 kB at 2.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-spi/0.20.5/pcep-topology-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-api/0.20.5/pcep-server-api-0.20.5.jar (63 kB at 142 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-stateful/0.20.5/odl-bgpcep-pcep-stateful-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology/0.20.5/odl-bgpcep-pcep-topology-0.20.5-features.xml (990 B at 2.2 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-stateful/0.20.5/pcep-ietf-stateful-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-api/0.20.5/pcep-tunnel-api-0.20.5.jar (135 kB at 296 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/odl-bgpcep-pcep-server-provider-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-spi/0.20.5/pcep-topology-spi-0.20.5.jar (13 kB at 28 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-provider/0.20.5/pcep-server-provider-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-stateful/0.20.5/odl-bgpcep-pcep-stateful-0.20.5-features.xml (835 B at 1.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/odl-bgpcep-pcep-p2mp-te-lsp-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-api/0.20.5/pcep-topology-api-0.20.5.jar (330 kB at 715 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5/pcep-ietf-p2mp-te-lsp-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/odl-bgpcep-pcep-server-provider-0.20.5-features.xml (1.2 kB at 2.5 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/odl-bgpcep-pcep-topology-provider-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/odl-bgpcep-pcep-p2mp-te-lsp-0.20.5-features.xml (801 B at 1.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-provider/0.20.5/pcep-topology-provider-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-stateful/0.20.5/pcep-ietf-stateful-0.20.5.jar (595 kB at 1.3 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/odl-bgpcep-pcep-tunnel-provider-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-server-provider/0.20.5/pcep-server-provider-0.20.5.jar (80 kB at 171 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-provider/0.20.5/pcep-tunnel-provider-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5/pcep-ietf-p2mp-te-lsp-0.20.5.jar (36 kB at 76 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/odl-bgpcep-pcep-segment-routing-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/odl-bgpcep-pcep-topology-provider-0.20.5-features.xml (1.2 kB at 2.5 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-segment-routing/0.20.5/pcep-segment-routing-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/odl-bgpcep-pcep-tunnel-provider-0.20.5-features.xml (841 B at 1.8 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/odl-bgpcep-pcep-auto-bandwidth-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-tunnel-provider/0.20.5/pcep-tunnel-provider-0.20.5.jar (59 kB at 122 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-auto-bandwidth-extension/0.20.5/pcep-auto-bandwidth-extension-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-topology-provider/0.20.5/pcep-topology-provider-0.20.5.jar (209 kB at 433 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-config-example/0.20.5/odl-bgpcep-pcep-config-example-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/odl-bgpcep-pcep-segment-routing-0.20.5-features.xml (662 B at 1.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-config-example/0.20.5/pcep-config-example-0.20.5-network-topology-pcep-initial-config.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/odl-bgpcep-pcep-auto-bandwidth-0.20.5-features.xml (667 B at 1.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-cli/0.20.5/odl-bgpcep-pcep-cli-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-config-example/0.20.5/odl-bgpcep-pcep-config-example-0.20.5-features.xml (561 B at 1.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-cli/0.20.5/pcep-cli-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-auto-bandwidth-extension/0.20.5/pcep-auto-bandwidth-extension-0.20.5.jar (45 kB at 90 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/odl-bgpcep-pcep-base-parser-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-segment-routing/0.20.5/pcep-segment-routing-0.20.5.jar (245 kB at 496 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-base-parser/0.20.5/pcep-base-parser-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-config-example/0.20.5/pcep-config-example-0.20.5-network-topology-pcep-initial-config.xml (1.6 kB at 3.2 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp/0.20.5/odl-bgpcep-rsvp-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-cli/0.20.5/odl-bgpcep-pcep-cli-0.20.5-features.xml (822 B at 1.6 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-impl/0.20.5/rsvp-impl-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-cli/0.20.5/pcep-cli-0.20.5.jar (15 kB at 30 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp-api/0.20.5/odl-bgpcep-rsvp-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/odl-bgpcep-pcep-base-parser-0.20.5-features.xml (632 B at 1.3 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-api/0.20.5/rsvp-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp/0.20.5/odl-bgpcep-rsvp-0.20.5-features.xml (574 B at 1.1 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-spi/0.20.5/rsvp-spi-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/pcep-base-parser/0.20.5/pcep-base-parser-0.20.5.jar (249 kB at 492 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-api/0.20.5/odl-bgpcep-topology-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-impl/0.20.5/rsvp-impl-0.20.5.jar (132 kB at 259 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-api/0.20.5/topology-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-rsvp-api/0.20.5/odl-bgpcep-rsvp-api-0.20.5-features.xml (854 B at 1.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/odl-bgpcep-topology-tunnel-api-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-spi/0.20.5/rsvp-spi-0.20.5.jar (48 kB at 94 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-tunnel-api/0.20.5/topology-tunnel-api-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-api/0.20.5/odl-bgpcep-topology-api-0.20.5-features.xml (884 B at 1.7 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/odl-bgpcep-topology-segment-routing-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/rsvp-api/0.20.5/rsvp-api-0.20.5.jar (679 kB at 1.3 MB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-segment-routing/0.20.5/topology-segment-routing-0.20.5.jar 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/odl-bgpcep-topology-tunnel-api-0.20.5-features.xml (721 B at 1.4 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep-testing/0.20.5/features-bgpcep-testing-0.20.5-features.xml 10:34:45 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-api/0.20.5/topology-api-0.20.5.jar (160 kB at 306 kB/s) 10:34:45 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-extras-dependencies/0.20.5/odl-bgpcep-extras-dependencies-0.20.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/odl-bgpcep-topology-segment-routing-0.20.5-features.xml (714 B at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/util/0.20.5/util-0.20.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-tunnel-api/0.20.5/topology-tunnel-api-0.20.5.jar (95 kB at 180 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/odl-bgpcep-bgp-benchmark-0.20.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/topology-segment-routing/0.20.5/topology-segment-routing-0.20.5.jar (95 kB at 181 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-benchmark-app/0.20.5/bgp-benchmark-app-0.20.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/features-bgpcep-testing/0.20.5/features-bgpcep-testing-0.20.5-features.xml (987 B at 1.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-data-change-counter/0.20.5/odl-bgpcep-data-change-counter-0.20.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-extras-dependencies/0.20.5/odl-bgpcep-extras-dependencies-0.20.5-features.xml (768 B at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/data-change-counter/0.20.5/data-change-counter-0.20.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/odl-bgpcep-bgp-benchmark-0.20.5-features.xml (958 B at 1.8 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller/8.0.3/features-controller-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/util/0.20.5/util-0.20.5.jar (27 kB at 50 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.3/odl-controller-akka-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/odl-bgpcep-data-change-counter/0.20.5/odl-bgpcep-data-change-counter-0.20.5-features.xml (1.1 kB at 2.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.3/repackaged-akka-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/bgp-benchmark-app/0.20.5/bgp-benchmark-app-0.20.5.jar (72 kB at 134 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.2/config-1.4.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/bgpcep/data-change-counter/0.20.5/data-change-counter-0.20.5.jar (52 kB at 97 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/ssl-config-core_2.13/0.4.3/ssl-config-core_2.13-0.4.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.3/odl-controller-akka-8.0.3-features.xml (1.2 kB at 2.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-client/1.38.1/aeron-client-1.38.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller/8.0.3/features-controller-8.0.3-features.xml (2.5 kB at 4.5 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-driver/1.38.1/aeron-driver-1.38.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/config/1.4.2/config-1.4.2.jar (295 kB at 534 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty/3.10.6.Final/netty-3.10.6.Final.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/typesafe/ssl-config-core_2.13/0.4.3/ssl-config-core_2.13-0.4.3.jar (302 kB at 540 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.2/agrona-1.15.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-client/1.38.1/aeron-client-1.38.1.jar (195 kB at 346 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/aeron/aeron-driver/1.38.1/aeron-driver-1.38.1.jar (305 kB at 539 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lmdbjava/lmdbjava/0.7.0/lmdbjava-0.7.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty/3.10.6.Final/netty-3.10.6.Final.jar (1.3 MB at 2.2 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.3/odl-controller-scala-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar (12 kB at 20 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/agrona/agrona/1.15.2/agrona-1.15.2.jar (449 kB at 772 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lmdbjava/lmdbjava/0.7.0/lmdbjava-0.7.0.jar (434 kB at 741 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-java8-compat_2.13/1.0.2/scala-java8-compat_2.13-1.0.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.3/odl-controller-scala-8.0.3-features.xml (629 B at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-parser-combinators_2.13/1.1.2/scala-parser-combinators_2.13-1.1.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-parser-combinators_2.13/1.1.2/scala-parser-combinators_2.13-1.1.2.jar (225 kB at 372 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.3/odl-mdsal-broker-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/modules/scala-java8-compat_2.13/1.0.2/scala-java8-compat_2.13-1.0.2.jar (640 kB at 1.0 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-broker-local/8.0.3/odl-controller-broker-local-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.3/odl-mdsal-broker-8.0.3-features.xml (1.1 kB at 1.8 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-simple/12.0.3/mdsal-eos-dom-simple-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-broker-local/8.0.3/odl-controller-broker-local-8.0.3-features.xml (1.2 kB at 1.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-inmemory-datastore/12.0.3/mdsal-dom-inmemory-datastore-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-simple/12.0.3/mdsal-eos-dom-simple-12.0.3.jar (20 kB at 31 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.3/odl-mdsal-clustering-commons-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-inmemory-datastore/12.0.3/mdsal-dom-inmemory-datastore-12.0.3.jar (30 kB at 48 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.3/sal-clustering-commons-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.3/odl-mdsal-clustering-commons-8.0.3-features.xml (2.0 kB at 3.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.20/metrics-graphite-4.2.20.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-reflect/2.13.12/scala-reflect-2.13.12.jar (3.8 MB at 5.9 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.18.0/amqp-client-5.18.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.3/sal-clustering-commons-8.0.3.jar (170 kB at 264 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/scala-lang/scala-library/2.13.12/scala-library-2.13.12.jar (5.9 MB at 9.1 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.3/sal-akka-raft-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.20/metrics-graphite-4.2.20.jar (24 kB at 37 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.3/cds-mgmt-api-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.18.0/amqp-client-5.18.0.jar (661 kB at 1.0 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.3/sal-akka-segmented-journal-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.3/cds-mgmt-api-8.0.3.jar (16 kB at 25 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.3/atomix-storage-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.3/sal-akka-raft-8.0.3.jar (293 kB at 440 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.3/odl-controller-mdsal-common-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar (683 kB at 1.0 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.3/sal-common-util-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.3/sal-akka-segmented-journal-8.0.3.jar (34 kB at 51 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.3/odl-mdsal-distributed-datastore-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.3/sal-common-util-8.0.3.jar (15 kB at 22 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.3/cds-access-api-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.3/odl-controller-mdsal-common-8.0.3-features.xml (762 B at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.3/cds-access-client-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.3/atomix-storage-8.0.3.jar (548 kB at 806 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.3/cds-dom-api-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.3/odl-mdsal-distributed-datastore-8.0.3-features.xml (3.4 kB at 5.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.3/sal-distributed-datastore-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.3/cds-access-client-8.0.3.jar (71 kB at 104 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.3/cds-access-api-8.0.3.jar (200 kB at 290 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.3/eos-dom-akka-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.3/cds-dom-api-8.0.3.jar (10 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.3/general-entity-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.jar (129 kB at 183 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.3/sal-cluster-admin-api-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.3/general-entity-12.0.3.jar (21 kB at 30 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.3/sal-cluster-admin-impl-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.3/repackaged-akka-8.0.3.jar (19 MB at 28 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-akkaconf.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.3/sal-distributed-datastore-8.0.3.jar (1.0 MB at 1.4 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-factoryakkaconf.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.3/eos-dom-akka-8.0.3.jar (212 kB at 301 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-moduleshardconf.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.3/sal-cluster-admin-impl-8.0.3.jar (46 kB at 65 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-moduleconf.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.3/sal-cluster-admin-api-8.0.3.jar (230 kB at 323 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-datastore.cfg 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-akkaconf.xml (1.2 kB at 1.7 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.3/odl-mdsal-remoterpc-connector-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-factoryakkaconf.xml (7.2 kB at 10 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.3/sal-remoterpc-connector-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-moduleshardconf.xml (1.4 kB at 1.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.3/odl-controller-blueprint-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.3/odl-mdsal-remoterpc-connector-8.0.3-features.xml (688 B at 954 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.3/blueprint-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-moduleconf.xml (871 B at 1.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.3/sal-clustering-config-8.0.3-datastore.cfg (7.1 kB at 9.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.3/odl-jolokia-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.3/sal-remoterpc-connector-8.0.3.jar (122 kB at 168 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.2/jolokia-osgi-1.7.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.3/odl-controller-blueprint-8.0.3-features.xml (1.2 kB at 1.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.3/odl-jolokia-8.0.3-features.xml (608 B at 830 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.3/odl-jolokia-osgi-8.0.3-configuration.cfg 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.3/blueprint-8.0.3.jar (90 kB at 123 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-experimental/8.0.3/features-controller-experimental-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/org.apache.aries.util/1.1.3/org.apache.aries.util-1.1.3.jar (116 kB at 157 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.3/odl-controller-exp-netty-config-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 32 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.3/netty-event-executor-config-0.19.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.3/odl-jolokia-osgi-8.0.3-configuration.cfg (630 B at 850 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.3/netty-threadgroup-config-0.19.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-experimental/8.0.3/features-controller-experimental-8.0.3-features.xml (798 B at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.3/netty-timer-config-0.19.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.2/jolokia-osgi-1.7.2.jar (438 kB at 588 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.3/threadpool-config-api-0.19.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.3/odl-controller-exp-netty-config-8.0.3-features.xml (1.2 kB at 1.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.3/threadpool-config-impl-0.19.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.3/netty-event-executor-config-0.19.3.jar (14 kB at 19 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-toaster/8.0.3/odl-toaster-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.3/netty-timer-config-0.19.3.jar (14 kB at 18 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster/8.0.3/sample-toaster-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.3/netty-threadgroup-config-0.19.3.jar (14 kB at 19 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-consumer/8.0.3/sample-toaster-consumer-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.3/threadpool-config-api-0.19.3.jar (8.7 kB at 12 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-provider/8.0.3/sample-toaster-provider-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.3/threadpool-config-impl-0.19.3.jar (15 kB at 20 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-toaster/8.0.3/odl-toaster-8.0.3-features.xml (945 B at 1.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster/8.0.3/sample-toaster-8.0.3.jar (77 kB at 101 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-consumer/8.0.3/sample-toaster-consumer-8.0.3.jar (16 kB at 21 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-testing/8.0.3/features-controller-testing-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/sample-toaster-provider/8.0.3/sample-toaster-provider-8.0.3.jar (26 kB at 34 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-clustering-test-app/8.0.3/odl-clustering-test-app-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.metatype.annotations/1.4.1/org.osgi.service.metatype.annotations-1.4.1.jar (28 kB at 36 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-model/8.0.3/clustering-it-model-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-provider/8.0.3/clustering-it-provider-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/features-controller-testing/8.0.3/features-controller-testing-8.0.3-features.xml (791 B at 1.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-karaf-cli/8.0.3/clustering-it-karaf-cli-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-clustering-test-app/8.0.3/odl-clustering-test-app-8.0.3-features.xml (1.1 kB at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-karaf-cli/8.0.3/sal-cluster-admin-karaf-cli-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-benchmark/8.0.3/odl-mdsal-benchmark-8.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-provider/8.0.3/clustering-it-provider-8.0.3.jar (87 kB at 111 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/benchmark-api/8.0.3/benchmark-api-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-benchmark/8.0.3/odl-mdsal-benchmark-8.0.3-features.xml (837 B at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/dsbenchmark/8.0.3/dsbenchmark-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-model/8.0.3/clustering-it-model-8.0.3.jar (557 kB at 711 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/ntfbenchmark/8.0.3/ntfbenchmark-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/samples/clustering-it-karaf-cli/8.0.3/clustering-it-karaf-cli-8.0.3.jar (73 kB at 93 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/rpcbenchmark/8.0.3/rpcbenchmark-8.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-karaf-cli/8.0.3/sal-cluster-admin-karaf-cli-8.0.3.jar (39 kB at 50 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.4/ready-api-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/ntfbenchmark/8.0.3/ntfbenchmark-8.0.3.jar (19 kB at 23 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils/6.0.4/features-infrautils-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/benchmark-api/8.0.3/benchmark-api-8.0.3.jar (218 kB at 275 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.4/odl-infrautils-diagstatus-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/dsbenchmark/8.0.3/dsbenchmark-8.0.3.jar (62 kB at 78 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.4/diagstatus-web-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/rpcbenchmark/8.0.3/rpcbenchmark-8.0.3.jar (22 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.4/diagstatus-api-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.4/ready-api-6.0.4.jar (20 kB at 25 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.4/diagstatus-shell-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.4/diagstatus-web-6.0.4.jar (10 kB at 13 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.4/diagstatus-impl-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.4/odl-infrautils-diagstatus-6.0.4-features.xml (1.9 kB at 2.3 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.4/odl-infrautils-ready-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.4/diagstatus-api-6.0.4.jar (24 kB at 30 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.4/ready-impl-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils/6.0.4/features-infrautils-6.0.4-features.xml (966 B at 1.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.4/odl-infrautils-utils-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.4/diagstatus-shell-6.0.4.jar (16 kB at 20 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.4/infrautils-util-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.4/odl-infrautils-ready-6.0.4-features.xml (829 B at 1.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils-experimental/6.0.4/features-infrautils-experimental-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.4/diagstatus-impl-6.0.4.jar (22 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-inject/6.0.4/odl-infrautils-inject-6.0.4-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.4/odl-infrautils-utils-6.0.4-features.xml (556 B at 683 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/inject/6.0.4/inject-6.0.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.4/infrautils-util-6.0.4.jar (27 kB at 33 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal/12.0.3/features-mdsal-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.4/ready-impl-6.0.4.jar (237 kB at 289 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding/12.0.3/odl-mdsal-binding-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/features-infrautils-experimental/6.0.4/features-infrautils-experimental-6.0.4-features.xml (796 B at 969 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.3/odl-mdsal-binding-api-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-inject/6.0.4/odl-infrautils-inject-6.0.4-features.xml (407 B at 495 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.3/mdsal-binding-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/inject/6.0.4/inject-6.0.4.jar (12 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.3/mdsal-binding-spi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding/12.0.3/odl-mdsal-binding-12.0.3-features.xml (751 B at 905 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.3/mdsal-binding-util-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal/12.0.3/features-mdsal-12.0.3-features.xml (11 kB at 14 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.3/odl-mdsal-binding-base-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.3/odl-mdsal-binding-api-12.0.3-features.xml (1.1 kB at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.3/yang-binding-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.3/mdsal-binding-spi-12.0.3.jar (17 kB at 20 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.3/mdsal-binding-spec-util-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.3/mdsal-binding-api-12.0.3.jar (72 kB at 87 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.3/yang-ext-2013.09.07.24.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.3/odl-mdsal-binding-base-12.0.3-features.xml (757 B at 904 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.3/odl-mdsal-binding-dom-adapter-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.3/mdsal-binding-util-12.0.3.jar (47 kB at 56 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.3/mdsal-binding-dom-adapter-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.3/mdsal-binding-spec-util-12.0.3.jar (21 kB at 24 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.3/mdsal-binding-dom-codec-spi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.3/yang-binding-12.0.3.jar (84 kB at 100 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.3/mdsal-binding-model-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.3/yang-ext-2013.09.07.24.3.jar (15 kB at 18 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.3/odl-mdsal-binding-runtime-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.3/odl-mdsal-binding-dom-adapter-12.0.3-features.xml (1.1 kB at 1.3 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.3/mdsal-binding-generator-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.3/mdsal-binding-dom-adapter-12.0.3.jar (261 kB at 308 kB/s) 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.3/mdsal-binding-model-api-12.0.3.jar (48 kB at 56 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.3/mdsal-binding-model-ri-12.0.3.jar 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.3/mdsal-binding-dom-codec-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.3/mdsal-binding-dom-codec-spi-12.0.3.jar (25 kB at 29 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.3/mdsal-binding-loader-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.3/odl-mdsal-binding-runtime-12.0.3-features.xml (1.2 kB at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.3/mdsal-binding-dom-codec-osgi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.3/mdsal-binding-model-ri-12.0.3.jar (81 kB at 94 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.3/mdsal-binding-runtime-osgi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.3/mdsal-binding-loader-12.0.3.jar (24 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.3/mdsal-binding-runtime-spi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.3/mdsal-binding-dom-codec-12.0.3.jar (293 kB at 339 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.3/odl-mdsal-bytebuddy-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.3/mdsal-binding-dom-codec-osgi-12.0.3.jar (25 kB at 29 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.3/odl-mdsal-common-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.3/mdsal-binding-generator-12.0.3.jar (266 kB at 307 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.3/mdsal-common-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.3/mdsal-binding-runtime-osgi-12.0.3.jar (24 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom/12.0.3/odl-mdsal-dom-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.3/mdsal-binding-runtime-spi-12.0.3.jar (36 kB at 41 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.3/odl-mdsal-dom-api-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.3/odl-mdsal-bytebuddy-12.0.3-features.xml (382 B at 438 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.3/mdsal-dom-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.3/odl-mdsal-common-12.0.3-features.xml (577 B at 660 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.3/mdsal-dom-spi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.3/mdsal-common-api-12.0.3.jar (26 kB at 29 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.3/odl-mdsal-dom-broker-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom/12.0.3/odl-mdsal-dom-12.0.3-features.xml (524 B at 597 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.3/mdsal-dom-broker-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.3/odl-mdsal-dom-api-12.0.3-features.xml (839 B at 956 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.3/odl-mdsal-dom-runtime-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.3/mdsal-dom-api-12.0.3.jar (79 kB at 90 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.3/odl-mdsal-binding-runtime-api-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.3/odl-mdsal-dom-broker-12.0.3-features.xml (619 B at 702 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.3/mdsal-dom-schema-osgi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.3/mdsal-dom-spi-12.0.3.jar (103 kB at 117 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.3/odl-mdsal-eos-common-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.3/odl-mdsal-dom-runtime-12.0.3-features.xml (832 B at 937 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.3/mdsal-eos-common-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.3/mdsal-dom-broker-12.0.3.jar (109 kB at 123 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.3/mdsal-eos-common-spi-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.3/odl-mdsal-binding-runtime-api-12.0.3-features.xml (1.4 kB at 1.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.3/odl-mdsal-eos-dom-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.3/odl-mdsal-eos-common-12.0.3-features.xml (683 B at 764 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.3/mdsal-eos-dom-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.3/mdsal-dom-schema-osgi-12.0.3.jar (42 kB at 47 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.3/odl-mdsal-eos-binding-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.3/mdsal-eos-common-spi-12.0.3.jar (13 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.3/mdsal-eos-binding-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.3/mdsal-eos-common-api-12.0.3.jar (22 kB at 25 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.3/mdsal-eos-binding-adapter-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.3/odl-mdsal-eos-dom-12.0.3-features.xml (619 B at 688 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.3/odl-mdsal-singleton-common-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.3/mdsal-eos-dom-api-12.0.3.jar (16 kB at 18 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.3/mdsal-singleton-common-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.3/odl-mdsal-eos-binding-12.0.3-features.xml (1.0 kB at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.3/odl-mdsal-singleton-dom-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.3/mdsal-eos-binding-adapter-12.0.3.jar (20 kB at 23 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.3/mdsal-singleton-dom-impl-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.3/mdsal-eos-binding-api-12.0.3.jar (16 kB at 18 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-trace/12.0.3/odl-mdsal-trace-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.3/odl-mdsal-singleton-common-12.0.3-features.xml (663 B at 730 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.3/mdsal-singleton-common-api-12.0.3.jar (14 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-impl/12.0.3/mdsal-trace-impl-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.3/odl-mdsal-singleton-dom-12.0.3-features.xml (1.1 kB at 1.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-cli/12.0.3/mdsal-trace-cli-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-trace/12.0.3/odl-mdsal-trace-12.0.3-features.xml (950 B at 1.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-rfc8294-netty/12.0.3/odl-mdsal-rfc8294-netty-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.3/mdsal-singleton-dom-impl-12.0.3.jar (43 kB at 47 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-rfc8294-netty/12.0.3/mdsal-rfc8294-netty-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3.jar (22 kB at 24 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-common/12.0.3/odl-mdsal-replicate-common-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-cli/12.0.3/mdsal-trace-cli-12.0.3.jar (9.7 kB at 10 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-common/12.0.3/mdsal-replicate-common-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-impl/12.0.3/mdsal-trace-impl-12.0.3.jar (35 kB at 38 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-netty/12.0.3/odl-mdsal-replicate-netty-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-rfc8294-netty/12.0.3/odl-mdsal-rfc8294-netty-12.0.3-features.xml (987 B at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-rfc8294-netty/12.0.3/mdsal-rfc8294-netty-12.0.3.jar (13 kB at 14 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.3/odl-mdsal-model-rfc6991-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-common/12.0.3/odl-mdsal-replicate-common-12.0.3-features.xml (639 B at 687 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.3/rfc6991-ietf-inet-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3.jar (54 kB at 58 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.3/ietf-type-util-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-replicate-netty/12.0.3/odl-mdsal-replicate-netty-12.0.3-features.xml (1.5 kB at 1.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.3/rfc6991-ietf-yang-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-common/12.0.3/mdsal-replicate-common-12.0.3.jar (12 kB at 13 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7224/12.0.3/odl-mdsal-model-rfc7224-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.3/odl-mdsal-model-rfc6991-12.0.3-features.xml (835 B at 889 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-if-type/12.0.3/iana-if-type-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.3/rfc6991-ietf-inet-types-12.0.3.jar (58 kB at 61 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/odl-mdsal-model-rfc7317-iana-crypt-hash-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.3/ietf-type-util-12.0.3.jar (15 kB at 16 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-crypt-hash/12.0.3/iana-crypt-hash-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7224/12.0.3/odl-mdsal-model-rfc7224-12.0.3-features.xml (650 B at 687 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.3/odl-mdsal-model-rfc7952-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.3/rfc6991-ietf-yang-types-12.0.3.jar (50 kB at 53 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.3/rfc7952-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/odl-mdsal-model-rfc7317-iana-crypt-hash-12.0.3-features.xml (709 B at 743 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.3/odl-mdsal-model-rfc8040-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.3/odl-mdsal-model-rfc7952-12.0.3-features.xml (637 B at 667 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.3/rfc8040-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-crypt-hash/12.0.3/iana-crypt-hash-12.0.3.jar (20 kB at 21 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.3/odl-mdsal-model-rfc8072-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.3/rfc7952-12.0.3.jar (15 kB at 16 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.3/rfc8072-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-if-type/12.0.3/iana-if-type-12.0.3.jar (606 kB at 630 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8294/12.0.3/odl-mdsal-model-rfc8294-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.3/odl-mdsal-model-rfc8040-12.0.3-features.xml (637 B at 660 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-routing-types/12.0.3/iana-routing-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.3/odl-mdsal-model-rfc8072-12.0.3-features.xml (645 B at 669 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8294-ietf-routing-types/12.0.3/rfc8294-ietf-routing-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.3/rfc8040-12.0.3.jar (59 kB at 61 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.3/odl-mdsal-model-rfc8342-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8294/12.0.3/odl-mdsal-model-rfc8294-12.0.3-features.xml (761 B at 784 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.3/rfc8342-ietf-datastores-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.3/rfc8072-12.0.3.jar (97 kB at 100 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.3/rfc8342-ietf-origin-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-routing-types/12.0.3/iana-routing-types-12.0.3.jar (27 kB at 27 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8343/12.0.3/odl-mdsal-model-rfc8343-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8294-ietf-routing-types/12.0.3/rfc8294-ietf-routing-types-12.0.3.jar (118 kB at 121 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8343/12.0.3/rfc8343-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.3/odl-mdsal-model-rfc8342-12.0.3-features.xml (759 B at 777 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8344/12.0.3/odl-mdsal-model-rfc8344-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.3/rfc8342-ietf-datastores-12.0.3.jar (30 kB at 31 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8344/12.0.3/rfc8344-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.3/rfc8342-ietf-origin-12.0.3.jar (29 kB at 29 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345/12.0.3/odl-mdsal-model-rfc8345-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8343/12.0.3/odl-mdsal-model-rfc8343-12.0.3-features.xml (645 B at 652 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network/12.0.3/rfc8345-ietf-network-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8343/12.0.3/rfc8343-12.0.3.jar (84 kB at 85 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-state/12.0.3/rfc8345-ietf-network-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8344/12.0.3/odl-mdsal-model-rfc8344-12.0.3-features.xml (645 B at 646 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology/12.0.3/rfc8345-ietf-network-topology-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8344/12.0.3/rfc8344-12.0.3.jar (160 kB at 160 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology-state/12.0.3/rfc8345-ietf-network-topology-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345/12.0.3/odl-mdsal-model-rfc8345-12.0.3-features.xml (990 B at 988 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/odl-mdsal-model-rfc8345-non-nmda-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network/12.0.3/rfc8345-ietf-network-12.0.3.jar (60 kB at 60 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346/12.0.3/odl-mdsal-model-rfc8346-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-state/12.0.3/rfc8345-ietf-network-state-12.0.3.jar (59 kB at 59 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology/12.0.3/rfc8346-ietf-l3-unicast-topology-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/odl-mdsal-model-rfc8345-non-nmda-12.0.3-features.xml (599 B at 591 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology-state/12.0.3/rfc8346-ietf-l3-unicast-topology-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology/12.0.3/rfc8345-ietf-network-topology-12.0.3.jar (74 kB at 73 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/odl-mdsal-model-rfc8346-non-nmda-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8345-ietf-network-topology-state/12.0.3/rfc8345-ietf-network-topology-state-12.0.3.jar (73 kB at 72 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348/12.0.3/odl-mdsal-model-rfc8348-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346/12.0.3/odl-mdsal-model-rfc8346-12.0.3-features.xml (1.0 kB at 991 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-hardware/12.0.3/iana-hardware-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology/12.0.3/rfc8346-ietf-l3-unicast-topology-12.0.3.jar (147 kB at 145 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware/12.0.3/rfc8348-ietf-hardware-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8346-ietf-l3-unicast-topology-state/12.0.3/rfc8346-ietf-l3-unicast-topology-state-12.0.3.jar (73 kB at 71 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware-state/12.0.3/rfc8348-ietf-hardware-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348/12.0.3/odl-mdsal-model-rfc8348-12.0.3-features.xml (862 B at 841 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/odl-mdsal-model-rfc8348-non-nmda-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/odl-mdsal-model-rfc8346-non-nmda-12.0.3-features.xml (830 B at 810 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8349/12.0.3/odl-mdsal-model-rfc8349-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/iana/iana-hardware/12.0.3/iana-hardware-12.0.3.jar (44 kB at 43 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-routing/12.0.3/rfc8349-ietf-routing-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware/12.0.3/rfc8348-ietf-hardware-12.0.3.jar (94 kB at 92 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv4-unicast-routing/12.0.3/rfc8349-ietf-ipv4-unicast-routing-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8348-ietf-hardware-state/12.0.3/rfc8348-ietf-hardware-state-12.0.3.jar (74 kB at 71 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv6-unicast-routing/12.0.3/rfc8349-ietf-ipv6-unicast-routing-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/odl-mdsal-model-rfc8348-non-nmda-12.0.3-features.xml (598 B at 578 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8519/12.0.3/odl-mdsal-model-rfc8519-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8349/12.0.3/odl-mdsal-model-rfc8349-12.0.3-features.xml (882 B at 853 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-access-control-list/12.0.3/rfc8519-ietf-access-control-list-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-routing/12.0.3/rfc8349-ietf-routing-12.0.3.jar (291 kB at 280 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-ethertypes/12.0.3/rfc8519-ietf-ethertypes-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8519/12.0.3/odl-mdsal-model-rfc8519-12.0.3-features.xml (877 B at 841 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-packet-fields/12.0.3/rfc8519-ietf-packet-fields-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv4-unicast-routing/12.0.3/rfc8349-ietf-ipv4-unicast-routing-12.0.3.jar (111 kB at 106 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8520/12.0.3/odl-mdsal-model-rfc8520-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8349-ietf-ipv6-unicast-routing/12.0.3/rfc8349-ietf-ipv6-unicast-routing-12.0.3.jar (194 kB at 185 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-acldns/12.0.3/rfc8520-ietf-acldns-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-access-control-list/12.0.3/rfc8519-ietf-access-control-list-12.0.3.jar (308 kB at 294 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-mud/12.0.3/rfc8520-ietf-mud-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8520/12.0.3/odl-mdsal-model-rfc8520-12.0.3-features.xml (752 B at 715 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.3/odl-mdsal-model-rfc8525-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-ethertypes/12.0.3/rfc8519-ietf-ethertypes-12.0.3.jar (25 kB at 24 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.3/rfc8525-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8519-ietf-packet-fields/12.0.3/rfc8519-ietf-packet-fields-12.0.3.jar (78 kB at 74 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8528/12.0.3/odl-mdsal-model-rfc8528-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-acldns/12.0.3/rfc8520-ietf-acldns-12.0.3.jar (24 kB at 22 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8528/12.0.3/rfc8528-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8520-ietf-mud/12.0.3/rfc8520-ietf-mud-12.0.3.jar (72 kB at 68 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8529/12.0.3/odl-mdsal-model-rfc8529-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.3/odl-mdsal-model-rfc8525-12.0.3-features.xml (859 B at 809 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8529/12.0.3/rfc8529-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8528/12.0.3/odl-mdsal-model-rfc8528-12.0.3-features.xml (645 B at 607 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8530/12.0.3/odl-mdsal-model-rfc8530-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.3/rfc8525-12.0.3.jar (146 kB at 137 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8530/12.0.3/rfc8530-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8528/12.0.3/rfc8528-12.0.3.jar (62 kB at 58 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8542/12.0.3/odl-mdsal-model-rfc8542-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8529/12.0.3/odl-mdsal-model-rfc8529-12.0.3-features.xml (859 B at 801 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-topology/12.0.3/rfc8542-ietf-dc-fabric-topology-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8530/12.0.3/odl-mdsal-model-rfc8530-12.0.3-features.xml (859 B at 799 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-types/12.0.3/rfc8542-ietf-dc-fabric-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8529/12.0.3/rfc8529-12.0.3.jar (106 kB at 98 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8776/12.0.3/odl-mdsal-model-rfc8776-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8542/12.0.3/odl-mdsal-model-rfc8542-12.0.3-features.xml (776 B at 720 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-types/12.0.3/rfc8776-ietf-te-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8530/12.0.3/rfc8530-12.0.3.jar (48 kB at 44 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-packet-types/12.0.3/rfc8776-ietf-te-packet-types-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-topology/12.0.3/rfc8542-ietf-dc-fabric-topology-12.0.3.jar (97 kB at 90 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795/12.0.3/odl-mdsal-model-rfc8795-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8776/12.0.3/odl-mdsal-model-rfc8776-12.0.3-features.xml (766 B at 706 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology/12.0.3/rfc8795-ietf-te-topology-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8542-ietf-dc-fabric-types/12.0.3/rfc8542-ietf-dc-fabric-types-12.0.3.jar (83 kB at 77 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology-state/12.0.3/rfc8795-ietf-te-topology-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-packet-types/12.0.3/rfc8776-ietf-te-packet-types-12.0.3.jar (81 kB at 74 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/odl-mdsal-model-rfc8795-non-nmda-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795/12.0.3/odl-mdsal-model-rfc8795-12.0.3-features.xml (985 B at 900 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819/12.0.3/odl-mdsal-model-rfc8819-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8776-ietf-te-types/12.0.3/rfc8776-ietf-te-types-12.0.3.jar (962 kB at 877 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags/12.0.3/rfc8819-ietf-module-tags-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology-state/12.0.3/rfc8795-ietf-te-topology-state-12.0.3.jar (116 kB at 105 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/odl-mdsal-model-rfc8819-non-nmda-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/odl-mdsal-model-rfc8795-non-nmda-12.0.3-features.xml (830 B at 753 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags-state/12.0.3/rfc8819-ietf-module-tags-state-12.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8795-ietf-te-topology/12.0.3/rfc8795-ietf-te-topology-12.0.3.jar (622 kB at 565 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819/12.0.3/odl-mdsal-model-rfc8819-12.0.3-features.xml (662 B at 600 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.3/ietf-topology-2013.10.21.24.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags/12.0.3/rfc8819-ietf-module-tags-12.0.3.jar (31 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.3/odl-mdsal-model-odl-l2-types-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.3-features.xml (812 B at 730 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.3/opendaylight-l2-types-2013.08.27.24.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8819-ietf-module-tags-state/12.0.3/rfc8819-ietf-module-tags-state-12.0.3.jar (30 kB at 27 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal-experimental/12.0.3/features-mdsal-experimental-12.0.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/odl-mdsal-model-rfc8819-non-nmda-12.0.3-features.xml (707 B at 635 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-api/0.17.3/odl-mdsal-exp-yanglib-api-0.17.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.3/odl-mdsal-model-odl-l2-types-12.0.3-features.xml (696 B at 623 B/s) 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.3/ietf-topology-2013.10.21.24.3.jar (103 kB at 92 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-api/0.17.3/mdsal-yanglib-api-0.17.3.jar 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/odl-mdsal-exp-yanglib-rfc8525-0.17.3-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.3/opendaylight-l2-types-2013.08.27.24.3.jar (19 kB at 17 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-rfc8525/0.17.3/mdsal-yanglib-rfc8525-0.17.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/features-mdsal-experimental/12.0.3/features-mdsal-experimental-12.0.3-features.xml (999 B at 890 B/s) 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-api/0.17.3/odl-mdsal-exp-yanglib-api-0.17.3-features.xml (620 B at 552 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-aaa-netconf-plugin/6.0.5/odl-aaa-netconf-plugin-6.0.5-features.xml 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf/6.0.5/features-netconf-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/odl-mdsal-exp-yanglib-rfc8525-0.17.3-features.xml (1.1 kB at 967 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.5/netconf-auth-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-api/0.17.3/mdsal-yanglib-api-0.17.3.jar (16 kB at 14 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth-aaa/6.0.5/netconf-auth-aaa-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-yanglib-rfc8525/0.17.3/mdsal-yanglib-rfc8525-0.17.3.jar (32 kB at 28 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-all/6.0.5/odl-netconf-all-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf/6.0.5/features-netconf-6.0.5-features.xml (5.2 kB at 4.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.5/odl-netconf-api-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-aaa-netconf-plugin/6.0.5/odl-aaa-netconf-plugin-6.0.5-features.xml (652 B at 576 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.5/odl-netconf-model-rfc6470-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-all/6.0.5/odl-netconf-all-6.0.5-features.xml (1.3 kB at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.5/rfc6470-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.5/netconf-auth-6.0.5.jar (8.0 kB at 7.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.5/odl-netconf-model-rfc8526-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth-aaa/6.0.5/netconf-auth-aaa-6.0.5.jar (11 kB at 9.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.5/odl-netconf-model-rfc6243-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.5/odl-netconf-model-rfc6470-6.0.5-features.xml (639 B at 560 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.5/rfc6243-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.5/odl-netconf-api-6.0.5-features.xml (1.6 kB at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.5/rfc8526-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.5/odl-netconf-model-rfc8526-6.0.5-features.xml (806 B at 702 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.5/netconf-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.5/rfc6470-6.0.5.jar (84 kB at 74 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-client/6.0.5/odl-netconf-client-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.5/odl-netconf-model-rfc6243-6.0.5-features.xml (639 B at 554 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client/6.0.5/netconf-client-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.5/rfc8526-6.0.5.jar (111 kB at 96 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-exificient/6.0.5/shaded-exificient-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.5/rfc6243-6.0.5.jar (30 kB at 26 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-config/6.0.5/netconf-config-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-client/6.0.5/odl-netconf-client-6.0.5-features.xml (1.1 kB at 917 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-impl/6.0.5/odl-netconf-impl-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.5/netconf-api-6.0.5.jar (52 kB at 45 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server/6.0.5/netconf-server-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client/6.0.5/netconf-client-6.0.5.jar (303 kB at 261 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc7407-ietf-x509-cert-to-name/6.0.5/rfc7407-ietf-x509-cert-to-name-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-config/6.0.5/netconf-config-6.0.5.jar (18 kB at 16 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-mdsal/6.0.5/odl-netconf-mdsal-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-impl/6.0.5/odl-netconf-impl-6.0.5-features.xml (1.7 kB at 1.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server-mdsal/6.0.5/netconf-server-mdsal-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-mdsal/6.0.5/odl-netconf-mdsal-6.0.5-features.xml (1.2 kB at 982 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/mdsal-netconf-yang-library/6.0.5/mdsal-netconf-yang-library-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server/6.0.5/netconf-server-6.0.5.jar (387 kB at 329 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-nb/6.0.5/netconf-nb-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc7407-ietf-x509-cert-to-name/6.0.5/rfc7407-ietf-x509-cert-to-name-6.0.5.jar (43 kB at 36 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-sshd/6.0.5/shaded-sshd-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-server-mdsal/6.0.5/netconf-server-mdsal-6.0.5.jar (134 kB at 114 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.5/odl-netconf-model-rfc5277-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/mdsal-netconf-yang-library/6.0.5/mdsal-netconf-yang-library-6.0.5.jar (18 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.5/rfc5277-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-nb/6.0.5/netconf-nb-6.0.5.jar (56 kB at 47 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6022/6.0.5/odl-netconf-model-rfc6022-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-exificient/6.0.5/shaded-exificient-6.0.5.jar (1.7 MB at 1.4 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6022/6.0.5/rfc6022-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.5/odl-netconf-model-rfc5277-6.0.5-features.xml (594 B at 499 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.5/odl-netconf-model-rfc6241-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.5/rfc5277-6.0.5.jar (64 kB at 54 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.5/rfc6241-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6022/6.0.5/odl-netconf-model-rfc6022-6.0.5-features.xml (594 B at 496 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-netty-util/6.0.5/odl-netconf-netty-util-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.5/odl-netconf-model-rfc6241-6.0.5-features.xml (594 B at 495 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-netty-util/6.0.5/netconf-netty-util-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6022/6.0.5/rfc6022-6.0.5.jar (167 kB at 139 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-util/6.0.5/odl-netconf-util-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/shaded-sshd/6.0.5/shaded-sshd-6.0.5.jar (2.0 MB at 1.6 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-common-mdsal/6.0.5/netconf-common-mdsal-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-netty-util/6.0.5/odl-netconf-netty-util-6.0.5-features.xml (1.3 kB at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-clustered-topology/6.0.5/odl-netconf-clustered-topology-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-netty-util/6.0.5/netconf-netty-util-6.0.5.jar (111 kB at 92 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-singleton/6.0.5/netconf-topology-singleton-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.5/rfc6241-6.0.5.jar (399 kB at 330 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology/6.0.5/netconf-topology-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-util/6.0.5/odl-netconf-util-6.0.5-features.xml (740 B at 610 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector/6.0.5/odl-netconf-connector-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-common-mdsal/6.0.5/netconf-common-mdsal-6.0.5.jar (54 kB at 45 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-clustered-topology/6.0.5/odl-netconf-clustered-topology-6.0.5-features.xml (779 B at 640 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client-mdsal/6.0.5/netconf-client-mdsal-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector/6.0.5/odl-netconf-connector-6.0.5-features.xml (1.5 kB at 1.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.5/netconf-dom-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-singleton/6.0.5/netconf-topology-singleton-6.0.5.jar (187 kB at 153 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector-all/6.0.5/odl-netconf-connector-all-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology/6.0.5/netconf-topology-6.0.5.jar (118 kB at 97 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-callhome-ssh/6.0.5/odl-netconf-callhome-ssh-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 231 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-model/6.0.5/callhome-model-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.5/netconf-dom-api-6.0.5.jar (15 kB at 12 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-protocol/6.0.5/callhome-protocol-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-callhome-ssh/6.0.5/odl-netconf-callhome-ssh-6.0.5-features.xml (826 B at 671 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-provider/6.0.5/callhome-provider-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-connector-all/6.0.5/odl-netconf-connector-all-6.0.5-features.xml (766 B at 622 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-console/6.0.5/odl-netconf-console-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-client-mdsal/6.0.5/netconf-client-mdsal-6.0.5.jar (532 kB at 431 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-console/6.0.5/netconf-console-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-model/6.0.5/callhome-model-6.0.5.jar (82 kB at 66 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-topology/6.0.5/odl-netconf-topology-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-provider/6.0.5/callhome-provider-6.0.5.jar (73 kB at 59 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-impl/6.0.5/netconf-topology-impl-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/callhome-protocol/6.0.5/callhome-protocol-6.0.5.jar (52 kB at 42 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.5/odl-restconf-openapi-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-console/6.0.5/odl-netconf-console-6.0.5-features.xml (1.1 kB at 846 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.5/restconf-openapi-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-console/6.0.5/netconf-console-6.0.5.jar (36 kB at 29 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dk/brics/automaton/1.12-4/automaton-1.12-4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.5/odl-restconf-openapi-6.0.5-features.xml (876 B at 701 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.5/odl-restconf-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-topology-impl/6.0.5/netconf-topology-impl-6.0.5.jar (14 kB at 11 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.5/odl-restconf-nb-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-topology/6.0.5/odl-netconf-topology-6.0.5-features.xml (788 B at 630 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.5/odl-restconf-common-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/dk/brics/automaton/1.12-4/automaton-1.12-4.jar (210 kB at 167 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.5/odl-netconf-model-rfc8040-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.5/odl-restconf-6.0.5-features.xml (489 B at 388 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.5/restconf-common-models-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.5/odl-restconf-common-6.0.5-features.xml (1.7 kB at 1.3 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.5/restconf-common-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.5/odl-restconf-nb-6.0.5-features.xml (2.5 kB at 2.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.5/odl-netconf-model-rfc8040-6.0.5-features.xml (619 B at 488 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.5/restconf-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.5/restconf-common-6.0.5.jar (29 kB at 23 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.5/rfc8040-ietf-restconf-monitoring-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.5/restconf-common-models-6.0.5.jar (193 kB at 151 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.52.v20230823/websocket-api-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5.jar (372 kB at 292 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.52.v20230823/websocket-servlet-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.5/restconf-api-6.0.5.jar (56 kB at 44 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.52.v20230823/websocket-server-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.5/restconf-openapi-6.0.5.jar (2.9 MB at 2.3 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.52.v20230823/websocket-common-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.5/rfc8040-ietf-restconf-monitoring-6.0.5.jar (51 kB at 40 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.52.v20230823/jetty-util-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.52.v20230823/websocket-api-9.4.52.v20230823.jar (52 kB at 41 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.52.v20230823/jetty-io-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.52.v20230823/websocket-servlet-9.4.52.v20230823.jar (30 kB at 24 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.52.v20230823/websocket-client-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.52.v20230823/websocket-common-9.4.52.v20230823.jar (215 kB at 166 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.52.v20230823/jetty-client-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.52.v20230823/websocket-server-9.4.52.v20230823.jar (46 kB at 35 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.52.v20230823/jetty-servlet-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.52.v20230823/jetty-util-9.4.52.v20230823.jar (584 kB at 450 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.52.v20230823/jetty-security-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.52.v20230823/jetty-io-9.4.52.v20230823.jar (183 kB at 141 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.52.v20230823/jetty-server-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.52.v20230823/websocket-client-9.4.52.v20230823.jar (46 kB at 35 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.52.v20230823/jetty-util-ajax-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.52.v20230823/jetty-servlet-9.4.52.v20230823.jar (146 kB at 112 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.52.v20230823/jetty-http-9.4.52.v20230823.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.52.v20230823/jetty-client-9.4.52.v20230823.jar (328 kB at 250 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5-config.cfg 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.52.v20230823/jetty-security-9.4.52.v20230823.jar (118 kB at 90 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-all/6.0.5/odl-restconf-all-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.52.v20230823/jetty-util-ajax-9.4.52.v20230823.jar (67 kB at 51 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport-api/6.0.5/odl-netconf-transport-api-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.5/restconf-nb-6.0.5-config.cfg (204 B at 154 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-api/6.0.5/transport-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-all/6.0.5/odl-restconf-all-6.0.5-features.xml (704 B at 532 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport/6.0.5/odl-netconf-transport-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.52.v20230823/jetty-http-9.4.52.v20230823.jar (235 kB at 178 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-ssh/6.0.5/transport-ssh-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.52.v20230823/jetty-server-9.4.52.v20230823.jar (737 kB at 557 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/draft-ietf-netconf-crypto-types/6.0.5/draft-ietf-netconf-crypto-types-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport-api/6.0.5/odl-netconf-transport-api-6.0.5-features.xml (734 B at 554 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tcp/6.0.5/transport-tcp-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-api/6.0.5/transport-api-6.0.5.jar (21 kB at 16 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tls/6.0.5/transport-tls-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-transport/6.0.5/odl-netconf-transport-6.0.5-features.xml (1.3 kB at 985 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-keystore/6.0.5/odl-netconf-keystore-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/draft-ietf-netconf-crypto-types/6.0.5/draft-ietf-netconf-crypto-types-6.0.5.jar (227 kB at 170 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8341/6.0.5/odl-netconf-model-rfc8341-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tcp/6.0.5/transport-tcp-6.0.5.jar (154 kB at 116 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8341/6.0.5/rfc8341-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-keystore/6.0.5/odl-netconf-keystore-6.0.5-features.xml (790 B at 589 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-api/6.0.5/keystore-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-ssh/6.0.5/transport-ssh-6.0.5.jar (1.0 MB at 749 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-none/6.0.5/keystore-none-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8341/6.0.5/odl-netconf-model-rfc8341-6.0.5-features.xml (594 B at 441 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-truststore/6.0.5/odl-netconf-truststore-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8341/6.0.5/rfc8341-6.0.5.jar (98 kB at 73 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-api/6.0.5/truststore-api-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/transport-tls/6.0.5/transport-tls-6.0.5.jar (1.1 MB at 842 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-none/6.0.5/truststore-none-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-api/6.0.5/keystore-api-6.0.5.jar (189 kB at 140 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-experimental/6.0.5/features-netconf-experimental-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/keystore-none/6.0.5/keystore-none-6.0.5.jar (9.4 kB at 6.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-yanglib/6.0.5/odl-yanglib-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-truststore/6.0.5/odl-netconf-truststore-6.0.5-features.xml (802 B at 591 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/yanglib/6.0.5/yanglib-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-api/6.0.5/truststore-api-6.0.5.jar (136 kB at 100 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-testing/6.0.5/features-netconf-testing-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-experimental/6.0.5/features-netconf-experimental-6.0.5-features.xml (731 B at 537 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-test-tools/6.0.5/odl-netconf-test-tools-6.0.5-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-yanglib/6.0.5/odl-yanglib-6.0.5-features.xml (895 B at 657 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-test-perf/6.0.5/netconf-test-perf-6.0.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/truststore-none/6.0.5/truststore-none-6.0.5.jar (9.4 kB at 6.9 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-odlparent/13.0.7/features-odlparent-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/yanglib/6.0.5/yanglib-6.0.5.jar (23 kB at 17 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.7/odl-antlr4-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/features-netconf-testing/6.0.5/features-netconf-testing-6.0.5-features.xml (733 B at 536 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-test-tools/6.0.5/odl-netconf-test-tools-6.0.5-features.xml (930 B at 679 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.7/odl-apache-commons-lang3-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.7/odl-antlr4-13.0.7-features.xml (358 B at 261 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.7/odl-apache-commons-text-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-odlparent/13.0.7/features-odlparent-13.0.7-features.xml (4.2 kB at 3.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.7/odl-apache-commons-text-13.0.7-features.xml (620 B at 449 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-spifly/13.0.7/odl-apache-spifly-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (326 kB at 237 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.7/odl-apache-commons-lang3-13.0.7-features.xml (412 B at 298 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-asm/13.0.7/odl-asm-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-test-perf/6.0.5/netconf-test-perf-6.0.5.jar (358 kB at 259 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-spifly/13.0.7/odl-apache-spifly-13.0.7-features.xml (588 B at 423 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/spifly/org.apache.aries.spifly.dynamic.bundle/1.3.6/org.apache.aries.spifly.dynamic.bundle-1.3.6.jar (154 kB at 111 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 178 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-asm/13.0.7/odl-asm-13.0.7-features.xml (549 B at 394 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.7/odl-dropwizard-metrics-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar (34 kB at 24 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.20/metrics-core-4.2.20.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 52 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.20/metrics-healthchecks-4.2.20.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 37 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.20/metrics-jmx-4.2.20.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar (91 kB at 65 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.20/metrics-jvm-4.2.20.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.7/odl-dropwizard-metrics-13.0.7-features.xml (631 B at 451 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.7/odl-gson-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.20/metrics-core-4.2.20.jar (131 kB at 93 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.7/odl-guava-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.20/metrics-healthchecks-4.2.20.jar (24 kB at 17 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.7/odl-jackson-2-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.20/metrics-jvm-4.2.20.jar (25 kB at 18 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.20/metrics-jmx-4.2.20.jar (22 kB at 15 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.7/odl-gson-13.0.7-features.xml (340 B at 241 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.7/odl-guava-13.0.7-features.xml (490 B at 347 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.3/jackson-dataformat-xml-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.7/odl-jackson-2-13.0.7-features.xml (1.5 kB at 1.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.3/jackson-module-jaxb-annotations-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.3/jackson-annotations-2.15.3.jar (76 kB at 53 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.3/jackson-jaxrs-base-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.3/jackson-dataformat-xml-2.15.3.jar (126 kB at 88 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.3/jackson-jaxrs-json-provider-2.15.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.3/jackson-module-jaxb-annotations-2.15.3.jar (37 kB at 26 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.7/odl-javassist-3-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.3/jackson-core-2.15.3.jar (549 kB at 384 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.3/jackson-jaxrs-base-2.15.3.jar (32 kB at 22 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.7/odl-jersey-2-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.7/odl-javassist-3-13.0.7-features.xml (365 B at 254 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.41/jersey-hk2-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.3/jackson-jaxrs-json-provider-2.15.3.jar (17 kB at 12 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.3/jackson-databind-2.15.3.jar (1.6 MB at 1.1 MB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.7/odl-jersey-2-13.0.7-features.xml (2.2 kB at 1.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 13 kB/s) 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar (794 kB at 550 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.41/jersey-hk2-2.41.jar (78 kB at 54 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar (203 kB at 140 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar (27 kB at 19 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.41/jersey-common-2.41.jar (1.3 MB at 864 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.41/jersey-server-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar (132 kB at 90 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar (200 kB at 137 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar (18 kB at 12 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.41/jersey-container-servlet-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.41/jersey-client-2.41.jar (303 kB at 207 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.41/jersey-container-servlet-core-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 17 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.41/jersey-media-sse-2.41.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar (92 kB at 62 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.7/odl-karaf-feat-jdbc-13.0.7-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.41/jersey-container-servlet-2.41.jar (32 kB at 22 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.6/pax-jdbc-features-1.5.6-features.xml 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.41/jersey-container-servlet-core-2.41.jar (73 kB at 50 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.6/pax-jdbc-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.41/jersey-server-2.41.jar (953 kB at 646 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.41/jersey-media-sse-2.41.jar (79 kB at 54 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.6/pax-jdbc-pool-common-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.7/odl-karaf-feat-jdbc-13.0.7-features.xml (692 B at 467 B/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.6/pax-jdbc-1.5.6.jar (8.9 kB at 6.0 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.6/pax-jdbc-config-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.6/pax-jdbc-common-1.5.6.jar (4.6 kB at 3.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1/org.apache.servicemix.bundles.jasypt-1.9.3_1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.6/pax-jdbc-pool-common-1.5.6.jar (9.1 kB at 6.1 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.6/pax-jdbc-db2-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar (31 kB at 21 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.6/pax-jdbc-derbyclient-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.6/pax-jdbc-config-1.5.6.jar (32 kB at 22 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1/org.apache.servicemix.bundles.jasypt-1.9.3_1.jar (372 kB at 249 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.6/pax-jdbc-derby-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.6/pax-jdbc-derbyclient-1.5.6.jar (9.8 kB at 6.5 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.6/pax-jdbc-db2-1.5.6.jar (9.9 kB at 6.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.6/pax-jdbc-hsqldb-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.6/pax-jdbc-features-1.5.6-features.xml (10.0 kB at 6.6 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2-jdk8.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar (588 kB at 391 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.6/pax-jdbc-jtds-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.6/pax-jdbc-derby-1.5.6.jar (9.3 kB at 6.2 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sourceforge/jtds/jtds/1.3.1/jtds-1.3.1.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.6/pax-jdbc-hsqldb-1.5.6.jar (8.1 kB at 5.4 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.6/pax-jdbc-mariadb-1.5.6.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sourceforge/jtds/jtds/1.3.1/jtds-1.3.1.jar (318 kB at 209 kB/s) 10:34:46 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/3.1.4/mariadb-java-client-3.1.4.jar 10:34:46 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.6/pax-jdbc-mariadb-1.5.6.jar (8.0 kB at 5.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-jna/3.2.0/waffle-jna-3.2.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.6/pax-jdbc-jtds-1.5.6.jar (7.1 kB at 4.6 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar (3.2 MB at 2.1 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.6/pax-jdbc-mysql-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/waffle/waffle-jna/3.2.0/waffle-jna-3.2.0.jar (72 kB at 47 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mysql/mysql-connector-j/8.1.0/mysql-connector-j-8.1.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.2/hsqldb-2.7.2-jdk8.jar (1.7 MB at 1.1 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/3.1.4/mariadb-java-client-3.1.4.jar (642 kB at 417 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.6/pax-jdbc-oracle-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.6/pax-jdbc-mysql-1.5.6.jar (8.2 kB at 5.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.jar (912 kB at 591 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.6/pax-jdbc-pool-aries-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.6/pax-jdbc-oracle-1.5.6.jar (8.4 kB at 5.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.6/pax-jdbc-pool-c3p0-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.6/pax-jdbc-pool-aries-1.5.6.jar (139 kB at 89 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.c3p0/0.9.5.5_1/org.apache.servicemix.bundles.c3p0-0.9.5.5_1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.6/pax-jdbc-pool-c3p0-1.5.6.jar (9.2 kB at 5.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.21.9/protobuf-java-3.21.9.jar (1.7 MB at 1.1 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.6/pax-jdbc-pool-dbcp2-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mysql/mysql-connector-j/8.1.0/mysql-connector-j-8.1.0.jar (2.5 MB at 1.6 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.6/pax-jdbc-pool-dbcp2-1.5.6.jar (13 kB at 8.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-dbcp2/2.9.0/commons-dbcp2-2.9.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar (146 kB at 92 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.6/pax-jdbc-pool-hikaricp-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 397 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-dbcp2/2.9.0/commons-dbcp2-2.9.0.jar (211 kB at 133 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.6/pax-jdbc-sqlite-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.6/pax-jdbc-pool-hikaricp-1.5.6.jar (6.2 kB at 3.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.42.0.0/sqlite-jdbc-3.42.0.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/zaxxer/HikariCP/4.0.3/HikariCP-4.0.3.jar (159 kB at 100 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.6/pax-jdbc-teradata-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.6/pax-jdbc-sqlite-1.5.6.jar (7.9 kB at 4.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.6/pax-jdbc-pool-narayana-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.6/pax-jdbc-teradata-1.5.6.jar (10 kB at 6.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi/7.6.1.Final/jboss-transaction-spi-7.6.1.Final.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.6/pax-jdbc-pool-narayana-1.5.6.jar (17 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.6/pax-jdbc-pool-transx-1.5.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/jboss-transaction-spi/7.6.1.Final/jboss-transaction-spi-7.6.1.Final.jar (34 kB at 21 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.4/pax-transx-jdbc-0.5.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.c3p0/0.9.5.5_1/org.apache.servicemix.bundles.c3p0-0.9.5.5_1.jar (1.5 MB at 927 kB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/23.2.0.0/ojdbc8-23.2.0.0.jar (6.8 MB at 4.2 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.4/pax-transx-connector-0.5.4.jar 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.4/pax-transx-tm-api-0.5.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.6/pax-jdbc-pool-transx-1.5.6.jar (9.7 kB at 6.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/resource/javax.resource-api/1.7.1/javax.resource-api-1.7.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.4/pax-transx-tm-api-0.5.4.jar (6.3 kB at 3.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.1.0/org.osgi.service.jdbc-1.1.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.4/pax-transx-connector-0.5.4.jar (66 kB at 40 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.4/org.apache.karaf.jdbc.core-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.4/pax-transx-jdbc-0.5.4.jar (71 kB at 43 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.7/odl-karaf-feat-jetty-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/resource/javax.resource-api/1.7.1/javax.resource-api-1.7.1.jar (70 kB at 43 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-war/13.0.7/odl-karaf-feat-war-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.1.0/org.osgi.service.jdbc-1.1.0.jar (13 kB at 8.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-lmax-3/13.0.7/odl-lmax-3-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.7/odl-karaf-feat-jetty-13.0.7-features.xml (409 B at 248 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/lmax/disruptor/3.4.4/disruptor-3.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.4/org.apache.karaf.jdbc.core-4.4.4.jar (65 kB at 40 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.7/odl-netty-4-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-war/13.0.7/odl-karaf-feat-war-13.0.7-features.xml (399 B at 241 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-lmax-3/13.0.7/odl-lmax-3-13.0.7-features.xml (360 B at 217 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/lmax/disruptor/3.4.4/disruptor-3.4.4.jar (85 kB at 51 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.7/odl-netty-4-13.0.7-features.xml (1.1 kB at 677 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar (38 kB at 23 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.100.Final/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar (658 kB at 393 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final-linux-x86_64.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar (561 kB at 336 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.7/odl-servlet-api-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar (44 kB at 26 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.100.Final/netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar (39 kB at 23 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.7/odl-stax2-api-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.7/odl-servlet-api-13.0.7-features.xml (384 B at 228 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 57 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.7/odl-woodstox-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final-linux-x86_64.jar (73 kB at 44 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.7/odl-stax2-api-13.0.7-features.xml (365 B at 215 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.7/odl-ws-rs-api-13.0.7-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.7/odl-woodstox-13.0.7-features.xml (563 B at 332 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 116 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools/11.0.4/features-yangtools-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.7/odl-ws-rs-api-13.0.7-features.xml (395 B at 232 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.4/odl-yangtools-codec-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools/11.0.4/features-yangtools-11.0.4-features.xml (2.6 kB at 1.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.4/yang-data-codec-binfmt-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 82 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.4/yang-data-codec-gson-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.4/odl-yangtools-codec-11.0.4-features.xml (1.1 kB at 657 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.4/yang-data-codec-xml-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.4/yang-data-codec-binfmt-11.0.4.jar (108 kB at 63 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.4/odl-yangtools-common-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 923 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.4/yang-common-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.4/yang-data-codec-gson-11.0.4.jar (76 kB at 44 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.4/odl-yangtools-data-api-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.4/yang-data-codec-xml-11.0.4.jar (87 kB at 50 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.4/yang-data-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.4/odl-yangtools-common-11.0.4-features.xml (633 B at 367 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.4/yang-data-spi-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.42.0.0/sqlite-jdbc-3.42.0.0.jar (13 MB at 7.6 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.4/yang-data-tree-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.4/odl-yangtools-data-api-11.0.4-features.xml (951 B at 550 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.4/yang-data-tree-spi-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.4/yang-common-11.0.4.jar (114 kB at 66 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.4/yang-data-util-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.4/yang-data-spi-11.0.4.jar (16 kB at 9.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.4/odl-yangtools-data-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.4/yang-data-api-11.0.4.jar (156 kB at 90 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.4/yang-data-impl-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.4/odl-yangtools-data-11.0.4-features.xml (963 B at 553 B/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.4/yang-data-tree-api-11.0.4.jar (34 kB at 20 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.4/yang-data-tree-ri-11.0.4.jar 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.4/yang-data-transform-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.4/yang-data-tree-spi-11.0.4.jar (48 kB at 27 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.4/odl-yangtools-export-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.4/yang-data-util-11.0.4.jar (127 kB at 73 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.4/yang-model-export-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.4/yang-data-impl-11.0.4.jar (167 kB at 96 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.4/odl-yangtools-netty-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.4/yang-data-transform-11.0.4.jar (18 kB at 10 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.4/yang-common-netty-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.4/odl-yangtools-export-11.0.4-features.xml (625 B at 357 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.4/odl-yangtools-parser-api-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.4/yang-data-tree-ri-11.0.4.jar (213 kB at 121 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.4/odlext-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.4/yang-model-export-11.0.4.jar (39 kB at 22 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.4/openconfig-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.4/odl-yangtools-netty-11.0.4-features.xml (791 B at 450 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.4/rfc6241-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.4/yang-common-netty-11.0.4.jar (12 kB at 7.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.4/rfc6536-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.4/odl-yangtools-parser-api-11.0.4-features.xml (2.1 kB at 1.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.4/rfc6643-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.4/odlext-model-api-11.0.4.jar (23 kB at 13 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.4/rfc7952-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.4/openconfig-model-api-11.0.4.jar (21 kB at 12 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.4/rfc8040-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.4/rfc6241-model-api-11.0.4.jar (17 kB at 9.6 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.4/rfc8528-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.4/rfc6643-model-api-11.0.4.jar (33 kB at 19 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.4/rfc8639-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.4/rfc6536-model-api-11.0.4.jar (19 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.4/rfc8819-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.4/rfc7952-model-api-11.0.4.jar (19 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.4/yang-model-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.4/rfc8040-model-api-11.0.4.jar (17 kB at 9.6 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.4/yang-model-spi-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.4/rfc8528-model-api-11.0.4.jar (17 kB at 9.7 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.4/yang-model-util-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.4/rfc8639-model-api-11.0.4.jar (16 kB at 8.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.4/yang-parser-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.4/rfc8819-model-api-11.0.4.jar (19 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.4/yang-repo-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.4/yang-parser-api-11.0.4.jar (24 kB at 13 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.4/yang-ir-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.4/yang-model-api-11.0.4.jar (293 kB at 164 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.4/yang-repo-spi-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.4/yang-model-util-11.0.4.jar (41 kB at 23 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.4/odl-yangtools-parser-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.4/yang-model-spi-11.0.4.jar (99 kB at 55 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.4/yang-model-ri-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.4/yang-ir-11.0.4.jar (27 kB at 15 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.4/odlext-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.4/odl-yangtools-parser-11.0.4-features.xml (2.3 kB at 1.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.4/openconfig-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.4/yang-repo-api-11.0.4.jar (49 kB at 27 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.4/rfc6241-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.4/odlext-parser-support-11.0.4.jar (40 kB at 22 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.4/rfc6536-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.4/openconfig-parser-support-11.0.4.jar (22 kB at 12 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.4/rfc6643-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.4/yang-model-ri-11.0.4.jar (516 kB at 285 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.4/rfc7952-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.4/rfc6241-parser-support-11.0.4.jar (17 kB at 9.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.4/rfc8040-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.4/rfc6536-parser-support-11.0.4.jar (20 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.4/rfc8528-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.4/rfc7952-parser-support-11.0.4.jar (18 kB at 9.8 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.4/rfc8639-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.4/rfc8040-parser-support-11.0.4.jar (26 kB at 14 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.4/yang-parser-impl-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.4/rfc6643-parser-support-11.0.4.jar (42 kB at 23 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.4/rfc8819-parser-support-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.4/rfc8528-parser-support-11.0.4.jar (17 kB at 9.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.4/yang-parser-reactor-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.4/yang-repo-spi-11.0.4.jar (39 kB at 22 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.4/yang-parser-rfc7950-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.4/rfc8639-parser-support-11.0.4.jar (16 kB at 8.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.4/yang-parser-spi-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.4/yang-parser-impl-11.0.4.jar (55 kB at 30 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.4/yang-repo-fs-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.4/rfc8819-parser-support-11.0.4.jar (16 kB at 8.7 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.4/odl-yangtools-util-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.4/yang-parser-reactor-11.0.4.jar (156 kB at 85 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/pt-triemap/1.3.1/pt-triemap-1.3.1-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.4/yang-repo-fs-11.0.4.jar (23 kB at 12 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/triemap/1.3.1/triemap-1.3.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.4/odl-yangtools-util-11.0.4-features.xml (776 B at 422 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.4/concepts-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.4/yang-parser-spi-11.0.4.jar (139 kB at 75 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.4/util-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/pt-triemap/1.3.1/pt-triemap-1.3.1-features.xml (381 B at 207 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.4/odl-yangtools-xpath-api-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.4/yang-parser-rfc7950-11.0.4.jar (510 kB at 276 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.4/yang-xpath-api-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/tech/pantheon/triemap/triemap/1.3.1/triemap-1.3.1.jar (72 kB at 39 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.4/odl-yangtools-xpath-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.4/concepts-11.0.4.jar (38 kB at 20 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.4/yang-xpath-impl-11.0.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.4/odl-yangtools-xpath-api-11.0.4-features.xml (629 B at 340 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools-experimental/11.0.4/features-yangtools-experimental-11.0.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.4/util-11.0.4.jar (175 kB at 94 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-test/13.0.7/features-test-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.4/odl-yangtools-xpath-11.0.4-features.xml (774 B at 417 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-karaf/4.13.5/pax-exam-container-karaf-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.4/yang-xpath-api-11.0.4.jar (79 kB at 43 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-remote/4.13.5/pax-exam-container-remote-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/features-yangtools-experimental/11.0.4/features-yangtools-experimental-11.0.4-features.xml (584 B at 313 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc-client/4.13.5/pax-exam-container-rbc-client-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.4/yang-xpath-impl-11.0.4.jar (119 kB at 64 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc/4.13.5/pax-exam-container-rbc-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-remote/4.13.5/pax-exam-container-remote-4.13.5.jar (14 kB at 7.6 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.4/pax-swissbox-core-1.8.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/features-test/13.0.7/features-test-13.0.7.jar (491 kB at 263 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.4/pax-swissbox-lifecycle-1.8.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc-client/4.13.5/pax-exam-container-rbc-client-4.13.5.jar (17 kB at 9.1 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.4/pax-swissbox-framework-1.8.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-rbc/4.13.5/pax-exam-container-rbc-4.13.5.jar (19 kB at 10 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.4/pax-swissbox-tracker-1.8.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-container-karaf/4.13.5/pax-exam-container-karaf-4.13.5.jar (98 kB at 52 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.4/pax-swissbox-lifecycle-1.8.4.jar (6.6 kB at 3.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.4/pax-swissbox-framework-1.8.4.jar (14 kB at 7.6 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.4/pax-swissbox-tracker-1.8.4.jar (16 kB at 8.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-junit4/4.13.5/pax-exam-junit4-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-core/1.8.4/pax-swissbox-core-1.8.4.jar (9.1 kB at 4.8 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-spi/4.13.5/pax-exam-spi-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 6.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin/1.9.26/org.apache.felix.configadmin-1.9.26.jar (163 kB at 86 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam/4.13.5/pax-exam-4.13.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 265 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-junit4/4.13.5/pax-exam-junit4-4.13.5.jar (35 kB at 19 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tinybundles/tinybundles/3.0.0/tinybundles-3.0.0.jar (29 kB at 15 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-spi/4.13.5/pax-exam-spi-4.13.5.jar (70 kB at 37 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 7.1 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam/4.13.5/pax-exam-4.13.5.jar (88 kB at 46 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 6.7 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 14 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.4/standard-4.4.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-aether-support/2.6.14/pax-url-aether-support-2.6.14.jar (5.7 kB at 3.0 kB/s) 10:34:47 [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.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-spi/1.8.2/maven-resolver-spi-1.8.2.jar (48 kB at 25 kB/s) 10:34:47 [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.jar 10:34:47 [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.jar (12 kB at 6.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-named-locks/1.8.2/maven-resolver-named-locks-1.8.2.jar (33 kB at 17 kB/s) 10:34:47 [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.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/resolver/maven-resolver-impl/1.8.2/maven-resolver-impl-1.8.2.jar (248 kB at 130 kB/s) 10:34:47 [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.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.4/standard-4.4.4-features.xml (78 kB at 41 kB/s) 10:34:47 [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.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 19 kB/s) 10:34:47 [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.jar 10:34:47 [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.jar (34 kB at 18 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/javax.inject/1.0.20.2/javax.inject-1.0.20.2.jar 10:34:47 [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.jar (25 kB at 13 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar 10:34:47 [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.jar (86 kB at 44 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/org.eclipse.jdt.annotation/2.2.700/org.eclipse.jdt.annotation-2.2.700.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/guicedee/services/javax.inject/1.0.20.2/javax.inject-1.0.20.2.jar (4.8 kB at 2.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-empty/13.0.7/opendaylight-karaf-empty-13.0.7.zip 10:34:47 [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.jar (408 kB at 210 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4.kar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.framework/1.10.0/org.osgi.framework-1.10.0.jar (382 kB at 197 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/base/4.4.4/base-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/org.eclipse.jdt.annotation/2.2.700/org.eclipse.jdt.annotation-2.2.700.jar (28 kB at 14 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar 10:34:47 [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.jar (3.1 MB at 1.6 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.locator/4.4.4/org.apache.karaf.specs.locator-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/specs/org.apache.servicemix.specs.activation-api-1.2.1/1.2.1_3/org.apache.servicemix.specs.activation-api-1.2.1-1.2.1_3.jar (70 kB at 36 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml/4.4.4/org.apache.karaf.specs.java.xml-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.locator/4.4.4/org.apache.karaf.specs.locator-4.4.4.jar (10 kB at 5.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-stax-api_1.2_spec/1.2/geronimo-stax-api_1.2_spec-1.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml/4.4.4/org.apache.karaf.specs.java.xml-4.4.4.jar (58 kB at 30 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-stax-api_1.2_spec/1.2/geronimo-stax-api_1.2_spec-1.2.jar (37 kB at 19 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml.ws/4.4.4/org.apache.karaf.specs.java.xml.ws-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.java.xml.ws/4.4.4/org.apache.karaf.specs.java.xml.ws-4.4.4.jar (28 kB at 14 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.1/geronimo-saaj_1.3_spec-1.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 111 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.2/geronimo-jaxws_2.2_spec-1.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.1/geronimo-saaj_1.3_spec-1.1.jar (36 kB at 18 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.activator/4.4.4/org.apache.karaf.specs.activator-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/base/4.4.4/base-4.4.4.jar (4.4 MB at 2.2 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.client/4.4.4/org.apache.karaf.client-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.2/geronimo-jaxws_2.2_spec-1.2.jar (60 kB at 30 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/config/org.apache.karaf.config.core/4.4.4/org.apache.karaf.config.core-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/specs/org.apache.karaf.specs.activator/4.4.4/org.apache.karaf.specs.activator-4.4.4.jar (12 kB at 6.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.client/4.4.4/org.apache.karaf.client-4.4.4.jar (121 kB at 60 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/config/org.apache.karaf.config.core/4.4.4/org.apache.karaf.config.core-4.4.4.jar (157 kB at 78 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-json_1.1_spec/1.5/geronimo-json_1.1_spec-1.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.cm.json/1.0.6/org.apache.felix.cm.json-1.0.6.jar (48 kB at 24 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-json_1.1_spec/1.5/geronimo-json_1.1_spec-1.5.jar (37 kB at 18 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/sling/org.apache.sling.commons.johnzon/1.2.16/org.apache.sling.commons.johnzon-1.2.16.jar (189 kB at 93 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 1.7 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-api/2.2.3/pax-logging-api-2.2.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar (778 kB at 376 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.jar (1.5 MB at 737 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-log4j2/2.2.3/pax-logging-log4j2-2.2.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-api/2.2.3/pax-logging-api-2.2.3.jar (814 kB at 391 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-logback/2.2.3/pax-logging-logback-2.2.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4.kar (16 MB at 7.8 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.cmpn/7.0.0/osgi.cmpn-7.0.0.jar (1.5 MB at 700 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-logback/2.2.3/pax-logging-logback-2.2.3.jar (913 kB at 431 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-jackson/0.1.5/logback-jackson-0.1.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.2.12/logback-classic-1.2.12.jar (232 kB at 109 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-core/0.1.5/logback-json-core-0.1.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-jackson/0.1.5/logback-jackson-0.1.5.jar (3.7 kB at 1.8 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-classic/0.1.5/logback-json-classic-0.1.5.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.2.12/logback-core-1.2.12.jar (449 kB at 211 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/org.apache.felix.configadmin.plugin.interpolation-1.2.8.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/logging/pax-logging-log4j2/2.2.3/pax-logging-log4j2-2.2.3.jar (2.2 MB at 1.0 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.4/org.apache.karaf.features.extension-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-core/0.1.5/logback-json-core-0.1.5.jar (5.0 kB at 2.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4-features.xml 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8/org.apache.felix.configadmin.plugin.interpolation-1.2.8.jar (23 kB at 11 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/org.apache.aries.quiesce.api-1.0.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/contrib/logback-json-classic/0.1.5/logback-json-classic-0.1.5.jar (4.9 kB at 2.3 kB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/org.apache.karaf.features.extension/4.4.4/org.apache.karaf.features.extension-4.4.4.jar (17 kB at 8.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf.branding/13.0.7/karaf.branding-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/framework/4.4.4/framework-4.4.4-features.xml (5.4 kB at 2.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcpkix-framework-ext/13.0.7/bcpkix-framework-ext-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/quiesce/org.apache.aries.quiesce.api/1.0.0/org.apache.aries.quiesce.api-1.0.0.jar (11 kB at 5.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcprov-framework-ext/13.0.7/bcprov-framework-ext-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf.branding/13.0.7/karaf.branding-13.0.7.jar (3.3 kB at 1.5 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcutil-framework-ext/13.0.7/bcutil-framework-ext-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcpkix-framework-ext/13.0.7/bcpkix-framework-ext-13.0.7.jar (8.9 kB at 4.1 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-util/13.0.7/karaf-util-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.metatype/1.2.4/org.apache.felix.metatype-1.2.4.jar (77 kB at 36 kB/s) 10:34:47 [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.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcprov-framework-ext/13.0.7/bcprov-framework-ext-13.0.7.jar (11 kB at 5.1 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.url/1.0.1/org.osgi.service.url-1.0.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bcutil-framework-ext/13.0.7/bcutil-framework-ext-13.0.7.jar (8.2 kB at 3.8 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-util/13.0.7/karaf-util-13.0.7.jar (9.3 kB at 4.3 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.url/1.0.1/org.osgi.service.url-1.0.1.jar (18 kB at 8.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar 10:34:47 [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.jar (263 kB at 121 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.39.0/checker-qual-3.39.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 2.1 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 1.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.39.0/checker-qual-3.39.0.jar (224 kB at 102 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundles-test-lib/13.0.7/bundles-test-lib-13.0.7.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 7.7 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility/4.1.1/awaitility-4.1.1.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bundles-test-lib/13.0.7/bundles-test-lib-13.0.7.jar (25 kB at 12 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.4/org.apache.karaf.bundle.core-4.4.4.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 4.2 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (3.0 MB at 1.4 MB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/awaitility/awaitility/4.1.1/awaitility-4.1.1.jar (93 kB at 42 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/1.7.32/slf4j-simple-1.7.32.jar (15 kB at 6.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/bundle/org.apache.karaf.bundle.core/4.4.4/org.apache.karaf.bundle.core-4.4.4.jar (155 kB at 70 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 56 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar (1.5 kB at 690 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar (1.5 kB at 672 B/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 599 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 6.4 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar (211 kB at 94 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar (106 kB at 47 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 3.0 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-junit-jupiter/5.6.0/mockito-junit-jupiter-5.6.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar (205 kB at 91 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.0/junit-jupiter-migrationsupport-5.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-junit-jupiter/5.6.0/mockito-junit-jupiter-5.6.0.jar (8.8 kB at 3.9 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.10.0/junit-vintage-engine-5.10.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar (244 kB at 108 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-core/5.6.0/mockito-core-5.6.0.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar (586 kB at 258 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/jupiter/junit-jupiter-migrationsupport/5.10.0/junit-jupiter-migrationsupport-5.10.0.jar (28 kB at 12 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.14.8/byte-buddy-agent-1.14.8.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/vintage/junit-vintage-engine/5.10.0/junit-vintage-engine-5.10.0.jar (67 kB at 29 kB/s) 10:34:47 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis/3.3/objenesis-3.3.jar 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 22 kB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-agent/1.14.8/byte-buddy-agent-1.14.8.jar (257 kB at 112 kB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mockito/mockito-core/5.6.0/mockito-core-5.6.0.jar (699 kB at 305 kB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.8/byte-buddy-1.14.8.jar (4.2 MB at 1.8 MB/s) 10:34:47 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-empty/13.0.7/opendaylight-karaf-empty-13.0.7.zip (73 MB at 30 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/daexim-features-1.15.0-20240122.093955-138-features.xml 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/odl-daexim-1.15.0-20240122.093955-138-features.xml 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/daexim-spi-1.15.0-20240122.093955-138.jar 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/daexim-model-1.15.0-20240122.093955-138.jar 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/odl-daexim-1.15.0-20240122.093955-138-features.xml (1.6 kB at 125 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/daexim-akka-infoprovider-impl-1.15.0-20240122.093955-138.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/daexim-features-1.15.0-20240122.093955-138-features.xml (734 B at 49 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/daexim-spi-1.15.0-20240122.093955-138.jar (8.2 kB at 545 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/odl-daexim-all-1.15.0-20240122.093955-138-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/daexim-model-1.15.0-20240122.093955-138.jar (183 kB at 11 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/features-jsonrpc-1.16.0-20240121.114700-128-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.jar (62 kB at 3.7 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/odl-jsonrpc-all-1.16.0-20240121.114700-128-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/daexim-akka-infoprovider-impl-1.15.0-20240122.093955-138.jar (10 kB at 484 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/odl-jsonrpc-bus-1.16.0-20240121.114700-128-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/odl-daexim-all-1.15.0-20240122.093955-138-features.xml (681 B at 31 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/bus-messagelib-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/features-jsonrpc-1.16.0-20240121.114700-128-features.xml (975 B at 42 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/daexim-impl-1.15.0-20240122.093955-138.cfg (232 B at 10 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/bus-api-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/bus-spi-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/odl-jsonrpc-all-1.16.0-20240121.114700-128-features.xml (714 B at 29 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/bus-jsonrpc-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/odl-jsonrpc-bus-1.16.0-20240121.114700-128-features.xml (1.9 kB at 59 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/transport-http-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/bus-messagelib-1.16.0-20240121.114700-128.jar (77 kB at 2.2 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/transport-zmq-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/bus-spi-1.16.0-20240121.114700-128.jar (46 kB at 1.2 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/security-api-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/bus-api-1.16.0-20240121.114700-128.jar (19 kB at 522 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/security-service-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/bus-jsonrpc-1.16.0-20240121.114700-128.jar (38 kB at 926 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/security-aaa-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/transport-http-1.16.0-20240121.114700-128.jar (44 kB at 988 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/jsonrpc-api-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/transport-zmq-1.16.0-20240121.114700-128.jar (56 kB at 1.2 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/security-noop-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/security-api-1.16.0-20240121.114700-128.jar (23 kB at 490 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/bus-config-1.16.0-20240121.114700-128-config.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/security-service-1.16.0-20240121.114700-128.jar (9.9 kB at 205 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/odl-jsonrpc-provider-1.16.0-20240121.114700-128-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/security-aaa-1.16.0-20240121.114700-128.jar (12 kB at 236 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/jsonrpc-provider-single-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/jsonrpc-api-1.16.0-20240121.114700-128.jar (120 kB at 2.1 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/jsonrpc-provider-common-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/bus-config-1.16.0-20240121.114700-128-config.cfg (195 B at 3.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/dom-codec-1.16.0-20240121.114700-128.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/odl-jsonrpc-provider-1.16.0-20240121.114700-128-features.xml (1.0 kB at 18 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/features-lispflowmapping-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/security-noop-1.16.0-20240121.114700-128.jar (9.6 kB at 166 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/odl-lispflowmapping-models-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/jsonrpc-provider-single-1.16.0-20240121.114700-128.jar (17 kB at 281 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/mappingservice.lisp-proto-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/features-lispflowmapping-1.19.0-20240122.101345-91-features.xml (1.9 kB at 28 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/mappingservice.api-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/dom-codec-1.16.0-20240121.114700-128.jar (45 kB at 637 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/odl-lispflowmapping-inmemorydb-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/jsonrpc-provider-common-1.16.0-20240121.114700-128.jar (347 kB at 4.8 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/mappingservice.inmemorydb-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/odl-lispflowmapping-models-1.19.0-20240122.101345-91-features.xml (928 B at 13 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/odl-lispflowmapping-southbound-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/mappingservice.lisp-proto-1.19.0-20240122.101345-91.jar (761 kB at 9.8 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/mappingservice.dsbackend-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/odl-lispflowmapping-inmemorydb-1.19.0-20240122.101345-91-features.xml (896 B at 11 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/mappingservice.mapcache-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/mappingservice.inmemorydb-1.19.0-20240122.101345-91.jar (26 kB at 323 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/mappingservice.southbound-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/odl-lispflowmapping-southbound-1.19.0-20240122.101345-91-features.xml (1.7 kB at 21 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/mappingservice.config-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/mappingservice.api-1.19.0-20240122.101345-91.jar (450 kB at 5.4 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/mappingservice.dsbackend-1.19.0-20240122.101345-91.jar (21 kB at 239 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/mappingservice.implementation-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/mappingservice.southbound-1.19.0-20240122.101345-91.jar (56 kB at 606 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/odl-lispflowmapping-msmr-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-1.19.0-20240122.101345-91-features.xml (1.4 kB at 15 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-shell-1.19.0-20240122.101345-91-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/mappingservice.mapcache-1.19.0-20240122.101345-91.jar (43 kB at 463 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/mappingservice.shell-1.19.0-20240122.101345-91.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/mappingservice.config-1.19.0-20240122.101345-91.jar (13 kB at 139 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/features-openflowplugin-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/mappingservice.implementation-1.19.0-20240122.101345-91.jar (108 kB at 1.1 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/odl-openflowplugin-app-bulk-o-matic-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/odl-lispflowmapping-msmr-1.19.0-20240122.101345-91-features.xml (877 B at 8.6 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/bulk-o-matic-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/odl-lispflowmapping-mappingservice-shell-1.19.0-20240122.101345-91-features.xml (790 B at 7.6 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/odl-openflowplugin-app-config-pusher-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/mappingservice.shell-1.19.0-20240122.101345-91.jar (23 kB at 211 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/of-switch-config-pusher-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/features-openflowplugin-0.18.0-20240121.200650-134-features.xml (5.1 kB at 46 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/device-ownership-service-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/odl-openflowplugin-app-bulk-o-matic-0.18.0-20240121.200650-134-features.xml (780 B at 7.0 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-manager-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/odl-openflowplugin-app-config-pusher-0.18.0-20240121.200650-134-features.xml (901 B at 7.8 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/arbitratorreconciliation-impl-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/of-switch-config-pusher-0.18.0-20240121.200650-134.jar (13 kB at 109 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/arbitratorreconciliation-api-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/bulk-o-matic-0.18.0-20240121.200650-134.jar (201 kB at 1.7 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/forwardingrules-manager-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/device-ownership-service-0.18.0-20240121.200650-134.jar (13 kB at 110 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-sync-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-manager-0.18.0-20240121.200650-134-features.xml (1.2 kB at 9.4 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/forwardingrules-sync-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/arbitratorreconciliation-impl-0.18.0-20240121.200650-134.jar (24 kB at 193 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/odl-openflowplugin-app-table-miss-enforcer-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/odl-openflowplugin-app-forwardingrules-sync-0.18.0-20240121.200650-134-features.xml (786 B at 6.1 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/table-miss-enforcer-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/arbitratorreconciliation-api-0.18.0-20240121.200650-134.jar (41 kB at 312 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/forwardingrules-manager-0.18.0-20240121.200650-134.jar (188 kB at 1.4 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/lldp-speaker-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/forwardingrules-sync-0.18.0-20240121.200650-134.jar (108 kB at 803 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/topology-lldp-discovery-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/odl-openflowplugin-app-table-miss-enforcer-0.18.0-20240121.200650-134-features.xml (913 B at 6.8 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/topology-manager-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/table-miss-enforcer-0.18.0-20240121.200650-134.jar (14 kB at 103 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/odl-openflowplugin-app-lldp-speaker-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-0.18.0-20240121.200650-134-features.xml (1.1 kB at 7.6 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-lldp-discovery-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/topology-manager-0.18.0-20240121.200650-134.jar (40 kB at 275 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-manager-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/topology-lldp-discovery-0.18.0-20240121.200650-134.jar (45 kB at 308 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/odl-openflowplugin-drop-test-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/lldp-speaker-0.18.0-20240121.200650-134.jar (89 kB at 615 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/test-common-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/odl-openflowplugin-app-lldp-speaker-0.18.0-20240121.200650-134-features.xml (992 B at 6.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/drop-test-karaf-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-lldp-discovery-0.18.0-20240121.200650-134-features.xml (818 B at 5.4 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/odl-openflowplugin-app-topology-manager-0.18.0-20240121.200650-134-features.xml (783 B at 5.2 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-rest-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/odl-openflowplugin-drop-test-0.18.0-20240121.200650-134-features.xml (810 B at 5.3 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/odl-openflowplugin-nsf-model-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/test-common-0.18.0-20240121.200650-134.jar (25 kB at 162 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/odl-openflowjava-protocol-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/drop-test-karaf-0.18.0-20240121.200650-134.jar (16 kB at 105 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/openflow-protocol-api-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-rest-0.18.0-20240121.200650-134-features.xml (813 B at 5.0 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/openflow-protocol-spi-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/odl-openflowplugin-flow-services-0.18.0-20240121.200650-134-features.xml (1.8 kB at 11 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/odl-openflowjava-protocol-0.18.0-20240121.200650-134-features.xml (1.8 kB at 11 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/openflowjava-util-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/openflow-protocol-impl-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/odl-openflowplugin-nsf-model-0.18.0-20240121.200650-134-features.xml (1.6 kB at 9.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134-config.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/openflow-protocol-spi-0.18.0-20240121.200650-134.jar (45 kB at 256 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134-legacyConfig.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134-config.xml (943 B at 5.3 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/openflowjava-util-0.18.0-20240121.200650-134.jar (15 kB at 84 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/model-flow-statistics-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/model-flow-base-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/openflow-protocol-impl-0.18.0-20240121.200650-134.jar (640 kB at 3.5 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/model-flow-service-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134-legacyConfig.xml (941 B at 5.0 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/model-inventory-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/openflow-protocol-api-0.18.0-20240121.200650-134.jar (2.4 MB at 12 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/model-topology-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/model-inventory-0.18.0-20240121.200650-134.jar (73 kB at 359 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/odl-openflowplugin-southbound-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/model-flow-statistics-0.18.0-20240121.200650-134.jar (785 kB at 3.8 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/model-flow-base-0.18.0-20240121.200650-134.jar (1.5 MB at 7.3 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/model-topology-0.18.0-20240121.200650-134.jar (21 kB at 101 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/openflowplugin-common-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/odl-openflowplugin-southbound-0.18.0-20240121.200650-134-features.xml (2.7 kB at 13 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/openflowplugin-api-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134.jar (10 kB at 48 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/openflowplugin-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/model-flow-service-0.18.0-20240121.200650-134.jar (1.4 MB at 6.3 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/openflowplugin-impl-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/openflowjava-blueprint-config-0.18.0-20240121.200650-134.jar (10 kB at 48 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/openflowplugin-extension-api-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/openflowplugin-common-0.18.0-20240121.200650-134.jar (19 kB at 85 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/openflowplugin-extension-onf-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/openflowplugin-api-0.18.0-20240121.200650-134.jar (140 kB at 627 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134-config.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/openflowplugin-0.18.0-20240121.200650-134.jar (429 kB at 1.9 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/odl-openflowplugin-app-reconciliation-framework-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/openflowplugin-blueprint-config-0.18.0-20240121.200650-134-config.cfg (6.4 kB at 28 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/reconciliation-framework-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/openflowplugin-extension-onf-0.18.0-20240121.200650-134.jar (33 kB at 141 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/odl-openflowplugin-app-southbound-cli-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/openflowplugin-extension-api-0.18.0-20240121.200650-134.jar (579 kB at 2.5 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/southbound-cli-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/odl-openflowplugin-app-reconciliation-framework-0.18.0-20240121.200650-134-features.xml (823 B at 3.5 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/openflowplugin-impl-0.18.0-20240121.200650-134.jar (1.1 MB at 4.8 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/odl-openflowplugin-libraries-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/liblldp-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/reconciliation-framework-0.18.0-20240121.200650-134.jar (20 kB at 83 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/odl-openflowplugin-app-arbitratorreconciliation-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/odl-openflowplugin-app-southbound-cli-0.18.0-20240121.200650-134-features.xml (1.1 kB at 4.6 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/features-openflowplugin-extension-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/odl-openflowplugin-libraries-0.18.0-20240121.200650-134-features.xml (867 B at 3.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-nxm-extensions-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/southbound-cli-0.18.0-20240121.200650-134.jar (92 kB at 372 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/openflowjava-extension-nicira-api-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/liblldp-0.18.0-20240121.200650-134.jar (45 kB at 180 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/openflowjava-extension-nicira-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/features-openflowplugin-extension-0.18.0-20240121.200650-134-features.xml (1.1 kB at 4.6 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/openflowplugin-extension-nicira-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/odl-openflowplugin-app-arbitratorreconciliation-0.18.0-20240121.200650-134-features.xml (1.2 kB at 4.9 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-onf-extensions-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-nxm-extensions-0.18.0-20240121.200650-134-features.xml (972 B at 3.8 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-eric-extensions-0.18.0-20240121.200650-134-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/openflowjava-extension-nicira-api-0.18.0-20240121.200650-134.jar (14 kB at 53 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/openflowjava-extension-eric-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-eric-extensions-0.18.0-20240121.200650-134-features.xml (858 B at 3.2 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/openflowplugin-extension-eric-0.18.0-20240121.200650-134.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/openflowjava-extension-eric-0.18.0-20240121.200650-134.jar (60 kB at 224 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/library-features-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/odl-openflowplugin-onf-extensions-0.18.0-20240121.200650-134-features.xml (642 B at 2.4 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/odl-ovsdb-library-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/openflowjava-extension-nicira-0.18.0-20240121.200650-134.jar (1.1 MB at 4.0 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/odl-ovsdb-library-1.18.0-20240122.095725-135-features.xml (1.3 kB at 4.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135-config.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/library-features-1.18.0-20240122.095725-135-features.xml (541 B at 1.9 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/utils.servicehelper-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/openflowplugin-extension-eric-0.18.0-20240121.200650-134.jar (111 kB at 396 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/schema.openvswitch-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135.jar (230 kB at 807 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/schema.hardwarevtep-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/utils.servicehelper-1.18.0-20240122.095725-135.jar (11 kB at 37 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/hwvtepsouthbound-features-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/schema.openvswitch-1.18.0-20240122.095725-135.jar (28 kB at 98 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-api-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/openflowplugin-extension-nicira-0.18.0-20240121.200650-134.jar (3.1 MB at 11 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/hwvtepsouthbound-api-1.18.0-20240122.095725-125.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/library-1.18.0-20240122.095725-135-config.cfg (2.1 kB at 7.1 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/schema.hardwarevtep-1.18.0-20240122.095725-135.jar (25 kB at 87 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/odl-ovsdb-utils-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/hwvtepsouthbound-features-1.18.0-20240122.095725-135-features.xml (1.6 kB at 5.3 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/utils.config-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-api-1.18.0-20240122.095725-135-features.xml (928 B at 3.1 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/utils.mdsal-utils-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-1.18.0-20240122.095725-135-features.xml (1.1 kB at 3.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/utils.southbound-utils-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/hwvtepsouthbound-api-1.18.0-20240122.095725-125.jar (332 kB at 1.1 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/hwvtepsouthbound-impl-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/utils.config-1.18.0-20240122.095725-135.jar (9.9 kB at 33 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-rest-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/odl-ovsdb-utils-1.18.0-20240122.095725-135-features.xml (982 B at 3.2 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-ui-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/utils.mdsal-utils-1.18.0-20240122.095725-135.jar (26 kB at 85 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-test-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/utils.southbound-utils-1.18.0-20240122.095725-135.jar (42 kB at 134 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/utils.hwvtepsouthbound-utils-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-rest-1.18.0-20240122.095725-135-features.xml (781 B at 2.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/southbound-features-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-ui-1.18.0-20240122.095725-135-features.xml (799 B at 2.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/odl-ovsdb-southbound-api-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/utils.hwvtepsouthbound-utils-1.18.0-20240122.095725-135.jar (12 kB at 37 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/southbound-api-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/hwvtepsouthbound-impl-1.18.0-20240122.095725-135.jar (418 kB at 1.3 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/odl-ovsdb-hwvtepsouthbound-test-1.18.0-20240122.095725-135-features.xml (716 B at 2.2 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/southbound-features-1.18.0-20240122.095725-135-features.xml (1.5 kB at 4.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/utils.yang-utils-1.18.0-20240122.095725-125.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/odl-ovsdb-southbound-api-1.18.0-20240122.095725-135-features.xml (898 B at 2.8 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135-config.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-1.18.0-20240122.095725-135-features.xml (1.9 kB at 5.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-rest-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/utils.yang-utils-1.18.0-20240122.095725-125.jar (10 kB at 30 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-ui-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135-config.cfg (2.0 kB at 6.1 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/odl-ovsdb-southbound-test-1.18.0-20240122.095725-135-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/southbound-api-1.18.0-20240122.095725-135.jar (428 kB at 1.3 MB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/serviceutils-features-0.13.0-20240122.100111-137-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/southbound-impl-1.18.0-20240122.095725-135.jar (304 kB at 909 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/odl-serviceutils-listener-0.13.0-20240122.100111-137-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-rest-1.18.0-20240122.095725-135-features.xml (775 B at 2.3 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/listener-api-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/odl-ovsdb-southbound-impl-ui-1.18.0-20240122.095725-135-features.xml (793 B at 2.4 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/metrics-api-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/serviceutils-features-0.13.0-20240122.100111-137-features.xml (1.5 kB at 4.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/odl-serviceutils-metrics-0.13.0-20240122.100111-79-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/odl-ovsdb-southbound-test-1.18.0-20240122.095725-135-features.xml (993 B at 2.9 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/odl-serviceutils-listener-0.13.0-20240122.100111-137-features.xml (854 B at 2.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137-config.cfg 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/metrics-api-0.13.0-20240122.100111-137.jar (25 kB at 73 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/odl-serviceutils-rpc-0.13.0-20240122.100111-137-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/listener-api-0.13.0-20240122.100111-137.jar (24 kB at 70 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/rpc-api-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/odl-serviceutils-metrics-0.13.0-20240122.100111-79-features.xml (1.2 kB at 3.5 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/odl-serviceutils-srm-0.13.0-20240122.100111-137-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/odl-serviceutils-rpc-0.13.0-20240122.100111-137-features.xml (601 B at 1.7 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/srm-api-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/odl-serviceutils-srm-0.13.0-20240122.100111-137-features.xml (1.0 kB at 2.9 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/srm-impl-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137-config.cfg (1.8 kB at 5.0 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/srm-shell-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/metrics-impl-0.13.0-20240122.100111-137.jar (37 kB at 104 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/odl-serviceutils-tools-0.13.0-20240122.100111-137-features.xml 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/rpc-api-0.13.0-20240122.100111-137.jar (16 kB at 46 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/tools-api-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/srm-impl-0.13.0-20240122.100111-137.jar (21 kB at 57 kB/s) 10:34:48 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/upgrade-0.13.0-20240122.100111-137.jar 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/srm-api-0.13.0-20240122.100111-137.jar (132 kB at 365 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/odl-serviceutils-tools-0.13.0-20240122.100111-137-features.xml (1.1 kB at 3.0 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/srm-shell-0.13.0-20240122.100111-137.jar (29 kB at 79 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/tools-api-0.13.0-20240122.100111-137.jar (25 kB at 69 kB/s) 10:34:48 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/upgrade-0.13.0-20240122.100111-137.jar (23 kB at 62 kB/s) 10:34:49 [INFO] 10:34:49 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-index --- 10:34:49 [INFO] 10:34:49 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-index --- 10:34:49 [INFO] Skipping Rule Enforcement. 10:34:49 [INFO] 10:34:49 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ features-index --- 10:34:49 [INFO] Skipping Rule Enforcement. 10:34:49 [INFO] 10:34:49 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-index --- 10:34:49 [INFO] 10:34:49 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ features-index --- 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11.pom (3.5 kB at 250 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.pom (2.1 kB at 190 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.6/asm-9.6.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 237 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 310 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 324 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.pom (1.9 kB at 209 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar 10:34:49 [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.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.6/asm-9.6.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 7.2 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 8.2 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar 10:34:49 [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.jar (247 kB at 15 MB/s) 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.core/0.8.11/org.jacoco.core-0.8.11.jar (210 kB at 11 MB/s) 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar (301 kB at 14 MB/s) 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 2.6 MB/s) 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jacoco/org.jacoco.report/0.8.11/org.jacoco.report-0.8.11.jar (131 kB at 6.0 MB/s) 10:34:49 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:34:49 [INFO] argLine set to empty 10:34:49 [INFO] 10:34:49 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ features-index --- 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/puppycrawl/tools/checkstyle/10.12.4/checkstyle-10.12.4.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/puppycrawl/tools/checkstyle/10.12.4/checkstyle-10.12.4.pom (232 kB at 19 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/info/picocli/picocli/4.7.5/picocli-4.7.5.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/info/picocli/picocli/4.7.5/picocli-4.7.5.pom (1.4 kB at 153 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (11 kB at 1.0 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (21 kB at 1.6 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 308 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 1.1 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reflections/reflections/0.10.2/reflections-0.10.2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 1.0 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 1.2 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom (4.2 kB at 526 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom (2.6 kB at 286 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 482 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 966 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 4.0 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 473 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 1.3 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 318 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.pom (2.1 kB at 233 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 487 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 1.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 171 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 171 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 228 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 566 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.2 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 248 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/1/google-1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/google/1/google-1.pom (1.6 kB at 155 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.4 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/45/commons-parent-45.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 6.6 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.8 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.pom (4.3 kB at 434 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.12.0/doxia-modules-1.12.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-modules/1.12.0/doxia-modules-1.12.0.pom (2.7 kB at 32 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/checkstyle/13.0.7/checkstyle-13.0.7.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/checkstyle/13.0.7/checkstyle-13.0.7.pom (545 B at 61 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/sevntu-checkstyle/sevntu-checks/1.44.1/sevntu-checks-1.44.1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/sevntu-checkstyle/sevntu-checks/1.44.1/sevntu-checks-1.44.1.pom (38 kB at 1.8 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom (7.0 kB at 874 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 61 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 612 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.7 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 697 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 3.6 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 2.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 1.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 397 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 2.2 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 901 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 615 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/all/1.2.0/all-1.2.0.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.8 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/1/jvnet-parent-1.pom 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 471 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/puppycrawl/tools/checkstyle/10.12.4/checkstyle-10.12.4.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/info/picocli/picocli/4.7.5/picocli-4.7.5.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reflections/reflections/0.10.2/reflections-0.10.2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar (16 kB at 1.1 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 6.5 MB/s) 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/info/picocli/picocli/4.7.5/picocli-4.7.5.jar (415 kB at 20 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/puppycrawl/tools/checkstyle/10.12.4/checkstyle-10.12.4.jar (2.1 MB at 64 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 23 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar (166 kB at 4.1 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar (3.0 MB at 61 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 4.4 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 13 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.27.0/checker-qual-3.27.0.jar (224 kB at 3.3 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/checkstyle/13.0.7/checkstyle-13.0.7.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 12 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/sevntu-checkstyle/sevntu-checks/1.44.1/sevntu-checks-1.44.1.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar (1.0 MB at 14 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.jar (37 kB at 481 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/checkstyle/13.0.7/checkstyle-13.0.7.jar (7.0 kB at 89 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/sevntu-checkstyle/sevntu-checks/1.44.1/sevntu-checks-1.44.1.jar (203 kB at 2.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar (40 kB at 493 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar (5.6 MB at 65 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 27 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.5 MB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 278 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar 10:34:49 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 733 kB/s) 10:34:49 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 2.1 MB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 4.2 MB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 2.2 MB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 1.4 MB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 209 kB/s) 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 1.6 MB/s) 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 5.6 MB/s) 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 476 kB/s) 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 1.1 MB/s) 10:34:50 [INFO] Starting audit... 10:34:50 Audit done. 10:34:50 [INFO] You have 0 Checkstyle violations. 10:34:50 [INFO] 10:34:50 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ features-index --- 10:34:50 [INFO] 10:34:50 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ features-index --- 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-license/13.0.7/odl-license-13.0.7.pom 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-license/13.0.7/odl-license-13.0.7.pom (1.3 kB at 127 kB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-license/13.0.7/odl-license-13.0.7.license 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-license/13.0.7/odl-license-13.0.7.license (11 kB at 1.0 MB/s) 10:34:50 [INFO] 10:34:50 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ features-index --- 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 255 kB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 508 kB/s) 10:34:50 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar 10:34:50 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 15 MB/s) 10:34:50 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/classes/META-INF/maven/dependencies.properties 10:34:50 [INFO] 10:34:50 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ features-index --- 10:34:50 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:50 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 117 kB/s) 10:34:50 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/feature/feature.xml 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-features/0.5.4/pax-transx-features-0.5.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-features/0.5.4/pax-transx-features-0.5.4-features.xml (4.0 kB at 401 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.4/odl-restconf-openapi-6.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.4/odl-restconf-openapi-6.0.4-features.xml (876 B at 80 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.4/odl-jackson-2-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.4/odl-jackson-2-13.0.4-features.xml (1.5 kB at 151 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.4/odl-woodstox-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.4/odl-woodstox-13.0.4-features.xml (563 B at 63 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.4/odl-stax2-api-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.4/odl-stax2-api-13.0.4-features.xml (365 B at 21 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.4/odl-ws-rs-api-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.4/odl-ws-rs-api-13.0.4-features.xml (395 B at 36 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.4/odl-jakarta-activation-api-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.4/odl-jakarta-activation-api-13.0.4-features.xml (438 B at 44 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.4/odl-restconf-6.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.4/odl-restconf-6.0.4-features.xml (489 B at 49 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.4/odl-restconf-nb-6.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.4/odl-restconf-nb-6.0.4-features.xml (2.5 kB at 231 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.2/odl-mdsal-model-rfc8072-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.2/odl-mdsal-model-rfc8072-12.0.2-features.xml (645 B at 72 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.2/odl-mdsal-model-rfc8040-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.2/odl-mdsal-model-rfc8040-12.0.2-features.xml (637 B at 49 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.2/odl-mdsal-binding-base-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.2/odl-mdsal-binding-base-12.0.2-features.xml (757 B at 63 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.2/odl-yangtools-common-11.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.2/odl-yangtools-common-11.0.2-features.xml (633 B at 49 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.2/odl-yangtools-util-11.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.2/odl-yangtools-util-11.0.2-features.xml (776 B at 97 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.4/odl-guava-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.4/odl-guava-13.0.4-features.xml (490 B at 54 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.2/odl-controller-exp-netty-config-8.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.2/odl-controller-exp-netty-config-8.0.2-features.xml (1.2 kB at 50 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.4/odl-netty-4-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.4/odl-netty-4-13.0.4-features.xml (1.1 kB at 111 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.4/odl-restconf-common-6.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.4/odl-restconf-common-6.0.4-features.xml (1.7 kB at 153 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.4/odl-karaf-feat-jetty-13.0.4-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.4/odl-karaf-feat-jetty-13.0.4-features.xml (409 B at 41 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.2/odl-yangtools-export-11.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.2/odl-yangtools-export-11.0.2-features.xml (625 B at 69 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.2/odl-yangtools-parser-api-11.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.2/odl-yangtools-parser-api-11.0.2-features.xml (2.1 kB at 236 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.2/odl-yangtools-xpath-api-11.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.2/odl-yangtools-xpath-api-11.0.2-features.xml (629 B at 70 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.2/odl-mdsal-model-rfc8525-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.2/odl-mdsal-model-rfc8525-12.0.2-features.xml (859 B at 78 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.2/odl-mdsal-model-rfc6991-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.2/odl-mdsal-model-rfc6991-12.0.2-features.xml (835 B at 76 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.2/odl-mdsal-model-rfc8342-12.0.2-features.xml 10:34:51 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.2/odl-mdsal-model-rfc8342-12.0.2-features.xml (759 B at 69 kB/s) 10:34:51 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.2/odl-mdsal-model-rfc7952-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.2/odl-mdsal-model-rfc7952-12.0.2-features.xml (637 B at 49 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.2/odl-mdsal-broker-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.2/odl-mdsal-broker-8.0.2-features.xml (1.1 kB at 95 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.2/odl-mdsal-singleton-dom-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.2/odl-mdsal-singleton-dom-12.0.2-features.xml (1.1 kB at 88 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.2/odl-mdsal-singleton-common-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.2/odl-mdsal-singleton-common-12.0.2-features.xml (663 B at 66 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.2/odl-mdsal-eos-common-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.2/odl-mdsal-eos-common-12.0.2-features.xml (683 B at 62 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.2/odl-yangtools-data-api-11.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.2/odl-yangtools-data-api-11.0.2-features.xml (951 B at 95 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.2/odl-mdsal-eos-dom-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.2/odl-mdsal-eos-dom-12.0.2-features.xml (619 B at 56 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.2/odl-mdsal-common-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.2/odl-mdsal-common-12.0.2-features.xml (577 B at 58 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.2/odl-mdsal-eos-binding-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.2/odl-mdsal-eos-binding-12.0.2-features.xml (1.0 kB at 93 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.2/odl-mdsal-binding-dom-adapter-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.2/odl-mdsal-binding-dom-adapter-12.0.2-features.xml (1.1 kB at 98 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.2/odl-mdsal-binding-runtime-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.2/odl-mdsal-binding-runtime-12.0.2-features.xml (1.2 kB at 118 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.2/odl-mdsal-bytebuddy-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.2/odl-mdsal-bytebuddy-12.0.2-features.xml (382 B at 42 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.2/odl-mdsal-dom-runtime-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.2/odl-mdsal-dom-runtime-12.0.2-features.xml (832 B at 59 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.2/odl-mdsal-dom-api-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.2/odl-mdsal-dom-api-12.0.2-features.xml (839 B at 76 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.2/odl-mdsal-binding-runtime-api-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.2/odl-mdsal-binding-runtime-api-12.0.2-features.xml (1.4 kB at 157 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.2/odl-yangtools-data-11.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.2/odl-yangtools-data-11.0.2-features.xml (963 B at 96 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.4/odl-antlr4-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.4/odl-antlr4-13.0.4-features.xml (358 B at 33 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.2/odl-yangtools-parser-11.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.2/odl-yangtools-parser-11.0.2-features.xml (2.3 kB at 225 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.2/odl-yangtools-xpath-11.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.2/odl-yangtools-xpath-11.0.2-features.xml (774 B at 64 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.2/odl-mdsal-binding-api-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.2/odl-mdsal-binding-api-12.0.2-features.xml (1.1 kB at 143 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.2/odl-mdsal-dom-broker-12.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.2/odl-mdsal-dom-broker-12.0.2-features.xml (619 B at 62 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.2/odl-mdsal-remoterpc-connector-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.2/odl-mdsal-remoterpc-connector-8.0.2-features.xml (688 B at 63 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.2/odl-mdsal-distributed-datastore-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.2/odl-mdsal-distributed-datastore-8.0.2-features.xml (3.4 kB at 308 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.4/odl-apache-commons-text-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.4/odl-apache-commons-text-13.0.4-features.xml (620 B at 69 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.4/odl-apache-commons-lang3-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.4/odl-apache-commons-lang3-13.0.4-features.xml (412 B at 37 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.2/odl-yangtools-codec-11.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.2/odl-yangtools-codec-11.0.2-features.xml (1.1 kB at 112 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.4/odl-gson-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.4/odl-gson-13.0.4-features.xml (340 B at 38 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.2/odl-mdsal-clustering-commons-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.2/odl-mdsal-clustering-commons-8.0.2-features.xml (2.0 kB at 199 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.4/odl-dropwizard-metrics-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.4/odl-dropwizard-metrics-13.0.4-features.xml (631 B at 63 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.4/odl-servlet-api-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.4/odl-servlet-api-13.0.4-features.xml (384 B at 35 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.2/odl-controller-akka-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.2/odl-controller-akka-8.0.2-features.xml (1.2 kB at 106 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.2/odl-controller-scala-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.2/odl-controller-scala-8.0.2-features.xml (629 B at 63 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.2/odl-controller-mdsal-common-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.2/odl-controller-mdsal-common-8.0.2-features.xml (762 B at 69 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.2/odl-aaa-shiro-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.2/odl-aaa-shiro-0.18.2-features.xml (3.2 kB at 294 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.4/odl-karaf-feat-jdbc-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.4/odl-karaf-feat-jdbc-13.0.4-features.xml (692 B at 77 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.5/pax-jdbc-features-1.5.5-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.5/pax-jdbc-features-1.5.5-features.xml (10.0 kB at 905 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-features/0.5.3/pax-transx-features-0.5.3-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-features/0.5.3/pax-transx-features-0.5.3-features.xml (4.0 kB at 365 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.2/odl-jolokia-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.2/odl-jolokia-8.0.2-features.xml (608 B at 76 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.2/odl-aaa-password-service-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.2/odl-aaa-password-service-0.18.2-features.xml (1.2 kB at 125 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.2/odl-apache-shiro-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.2/odl-apache-shiro-0.18.2-features.xml (824 B at 82 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.2/odl-aaa-web-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.2/odl-aaa-web-0.18.2-features.xml (1.3 kB at 49 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.4/odl-jersey-2-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.4/odl-jersey-2-13.0.4-features.xml (2.2 kB at 224 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.4/odl-javassist-3-13.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.4/odl-javassist-3-13.0.4-features.xml (365 B at 23 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.2/odl-aaa-encryption-service-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.2/odl-aaa-encryption-service-0.18.2-features.xml (833 B at 83 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.2/odl-controller-blueprint-8.0.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.2/odl-controller-blueprint-8.0.2-features.xml (1.2 kB at 70 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.2/odl-aaa-api-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.2/odl-aaa-api-0.18.2-features.xml (1.0 kB at 114 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.2/odl-aaa-cert-0.18.2-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.2/odl-aaa-cert-0.18.2-features.xml (1.1 kB at 121 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.4/odl-netconf-model-rfc8040-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.4/odl-netconf-model-rfc8040-6.0.4-features.xml (619 B at 62 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.4/odl-netconf-api-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.4/odl-netconf-api-6.0.4-features.xml (1.6 kB at 148 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.4/odl-netconf-model-rfc5277-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.4/odl-netconf-model-rfc5277-6.0.4-features.xml (594 B at 54 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.4/odl-netconf-model-rfc6241-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.4/odl-netconf-model-rfc6241-6.0.4-features.xml (594 B at 33 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.4/odl-netconf-model-rfc6470-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.4/odl-netconf-model-rfc6470-6.0.4-features.xml (639 B at 29 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.4/odl-netconf-model-rfc8526-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.4/odl-netconf-model-rfc8526-6.0.4-features.xml (806 B at 101 kB/s) 10:34:52 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.4/odl-netconf-model-rfc6243-6.0.4-features.xml 10:34:52 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.4/odl-netconf-model-rfc6243-6.0.4-features.xml (639 B at 71 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.2/odl-infrautils-diagstatus-6.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.2/odl-infrautils-diagstatus-6.0.2-features.xml (1.9 kB at 143 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.2/odl-infrautils-utils-6.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.2/odl-infrautils-utils-6.0.2-features.xml (556 B at 62 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.2/odl-infrautils-ready-6.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.2/odl-infrautils-ready-6.0.2-features.xml (829 B at 92 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.2-features.xml (812 B at 48 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.2/odl-mdsal-model-odl-l2-types-12.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.2/odl-mdsal-model-odl-l2-types-12.0.2-features.xml (696 B at 54 kB/s) 10:34:53 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.2/odl-yangtools-netty-11.0.2-features.xml 10:34:53 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.2/odl-yangtools-netty-11.0.2-features.xml (791 B at 99 kB/s) 10:34:54 [INFO] ...done! 10:34:54 [INFO] Attaching features XML 10:34:54 [INFO] 10:34:54 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ features-index --- 10:34:54 [INFO] Using repositories: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:34:54 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:34:54 [INFO] 10:34:54 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ features-index >>> 10:34:54 [INFO] 10:34:54 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ features-index --- 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.pom (6.9 kB at 686 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom (21 kB at 1.9 MB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/50/commons-parent-50.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 5.0 MB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom (2.8 kB at 394 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 201 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.8 MB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.pom (3.5 kB at 346 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom (8.2 kB at 912 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 641 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/1.2.0/jaxen-1.2.0.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/1.2.0/jaxen-1.2.0.pom (15 kB at 989 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom (4.2 kB at 468 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom (2.3 kB at 226 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 426 kB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.4 MB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom 10:34:54 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom (24 kB at 2.2 MB/s) 10:34:54 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom (71 kB at 5.5 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom (9.2 kB at 834 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 512 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom (16 kB at 1.7 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/spotbugs/13.0.7/spotbugs-13.0.7.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/spotbugs/13.0.7/spotbugs-13.0.7.pom (841 B at 84 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (1.1 kB at 118 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.pom (1.7 kB at 216 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 1.3 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 492 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 313 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.6.1/bcel-6.6.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.6.1/bcel-6.6.1.pom (21 kB at 1.6 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.14/ant-1.10.14.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 1.3 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 596 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 316 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.pom (24 kB at 2.2 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-ant/4.0.15/groovy-ant-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-ant/4.0.15/groovy-ant-4.0.15.pom (24 kB at 2.2 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-groovydoc/4.0.15/groovy-groovydoc-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-groovydoc/4.0.15/groovy-groovydoc-4.0.15.pom (23 kB at 2.6 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-dateutil/4.0.15/groovy-dateutil-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-dateutil/4.0.15/groovy-dateutil-4.0.15.pom (23 kB at 1.7 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-docgenerator/4.0.15/groovy-docgenerator-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-docgenerator/4.0.15/groovy-docgenerator-4.0.15.pom (23 kB at 2.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.pom (23 kB at 2.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.pom (23 kB at 2.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 1.8 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.pom (23 kB at 2.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.pom (5.0 kB at 555 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-parent/3.25.5/javaparser-parent-3.25.5.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-parent/3.25.5/javaparser-parent-3.25.5.pom (24 kB at 2.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 1.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 1.5 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom (2.1 kB at 175 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom (1.7 kB at 187 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom (15 kB at 1.5 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 349 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 655 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 660 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 598 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 218 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 96 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 1.0 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 382 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 372 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm/3.3.1/asm-3.3.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 27 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 481 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 431 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 370 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 370 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 507 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.2/commons-chain-1.2.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.2/commons-chain-1.2.pom (10 kB at 1.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/10/commons-parent-10.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/10/commons-parent-10.pom (23 kB at 2.3 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/2.1/commons-digester-2.1.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 1.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/17/commons-parent-17.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.2 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 1.0 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/14/commons-parent-14.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 3.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.6 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 443 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 297 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.jar 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar (324 kB at 7.9 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar (15 kB at 338 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 3.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.jar (3.5 MB at 70 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/spotbugs/13.0.7/spotbugs-13.0.7.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/spotbugs/13.0.7/spotbugs-13.0.7.jar (3.4 kB at 55 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar (1.0 MB at 15 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar (318 kB at 4.7 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 748 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.6.1/bcel-6.6.1.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 173 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.14/ant-1.10.14.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar (1.9 MB at 21 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/2.0.9/jcl-over-slf4j-2.0.9.jar (18 kB at 207 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 57 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-ant/4.0.15/groovy-ant-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 181 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-groovydoc/4.0.15/groovy-groovydoc-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-ant/4.0.15/groovy-ant-4.0.15.jar (71 kB at 685 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-dateutil/4.0.15/groovy-dateutil-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/bcel/bcel/6.6.1/bcel-6.6.1.jar (695 kB at 6.7 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-docgenerator/4.0.15/groovy-docgenerator-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-dateutil/4.0.15/groovy-dateutil-4.0.15.jar (7.9 kB at 69 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-groovydoc/4.0.15/groovy-groovydoc-4.0.15.jar (144 kB at 1.2 MB/s) 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-docgenerator/4.0.15/groovy-docgenerator-4.0.15.jar (114 kB at 971 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.jar 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-json/4.0.15/groovy-json-4.0.15.jar (130 kB at 1.0 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 18 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-templates/4.0.15/groovy-templates-4.0.15.jar (92 kB at 710 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 1.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy-xml/4.0.15/groovy-xml-4.0.15.jar (213 kB at 1.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar (224 kB at 1.5 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/javaparser/javaparser-core/3.25.5/javaparser-core-3.25.5.jar (1.4 MB at 8.6 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar (224 kB at 1.4 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.2 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm/3.3.1/asm-3.3.1.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 252 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/groovy/groovy/4.0.15/groovy-4.0.15.jar (7.6 MB at 44 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.1 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.0 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.2/commons-chain-1.2.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 17 MB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 63 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 63 kB/s) 10:34:55 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 1.2 MB/s) 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-chain/commons-chain/1.2/commons-chain-1.2.jar (92 kB at 485 kB/s) 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 1.0 MB/s) 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 118 kB/s) 10:34:55 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.4 MB/s) 10:34:56 [INFO] 10:34:56 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ features-index <<< 10:34:56 [INFO] 10:34:56 [INFO] 10:34:56 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ features-index --- 10:34:56 [INFO] 10:34:56 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ features-index --- 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/3.2.1/maven-surefire-common-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/3.2.1/maven-surefire-common-3.2.1.pom (6.2 kB at 565 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/3.2.1/surefire-api-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/3.2.1/surefire-api-3.2.1.pom (3.5 kB at 392 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-logger-api/3.2.1/surefire-logger-api-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-logger-api/3.2.1/surefire-logger-api-3.2.1.pom (3.3 kB at 251 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-shared-utils/3.2.1/surefire-shared-utils-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-shared-utils/3.2.1/surefire-shared-utils-3.2.1.pom (4.1 kB at 369 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-api/3.2.1/surefire-extensions-api-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-api/3.2.1/surefire-extensions-api-3.2.1.pom (3.3 kB at 367 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/3.2.1/surefire-booter-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/3.2.1/surefire-booter-3.2.1.pom (4.5 kB at 371 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.1/surefire-extensions-spi-3.2.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.1/surefire-extensions-spi-3.2.1.pom (1.8 kB at 160 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 580 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 1.8 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/57/commons-parent-57.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 8.3 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom (6.5 kB at 726 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 210 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 2.9 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 634 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 141 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 299 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 115 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/3.2.1/maven-surefire-common-3.2.1.jar 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/3.2.1/surefire-api-3.2.1.jar 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-logger-api/3.2.1/surefire-logger-api-3.2.1.jar 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/3.2.1/surefire-booter-3.2.1.jar 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-api/3.2.1/surefire-extensions-api-3.2.1.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-logger-api/3.2.1/surefire-logger-api-3.2.1.jar (14 kB at 965 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.1/surefire-extensions-spi-3.2.1.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-booter/3.2.1/surefire-booter-3.2.1.jar (117 kB at 7.8 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-api/3.2.1/surefire-api-3.2.1.jar (170 kB at 10.0 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-api/3.2.1/surefire-extensions-api-3.2.1.jar (25 kB at 1.3 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/maven-surefire-common/3.2.1/maven-surefire-common-3.2.1.jar (306 kB at 15 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-extensions-spi/3.2.1/surefire-extensions-spi-3.2.1.jar (8.2 kB at 314 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 2.3 MB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 914 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-shared-utils/3.2.1/surefire-shared-utils-3.2.1.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 3.0 MB/s) 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 233 kB/s) 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 13 MB/s) 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 312 kB/s) 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/surefire/surefire-shared-utils/3.2.1/surefire-shared-utils-3.2.1.jar (2.3 MB at 35 MB/s) 10:34:56 [INFO] Tests are skipped. 10:34:56 [INFO] 10:34:56 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ features-index --- 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 12 MB/s) 10:34:56 [INFO] 10:34:56 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ features-index --- 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 471 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 445 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 496 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 197 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 661 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 271 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 200 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 103 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 203 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 338 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 351 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 315 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom 10:34:56 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 173 kB/s) 10:34:56 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 2.0 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 552 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.3 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 552 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.2 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 75 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 173 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 336 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar 10:34:57 [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.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 2.0 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 3.8 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar 10:34:57 [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.jar (154 kB at 8.6 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 2.9 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 29 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 1.8 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 1.6 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 968 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 2.1 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 5.5 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 1.5 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 1.3 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 1.5 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 218 kB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 6.8 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 16 MB/s) 10:34:57 [INFO] Skipping javadoc generation 10:34:57 [INFO] 10:34:57 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-index --- 10:34:57 [INFO] Skipping CycloneDX 10:34:57 [INFO] 10:34:57 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ features-index --- 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 1.1 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.2 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 232 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 216 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 976 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 307 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 550 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.pom (7.8 kB at 711 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 157 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom (1.8 kB at 120 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 627 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 1.1 MB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 8.5 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 10 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/staxmate/staxmate/2.2.1/staxmate-2.2.1.jar (83 kB at 3.2 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar (486 kB at 14 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 60 MB/s) 10:34:57 [INFO] Skipping duplicate-finder execution! 10:34:57 [INFO] 10:34:57 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ features-index --- 10:34:57 [INFO] Skipping plugin execution 10:34:57 [INFO] 10:34:57 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ features-index --- 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 726 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 213 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 12 MB/s) 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 92 MB/s) 10:34:57 [INFO] Skipping source per configuration. 10:34:57 [INFO] 10:34:57 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ features-index --- 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-annotations/2.7.0/modernizer-maven-annotations-2.7.0.pom 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-annotations/2.7.0/modernizer-maven-annotations-2.7.0.pom (2.0 kB at 183 kB/s) 10:34:57 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-annotations/2.7.0/modernizer-maven-annotations-2.7.0.jar 10:34:57 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/gaul/modernizer-maven-annotations/2.7.0/modernizer-maven-annotations-2.7.0.jar (3.2 kB at 294 kB/s) 10:34:57 [INFO] Skipping modernizer execution! 10:34:57 [INFO] 10:34:57 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ features-index --- 10:34:57 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:34:57 [INFO] 10:34:57 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-index --- 10:34:57 [INFO] No primary artifact to install, installing attached artifacts instead. 10:34:57 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/pom.xml to /tmp/r/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-SNAPSHOT.pom 10:34:57 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-SNAPSHOT-features.xml 10:34:57 [INFO] 10:34:57 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ features-index --- 10:34:57 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:57 [INFO] No primary artifact to deploy, deploying attached artifacts instead. 10:34:57 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:57 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-20240122.103359-1.pom 10:34:57 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-20240122.103359-1.pom (15 kB) 10:34:57 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/maven-metadata.xml 10:34:57 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:57 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml (621 B at 621 kB/s) 10:34:57 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/maven-metadata.xml 10:34:57 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/maven-metadata.xml (303 B) 10:34:57 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-20240122.103359-1-features.xml 10:34:57 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-20240122.103359-1-features.xml (5.8 kB at 5.8 MB/s) 10:34:57 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:57 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml (837 B at 837 kB/s) 10:34:57 [INFO] 10:34:57 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-index --- 10:34:58 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/dependency_tree.txt 10:34:58 [INFO] 10:34:58 [INFO] --< org.opendaylight.integration:odl-integration-compatible-with-all >-- 10:34:58 [INFO] Building ODL :: integration :: odl-integration-compatible-with-all 0.20.0-SNAPSHOT [11/19] 10:34:58 [INFO] ------------------------------[ feature ]------------------------------- 10:34:58 [INFO] 10:34:58 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] 10:34:58 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Skipping Rule Enforcement. 10:34:58 [INFO] 10:34:58 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Skipping Rule Enforcement. 10:34:58 [INFO] 10:34:58 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] 10:34:58 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:34:58 [INFO] argLine set to empty 10:34:58 [INFO] 10:34:58 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Starting audit... 10:34:58 Audit done. 10:34:58 [INFO] You have 0 Checkstyle violations. 10:34:58 [INFO] 10:34:58 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] 10:34:58 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] 10:34:58 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/classes/META-INF/maven/dependencies.properties 10:34:58 [INFO] 10:34:58 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:58 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 130 kB/s) 10:34:58 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml 10:34:58 [INFO] ...done! 10:34:58 [INFO] Attaching features XML 10:34:58 [INFO] 10:34:58 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ odl-integration-compatible-with-all --- 10:34:58 [INFO] Using repositories: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:34:58 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:34:58 [INFO] 10:34:58 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ odl-integration-compatible-with-all >>> 10:34:59 [INFO] 10:34:59 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] 10:34:59 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ odl-integration-compatible-with-all <<< 10:34:59 [INFO] 10:34:59 [INFO] 10:34:59 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Tests are skipped. 10:34:59 [INFO] 10:34:59 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping javadoc generation 10:34:59 [INFO] 10:34:59 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping CycloneDX 10:34:59 [INFO] 10:34:59 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping duplicate-finder execution! 10:34:59 [INFO] 10:34:59 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping plugin execution 10:34:59 [INFO] 10:34:59 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping source per configuration. 10:34:59 [INFO] 10:34:59 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping modernizer execution! 10:34:59 [INFO] 10:34:59 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:34:59 [INFO] 10:34:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] No primary artifact to install, installing attached artifacts instead. 10:34:59 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/pom.xml to /tmp/r/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-SNAPSHOT.pom 10:34:59 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-SNAPSHOT-features.xml 10:34:59 [INFO] 10:34:59 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:34:59 [INFO] No primary artifact to deploy, deploying attached artifacts instead. 10:34:59 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:59 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-20240122.103359-1.pom 10:34:59 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-20240122.103359-1.pom (12 kB at 12 MB/s) 10:34:59 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/maven-metadata.xml 10:34:59 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:59 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml (642 B) 10:34:59 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/maven-metadata.xml 10:34:59 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/maven-metadata.xml (324 B) 10:34:59 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-20240122.103359-1-features.xml 10:34:59 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-20240122.103359-1-features.xml (3.8 kB) 10:34:59 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:59 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml (858 B at 429 kB/s) 10:34:59 [INFO] 10:34:59 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ odl-integration-compatible-with-all --- 10:34:59 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/dependency_tree.txt 10:34:59 [INFO] 10:34:59 [INFO] ----------< org.opendaylight.integration:odl-integration-all >---------- 10:34:59 [INFO] Building ODL :: integration :: odl-integration-all 0.20.0-SNAPSHOT [12/19] 10:34:59 [INFO] ------------------------------[ feature ]------------------------------- 10:34:59 [INFO] 10:34:59 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ odl-integration-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ odl-integration-all --- 10:34:59 [INFO] Skipping Rule Enforcement. 10:34:59 [INFO] 10:34:59 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ odl-integration-all --- 10:34:59 [INFO] Skipping Rule Enforcement. 10:34:59 [INFO] 10:34:59 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ odl-integration-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ odl-integration-all --- 10:34:59 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:34:59 [INFO] argLine set to empty 10:34:59 [INFO] 10:34:59 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ odl-integration-all --- 10:34:59 [INFO] Starting audit... 10:34:59 Audit done. 10:34:59 [INFO] You have 0 Checkstyle violations. 10:34:59 [INFO] 10:34:59 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ odl-integration-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ odl-integration-all --- 10:34:59 [INFO] 10:34:59 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ odl-integration-all --- 10:34:59 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/classes/META-INF/maven/dependencies.properties 10:34:59 [INFO] 10:34:59 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ odl-integration-all --- 10:34:59 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:34:59 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 129 kB/s) 10:34:59 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/feature/feature.xml 10:35:00 [INFO] ...done! 10:35:00 [INFO] Attaching features XML 10:35:00 [INFO] 10:35:00 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ odl-integration-all --- 10:35:00 [INFO] Using repositories: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:35:00 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:35:00 [INFO] 10:35:00 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ odl-integration-all >>> 10:35:00 [INFO] 10:35:00 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ odl-integration-all --- 10:35:00 [INFO] 10:35:00 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ odl-integration-all <<< 10:35:00 [INFO] 10:35:00 [INFO] 10:35:00 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ odl-integration-all --- 10:35:00 [INFO] 10:35:00 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ odl-integration-all --- 10:35:00 [INFO] Tests are skipped. 10:35:00 [INFO] 10:35:00 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ odl-integration-all --- 10:35:00 [INFO] 10:35:00 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ odl-integration-all --- 10:35:00 [INFO] Skipping javadoc generation 10:35:00 [INFO] 10:35:00 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ odl-integration-all --- 10:35:00 [INFO] Skipping CycloneDX 10:35:00 [INFO] 10:35:00 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ odl-integration-all --- 10:35:00 [INFO] Skipping duplicate-finder execution! 10:35:00 [INFO] 10:35:00 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ odl-integration-all --- 10:35:00 [INFO] Skipping plugin execution 10:35:00 [INFO] 10:35:00 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ odl-integration-all --- 10:35:00 [INFO] Skipping source per configuration. 10:35:00 [INFO] 10:35:00 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ odl-integration-all --- 10:35:00 [INFO] Skipping modernizer execution! 10:35:00 [INFO] 10:35:00 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ odl-integration-all --- 10:35:00 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:00 [INFO] 10:35:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-integration-all --- 10:35:00 [INFO] No primary artifact to install, installing attached artifacts instead. 10:35:00 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/pom.xml to /tmp/r/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-SNAPSHOT.pom 10:35:00 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-SNAPSHOT-features.xml 10:35:00 [INFO] 10:35:00 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ odl-integration-all --- 10:35:00 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:00 [INFO] No primary artifact to deploy, deploying attached artifacts instead. 10:35:00 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:00 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-20240122.103359-1.pom 10:35:00 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-20240122.103359-1.pom (5.3 kB at 5.3 MB/s) 10:35:00 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/maven-metadata.xml 10:35:00 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:00 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml (626 B) 10:35:00 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/maven-metadata.xml 10:35:00 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/maven-metadata.xml (308 B at 308 kB/s) 10:35:00 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-20240122.103359-1-features.xml 10:35:00 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-20240122.103359-1-features.xml (2.2 kB at 2.2 MB/s) 10:35:00 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:00 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml (842 B at 842 kB/s) 10:35:00 [INFO] 10:35:00 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ odl-integration-all --- 10:35:00 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/dependency_tree.txt 10:35:00 [INFO] 10:35:00 [INFO] -------------< org.opendaylight.integration:features-test >------------- 10:35:00 [INFO] Building ODL :: integration :: features-test 0.20.0-SNAPSHOT [13/19] 10:35:00 [INFO] ------------------------------[ feature ]------------------------------- 10:35:00 [INFO] 10:35:00 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-test --- 10:35:00 [INFO] 10:35:00 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-test --- 10:35:00 [INFO] Skipping Rule Enforcement. 10:35:00 [INFO] 10:35:00 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ features-test --- 10:35:00 [INFO] Skipping Rule Enforcement. 10:35:00 [INFO] 10:35:00 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-test --- 10:35:00 [INFO] 10:35:00 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ features-test --- 10:35:00 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:00 [INFO] argLine set to empty 10:35:00 [INFO] 10:35:00 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ features-test --- 10:35:00 [INFO] Starting audit... 10:35:00 Audit done. 10:35:00 [INFO] You have 0 Checkstyle violations. 10:35:00 [INFO] 10:35:00 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ features-test --- 10:35:00 [INFO] 10:35:00 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ features-test --- 10:35:00 [INFO] 10:35:00 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ features-test --- 10:35:00 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/classes/META-INF/maven/dependencies.properties 10:35:00 [INFO] 10:35:00 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ features-test --- 10:35:00 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:00 [INFO] Downloaded from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml (1.3 kB at 128 kB/s) 10:35:00 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/feature/feature.xml 10:35:01 [INFO] ...done! 10:35:01 [INFO] Attaching features XML 10:35:01 [INFO] 10:35:01 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ features-test --- 10:35:01 [INFO] Using repositories: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:35:01 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:35:01 [INFO] 10:35:01 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ features-test >>> 10:35:01 [INFO] 10:35:01 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ features-test --- 10:35:01 [INFO] 10:35:01 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ features-test <<< 10:35:01 [INFO] 10:35:01 [INFO] 10:35:01 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ features-test --- 10:35:01 [INFO] 10:35:01 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ features-test --- 10:35:01 [INFO] Tests are skipped. 10:35:01 [INFO] 10:35:01 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ features-test --- 10:35:01 [INFO] 10:35:01 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ features-test --- 10:35:01 [INFO] Skipping javadoc generation 10:35:01 [INFO] 10:35:01 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-test --- 10:35:01 [INFO] Skipping CycloneDX 10:35:01 [INFO] 10:35:01 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ features-test --- 10:35:01 [INFO] Skipping duplicate-finder execution! 10:35:01 [INFO] 10:35:01 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ features-test --- 10:35:01 [INFO] Skipping plugin execution 10:35:01 [INFO] 10:35:01 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ features-test --- 10:35:01 [INFO] Skipping source per configuration. 10:35:01 [INFO] 10:35:01 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ features-test --- 10:35:01 [INFO] Skipping modernizer execution! 10:35:01 [INFO] 10:35:01 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ features-test --- 10:35:01 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:01 [INFO] 10:35:01 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-test --- 10:35:01 [INFO] No primary artifact to install, installing attached artifacts instead. 10:35:01 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/pom.xml to /tmp/r/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-SNAPSHOT.pom 10:35:01 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-SNAPSHOT-features.xml 10:35:01 [INFO] 10:35:01 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ features-test --- 10:35:01 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:01 [INFO] No primary artifact to deploy, deploying attached artifacts instead. 10:35:01 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:01 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-20240122.103359-1.pom 10:35:01 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-20240122.103359-1.pom (2.9 kB) 10:35:01 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/maven-metadata.xml 10:35:01 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:01 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml (620 B at 620 kB/s) 10:35:01 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/maven-metadata.xml 10:35:01 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/maven-metadata.xml (302 B) 10:35:01 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-20240122.103359-1-features.xml 10:35:01 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-20240122.103359-1-features.xml (858 B) 10:35:01 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:01 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml (836 B at 836 kB/s) 10:35:01 [INFO] 10:35:01 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-test --- 10:35:02 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/dependency_tree.txt 10:35:02 [INFO] 10:35:02 [INFO] -----------------< org.opendaylight.integration:karaf >----------------- 10:35:02 [INFO] Building ODL :: integration :: karaf 0.20.0-SNAPSHOT [14/19] 10:35:02 [INFO] --------------------------------[ pom ]--------------------------------- 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom (15 kB at 1.2 MB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar (82 kB at 8.2 MB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-plugin/13.0.7/karaf-plugin-13.0.7.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-plugin/13.0.7/karaf-plugin-13.0.7.pom (4.3 kB at 429 kB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-plugin/13.0.7/karaf-plugin-13.0.7.jar 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/karaf-plugin/13.0.7/karaf-plugin-13.0.7.jar (35 kB at 3.9 MB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli-jar/0.18.3/aaa-cli-jar-0.18.3.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli-jar/0.18.3/aaa-cli-jar-0.18.3.pom (6.0 kB at 667 kB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 1.7 MB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 285 kB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7.pom 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7.pom (13 kB at 1.9 MB/s) 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli-jar/0.18.3/aaa-cli-jar-0.18.3.jar 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar 10:35:02 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7.jar 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 3.2 MB/s) 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 3.9 MB/s) 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cli-jar/0.18.3/aaa-cli-jar-0.18.3.jar (4.1 MB at 86 MB/s) 10:35:02 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7.jar (9.0 MB at 101 MB/s) 10:35:02 [INFO] 10:35:02 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ karaf --- 10:35:02 [INFO] 10:35:02 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ karaf --- 10:35:02 [INFO] Skipping Rule Enforcement. 10:35:02 [INFO] 10:35:02 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ karaf --- 10:35:02 [INFO] Skipping Rule Enforcement. 10:35:02 [INFO] 10:35:02 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ karaf --- 10:35:02 [INFO] 10:35:02 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ karaf --- 10:35:02 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:02 [INFO] argLine set to empty 10:35:02 [INFO] 10:35:02 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ karaf --- 10:35:02 [INFO] Starting audit... 10:35:02 Audit done. 10:35:02 [INFO] You have 0 Checkstyle violations. 10:35:02 [INFO] 10:35:02 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ karaf --- 10:35:02 [INFO] 10:35:02 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ karaf --- 10:35:02 [INFO] 10:35:02 [INFO] --- maven-resources-plugin:3.3.1:resources (process-resources) @ karaf --- 10:35:02 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf/src/main/resources 10:35:02 [INFO] 10:35:02 [INFO] --- karaf-maven-plugin:4.4.4:assembly (process-resources) @ karaf --- 10:35:02 [INFO] Using repositories: 10:35:02 [INFO] https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots 10:35:02 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror 10:35:02 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:35:02 [INFO] Creating work directory: /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly 10:35:02 [INFO] Loading direct KAR and features XML dependencies 10:35:02 [INFO] Standard startup Karaf KAR found: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:35:02 [INFO] Feature framework will be added as a startup feature 10:35:02 [INFO] Generating Karaf assembly: /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly 10:35:02 [INFO] Unzipping kars 10:35:02 [INFO] processing KAR: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:35:02 [INFO] found repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:35:02 [INFO] Loading profiles from: 10:35:02 [INFO] Found existing features processor configuration: etc/org.apache.karaf.features.xml 10:35:02 [INFO] Loading repositories 10:35:03 [INFO] Generating generated-startup profile 10:35:03 [INFO] Generating generated-boot profile with parents: generated-startup 10:35:03 [INFO] Generating generated-installed profile 10:35:03 [INFO] Configuring etc/config.properties and etc/system.properties 10:35:03 [INFO] Downloading libraries for generated profiles 10:35:03 [INFO] Downloading additional libraries 10:35:03 [INFO] Writing configurations 10:35:03 [INFO] adding config file: etc/profile.cfg 10:35:03 [INFO] Startup stage 10:35:03 [INFO] Loading startup repositories 10:35:03 [INFO] Resolving startup features and bundles 10:35:03 [INFO] Features: framework 10:35:03 [INFO] Bundles: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0, mvn:org.apache.felix/org.apache.felix.metatype/1.2.4, mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:35:03 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:03 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:35:03 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:35:03 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:35:03 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:03 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:03 [INFO] Boot stage 10:35:03 [INFO] Loading boot repositories 10:35:03 [INFO] adding feature repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.apache.karaf.features/standard/4.4.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.integration/features-index/0.20.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.ops4j.pax.web/pax-web-features/8.0.22/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/features-aaa/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/features-bgpcep/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/features-infrautils-experimental/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/features-infrautils/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal-experimental/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.daexim/daexim-features/1.15.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-testing/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-experimental/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/features-odlparent/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/features-bgpcep-testing/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-testing/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-experimental/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/southbound-features/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/features-yangtools/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cli/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-algo/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-algo-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-config-example/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-inet/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-parser/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/features-yangtools-experimental/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-route-target/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-evpn/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-topology/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-cli/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-config-example/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-concepts/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-config-loader-impl/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-config-loader-spi/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-config-loader/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-graph/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/serviceutils-features/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-impl/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-programming-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-programming-impl/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-server/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-topology/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-stateful/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/library-features/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-cli/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-config-example/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-graph-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-rsvp-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-rsvp/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-trace/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-rfc8294-netty/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-common/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-netty/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7224/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-inject/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8294/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-diagstatus/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8349/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8344/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8343/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8528/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8529/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8530/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8542/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8776/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-exp-yanglib-api/0.17.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim/1.15.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim-all/1.15.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-clustering-test-app/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-benchmark/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-toaster/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-spifly/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-asm/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8519/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-lmax-3/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-extras-dependencies/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-data-change-counter/0.20.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-broker-local/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-war/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8520/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-aaa-netconf-plugin/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-all/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-client/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-impl/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-mdsal/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6022/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-netty-util/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-util/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-clustered-topology/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector-all/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-callhome-ssh/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-console/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-topology/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-all/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport-api/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-keystore/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-yanglib/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-test-tools/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-truststore/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.7/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin.openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-diagstatus/6.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.6/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8341/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:tech.pantheon.triemap/pt-triemap/1.3.1/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.5/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.3/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.4/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.2/xml/features 10:35:03 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.2/xml/features 10:35:03 [INFO] Feature kar/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:35:03 [INFO] adding config file: etc/org.apache.karaf.command.acl.kar.cfg 10:35:03 [INFO] Feature jaas-boot/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding library: lib/boot/org.apache.karaf.jaas.boot-4.4.4.jar 10:35:03 [INFO] adding maven library: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.4.4 10:35:03 [INFO] Feature jaas/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:35:03 [INFO] adding config file: etc/org.apache.karaf.jaas.cfg 10:35:03 [INFO] adding config file: etc/org.apache.karaf.command.acl.jaas.cfg 10:35:03 [INFO] Feature c1daa49c-0a16-4215-b180-99bfabef7071/0.0.0 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcprov-framework-ext/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcutil-framework-ext/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:35:03 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcpkix-framework-ext/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:03 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:03 [INFO] Feature bundle/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:35:03 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.bundle.cfg 10:35:03 [INFO] adding config file: etc/org.apache.karaf.command.acl.bundle.cfg 10:35:03 [INFO] Feature shell/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.groovy/4.4.4 10:35:03 [INFO] adding config file: etc/org.apache.karaf.command.acl.shell.cfg 10:35:03 [INFO] adding config file: etc/org.apache.karaf.command.acl.scope_bundle.cfg 10:35:03 [INFO] adding config file: etc/org.apache.karaf.shell.cfg 10:35:03 [INFO] Feature package/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:35:03 [INFO] Feature aries-proxy/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/9.5 10:35:03 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/9.5 10:35:03 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/9.5 10:35:03 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/9.5 10:35:03 [INFO] adding maven artifact: mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:35:03 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/9.5 10:35:03 [INFO] Feature service/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:35:03 [INFO] Feature ssh/4.4.4 is defined as a boot feature 10:35:03 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-osgi/2.10.0 10:35:03 [INFO] adding maven artifact: mvn:org.bouncycastle/bcpkix-jdk18on/1.75 10:35:03 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-sftp/2.10.0 10:35:03 [INFO] adding maven artifact: mvn:org.bouncycastle/bcprov-jdk18on/1.75 10:35:03 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:35:03 [INFO] adding maven artifact: mvn:org.bouncycastle/bcutil-jdk18on/1.75 10:35:03 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-scp/2.10.0 10:35:04 [INFO] Feature jline/3.21.0 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:04 [INFO] adding maven artifact: mvn:org.jline/jline/3.21.0 10:35:04 [INFO] Feature feature/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:04 [INFO] adding config file: etc/org.apache.karaf.features.repos.cfg 10:35:04 [INFO] adding config file: etc/org.apache.karaf.command.acl.feature.cfg 10:35:04 [INFO] Feature system/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:35:04 [INFO] adding config file: etc/org.apache.karaf.command.acl.system.cfg 10:35:04 [INFO] Feature management/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:35:04 [INFO] adding config file: etc/jmx.acl.cfg 10:35:04 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.security.jmx.cfg 10:35:04 [INFO] adding config file: etc/jmx.acl.java.lang.Memory.cfg 10:35:04 [INFO] adding config file: etc/jmx.acl.osgi.compendium.cm.cfg 10:35:04 [INFO] adding config file: etc/org.apache.karaf.management.cfg 10:35:04 [INFO] Feature log/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:35:04 [INFO] adding config file: etc/org.apache.karaf.log.cfg 10:35:04 [INFO] Feature aries-blueprint/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:35:04 [INFO] Feature config/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.config.cfg 10:35:04 [INFO] adding config file: etc/org.apache.karaf.command.acl.config.cfg 10:35:04 [INFO] Feature framework/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:35:04 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:35:04 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:35:04 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:35:04 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:35:04 [INFO] Feature pax-url-wrap/2.6.14 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:35:04 [INFO] Feature instance/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:35:04 [INFO] Feature diagnostic/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:35:04 [INFO] adding library: lib/boot/org.apache.karaf.diagnostic.boot-4.4.4.jar 10:35:04 [INFO] adding maven library: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:35:04 [INFO] Feature shell-compat/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:35:04 [INFO] Feature deployer/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:35:04 [INFO] Feature scr/4.4.4 is defined as a boot feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.inventory/1.1.0 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.component/1.5.0 10:35:04 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/2.2.0 10:35:04 [INFO] Feature standard/4.4.4 is defined as a boot feature 10:35:04 [INFO] Install stage 10:35:04 [INFO] Loading installed repositories 10:35:04 [INFO] Feature wrapper/4.4.4 is defined as an installed feature 10:35:04 [INFO] adding maven artifact: mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.4.4 10:35:04 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.4.1 10:35:04 [INFO] adding maven artifact: mvn:org.slf4j/slf4j-api/1.7.32 10:35:04 [INFO] 10:35:04 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ karaf >>> 10:35:04 [INFO] 10:35:04 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ karaf <<< 10:35:04 [INFO] 10:35:04 [INFO] 10:35:04 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] --- maven-dependency-plugin:3.6.1:copy (apply-branding) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-karaf-resources) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] --- maven-dependency-plugin:3.6.1:copy (org.ops4j.pax.url.mvn.cfg) @ karaf --- 10:35:04 [INFO] Configured Artifact: org.opendaylight.odlparent:opendaylight-karaf-resources:config:?:properties 10:35:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7-config.properties 10:35:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/opendaylight-karaf-resources/13.0.7/opendaylight-karaf-resources-13.0.7-config.properties (4.5 kB at 280 kB/s) 10:35:04 [INFO] Copying opendaylight-karaf-resources-13.0.7-config.properties to /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg 10:35:04 [INFO] 10:35:04 [INFO] --- maven-dependency-plugin:3.6.1:copy-dependencies (copy-aaa-cli-jar) @ karaf --- 10:35:04 [INFO] Copying aaa-cli-jar-0.18.3.jar to /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/bin/aaa-cli-jar.jar 10:35:04 [INFO] 10:35:04 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-odl-karaf-resources) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ karaf --- 10:35:04 [INFO] 10:35:04 [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy-resources) @ karaf --- 10:35:04 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf/src/main/assembly 10:35:04 [INFO] 10:35:04 [INFO] --- karaf-plugin:13.0.7:populate-local-repo (populate-local-repo) @ karaf --- 10:35:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.pom 10:35:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.pom (1.8 kB at 228 kB/s) 10:35:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom 10:35:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 2.3 MB/s) 10:35:04 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar 10:35:04 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/aether/aether-api/1.1.0/aether-api-1.1.0.jar (136 kB at 9.7 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom (2.1 kB at 37 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom (1.8 kB at 167 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom (13 kB at 754 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 97 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom (2.3 kB at 188 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 118 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.19.0/checker-qual-3.19.0.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.19.0/checker-qual-3.19.0.pom (2.1 kB at 190 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.10.0/error_prone_annotations-2.10.0.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_annotations/2.10.0/error_prone_annotations-2.10.0.pom (2.1 kB at 176 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.10.0/error_prone_parent-2.10.0.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/errorprone/error_prone_parent/2.10.0/error_prone_parent-2.10.0.pom (10 kB at 873 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.23.0/checker-qual-3.23.0.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.23.0/checker-qual-3.23.0.pom (2.1 kB at 161 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom (1.7 kB at 138 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom (16 kB at 1.3 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom (1.1 kB at 125 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2.pom (2.8 kB at 311 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.18.2/aaa-parent-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.18.2/aaa-parent-0.18.2.pom (2.2 kB at 182 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.2/aaa-encrypt-service-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.2/aaa-encrypt-service-0.18.2.pom (931 B at 103 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.2/mdsal-binding-api-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.2/mdsal-binding-api-12.0.2.pom (2.9 kB at 190 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.2/mdsal-common-api-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.2/mdsal-common-api-12.0.2.pom (2.2 kB at 240 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.2/concepts-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.2/concepts-11.0.2.pom (1.9 kB at 170 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bnd-parent/11.0.2/bnd-parent-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bnd-parent/11.0.2/bnd-parent-11.0.2.pom (1.8 kB at 161 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/13.0.4/bnd-parent-13.0.4.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/bnd-parent/13.0.4/bnd-parent-13.0.4.pom (3.8 kB at 380 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.2/util-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.2/util-11.0.2.pom (2.7 kB at 333 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.2/yang-common-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.2/yang-common-11.0.2.pom (1.7 kB at 112 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.2/yang-binding-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.2/yang-binding-12.0.2.pom (2.6 kB at 219 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.2/rfc6991-ietf-yang-types-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.2/rfc6991-ietf-yang-types-12.0.2.pom (2.0 kB at 130 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.2/ietf-type-util-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.2/ietf-type-util-12.0.2.pom (1.8 kB at 165 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.2/mdsal-binding-spec-util-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.2/mdsal-binding-spec-util-12.0.2.pom (1.9 kB at 189 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.2/rfc6991-ietf-inet-types-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.2/rfc6991-ietf-inet-types-12.0.2.pom (2.0 kB at 196 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.4/odl-netty-4-13.0.4.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-netty-4/13.0.4/odl-netty-4-13.0.4.pom (2.6 kB at 261 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.97.Final/netty-codec-http-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.97.Final/netty-codec-http-4.1.97.Final.pom (4.2 kB at 323 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-parent/4.1.97.Final/netty-parent-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-parent/4.1.97.Final/netty-parent-4.1.97.Final.pom (83 kB at 6.4 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.97.Final/netty-common-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.97.Final/netty-common-4.1.97.Final.pom (12 kB at 1.2 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.97.Final/netty-buffer-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.97.Final/netty-buffer-4.1.97.Final.pom (1.6 kB at 144 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.97.Final/netty-transport-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.97.Final/netty-transport-4.1.97.Final.pom (2.2 kB at 216 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.97.Final/netty-resolver-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.97.Final/netty-resolver-4.1.97.Final.pom (1.6 kB at 176 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.97.Final/netty-codec-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.97.Final/netty-codec-4.1.97.Final.pom (5.3 kB at 379 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.97.Final/netty-handler-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.97.Final/netty-handler-4.1.97.Final.pom (4.6 kB at 257 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final.pom (29 kB at 1.5 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.97.Final/netty-transport-native-epoll-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.97.Final/netty-transport-native-epoll-4.1.97.Final.pom (19 kB at 1.7 MB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.97.Final/netty-transport-classes-epoll-4.1.97.Final.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.97.Final/netty-transport-classes-epoll-4.1.97.Final.pom (2.1 kB at 178 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.2/odl-mdsal-model-rfc6991-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc6991/12.0.2/odl-mdsal-model-rfc6991-12.0.2.pom (1.7 kB at 157 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/feature-parent/12.0.2/feature-parent-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/feature-parent/12.0.2/feature-parent-12.0.2.pom (1.7 kB at 167 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.2/odl-mdsal-binding-base-12.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-base/12.0.2/odl-mdsal-binding-base-12.0.2.pom (1.7 kB at 159 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.2/odl-yangtools-common-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-common/11.0.2/odl-yangtools-common-11.0.2.pom (1.9 kB at 158 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.2/odl-yangtools-util-11.0.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-util/11.0.2/odl-yangtools-util-11.0.2.pom (2.2 kB at 132 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.4/odl-guava-13.0.4.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-guava/13.0.4/odl-guava-13.0.4.pom (1.4 kB at 137 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.2/yang-ext-2013.09.07.24.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.2/yang-ext-2013.09.07.24.2.pom (1.6 kB at 113 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.2/odl-aaa-shiro-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.18.2/odl-aaa-shiro-0.18.2.pom (5.7 kB at 638 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.2/odl-aaa-password-service-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.18.2/odl-aaa-password-service-0.18.2.pom (2.8 kB at 346 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.2/aaa-password-service-api-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.2/aaa-password-service-api-0.18.2.pom (1.9 kB at 160 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2.pom 10:35:05 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2.pom (3.8 kB at 383 kB/s) 10:35:05 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.2/repackaged-shiro-0.18.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.2/repackaged-shiro-0.18.2.pom (7.0 kB at 639 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.2/odl-apache-shiro-0.18.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-apache-shiro/0.18.2/odl-apache-shiro-0.18.2.pom (2.0 kB at 290 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.4/odl-servlet-api-13.0.4.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-servlet-api/13.0.4/odl-servlet-api-13.0.4.pom (1.5 kB at 133 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.2/odl-mdsal-broker-8.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/8.0.2/odl-mdsal-broker-8.0.2.pom (2.0 kB at 224 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/single-feature-parent/8.0.2/single-feature-parent-8.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/single-feature-parent/8.0.2/single-feature-parent-8.0.2.pom (1.3 kB at 132 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/bundle-parent/8.0.2/bundle-parent-8.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/bundle-parent/8.0.2/bundle-parent-8.0.2.pom (5.6 kB at 397 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.2/odl-mdsal-eos-binding-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-binding/12.0.2/odl-mdsal-eos-binding-12.0.2.pom (2.0 kB at 253 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.2/odl-mdsal-eos-dom-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-dom/12.0.2/odl-mdsal-eos-dom-12.0.2.pom (1.4 kB at 143 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.2/odl-mdsal-eos-common-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-eos-common/12.0.2/odl-mdsal-eos-common-12.0.2.pom (1.6 kB at 115 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.2/odl-yangtools-data-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data-api/11.0.2/odl-yangtools-data-api-11.0.2.pom (2.5 kB at 279 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.2/odl-yangtools-parser-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser-api/11.0.2/odl-yangtools-parser-api-11.0.2.pom (4.5 kB at 406 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.2/odl-yangtools-xpath-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath-api/11.0.2/odl-yangtools-xpath-api-11.0.2.pom (1.8 kB at 203 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.2/yang-xpath-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.2/yang-xpath-api-11.0.2.pom (1.9 kB at 157 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.2/odlext-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.2/odlext-model-api-11.0.2.pom (1.8 kB at 203 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bundle-parent/11.0.2/bundle-parent-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/bundle-parent/11.0.2/bundle-parent-11.0.2.pom (1.8 kB at 149 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.2/yang-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.2/yang-model-api-11.0.2.pom (2.0 kB at 182 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.2/yang-repo-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.2/yang-repo-api-11.0.2.pom (2.1 kB at 88 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.2/yang-ir-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.2/yang-ir-11.0.2.pom (1.5 kB at 169 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.2/openconfig-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.2/openconfig-model-api-11.0.2.pom (2.2 kB at 216 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.2/rfc6241-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.2/rfc6241-model-api-11.0.2.pom (1.8 kB at 153 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.2/rfc6536-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.2/rfc6536-model-api-11.0.2.pom (1.8 kB at 139 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.2/rfc6643-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.2/rfc6643-model-api-11.0.2.pom (2.0 kB at 179 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.2/rfc7952-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.2/rfc7952-model-api-11.0.2.pom (1.8 kB at 151 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.2/rfc8040-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.2/rfc8040-model-api-11.0.2.pom (1.8 kB at 165 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.2/rfc8528-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.2/rfc8528-model-api-11.0.2.pom (1.8 kB at 165 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.2/rfc8639-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.2/rfc8639-model-api-11.0.2.pom (1.8 kB at 181 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.2/rfc8819-model-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.2/rfc8819-model-api-11.0.2.pom (1.7 kB at 208 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.2/yang-model-spi-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.2/yang-model-spi-11.0.2.pom (2.5 kB at 245 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.2/yang-model-util-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.2/yang-model-util-11.0.2.pom (3.5 kB at 318 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.2/yang-parser-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.2/yang-parser-api-11.0.2.pom (2.0 kB at 178 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.2/yang-repo-spi-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.2/yang-repo-spi-11.0.2.pom (1.8 kB at 150 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.2/yang-data-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.2/yang-data-api-11.0.2.pom (2.6 kB at 239 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.9.3/value-2.9.3.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/value/2.9.3/value-2.9.3.pom (5.4 kB at 544 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/immutables/2.9.3/immutables-2.9.3.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/immutables/immutables/2.9.3/immutables-2.9.3.pom (15 kB at 1.3 MB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.2/yang-data-spi-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.2/yang-data-spi-11.0.2.pom (1.8 kB at 164 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.2/yang-data-tree-api-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.2/yang-data-tree-api-11.0.2.pom (2.2 kB at 239 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.2/yang-data-tree-spi-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.2/yang-data-tree-spi-11.0.2.pom (1.8 kB at 166 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.2/yang-data-util-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.2/yang-data-util-11.0.2.pom (2.9 kB at 264 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.2/mdsal-eos-common-api-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.2/mdsal-eos-common-api-12.0.2.pom (1.8 kB at 203 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.2/mdsal-eos-common-spi-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.2/mdsal-eos-common-spi-12.0.2.pom (1.8 kB at 231 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.2/mdsal-eos-dom-api-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.2/mdsal-eos-dom-api-12.0.2.pom (2.1 kB at 239 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.2/odl-mdsal-binding-dom-adapter-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-dom-adapter/12.0.2/odl-mdsal-binding-dom-adapter-12.0.2.pom (1.9 kB at 192 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.2/odl-mdsal-binding-runtime-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime/12.0.2/odl-mdsal-binding-runtime-12.0.2.pom (2.2 kB at 166 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.2/odl-mdsal-bytebuddy-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-bytebuddy/12.0.2/odl-mdsal-bytebuddy-12.0.2.pom (1.2 kB at 116 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.2/odl-mdsal-dom-runtime-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-runtime/12.0.2/odl-mdsal-dom-runtime-12.0.2.pom (1.7 kB at 166 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.2/odl-mdsal-dom-api-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-api/12.0.2/odl-mdsal-dom-api-12.0.2.pom (1.8 kB at 199 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.2/odl-mdsal-common-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-common/12.0.2/odl-mdsal-common-12.0.2.pom (1.4 kB at 130 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.2/mdsal-dom-api-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.2/mdsal-dom-api-12.0.2.pom (3.6 kB at 405 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.2/mdsal-dom-spi-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.2/mdsal-dom-spi-12.0.2.pom (4.5 kB at 405 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.2/odl-mdsal-binding-runtime-api-12.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-runtime-api/12.0.2/odl-mdsal-binding-runtime-api-12.0.2.pom (2.7 kB at 273 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.2/odl-yangtools-data-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-data/11.0.2/odl-yangtools-data-11.0.2.pom (2.5 kB at 246 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.4/odl-antlr4-13.0.4.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-antlr4/13.0.4/odl-antlr4-13.0.4.pom (1.2 kB at 100 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/template-feature-parent/13.0.4/template-feature-parent-13.0.4.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/template-feature-parent/13.0.4/template-feature-parent-13.0.4.pom (2.3 kB at 235 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.pom (3.6 kB at 323 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-master/4.13.0/antlr4-master-4.13.0.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-master/4.13.0/antlr4-master-4.13.0.pom (4.8 kB at 482 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.2/yang-data-impl-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.2/yang-data-impl-11.0.2.pom (4.4 kB at 403 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.2/yang-data-tree-ri-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.2/yang-data-tree-ri-11.0.2.pom (4.7 kB at 671 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.2/yang-data-transform-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.2/yang-data-transform-11.0.2.pom (1.8 kB at 202 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.2/odl-yangtools-parser-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-parser/11.0.2/odl-yangtools-parser-11.0.2.pom (4.6 kB at 510 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.2/odl-yangtools-xpath-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-xpath/11.0.2/odl-yangtools-xpath-11.0.2.pom (2.1 kB at 212 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.2/yang-xpath-impl-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.2/yang-xpath-impl-11.0.2.pom (2.9 kB at 262 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.2/yang-model-ri-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.2/yang-model-ri-11.0.2.pom (2.5 kB at 248 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.2/odlext-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.2/odlext-parser-support-11.0.2.pom (3.5 kB at 352 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.2/yang-parser-spi-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.2/yang-parser-spi-11.0.2.pom (2.5 kB at 224 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.2/openconfig-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.2/openconfig-parser-support-11.0.2.pom (3.0 kB at 270 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.2/rfc6241-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.2/rfc6241-parser-support-11.0.2.pom (3.4 kB at 306 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.2/rfc6536-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.2/rfc6536-parser-support-11.0.2.pom (3.4 kB at 336 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.2/rfc6643-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.2/rfc6643-parser-support-11.0.2.pom (3.4 kB at 420 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.2/rfc7952-parser-support-11.0.2.pom 10:35:06 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.2/rfc7952-parser-support-11.0.2.pom (3.5 kB at 160 kB/s) 10:35:06 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.2/rfc8040-parser-support-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.2/rfc8040-parser-support-11.0.2.pom (3.5 kB at 99 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.2/rfc8528-parser-support-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.2/rfc8528-parser-support-11.0.2.pom (3.4 kB at 105 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.2/rfc8639-parser-support-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.2/rfc8639-parser-support-11.0.2.pom (3.4 kB at 306 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.2/yang-parser-impl-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.2/yang-parser-impl-11.0.2.pom (6.8 kB at 675 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.2/yang-parser-reactor-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.2/yang-parser-reactor-11.0.2.pom (2.3 kB at 206 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.2/yang-parser-rfc7950-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.2/yang-parser-rfc7950-11.0.2.pom (4.8 kB at 606 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.2/rfc8819-parser-support-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.2/rfc8819-parser-support-11.0.2.pom (3.4 kB at 310 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.2/yang-repo-fs-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.2/yang-repo-fs-11.0.2.pom (2.5 kB at 210 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.2/mdsal-binding-model-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.2/mdsal-binding-model-api-12.0.2.pom (1.6 kB at 143 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.2/mdsal-binding-model-ri-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.2/mdsal-binding-model-ri-12.0.2.pom (2.7 kB at 225 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.2/mdsal-binding-runtime-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.2/mdsal-binding-runtime-api-12.0.2.pom (2.6 kB at 331 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.2/mdsal-binding-runtime-spi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.2/mdsal-binding-runtime-spi-12.0.2.pom (3.5 kB at 350 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.2/mdsal-binding-dom-codec-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.2/mdsal-binding-dom-codec-api-12.0.2.pom (2.5 kB at 230 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.2/mdsal-binding-dom-codec-spi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.2/mdsal-binding-dom-codec-spi-12.0.2.pom (2.7 kB at 244 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.2/mdsal-dom-schema-osgi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.2/mdsal-dom-schema-osgi-12.0.2.pom (3.0 kB at 428 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.2/mdsal-binding-generator-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.2/mdsal-binding-generator-12.0.2.pom (5.0 kB at 627 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.2/mdsal-binding-dom-codec-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.2/mdsal-binding-dom-codec-12.0.2.pom (5.0 kB at 560 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.2/mdsal-binding-loader-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.2/mdsal-binding-loader-12.0.2.pom (1.6 kB at 194 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.2/mdsal-binding-dom-codec-osgi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.2/mdsal-binding-dom-codec-osgi-12.0.2.pom (3.3 kB at 370 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.2/mdsal-binding-runtime-osgi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.2/mdsal-binding-runtime-osgi-12.0.2.pom (2.9 kB at 357 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.2/odl-mdsal-binding-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-binding-api/12.0.2/odl-mdsal-binding-api-12.0.2.pom (2.2 kB at 183 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.2/mdsal-binding-spi-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.2/mdsal-binding-spi-12.0.2.pom (1.8 kB at 200 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.2/mdsal-binding-util-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.2/mdsal-binding-util-12.0.2.pom (2.3 kB at 326 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.2/odl-mdsal-dom-broker-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-dom-broker/12.0.2/odl-mdsal-dom-broker-12.0.2.pom (1.4 kB at 143 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.2/mdsal-dom-broker-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.2/mdsal-dom-broker-12.0.2.pom (5.5 kB at 555 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.2/mdsal-binding-dom-adapter-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.2/mdsal-binding-dom-adapter-12.0.2.pom (8.0 kB at 800 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.2/mdsal-eos-binding-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.2/mdsal-eos-binding-api-12.0.2.pom (2.3 kB at 291 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.2/general-entity-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.2/general-entity-12.0.2.pom (1.6 kB at 99 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.2/mdsal-eos-binding-adapter-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.2/mdsal-eos-binding-adapter-12.0.2.pom (3.9 kB at 556 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.2/odl-mdsal-singleton-dom-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-dom/12.0.2/odl-mdsal-singleton-dom-12.0.2.pom (2.1 kB at 210 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.2/odl-mdsal-singleton-common-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/odl-mdsal-singleton-common/12.0.2/odl-mdsal-singleton-common-12.0.2.pom (1.5 kB at 67 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.2/mdsal-singleton-common-api-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.2/mdsal-singleton-common-api-12.0.2.pom (2.0 kB at 225 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.2/mdsal-singleton-dom-impl-12.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.2/mdsal-singleton-dom-impl-12.0.2.pom (3.4 kB at 308 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.2/odl-mdsal-remoterpc-connector-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/8.0.2/odl-mdsal-remoterpc-connector-8.0.2.pom (1.5 kB at 134 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.2/odl-mdsal-distributed-datastore-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/8.0.2/odl-mdsal-distributed-datastore-8.0.2.pom (5.4 kB at 676 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.4/odl-apache-commons-text-13.0.4.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-text/13.0.4/odl-apache-commons-text-13.0.4.pom (1.7 kB at 188 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.4/odl-apache-commons-lang3-13.0.4.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-apache-commons-lang3/13.0.4/odl-apache-commons-lang3-13.0.4.pom (1.5 kB at 162 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.2/odl-yangtools-codec-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-codec/11.0.2/odl-yangtools-codec-11.0.2.pom (2.7 kB at 270 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.4/odl-gson-13.0.4.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-gson/13.0.4/odl-gson-13.0.4.pom (1.4 kB at 109 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.4/odl-stax2-api-13.0.4.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-stax2-api/13.0.4/odl-stax2-api-13.0.4.pom (1.4 kB at 160 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.2/yang-data-codec-binfmt-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.2/yang-data-codec-binfmt-11.0.2.pom (3.0 kB at 156 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.2/yang-data-codec-gson-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.2/yang-data-codec-gson-11.0.2.pom (3.6 kB at 521 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.2/yang-data-codec-xml-11.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.2/yang-data-codec-xml-11.0.2.pom (3.6 kB at 357 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.2/odl-mdsal-clustering-commons-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/8.0.2/odl-mdsal-clustering-commons-8.0.2.pom (3.0 kB at 216 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.2/odl-controller-akka-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-akka/8.0.2/odl-controller-akka-8.0.2.pom (1.6 kB at 231 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.2/odl-controller-scala-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-scala/8.0.2/odl-controller-scala-8.0.2.pom (1.8 kB at 182 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.2/repackaged-akka-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.2/repackaged-akka-8.0.2.pom (9.7 kB at 1.2 MB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.4/odl-dropwizard-metrics-13.0.4.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-dropwizard-metrics/13.0.4/odl-dropwizard-metrics-13.0.4.pom (1.9 kB at 214 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.pom (2.5 kB at 283 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.19/metrics-healthchecks-4.2.19.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.19/metrics-healthchecks-4.2.19.pom (2.9 kB at 241 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.19/metrics-jmx-4.2.19.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.19/metrics-jmx-4.2.19.pom (2.6 kB at 260 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.19/metrics-jvm-4.2.19.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.19/metrics-jvm-4.2.19.pom (2.6 kB at 265 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.2/sal-clustering-commons-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.2/sal-clustering-commons-8.0.2.pom (6.8 kB at 569 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/8.0.2/mdsal-parent-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/8.0.2/mdsal-parent-8.0.2.pom (1.2 kB at 111 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.19/metrics-graphite-4.2.19.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.19/metrics-graphite-4.2.19.pom (3.5 kB at 266 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.17.0/amqp-client-5.17.0.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.17.0/amqp-client-5.17.0.pom (39 kB at 3.9 MB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.2/sal-akka-raft-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.2/sal-akka-raft-8.0.2.pom (3.9 kB at 350 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.2/cds-mgmt-api-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.2/cds-mgmt-api-8.0.2.pom (1.7 kB at 166 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.2/sal-akka-segmented-journal-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.2/sal-akka-segmented-journal-8.0.2.pom (3.2 kB at 175 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.2/atomix-storage-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.2/atomix-storage-8.0.2.pom (4.5 kB at 324 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.2/odl-controller-mdsal-common-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/8.0.2/odl-controller-mdsal-common-8.0.2.pom (1.6 kB at 160 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.2/sal-common-util-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.2/sal-common-util-8.0.2.pom (1.2 kB at 145 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.2/cds-access-api-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.2/cds-access-api-8.0.2.pom (3.9 kB at 436 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.2/cds-access-client-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.2/cds-access-client-8.0.2.pom (5.3 kB at 587 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.2/cds-dom-api-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.2/cds-dom-api-8.0.2.pom (1.7 kB at 194 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.2/sal-distributed-datastore-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.2/sal-distributed-datastore-8.0.2.pom (9.6 kB at 1.1 MB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.2/eos-dom-akka-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.2/eos-dom-akka-8.0.2.pom (5.3 kB at 587 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.2/sal-cluster-admin-api-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.2/sal-cluster-admin-api-8.0.2.pom (976 B at 122 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.2/sal-cluster-admin-impl-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.2/sal-cluster-admin-impl-8.0.2.pom (5.0 kB at 451 kB/s) 10:35:07 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2.pom 10:35:07 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2.pom (2.6 kB at 262 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.2/sal-remoterpc-connector-8.0.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.2/sal-remoterpc-connector-8.0.2.pom (5.9 kB at 655 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.2/odl-jolokia-8.0.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/8.0.2/odl-jolokia-8.0.2.pom (1.9 kB at 210 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.2/odl-jolokia-osgi-8.0.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.2/odl-jolokia-osgi-8.0.2.pom (2.0 kB at 199 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.2/odl-aaa-web-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.18.2/odl-aaa-web-0.18.2.pom (2.9 kB at 263 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.4/odl-jersey-2-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jersey-2/13.0.4/odl-jersey-2-13.0.4.pom (3.4 kB at 379 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.4/odl-javassist-3-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-javassist-3/13.0.4/odl-javassist-3-13.0.4.pom (1.4 kB at 102 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.4/odl-ws-rs-api-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-ws-rs-api/13.0.4/odl-ws-rs-api-13.0.4.pom (1.5 kB at 164 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.4/odl-jakarta-activation-api-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jakarta-activation-api/13.0.4/odl-jakarta-activation-api-13.0.4.pom (1.5 kB at 146 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.40/jersey-hk2-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.40/jersey-hk2-2.40.pom (4.8 kB at 476 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/project/2.40/project-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/project/2.40/project-2.40.pom (1.5 kB at 123 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/project/2.40/project-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/project/2.40/project-2.40.pom (106 kB at 8.8 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.40/jersey-common-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.40/jersey-common-2.40.pom (37 kB at 3.3 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.40/jersey-client-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.40/jersey-client-2.40.pom (6.8 kB at 684 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.40/jersey-server-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.40/jersey-server-2.40.pom (13 kB at 1.4 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.40/jersey-container-servlet-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.40/jersey-container-servlet-2.40.pom (3.5 kB at 295 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/project/2.40/project-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/project/2.40/project-2.40.pom (3.1 kB at 162 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.40/jersey-container-servlet-core-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.40/jersey-container-servlet-core-2.40.pom (3.4 kB at 170 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.40/jersey-media-sse-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.40/jersey-media-sse-2.40.pom (3.2 kB at 316 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/project/2.40/project-2.40.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/project/2.40/project-2.40.pom (2.1 kB at 205 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.4/odl-karaf-feat-jetty-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jetty/13.0.4/odl-karaf-feat-jetty-13.0.4.pom (1.5 kB at 140 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.3/standard-4.4.3.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/features/standard/4.4.3/standard-4.4.3.pom (20 kB at 1.0 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/features/features/4.4.3/features-4.4.3.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/features/features/4.4.3/features-4.4.3.pom (1.9 kB at 186 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/assemblies/4.4.3/assemblies-4.4.3.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/assemblies/assemblies/4.4.3/assemblies-4.4.3.pom (1.7 kB at 167 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.2/web-osgi-impl-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.2/web-osgi-impl-0.18.2.pom (2.2 kB at 279 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.2/web-api-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.2/web-api-0.18.2.pom (1.5 kB at 122 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.2/servlet-jersey2-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.2/servlet-jersey2-0.18.2.pom (2.0 kB at 199 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.2/servlet-api-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.2/servlet-api-0.18.2.pom (1.6 kB at 177 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2.pom (9.3 kB at 713 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.2/aaa-authn-api-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.2/aaa-authn-api-0.18.2.pom (1.5 kB at 155 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.2/aaa-shiro-api-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.2/aaa-shiro-api-0.18.2.pom (1.2 kB at 119 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.2/aaa-tokenauthrealm-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.2/aaa-tokenauthrealm-0.18.2.pom (1.9 kB at 185 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.2/aaa-idm-store-h2-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.2/aaa-idm-store-h2-0.18.2.pom (2.9 kB at 287 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.214/h2-2.1.214.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.214/h2-2.1.214.pom (1.1 kB at 126 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2.pom (2.6 kB at 262 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.2/odl-aaa-encryption-service-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.18.2/odl-aaa-encryption-service-0.18.2.pom (2.5 kB at 250 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.2/odl-controller-blueprint-8.0.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/8.0.2/odl-controller-blueprint-8.0.2.pom (2.3 kB at 225 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.2/blueprint-8.0.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.2/blueprint-8.0.2.pom (5.9 kB at 586 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.2/aaa-encrypt-service-impl-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.2/aaa-encrypt-service-impl-0.18.2.pom (2.4 kB at 296 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.4/logging-markers-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/logging-markers/13.0.4/logging-markers-13.0.4.pom (1.5 kB at 138 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.2/odl-aaa-api-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.18.2/odl-aaa-api-0.18.2.pom (2.2 kB at 241 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.2/odl-aaa-cert-0.18.2.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.18.2/odl-aaa-cert-0.18.2.pom (2.1 kB at 234 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.4/odl-karaf-feat-jdbc-13.0.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-karaf-feat-jdbc/13.0.4/odl-karaf-feat-jdbc-13.0.4.pom (2.6 kB at 237 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.5/pax-jdbc-features-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-features/1.5.5/pax-jdbc-features-1.5.5.pom (11 kB at 1.0 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/1.5.5/jdbc-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/1.5.5/jdbc-1.5.5.pom (53 kB at 3.8 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.5/pax-jdbc-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.5/pax-jdbc-1.5.5.pom (1.8 kB at 229 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.5/pax-jdbc-common-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-common/1.5.5/pax-jdbc-common-1.5.5.pom (1.2 kB at 135 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.5/pax-jdbc-pool-common-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.5/pax-jdbc-pool-common-1.5.5.pom (2.1 kB at 205 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.5/pax-jdbc-config-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.5/pax-jdbc-config-1.5.5.pom (3.0 kB at 334 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.5/pax-jdbc-db2-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.5/pax-jdbc-db2-1.5.5.pom (3.1 kB at 241 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.5/pax-jdbc-derbyclient-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.5/pax-jdbc-derbyclient-1.5.5.pom (2.8 kB at 280 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.5/pax-jdbc-derby-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.5/pax-jdbc-derby-1.5.5.pom (2.6 kB at 290 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.5/pax-jdbc-hsqldb-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.5/pax-jdbc-hsqldb-1.5.5.pom (2.6 kB at 293 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.1/hsqldb-2.7.1.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.1/hsqldb-2.7.1.pom (1.4 kB at 125 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.5/pax-jdbc-jtds-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.5/pax-jdbc-jtds-1.5.5.pom (2.6 kB at 237 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.5/pax-jdbc-mariadb-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.5/pax-jdbc-mariadb-1.5.5.pom (2.6 kB at 262 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/2.7.4/mariadb-java-client-2.7.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/2.7.4/mariadb-java-client-2.7.4.pom (14 kB at 1.5 MB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.5/pax-jdbc-mysql-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mysql/1.5.5/pax-jdbc-mysql-1.5.5.pom (2.6 kB at 163 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom (2.7 kB at 300 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom (5.6 kB at 618 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom (7.7 kB at 768 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom (3.5 kB at 394 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.5/pax-jdbc-oracle-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.5/pax-jdbc-oracle-1.5.5.pom (2.6 kB at 261 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/21.4.0.0.1/ojdbc8-21.4.0.0.1.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/21.4.0.0.1/ojdbc8-21.4.0.0.1.pom (1.5 kB at 163 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.5/pax-jdbc-pool-aries-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.5/pax-jdbc-pool-aries-1.5.5.pom (2.8 kB at 257 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.5/pax-jdbc-pool-c3p0-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.5/pax-jdbc-pool-c3p0-1.5.5.pom (2.6 kB at 326 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.5/pax-jdbc-pool-dbcp2-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.5/pax-jdbc-pool-dbcp2-1.5.5.pom (4.4 kB at 396 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.5/pax-jdbc-pool-hikaricp-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.5/pax-jdbc-pool-hikaricp-1.5.5.pom (3.0 kB at 370 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.5/pax-jdbc-sqlite-1.5.5.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.5/pax-jdbc-sqlite-1.5.5.pom (2.6 kB at 325 kB/s) 10:35:08 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom 10:35:08 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.pom (10 kB at 1.1 MB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.5/pax-jdbc-teradata-1.5.5.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.5/pax-jdbc-teradata-1.5.5.pom (2.4 kB at 222 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.5/pax-jdbc-pool-narayana-1.5.5.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.5/pax-jdbc-pool-narayana-1.5.5.pom (3.6 kB at 361 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.5/pax-jdbc-pool-transx-1.5.5.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.5/pax-jdbc-pool-transx-1.5.5.pom (3.2 kB at 288 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.3/pax-transx-jdbc-0.5.3.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.3/pax-transx-jdbc-0.5.3.pom (5.4 kB at 489 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx/0.5.3/pax-transx-0.5.3.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx/0.5.3/pax-transx-0.5.3.pom (50 kB at 4.1 MB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.3/pax-transx-connector-0.5.3.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.3/pax-transx-connector-0.5.3.pom (3.9 kB at 351 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.3/pax-transx-tm-api-0.5.3.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.3/pax-transx-tm-api-0.5.3.pom (2.8 kB at 282 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.0.1/org.osgi.service.jdbc-1.0.1.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.0.1/org.osgi.service.jdbc-1.0.1.pom (1.7 kB at 170 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.3/org.apache.karaf.jdbc.core-4.4.3.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.3/org.apache.karaf.jdbc.core-4.4.3.pom (5.0 kB at 551 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.4/odl-restconf-openapi-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-openapi/6.0.4/odl-restconf-openapi-6.0.4.pom (1.6 kB at 156 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/feature-parent/6.0.4/feature-parent-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/feature-parent/6.0.4/feature-parent-6.0.4.pom (1.3 kB at 69 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/6.0.4/netconf-parent-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/6.0.4/netconf-parent-6.0.4.pom (1.9 kB at 212 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.4/odl-jackson-2-13.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-jackson-2/13.0.4/odl-jackson-2-13.0.4.pom (3.1 kB at 383 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.4/odl-woodstox-13.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/odlparent/odl-woodstox/13.0.4/odl-woodstox-13.0.4.pom (1.7 kB at 207 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom (7.1 kB at 784 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom (9.8 kB at 1.2 MB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom (11 kB at 1.1 MB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom (19 kB at 1.0 MB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.pom (7.3 kB at 42 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.2/jackson-module-jaxb-annotations-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.2/jackson-module-jaxb-annotations-2.15.2.pom (3.8 kB at 210 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-modules-base/2.15.2/jackson-modules-base-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-modules-base/2.15.2/jackson-modules-base-2.15.2.pom (3.8 kB at 378 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.2/jackson-jaxrs-base-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.2/jackson-jaxrs-base-2.15.2.pom (2.3 kB at 190 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.15.2/jackson-jaxrs-providers-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.15.2/jackson-jaxrs-providers-2.15.2.pom (5.8 kB at 528 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.2/jackson-jaxrs-json-provider-2.15.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.2/jackson-jaxrs-json-provider-2.15.2.pom (4.5 kB at 501 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.4/odl-restconf-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/6.0.4/odl-restconf-6.0.4.pom (1.2 kB at 145 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.4/odl-restconf-nb-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb/6.0.4/odl-restconf-nb-6.0.4.pom (2.3 kB at 253 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.2/odl-mdsal-model-rfc8072-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8072/12.0.2/odl-mdsal-model-rfc8072-12.0.2.pom (1.5 kB at 128 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.2/odl-mdsal-model-rfc8040-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8040/12.0.2/odl-mdsal-model-rfc8040-12.0.2.pom (1.5 kB at 95 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.2/rfc8040-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.2/rfc8040-12.0.2.pom (2.1 kB at 298 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.2/rfc8072-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.2/rfc8072-12.0.2.pom (1.8 kB at 259 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.2/odl-controller-exp-netty-config-8.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-exp-netty-config/8.0.2/odl-controller-exp-netty-config-8.0.2.pom (2.1 kB at 305 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.2/netty-event-executor-config-0.19.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.2/netty-event-executor-config-0.19.2.pom (1.2 kB at 132 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.2/netty-threadgroup-config-0.19.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.2/netty-threadgroup-config-0.19.2.pom (1.3 kB at 132 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.2/netty-timer-config-0.19.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.2/netty-timer-config-0.19.2.pom (1.3 kB at 148 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.2/threadpool-config-api-0.19.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.2/threadpool-config-api-0.19.2.pom (699 B at 78 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.2/threadpool-config-impl-0.19.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.2/threadpool-config-impl-0.19.2.pom (1.3 kB at 101 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.4/odl-restconf-common-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/6.0.4/odl-restconf-common-6.0.4.pom (2.9 kB at 243 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.2/odl-yangtools-export-11.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-export/11.0.2/odl-yangtools-export-11.0.2.pom (1.9 kB at 210 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.2/yang-model-export-11.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.2/yang-model-export-11.0.2.pom (3.0 kB at 232 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.2/odl-mdsal-model-rfc8525-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8525/12.0.2/odl-mdsal-model-rfc8525-12.0.2.pom (1.8 kB at 177 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.2/odl-mdsal-model-rfc8342-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc8342/12.0.2/odl-mdsal-model-rfc8342-12.0.2.pom (1.7 kB at 144 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.2/odl-mdsal-model-rfc7952-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-rfc7952/12.0.2/odl-mdsal-model-rfc7952-12.0.2.pom (1.5 kB at 153 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.2/rfc7952-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.2/rfc7952-12.0.2.pom (2.1 kB at 235 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.2/rfc8342-ietf-datastores-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.2/rfc8342-ietf-datastores-12.0.2.pom (1.6 kB at 78 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.2/rfc8342-ietf-origin-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.2/rfc8342-ietf-origin-12.0.2.pom (1.8 kB at 131 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.2/rfc8525-12.0.2.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.2/rfc8525-12.0.2.pom (2.1 kB at 164 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.4/odl-netconf-model-rfc8040-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8040/6.0.4/odl-netconf-model-rfc8040-6.0.4.pom (1.4 kB at 139 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.4/rfc8040-ietf-restconf-monitoring-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.4/rfc8040-ietf-restconf-monitoring-6.0.4.pom (2.0 kB at 218 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.4/restconf-common-models-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.4/restconf-common-models-6.0.4.pom (1.1 kB at 101 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.4/restconf-common-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.4/restconf-common-6.0.4.pom (2.2 kB at 278 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.4/odl-netconf-api-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/6.0.4/odl-netconf-api-6.0.4.pom (2.7 kB at 265 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.4/odl-netconf-model-rfc5277-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc5277/6.0.4/odl-netconf-model-rfc5277-6.0.4.pom (1.4 kB at 136 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.4/rfc5277-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.4/rfc5277-6.0.4.pom (1.8 kB at 162 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.4/odl-netconf-model-rfc6241-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6241/6.0.4/odl-netconf-model-rfc6241-6.0.4.pom (1.4 kB at 136 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.4/rfc6241-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.4/rfc6241-6.0.4.pom (2.0 kB at 186 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.4/odl-netconf-model-rfc6470-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6470/6.0.4/odl-netconf-model-rfc6470-6.0.4.pom (1.4 kB at 170 kB/s) 10:35:09 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.4/rfc6470-6.0.4.pom 10:35:09 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.4/rfc6470-6.0.4.pom (2.2 kB at 183 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.4/odl-netconf-model-rfc8526-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc8526/6.0.4/odl-netconf-model-rfc8526-6.0.4.pom (1.6 kB at 133 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.4/odl-netconf-model-rfc6243-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-model-rfc6243/6.0.4/odl-netconf-model-rfc6243-6.0.4.pom (1.4 kB at 113 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.4/rfc6243-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.4/rfc6243-6.0.4.pom (2.0 kB at 253 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.4/rfc8526-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.4/rfc8526-6.0.4.pom (2.9 kB at 319 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.4/netconf-api-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.4/netconf-api-6.0.4.pom (2.3 kB at 231 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.4/netconf-auth-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.4/netconf-auth-6.0.4.pom (937 B at 72 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4.pom (11 kB at 750 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.4/restconf-api-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.4/restconf-api-6.0.4.pom (1.9 kB at 94 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.4/netconf-dom-api-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.4/netconf-dom-api-6.0.4.pom (2.1 kB at 228 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.50.v20221201/websocket-api-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.50.v20221201/websocket-api-9.4.50.v20221201.pom (2.5 kB at 229 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.4.50.v20221201/websocket-parent-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-parent/9.4.50.v20221201/websocket-parent-9.4.50.v20221201.pom (1.4 kB at 120 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-project/9.4.50.v20221201/jetty-project-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-project/9.4.50.v20221201/jetty-project-9.4.50.v20221201.pom (72 kB at 3.8 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom (18 kB at 2.0 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom (16 kB at 1.2 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.50.v20221201/websocket-servlet-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.50.v20221201/websocket-servlet-9.4.50.v20221201.pom (2.2 kB at 200 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.50.v20221201/websocket-server-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.50.v20221201/websocket-server-9.4.50.v20221201.pom (4.1 kB at 408 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.50.v20221201/websocket-common-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.50.v20221201/websocket-common-9.4.50.v20221201.pom (3.6 kB at 326 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.50.v20221201/jetty-util-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.50.v20221201/jetty-util-9.4.50.v20221201.pom (4.0 kB at 310 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.50.v20221201/jetty-io-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.50.v20221201/jetty-io-9.4.50.v20221201.pom (1.2 kB at 138 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.50.v20221201/websocket-client-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.50.v20221201/websocket-client-9.4.50.v20221201.pom (4.6 kB at 461 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.50.v20221201/jetty-client-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.50.v20221201/jetty-client-9.4.50.v20221201.pom (5.1 kB at 425 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.50.v20221201/jetty-http-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.50.v20221201/jetty-http-9.4.50.v20221201.pom (4.0 kB at 252 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.50.v20221201/jetty-servlet-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.50.v20221201/jetty-servlet-9.4.50.v20221201.pom (2.3 kB at 206 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.50.v20221201/jetty-security-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.50.v20221201/jetty-security-9.4.50.v20221201.pom (2.1 kB at 191 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201.pom (3.4 kB at 311 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.50.v20221201/jetty-util-ajax-9.4.50.v20221201.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.50.v20221201/jetty-util-ajax-9.4.50.v20221201.pom (1.3 kB at 140 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.4/restconf-openapi-6.0.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.4/restconf-openapi-6.0.4.pom (4.3 kB at 432 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 279 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 259 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom (2.9 kB at 245 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom (2.6 kB at 262 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.2/odl-infrautils-diagstatus-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-diagstatus/6.0.2/odl-infrautils-diagstatus-6.0.2.pom (2.7 kB at 249 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/single-feature-parent/6.0.2/single-feature-parent-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/single-feature-parent/6.0.2/single-feature-parent-6.0.2.pom (1.3 kB at 121 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.2/diagstatus-web-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.2/diagstatus-web-6.0.2.pom (2.0 kB at 197 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/parent/6.0.2/parent-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/parent/6.0.2/parent-6.0.2.pom (10 kB at 792 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.2/diagstatus-api-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.2/diagstatus-api-6.0.2.pom (1.7 kB at 167 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.2/ready-api-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.2/ready-api-6.0.2.pom (1.7 kB at 247 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.2/diagstatus-shell-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.2/diagstatus-shell-6.0.2.pom (2.2 kB at 201 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.2/diagstatus-impl-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.2/diagstatus-impl-6.0.2.pom (2.6 kB at 218 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.2/odl-infrautils-utils-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-utils/6.0.2/odl-infrautils-utils-6.0.2.pom (1.1 kB at 118 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.2/infrautils-util-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.2/infrautils-util-6.0.2.pom (2.5 kB at 252 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.2/odl-infrautils-ready-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/odl-infrautils-ready/6.0.2/odl-infrautils-ready-6.0.2.pom (1.2 kB at 97 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.2/ready-impl-6.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.2/ready-impl-6.0.2.pom (3.9 kB at 350 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal-12.0.2.pom (1.7 kB at 166 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.2/ietf-topology-2013.10.21.24.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.2/ietf-topology-2013.10.21.24.2.pom (2.0 kB at 199 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.2/odl-mdsal-model-odl-l2-types-12.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/odl-mdsal-model-odl-l2-types/12.0.2/odl-mdsal-model-odl-l2-types-12.0.2.pom (1.6 kB at 174 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.2/opendaylight-l2-types-2013.08.27.24.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.2/opendaylight-l2-types-2013.08.27.24.2.pom (2.0 kB at 180 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.2/odl-yangtools-netty-11.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odl-yangtools-netty/11.0.2/odl-yangtools-netty-11.0.2.pom (2.1 kB at 268 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.2/yang-common-netty-11.0.2.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.2/yang-common-netty-11.0.2.pom (1.6 kB at 78 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/osgi.core/7.0.0/osgi.core-7.0.0.pom (1.4 kB at 101 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.3.8/logback-core-1.3.8.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.3.8/logback-core-1.3.8.pom (5.2 kB at 434 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.3.8/logback-parent-1.3.8.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.3.8/logback-parent-1.3.8.pom (21 kB at 1.9 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.3.8/logback-classic-1.3.8.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.3.8/logback-classic-1.3.8.pom (13 kB at 1.3 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 225 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 1.3 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.pom (4.2 kB at 466 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-parent/1.1.3/logback-parent-1.1.3.pom (16 kB at 1.3 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.pom (13 kB at 1.3 MB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom 10:35:10 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 336 kB/s) 10:35:10 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 38 kB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (389 B at 43 kB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.12.21/byte-buddy-1.12.21.pom (16 kB at 1.6 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy-parent/1.12.21/byte-buddy-parent-1.12.21.pom (58 kB at 730 kB/s) 10:35:11 [INFO] Feature repository discovered recursively: d58bd234-53e7-40cf-8eff-7242d2f66110 10:35:11 [INFO] Feature repository discovered recursively: features-index 10:35:11 [INFO] Feature repository discovered recursively: features-aaa 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: features-bgpcep 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-algo 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-algo-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-dependencies-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-extensions-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-inet 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-rib-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-linkstate-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-flowspec 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-labeled-unicast-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-l3vpn 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-mvpn 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-route-target 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-evpn-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-path-selection-mode 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-state 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-spi 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-statement-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: bgpcep-bmp-config-loader-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-concepts-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-spi-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-config-loader-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-protocols-config-loader 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-routing-policy-config-loader 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-stateful 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server-provider 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-p2mp-te-lsp-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology-provider 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-segment-routing 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-auto-bandwidth 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-base-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp-api0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-tunnel-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-segment-routing 10:35:11 [INFO] Feature repository discovered recursively: features-bgpcep-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-benchmark-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-data-change-counter-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: features-controller 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-akka 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-scala 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: features-controller-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:35:11 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: features-controller-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-clustering-test-app-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-benchmark 10:35:11 [INFO] Feature repository discovered recursively: daexim-features 10:35:11 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: features-infrautils 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:35:11 [INFO] Feature repository discovered recursively: features-infrautils-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-inject 10:35:11 [INFO] Feature repository discovered recursively: features-jsonrpc 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-provider-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: features-lispflowmapping 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-models 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-inmemorydb 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-southbound 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-msmr 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice-shell 10:35:11 [INFO] Feature repository discovered recursively: features-mdsal 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:35:11 [INFO] Feature repository discovered recursively: features-mdsal-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-rfc8525 10:35:11 [INFO] Feature repository discovered recursively: features-netconf 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-all 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-console 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf-all 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:35:11 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: features-netconf-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-test-tools 10:35:11 [INFO] Feature repository discovered recursively: features-odlparent 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:35:11 [INFO] Feature repository discovered recursively: odl-gson 10:35:11 [INFO] Feature repository discovered recursively: odl-guava 10:35:11 [INFO] Feature repository discovered recursively: odl-jackson-2 10:35:11 [INFO] Feature repository discovered recursively: odl-javassist-3 10:35:11 [INFO] Feature repository discovered recursively: odl-jersey-2 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:35:11 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:35:11 [INFO] Feature repository discovered recursively: odl-lmax-3 10:35:11 [INFO] Feature repository discovered recursively: odl-netty-4 10:35:11 [INFO] Feature repository discovered recursively: odl-servlet-api 10:35:11 [INFO] Feature repository discovered recursively: odl-stax2-api 10:35:11 [INFO] Feature repository discovered recursively: odl-woodstox 10:35:11 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:35:11 [INFO] Feature repository discovered recursively: features-openflowplugin 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-bulk-o-matic 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-config-pusher 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-manager 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-sync 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-table-miss-enforcer 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-lldp-speaker 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-lldp-discovery 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-manager 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-drop-test 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services-rest 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-nsf-model-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowjava-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: openflowplugin-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-reconciliation-framework 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-southbound-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-libraries 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-arbitratorreconciliation 10:35:11 [INFO] Feature repository discovered recursively: features-openflowplugin-extension 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-nxm-extensions 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-onf-extensions 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-eric-extensions 10:35:11 [INFO] Feature repository discovered recursively: library-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-library-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: hwvtepsouthbound-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-api-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-utils-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-rest-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-ui-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-test 10:35:11 [INFO] Feature repository discovered recursively: southbound-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-api-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-rest-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-ui-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: serviceutils-features 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-srm 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: features-yangtools 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:35:11 [INFO] Feature repository discovered recursively: pt-triemap 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:35:11 [INFO] Feature repository discovered recursively: features-yangtools-experimental 10:35:11 [INFO] Feature repository discovered recursively: features-test 10:35:11 [INFO] Feature repository discovered recursively: odl-integration-compatible-with-all 10:35:11 [INFO] Feature repository discovered recursively: odl-integration-all 10:35:11 [INFO] Feature repository discovered recursively: framework-4.4.4 10:35:11 [INFO] Feature repository discovered recursively: standard-4.4.4 10:35:11 [INFO] Feature repository discovered recursively: framework-4.4.4 10:35:11 [INFO] Feature repository discovered recursively: features-index 10:35:11 [INFO] Feature repository discovered recursively: features-aaa 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:35:11 [INFO] Feature repository discovered recursively: odl-servlet-api 10:35:11 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:35:11 [INFO] Feature repository discovered recursively: odl-guava 10:35:11 [INFO] Feature repository discovered recursively: pt-triemap 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:35:11 [INFO] Feature repository discovered recursively: odl-gson 10:35:11 [INFO] Feature repository discovered recursively: odl-stax2-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-akka 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-scala 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:35:11 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:35:11 [INFO] Feature repository discovered recursively: pax-transx-0.5.4 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:35:11 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:11 [INFO] Feature repository discovered recursively: odl-jersey-2 10:35:11 [INFO] Feature repository discovered recursively: odl-javassist-3 10:35:11 [INFO] Feature repository discovered recursively: features-bgpcep 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-algo 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-algo-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-concepts-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:35:11 [INFO] Feature repository discovered recursively: odl-netty-4 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-dependencies-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-rib-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-inet 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-extensions-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-route-target 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-spi 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-path-selection-mode 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-spi-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-statement-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-state 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-linkstate-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp-api0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-tunnel-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-flowspec 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-labeled-unicast-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-l3vpn 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-mvpn 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-evpn-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-protocols-config-loader 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-routing-policy-config-loader 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-config-loader-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp 10:35:11 [INFO] Feature repository discovered recursively: bgpcep-bmp-config-loader-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-api 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-base-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-api-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-impl-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-stateful 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-p2mp-te-lsp-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology-provider 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server-provider 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-segment-routing 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-auto-bandwidth 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-cli 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-segment-routing 10:35:11 [INFO] Feature repository discovered recursively: features-bgpcep-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-benchmark-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: odl-bgpcep-data-change-counter-0.20.5 10:35:11 [INFO] Feature repository discovered recursively: features-controller 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:35:11 [INFO] Feature repository discovered recursively: features-controller-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: features-controller-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-clustering-test-app-8.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-benchmark 10:35:11 [INFO] Feature repository discovered recursively: daexim-features 10:35:11 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:35:11 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:35:11 [INFO] Feature repository discovered recursively: features-infrautils 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:35:11 [INFO] Feature repository discovered recursively: features-infrautils-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-inject 10:35:11 [INFO] Feature repository discovered recursively: features-jsonrpc 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-jackson-2 10:35:11 [INFO] Feature repository discovered recursively: odl-woodstox 10:35:11 [INFO] Feature repository discovered recursively: odl-stax2-api 10:35:11 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:35:11 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:35:11 [INFO] Feature repository discovered recursively: odl-guava 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:35:11 [INFO] Feature repository discovered recursively: odl-netty-4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:35:11 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:35:11 [INFO] Feature repository discovered recursively: odl-gson 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:35:11 [INFO] Feature repository discovered recursively: odl-servlet-api 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-akka 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-scala 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:35:11 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.5 10:35:11 [INFO] Feature repository discovered recursively: pax-transx-0.5.3 10:35:11 [INFO] Feature repository discovered recursively: odl-extras-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-jersey-2 10:35:11 [INFO] Feature repository discovered recursively: odl-javassist-3 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-provider-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: features-lispflowmapping 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-models 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-inmemorydb 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-southbound 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-msmr 10:35:11 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice-shell 10:35:11 [INFO] Feature repository discovered recursively: features-mdsal 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:35:11 [INFO] Feature repository discovered recursively: features-mdsal-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-api 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-rfc8525 10:35:11 [INFO] Feature repository discovered recursively: features-netconf 10:35:11 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-all 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-console 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: odl-jackson-2 10:35:11 [INFO] Feature repository discovered recursively: odl-woodstox 10:35:11 [INFO] Feature repository discovered recursively: odl-restconf-all 10:35:11 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:11 [INFO] Feature repository discovered recursively: features-netconf-testing 10:35:11 [INFO] Feature repository discovered recursively: odl-netconf-test-tools 10:35:11 [INFO] Feature repository discovered recursively: features-odlparent 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:11 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:35:11 [INFO] Feature repository discovered recursively: odl-lmax-3 10:35:11 [INFO] Feature repository discovered recursively: features-openflowplugin 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-bulk-o-matic 10:35:11 [INFO] Feature repository discovered recursively: openflowplugin-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:35:11 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-nsf-model-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:35:11 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowjava-0.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-libraries 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-srm 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-config-pusher 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-manager 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-sync 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-table-miss-enforcer 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-lldp-speaker 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-lldp-discovery 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-manager 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-drop-test 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-reconciliation-framework 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-arbitratorreconciliation 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services-rest 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-southbound-cli 10:35:11 [INFO] Feature repository discovered recursively: features-openflowplugin-extension 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-nxm-extensions 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-onf-extensions 10:35:11 [INFO] Feature repository discovered recursively: odl-openflowplugin-eric-extensions 10:35:11 [INFO] Feature repository discovered recursively: library-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-library-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: hwvtepsouthbound-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-api-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-utils-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-api-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-rest-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-ui-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-test 10:35:11 [INFO] Feature repository discovered recursively: southbound-features 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-rest-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-ui-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-1.18.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: serviceutils-features 10:35:11 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:35:11 [INFO] Feature repository discovered recursively: features-yangtools 10:35:11 [INFO] Feature repository discovered recursively: features-yangtools-experimental 10:35:11 [INFO] Feature repository discovered recursively: standard-4.4.4 10:35:11 [INFO] Feature repository discovered recursively: org.ops4j.pax.web-8.0.22 10:35:11 [INFO] Feature repository discovered recursively: odl-integration-compatible-with-all 10:35:11 [INFO] Feature repository discovered recursively: odl-integration-all 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/net/bytebuddy/byte-buddy/1.14.9/byte-buddy-1.14.9.jar (4.2 MB at 51 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3-config.xml 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-trace-api/12.0.3/mdsal-trace-api-12.0.3-config.xml (1.5 kB at 171 kB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3-sink.config 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3-sink.config (146 B at 13 kB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3-source.config 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-replicate-netty/12.0.3/mdsal-replicate-netty-12.0.3-source.config (92 B at 3.3 kB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/interceptor/javax.interceptor-api/1.2.2/javax.interceptor-api-1.2.2.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/interceptor/javax.interceptor-api/1.2.2/javax.interceptor-api-1.2.2.jar (25 kB at 1.8 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_3/org.apache.servicemix.bundles.javax-inject-1_3.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javax-inject/1_3/org.apache.servicemix.bundles.javax-inject-1_3.jar (22 kB at 2.2 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 7.3 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/enterprise/cdi-api/2.0.SP1/cdi-api-2.0.SP1.jar (108 kB at 7.2 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.jar (1.1 MB at 49 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/microsoft/sqlserver/mssql-jdbc/12.3.1.jre8-preview/mssql-jdbc-12.3.1.jre8-preview.jar 10:35:11 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/microsoft/sqlserver/mssql-jdbc/12.3.1.jre8-preview/mssql-jdbc-12.3.1.jre8-preview.jar (1.2 MB at 47 MB/s) 10:35:11 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/3.3.0_1/org.apache.servicemix.bundles.cglib-3.3.0_1.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/3.3.0_1/org.apache.servicemix.bundles.cglib-3.3.0_1.jar (421 kB at 26 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/1.0/geronimo-j2ee-connector_1.6_spec-1.0.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/specs/geronimo-j2ee-connector_1.6_spec/1.0/geronimo-j2ee-connector_1.6_spec-1.0.jar (52 kB at 4.7 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 4.9 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/components/geronimo-connector/3.1.5/geronimo-connector-3.1.5.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/components/geronimo-connector/3.1.5/geronimo-connector-3.1.5.jar (123 kB at 8.2 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.3.3/org.apache.aries.transaction.manager-1.3.3.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/transaction/org.apache.aries.transaction.manager/1.3.3/org.apache.aries.transaction.manager-1.3.3.jar (182 kB at 11 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/narayana/osgi/narayana-osgi-jta/5.12.7.Final/narayana-osgi-jta-5.12.7.Final.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/narayana/osgi/narayana-osgi-jta/5.12.7.Final/narayana-osgi-jta-5.12.7.Final.jar (3.8 MB at 95 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework.security/2.8.4/org.apache.felix.framework.security-2.8.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.framework.security/2.8.4/org.apache.felix.framework.security-2.8.4.jar (92 kB at 8.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/service/org.apache.karaf.service.guard/4.4.4/org.apache.karaf.service.guard-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/service/org.apache.karaf.service.guard/4.4.4/org.apache.karaf.service.guard-4.4.4.jar (42 kB at 3.0 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.osgi.service.obr/1.0.2/org.osgi.service.obr-1.0.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.osgi.service.obr/1.0.2/org.osgi.service.obr-1.0.2.jar (12 kB at 1.3 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.bundlerepository/2.0.10/org.apache.felix.bundlerepository-2.0.10.jar (237 kB at 12 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/obr/org.apache.karaf.obr.core/4.4.4/org.apache.karaf.obr.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/obr/org.apache.karaf.obr.core/4.4.4/org.apache.karaf.obr.core-4.4.4.jar (55 kB at 5.0 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-obr/2.6.14/pax-url-obr-2.6.14-uber.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-obr/2.6.14/pax-url-obr-2.6.14-uber.jar (59 kB at 4.5 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.4.4/org.apache.karaf.jaas.blueprint.config-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.config/4.4.4/org.apache.karaf.jaas.blueprint.config-4.4.4.jar (16 kB at 1.5 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.httplite.complete/0.1.6/org.apache.felix.httplite.complete-0.1.6.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.httplite.complete/0.1.6/org.apache.felix.httplite.complete-0.1.6.jar (101 kB at 7.2 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.servlet-api/1.2.0/org.apache.felix.http.servlet-api-1.2.0.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.servlet-api/1.2.0/org.apache.felix.http.servlet-api-1.2.0.jar (281 kB at 20 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.jetty/4.2.2/org.apache.felix.http.jetty-4.2.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.jetty/4.2.2/org.apache.felix.http.jetty-4.2.2.jar (3.8 MB at 92 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.whiteboard/4.0.0/org.apache.felix.http.whiteboard-4.0.0.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.http.whiteboard/4.0.0/org.apache.felix.http.whiteboard-4.0.0.jar (35 kB at 3.5 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.4/org.apache.karaf.webconsole.http-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.http/4.4.4/org.apache.karaf.webconsole.http-4.4.4.jar (42 kB at 3.5 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/http/org.apache.karaf.http.core/4.4.4/org.apache.karaf.http.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/http/org.apache.karaf.http.core/4.4.4/org.apache.karaf.http.core-4.4.4.jar (1.4 MB at 61 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/web/org.apache.karaf.web.core/4.4.4/org.apache.karaf.web.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/web/org.apache.karaf.web.core/4.4.4/org.apache.karaf.web.core-4.4.4.jar (35 kB at 3.5 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/4.4.4/org.apache.karaf.webconsole.console-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.console/4.4.4/org.apache.karaf.webconsole.console-4.4.4.jar (1.1 MB at 50 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.webconsole.plugins.memoryusage/1.0.10/org.apache.felix.webconsole.plugins.memoryusage-1.0.10.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.webconsole.plugins.memoryusage/1.0.10/org.apache.felix.webconsole.plugins.memoryusage-1.0.10.jar (52 kB at 5.2 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.instance/4.4.4/org.apache.karaf.webconsole.instance-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.instance/4.4.4/org.apache.karaf.webconsole.instance-4.4.4.jar (40 kB at 3.6 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.gogo/4.4.4/org.apache.karaf.webconsole.gogo-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.gogo/4.4.4/org.apache.karaf.webconsole.gogo-4.4.4.jar (60 kB at 5.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.features/4.4.4/org.apache.karaf.webconsole.features-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/webconsole/org.apache.karaf.webconsole.features/4.4.4/org.apache.karaf.webconsole.features-4.4.4.jar (44 kB at 3.7 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/4.4.4/org.apache.karaf.scheduler.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/scheduler/org.apache.karaf.scheduler.core/4.4.4/org.apache.karaf.scheduler.core-4.4.4.jar (633 kB at 37 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.4/org.apache.karaf.services.eventadmin-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/services/org.apache.karaf.services.eventadmin/4.4.4/org.apache.karaf.services.eventadmin-4.4.4.jar (100 kB at 9.1 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.event/4.4.4/org.apache.karaf.event-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/org.apache.karaf.event/4.4.4/org.apache.karaf.event-4.4.4.jar (29 kB at 2.6 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/felix/org.apache.felix.webconsole.plugins.event/1.1.8/org.apache.felix.webconsole.plugins.event-1.1.8.jar (52 kB at 4.3 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/4.4.4/org.apache.karaf.jaas.jasypt-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.jasypt/4.4.4/org.apache.karaf.jaas.jasypt-4.4.4.jar (14 kB at 1.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.jasypt/4.4.4/org.apache.karaf.jaas.blueprint.jasypt-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/blueprint/org.apache.karaf.jaas.blueprint.jasypt/4.4.4/org.apache.karaf.jaas.blueprint.jasypt-4.4.4.jar (17 kB at 1.9 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt-spring31/1.9.3_1/org.apache.servicemix.bundles.jasypt-spring31-1.9.3_1.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jasypt-spring31/1.9.3_1/org.apache.servicemix.bundles.jasypt-spring31-1.9.3_1.jar (84 kB at 5.6 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-security-crypto/5.3.3.RELEASE_2/org.apache.servicemix.bundles.spring-security-crypto-5.3.3.RELEASE_2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-security-crypto/5.3.3.RELEASE_2/org.apache.servicemix.bundles.spring-security-crypto-5.3.3.RELEASE_2.jar (163 kB at 14 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.spring-security-crypto/4.4.4/org.apache.karaf.jaas.spring-security-crypto-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jaas/org.apache.karaf.jaas.spring-security-crypto/4.4.4/org.apache.karaf.jaas.spring-security-crypto-4.4.4.jar (15 kB at 1.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/1.0.1/org.apache.aries.blueprint.webosgi-1.0.1.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/aries/blueprint/org.apache.aries.blueprint.webosgi/1.0.1/org.apache.aries.blueprint.webosgi-1.0.1.jar (11 kB at 916 kB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-classpath/2.6.14/pax-url-classpath-2.6.14.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/url/pax-url-classpath/2.6.14/pax-url-classpath-2.6.14.jar (36 kB at 3.3 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.1/jolokia-osgi-1.7.1.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jolokia/jolokia-osgi/1.7.1/jolokia-osgi-1.7.1.jar (438 kB at 27 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/maven/org.apache.karaf.maven.core/4.4.4/org.apache.karaf.maven.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/maven/org.apache.karaf.maven.core/4.4.4/org.apache.karaf.maven.core-4.4.4.jar (595 kB at 33 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/audit/org.apache.karaf.audit.core/4.4.4/org.apache.karaf.audit.core-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/audit/org.apache.karaf.audit.core/4.4.4/org.apache.karaf.audit.core-4.4.4.jar (67 kB at 6.1 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/manual/4.4.4/manual-4.4.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/manual/4.4.4/manual-4.4.4.jar (1.3 MB at 55 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-geronimo/0.5.4/pax-transx-tm-geronimo-0.5.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-geronimo/0.5.4/pax-transx-tm-geronimo-0.5.4.jar (202 kB at 17 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-atomikos/0.5.4/pax-transx-tm-atomikos-0.5.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-atomikos/0.5.4/pax-transx-tm-atomikos-0.5.4.jar (333 kB at 30 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-narayana/0.5.4/pax-transx-tm-narayana-0.5.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-narayana/0.5.4/pax-transx-tm-narayana-0.5.4.jar (3.8 MB at 100 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar (64 kB at 6.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jms/0.5.4/pax-transx-jms-0.5.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jms/0.5.4/pax-transx-jms-0.5.4.jar (62 kB at 5.6 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.4/restconf-openapi-6.0.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-openapi/6.0.4/restconf-openapi-6.0.4.jar (2.9 MB at 94 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar (76 kB at 7.6 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar (549 kB at 34 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar (1.6 MB at 51 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.15.2/jackson-dataformat-xml-2.15.2.jar (126 kB at 7.4 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.2/jackson-module-jaxb-annotations-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.15.2/jackson-module-jaxb-annotations-2.15.2.jar (37 kB at 3.1 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.2/jackson-jaxrs-base-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.15.2/jackson-jaxrs-base-2.15.2.jar (32 kB at 3.2 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.2/jackson-jaxrs-json-provider-2.15.2.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.15.2/jackson-jaxrs-json-provider-2.15.2.jar (17 kB at 1.8 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4.jar (371 kB at 23 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.4/restconf-api-6.0.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-api/6.0.4/restconf-api-6.0.4.jar (56 kB at 2.3 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.4/netconf-dom-api-6.0.4.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-dom-api/6.0.4/netconf-dom-api-6.0.4.jar (15 kB at 1.0 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.50.v20221201/websocket-api-9.4.50.v20221201.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-api/9.4.50.v20221201/websocket-api-9.4.50.v20221201.jar (52 kB at 5.2 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.50.v20221201/websocket-servlet-9.4.50.v20221201.jar 10:35:12 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.50.v20221201/websocket-servlet-9.4.50.v20221201.jar (30 kB at 2.8 MB/s) 10:35:12 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.50.v20221201/websocket-server-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-server/9.4.50.v20221201/websocket-server-9.4.50.v20221201.jar (46 kB at 2.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.50.v20221201/websocket-common-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-common/9.4.50.v20221201/websocket-common-9.4.50.v20221201.jar (215 kB at 17 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.50.v20221201/jetty-util-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util/9.4.50.v20221201/jetty-util-9.4.50.v20221201.jar (583 kB at 39 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.50.v20221201/jetty-io-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-io/9.4.50.v20221201/jetty-io-9.4.50.v20221201.jar (183 kB at 17 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.50.v20221201/websocket-client-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/websocket-client/9.4.50.v20221201/websocket-client-9.4.50.v20221201.jar (46 kB at 4.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.50.v20221201/jetty-client-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-client/9.4.50.v20221201/jetty-client-9.4.50.v20221201.jar (328 kB at 23 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.50.v20221201/jetty-servlet-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlet/9.4.50.v20221201/jetty-servlet-9.4.50.v20221201.jar (146 kB at 15 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.50.v20221201/jetty-security-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-security/9.4.50.v20221201/jetty-security-9.4.50.v20221201.jar (119 kB at 12 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-server/9.4.50.v20221201/jetty-server-9.4.50.v20221201.jar (736 kB at 29 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.50.v20221201/jetty-util-ajax-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-util-ajax/9.4.50.v20221201/jetty-util-ajax-9.4.50.v20221201.jar (67 kB at 6.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.50.v20221201/jetty-http-9.4.50.v20221201.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-http/9.4.50.v20221201/jetty-http-9.4.50.v20221201.jar (235 kB at 18 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4-config.cfg 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb/6.0.4/restconf-nb-6.0.4-config.cfg (204 B at 26 kB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.2/rfc8072-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8072/12.0.2/rfc8072-12.0.2.jar (97 kB at 3.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.2/rfc8040-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8040/12.0.2/rfc8040-12.0.2.jar (59 kB at 4.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.2/yang-binding-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/yang-binding/12.0.2/yang-binding-12.0.2.jar (84 kB at 5.3 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.2/mdsal-binding-spec-util-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spec-util/12.0.2/mdsal-binding-spec-util-12.0.2.jar (21 kB at 2.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.2/yang-ext-2013.09.07.24.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/yang-ext/2013.09.07.24.2/yang-ext-2013.09.07.24.2.jar (15 kB at 1.9 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.2/yang-common-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common/11.0.2/yang-common-11.0.2.jar (114 kB at 10 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.2/concepts-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/concepts/11.0.2/concepts-11.0.2.jar (38 kB at 3.8 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.2/util-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/util/11.0.2/util-11.0.2.jar (175 kB at 15 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar (224 kB at 16 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.2/netty-event-executor-config-0.19.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.19.2/netty-event-executor-config-0.19.2.jar (14 kB at 1.4 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.2/netty-threadgroup-config-0.19.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.19.2/netty-threadgroup-config-0.19.2.jar (14 kB at 1.3 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.2/netty-timer-config-0.19.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.19.2/netty-timer-config-0.19.2.jar (14 kB at 1.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.2/threadpool-config-api-0.19.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.19.2/threadpool-config-api-0.19.2.jar (8.7 kB at 672 kB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.2/threadpool-config-impl-0.19.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.19.2/threadpool-config-impl-0.19.2.jar (15 kB at 1.4 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.97.Final/netty-codec-http-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec-http/4.1.97.Final/netty-codec-http-4.1.97.Final.jar (657 kB at 29 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.97.Final/netty-common-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-common/4.1.97.Final/netty-common-4.1.97.Final.jar (660 kB at 27 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.97.Final/netty-buffer-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-buffer/4.1.97.Final/netty-buffer-4.1.97.Final.jar (307 kB at 19 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.97.Final/netty-transport-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport/4.1.97.Final/netty-transport-4.1.97.Final.jar (490 kB at 33 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.97.Final/netty-codec-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-codec/4.1.97.Final/netty-codec-4.1.97.Final.jar (345 kB at 22 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.97.Final/netty-handler-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-handler/4.1.97.Final/netty-handler-4.1.97.Final.jar (560 kB at 33 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.97.Final/netty-resolver-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-resolver/4.1.97.Final/netty-resolver-4.1.97.Final.jar (38 kB at 2.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final.jar (44 kB at 3.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.97.Final/netty-transport-native-epoll-4.1.97.Final-linux-x86_64.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-epoll/4.1.97.Final/netty-transport-native-epoll-4.1.97.Final-linux-x86_64.jar (39 kB at 3.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.97.Final/netty-transport-classes-epoll-4.1.97.Final.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-classes-epoll/4.1.97.Final/netty-transport-classes-epoll-4.1.97.Final.jar (147 kB at 12 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final-linux-x86_64.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/netty/netty-transport-native-unix-common/4.1.97.Final/netty-transport-native-unix-common-4.1.97.Final-linux-x86_64.jar (73 kB at 6.6 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.4/restconf-common-models-6.0.4.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/6.0.4/restconf-common-models-6.0.4.jar (193 kB at 9.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.4/restconf-common-6.0.4.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/6.0.4/restconf-common-6.0.4.jar (29 kB at 2.4 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.2/yang-model-export-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-export/11.0.2/yang-model-export-11.0.2.jar (39 kB at 3.5 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.2/odlext-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-model-api/11.0.2/odlext-model-api-11.0.2.jar (23 kB at 1.8 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.2/openconfig-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-model-api/11.0.2/openconfig-model-api-11.0.2.jar (21 kB at 2.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.2/rfc6241-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-model-api/11.0.2/rfc6241-model-api-11.0.2.jar (17 kB at 1.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.2/rfc6536-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-model-api/11.0.2/rfc6536-model-api-11.0.2.jar (19 kB at 2.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.2/rfc6643-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-model-api/11.0.2/rfc6643-model-api-11.0.2.jar (33 kB at 3.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.2/rfc7952-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-model-api/11.0.2/rfc7952-model-api-11.0.2.jar (19 kB at 1.8 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.2/rfc8040-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-model-api/11.0.2/rfc8040-model-api-11.0.2.jar (17 kB at 1.5 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.2/rfc8528-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-model-api/11.0.2/rfc8528-model-api-11.0.2.jar (17 kB at 1.9 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.2/rfc8639-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-model-api/11.0.2/rfc8639-model-api-11.0.2.jar (16 kB at 1.6 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.2/rfc8819-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-model-api/11.0.2/rfc8819-model-api-11.0.2.jar (19 kB at 1.9 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.2/yang-model-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-api/11.0.2/yang-model-api-11.0.2.jar (293 kB at 20 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.2/yang-model-spi-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-spi/11.0.2/yang-model-spi-11.0.2.jar (99 kB at 9.0 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.2/yang-model-util-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-util/11.0.2/yang-model-util-11.0.2.jar (41 kB at 3.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.2/yang-parser-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-api/11.0.2/yang-parser-api-11.0.2.jar (24 kB at 857 kB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.2/yang-repo-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-api/11.0.2/yang-repo-api-11.0.2.jar (49 kB at 5.5 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.2/yang-ir-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-ir/11.0.2/yang-ir-11.0.2.jar (27 kB at 2.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.2/yang-repo-spi-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-spi/11.0.2/yang-repo-spi-11.0.2.jar (39 kB at 3.6 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.2/yang-xpath-api-11.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-api/11.0.2/yang-xpath-api-11.0.2.jar (79 kB at 5.3 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.2/rfc8525-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8525/12.0.2/rfc8525-12.0.2.jar (146 kB at 6.6 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.2/rfc6991-ietf-inet-types-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-inet-types/12.0.2/rfc6991-ietf-inet-types-12.0.2.jar (58 kB at 5.3 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.2/ietf-type-util-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-type-util/12.0.2/ietf-type-util-12.0.2.jar (15 kB at 1.4 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.2/rfc6991-ietf-yang-types-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc6991-ietf-yang-types/12.0.2/rfc6991-ietf-yang-types-12.0.2.jar (50 kB at 4.6 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.2/rfc8342-ietf-datastores-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-datastores/12.0.2/rfc8342-ietf-datastores-12.0.2.jar (30 kB at 2.7 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.2/rfc8342-ietf-origin-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc8342-ietf-origin/12.0.2/rfc8342-ietf-origin-12.0.2.jar (29 kB at 2.9 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.2/rfc7952-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/binding/model/ietf/rfc7952/12.0.2/rfc7952-12.0.2.jar (15 kB at 1.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.2/mdsal-singleton-dom-impl-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-dom-impl/12.0.2/mdsal-singleton-dom-impl-12.0.2.jar (43 kB at 3.9 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.2/mdsal-singleton-common-api-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-singleton-common-api/12.0.2/mdsal-singleton-common-api-12.0.2.jar (14 kB at 1.1 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.2/mdsal-eos-common-api-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-api/12.0.2/mdsal-eos-common-api-12.0.2.jar (22 kB at 2.2 MB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.2/mdsal-eos-common-spi-12.0.2.jar 10:35:13 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-common-spi/12.0.2/mdsal-eos-common-spi-12.0.2.jar (13 kB at 779 kB/s) 10:35:13 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.2/yang-data-api-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-api/11.0.2/yang-data-api-11.0.2.jar (156 kB at 11 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.2/yang-data-spi-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-spi/11.0.2/yang-data-spi-11.0.2.jar (16 kB at 1.6 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.2/yang-data-tree-api-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-api/11.0.2/yang-data-tree-api-11.0.2.jar (34 kB at 3.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.2/yang-data-tree-spi-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-spi/11.0.2/yang-data-tree-spi-11.0.2.jar (48 kB at 4.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.2/yang-data-util-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-util/11.0.2/yang-data-util-11.0.2.jar (127 kB at 7.9 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.2/mdsal-eos-dom-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-dom-api/12.0.2/mdsal-eos-dom-api-12.0.2.jar (16 kB at 1.6 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.2/mdsal-common-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-common-api/12.0.2/mdsal-common-api-12.0.2.jar (26 kB at 2.1 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.2/mdsal-eos-binding-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-api/12.0.2/mdsal-eos-binding-api-12.0.2.jar (16 kB at 1.6 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.2/general-entity-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/general-entity/12.0.2/general-entity-12.0.2.jar (21 kB at 2.1 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.2/mdsal-eos-binding-adapter-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-eos-binding-adapter/12.0.2/mdsal-eos-binding-adapter-12.0.2.jar (20 kB at 1.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.2/mdsal-binding-dom-adapter-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-adapter/12.0.2/mdsal-binding-dom-adapter-12.0.2.jar (261 kB at 17 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.2/mdsal-binding-generator-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-generator/12.0.2/mdsal-binding-generator-12.0.2.jar (266 kB at 11 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.2/mdsal-binding-dom-codec-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec/12.0.2/mdsal-binding-dom-codec-12.0.2.jar (293 kB at 23 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.2/mdsal-binding-loader-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-loader/12.0.2/mdsal-binding-loader-12.0.2.jar (24 kB at 2.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.2/mdsal-binding-dom-codec-osgi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-osgi/12.0.2/mdsal-binding-dom-codec-osgi-12.0.2.jar (25 kB at 2.1 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.2/mdsal-binding-runtime-osgi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-osgi/12.0.2/mdsal-binding-runtime-osgi-12.0.2.jar (24 kB at 2.2 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.2/mdsal-dom-schema-osgi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-schema-osgi/12.0.2/mdsal-dom-schema-osgi-12.0.2.jar (42 kB at 3.8 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.2/mdsal-dom-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-api/12.0.2/mdsal-dom-api-12.0.2.jar (79 kB at 6.6 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.2/mdsal-dom-spi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-spi/12.0.2/mdsal-dom-spi-12.0.2.jar (103 kB at 9.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.2/mdsal-binding-model-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-api/12.0.2/mdsal-binding-model-api-12.0.2.jar (48 kB at 5.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.2/mdsal-binding-model-ri-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-model-ri/12.0.2/mdsal-binding-model-ri-12.0.2.jar (81 kB at 6.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.2/mdsal-binding-runtime-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-api/12.0.2/mdsal-binding-runtime-api-12.0.2.jar (39 kB at 3.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.2/mdsal-binding-runtime-spi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-runtime-spi/12.0.2/mdsal-binding-runtime-spi-12.0.2.jar (36 kB at 3.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.2/mdsal-binding-dom-codec-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-api/12.0.2/mdsal-binding-dom-codec-api-12.0.2.jar (39 kB at 3.2 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.2/mdsal-binding-dom-codec-spi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-dom-codec-spi/12.0.2/mdsal-binding-dom-codec-spi-12.0.2.jar (25 kB at 2.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.2/yang-data-impl-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-impl/11.0.2/yang-data-impl-11.0.2.jar (167 kB at 12 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.2/yang-data-tree-ri-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-tree-ri/11.0.2/yang-data-tree-ri-11.0.2.jar (214 kB at 11 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.2/yang-data-transform-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-transform/11.0.2/yang-data-transform-11.0.2.jar (18 kB at 1.3 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/antlr/antlr4-runtime/4.13.0/antlr4-runtime-4.13.0.jar (326 kB at 17 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.2/yang-model-ri-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-model-ri/11.0.2/yang-model-ri-11.0.2.jar (516 kB at 23 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.2/odlext-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/odlext-parser-support/11.0.2/odlext-parser-support-11.0.2.jar (38 kB at 3.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.2/openconfig-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/openconfig-parser-support/11.0.2/openconfig-parser-support-11.0.2.jar (19 kB at 2.2 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.2/rfc6241-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6241-parser-support/11.0.2/rfc6241-parser-support-11.0.2.jar (14 kB at 1.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.2/rfc6536-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6536-parser-support/11.0.2/rfc6536-parser-support-11.0.2.jar (18 kB at 2.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.2/rfc6643-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc6643-parser-support/11.0.2/rfc6643-parser-support-11.0.2.jar (39 kB at 4.9 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.2/rfc7952-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc7952-parser-support/11.0.2/rfc7952-parser-support-11.0.2.jar (15 kB at 1.9 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.2/rfc8040-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8040-parser-support/11.0.2/rfc8040-parser-support-11.0.2.jar (23 kB at 2.1 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.2/rfc8528-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8528-parser-support/11.0.2/rfc8528-parser-support-11.0.2.jar (15 kB at 1.5 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.2/rfc8639-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8639-parser-support/11.0.2/rfc8639-parser-support-11.0.2.jar (13 kB at 1.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.2/yang-parser-impl-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-impl/11.0.2/yang-parser-impl-11.0.2.jar (55 kB at 3.7 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.2/rfc8819-parser-support-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/rfc8819-parser-support/11.0.2/rfc8819-parser-support-11.0.2.jar (13 kB at 1.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.2/yang-parser-reactor-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-reactor/11.0.2/yang-parser-reactor-11.0.2.jar (156 kB at 10 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.2/yang-parser-rfc7950-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-rfc7950/11.0.2/yang-parser-rfc7950-11.0.2.jar (510 kB at 34 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.2/yang-parser-spi-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-parser-spi/11.0.2/yang-parser-spi-11.0.2.jar (139 kB at 14 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.2/yang-repo-fs-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-repo-fs/11.0.2/yang-repo-fs-11.0.2.jar (23 kB at 2.9 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.2/yang-xpath-impl-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-xpath-impl/11.0.2/yang-xpath-impl-11.0.2.jar (119 kB at 5.2 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.2/mdsal-binding-api-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-api/12.0.2/mdsal-binding-api-12.0.2.jar (72 kB at 6.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.2/mdsal-binding-spi-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-spi/12.0.2/mdsal-binding-spi-12.0.2.jar (17 kB at 1.7 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.2/mdsal-binding-util-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-binding-util/12.0.2/mdsal-binding-util-12.0.2.jar (47 kB at 5.8 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.2/mdsal-dom-broker-12.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/mdsal-dom-broker/12.0.2/mdsal-dom-broker-12.0.2.jar (109 kB at 11 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.2/sal-remoterpc-connector-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/8.0.2/sal-remoterpc-connector-8.0.2.jar (122 kB at 8.7 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.2/cds-access-api-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/8.0.2/cds-access-api-8.0.2.jar (200 kB at 18 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.2/cds-access-client-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/8.0.2/cds-access-client-8.0.2.jar (71 kB at 3.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.2/cds-dom-api-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/8.0.2/cds-dom-api-8.0.2.jar (10 kB at 1.2 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.2/sal-distributed-datastore-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/8.0.2/sal-distributed-datastore-8.0.2.jar (1.0 MB at 41 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.2/eos-dom-akka-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/eos-dom-akka/8.0.2/eos-dom-akka-8.0.2.jar (212 kB at 16 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.2/sal-cluster-admin-api-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/8.0.2/sal-cluster-admin-api-8.0.2.jar (230 kB at 18 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.2/sal-cluster-admin-impl-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/8.0.2/sal-cluster-admin-impl-8.0.2.jar (46 kB at 3.5 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-akkaconf.xml 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-akkaconf.xml (1.2 kB at 122 kB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-factoryakkaconf.xml 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-factoryakkaconf.xml (7.2 kB at 422 kB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-moduleshardconf.xml 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-moduleshardconf.xml (1.4 kB at 76 kB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-moduleconf.xml 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-moduleconf.xml (871 B at 87 kB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-datastore.cfg 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/8.0.2/sal-clustering-config-8.0.2-datastore.cfg (7.1 kB at 894 kB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.2/yang-data-codec-binfmt-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-binfmt/11.0.2/yang-data-codec-binfmt-11.0.2.jar (108 kB at 9.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.2/yang-data-codec-gson-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-gson/11.0.2/yang-data-codec-gson-11.0.2.jar (75 kB at 6.9 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.2/yang-data-codec-xml-11.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-data-codec-xml/11.0.2/yang-data-codec-xml-11.0.2.jar (79 kB at 6.0 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.2/sal-clustering-commons-8.0.2.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/8.0.2/sal-clustering-commons-8.0.2.jar (170 kB at 4.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.19/metrics-graphite-4.2.19.jar 10:35:14 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-graphite/4.2.19/metrics-graphite-4.2.19.jar (24 kB at 2.4 MB/s) 10:35:14 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.17.0/amqp-client-5.17.0.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/rabbitmq/amqp-client/5.17.0/amqp-client-5.17.0.jar (659 kB at 35 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.2/sal-akka-raft-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/8.0.2/sal-akka-raft-8.0.2.jar (293 kB at 23 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.2/cds-mgmt-api-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-mgmt-api/8.0.2/cds-mgmt-api-8.0.2.jar (16 kB at 2.1 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.2/sal-akka-segmented-journal-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/8.0.2/sal-akka-segmented-journal-8.0.2.jar (34 kB at 3.4 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.2/atomix-storage-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/atomix-storage/8.0.2/atomix-storage-8.0.2.jar (548 kB at 30 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-core/4.2.19/metrics-core-4.2.19.jar (130 kB at 9.3 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.19/metrics-healthchecks-4.2.19.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-healthchecks/4.2.19/metrics-healthchecks-4.2.19.jar (23 kB at 2.3 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.19/metrics-jmx-4.2.19.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jmx/4.2.19/metrics-jmx-4.2.19.jar (22 kB at 1.1 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.19/metrics-jvm-4.2.19.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/dropwizard/metrics/metrics-jvm/4.2.19/metrics-jvm-4.2.19.jar (25 kB at 2.5 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.2/repackaged-akka-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/repackaged-akka/8.0.2/repackaged-akka-8.0.2.jar (19 MB at 94 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.2/sal-common-util-8.0.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/8.0.2/sal-common-util-8.0.2.jar (15 kB at 1.2 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2.jar (155 kB at 6.7 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.2/aaa-tokenauthrealm-0.18.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-tokenauthrealm/0.18.2/aaa-tokenauthrealm-0.18.2.jar (23 kB at 1.5 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.2/aaa-idm-store-h2-0.18.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-idm-store-h2/0.18.2/aaa-idm-store-h2-0.18.2.jar (47 kB at 4.7 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.214/h2-2.1.214.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.214/h2-2.1.214.jar (2.5 MB at 67 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.2/aaa-shiro-api-0.18.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.18.2/aaa-shiro-api-0.18.2.jar (109 kB at 8.4 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2.jar (25 kB at 2.1 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-aaa-app-config.xml 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-aaa-app-config.xml (15 kB at 1.3 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-aaa-datastore-config.xml 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-aaa-datastore-config.xml (182 B at 23 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2-aaa-password-service-config.xml 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2-aaa-password-service-config.xml (215 B at 13 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-idmtool.py 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.18.2/aaa-shiro-0.18.2-idmtool.py (18 kB at 2.2 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2-config.cfg 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.18.2/aaa-filterchain-0.18.2-config.cfg (18 B at 1.5 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.0.1/org.osgi.service.jdbc-1.0.1.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/osgi/org.osgi.service.jdbc/1.0.1/org.osgi.service.jdbc-1.0.1.jar (13 kB at 1.3 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.3/org.apache.karaf.jdbc.core-4.4.3.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/jdbc/org.apache.karaf.jdbc.core/4.4.3/org.apache.karaf.jdbc.core-4.4.3.jar (65 kB at 3.4 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.5/pax-jdbc-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc/1.5.5/pax-jdbc-1.5.5.jar (8.9 kB at 985 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.5/pax-jdbc-pool-common-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-common/1.5.5/pax-jdbc-pool-common-1.5.5.jar (9.1 kB at 609 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.5/pax-jdbc-config-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-config/1.5.5/pax-jdbc-config-1.5.5.jar (32 kB at 3.2 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.5/pax-jdbc-db2-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-db2/1.5.5/pax-jdbc-db2-1.5.5.jar (9.9 kB at 828 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.5/pax-jdbc-teradata-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-teradata/1.5.5/pax-jdbc-teradata-1.5.5.jar (10 kB at 915 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.5/pax-jdbc-derby-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derby/1.5.5/pax-jdbc-derby-1.5.5.jar (9.3 kB at 666 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.5/pax-jdbc-derbyclient-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-derbyclient/1.5.5/pax-jdbc-derbyclient-1.5.5.jar (9.8 kB at 817 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.210/h2-2.1.210.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/h2database/h2/2.1.210/h2-2.1.210.jar (2.5 MB at 59 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.1/hsqldb-2.7.1-jdk8.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/hsqldb/hsqldb/2.7.1/hsqldb-2.7.1-jdk8.jar (1.7 MB at 61 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.5/pax-jdbc-hsqldb-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-hsqldb/1.5.5/pax-jdbc-hsqldb-1.5.5.jar (8.1 kB at 739 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/2.7.4/mariadb-java-client-2.7.4.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/mariadb/jdbc/mariadb-java-client/2.7.4/mariadb-java-client-2.7.4.jar (623 kB at 35 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.5/pax-jdbc-mariadb-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-mariadb/1.5.5/pax-jdbc-mariadb-1.5.5.jar (8.3 kB at 592 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/21.4.0.0.1/ojdbc8-21.4.0.0.1.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/oracle/database/jdbc/ojdbc8/21.4.0.0.1/ojdbc8-21.4.0.0.1.jar (5.1 MB at 85 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.5/pax-jdbc-oracle-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-oracle/1.5.5/pax-jdbc-oracle-1.5.5.jar (8.4 kB at 598 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/postgresql/postgresql/42.3.7/postgresql-42.3.7.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/postgresql/postgresql/42.3.7/postgresql-42.3.7.jar (1.0 MB at 47 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar (9.7 MB at 104 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.5/pax-jdbc-sqlite-1.5.5.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-sqlite/1.5.5/pax-jdbc-sqlite-1.5.5.jar (7.9 kB at 982 kB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/microsoft/sqlserver/mssql-jdbc/9.4.1.jre8/mssql-jdbc-9.4.1.jre8.jar 10:35:15 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/microsoft/sqlserver/mssql-jdbc/9.4.1.jre8/mssql-jdbc-9.4.1.jre8.jar (1.3 MB at 64 MB/s) 10:35:15 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.5/pax-jdbc-jtds-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-jtds/1.5.5/pax-jdbc-jtds-1.5.5.jar (7.1 kB at 544 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.5/pax-jdbc-pool-dbcp2-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-dbcp2/1.5.5/pax-jdbc-pool-dbcp2-1.5.5.jar (13 kB at 1.1 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.5/pax-jdbc-pool-c3p0-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-c3p0/1.5.5/pax-jdbc-pool-c3p0-1.5.5.jar (9.2 kB at 573 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.5/pax-jdbc-pool-hikaricp-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-hikaricp/1.5.5/pax-jdbc-pool-hikaricp-1.5.5.jar (6.2 kB at 416 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/components/geronimo-connector/3.1.4/geronimo-connector-3.1.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/geronimo/components/geronimo-connector/3.1.4/geronimo-connector-3.1.4.jar (123 kB at 7.7 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.5/pax-jdbc-pool-aries-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-aries/1.5.5/pax-jdbc-pool-aries-1.5.5.jar (139 kB at 6.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/narayana/osgi/narayana-osgi-jta/5.12.5.Final/narayana-osgi-jta-5.12.5.Final.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/narayana/osgi/narayana-osgi-jta/5.12.5.Final/narayana-osgi-jta-5.12.5.Final.jar (3.8 MB at 72 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.5/pax-jdbc-pool-narayana-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-narayana/1.5.5/pax-jdbc-pool-narayana-1.5.5.jar (17 kB at 1.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.5/pax-jdbc-pool-transx-1.5.5.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/jdbc/pax-jdbc-pool-transx/1.5.5/pax-jdbc-pool-transx-1.5.5.jar (9.7 kB at 748 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.3/pax-transx-tm-api-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-api/0.5.3/pax-transx-tm-api-0.5.3.jar (6.3 kB at 705 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-geronimo/0.5.3/pax-transx-tm-geronimo-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-geronimo/0.5.3/pax-transx-tm-geronimo-0.5.3.jar (202 kB at 16 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-atomikos/0.5.3/pax-transx-tm-atomikos-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-atomikos/0.5.3/pax-transx-tm-atomikos-0.5.3.jar (333 kB at 12 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-narayana/0.5.3/pax-transx-tm-narayana-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-tm-narayana/0.5.3/pax-transx-tm-narayana-0.5.3.jar (3.8 MB at 112 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.3/pax-transx-connector-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-connector/0.5.3/pax-transx-connector-0.5.3.jar (66 kB at 8.3 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.3/pax-transx-jdbc-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jdbc/0.5.3/pax-transx-jdbc-0.5.3.jar (71 kB at 6.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jms/0.5.3/pax-transx-jms-0.5.3.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/transx/pax-transx-jms/0.5.3/pax-transx-jms-0.5.3.jar (62 kB at 4.1 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.2/odl-jolokia-osgi-8.0.2-configuration.cfg 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/8.0.2/odl-jolokia-osgi-8.0.2-configuration.cfg (630 B at 57 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.2/aaa-password-service-api-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.18.2/aaa-password-service-api-0.18.2.jar (21 kB at 715 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.18.2/aaa-password-service-impl-0.18.2.jar (20 kB at 2.2 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.2/repackaged-shiro-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/repackaged-shiro/0.18.2/repackaged-shiro-0.18.2.jar (583 kB at 29 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.2/web-osgi-impl-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.18.2/web-osgi-impl-0.18.2.jar (16 kB at 1.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.2/web-api-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.18.2/web-api-0.18.2.jar (24 kB at 2.0 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.2/servlet-jersey2-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.18.2/servlet-jersey2-0.18.2.jar (12 kB at 1.2 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.2/servlet-api-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.18.2/servlet-api-0.18.2.jar (9.0 kB at 640 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.40/jersey-hk2-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/inject/jersey-hk2/2.40/jersey-hk2-2.40.jar (78 kB at 4.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.40/jersey-common-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-common/2.40/jersey-common-2.40.jar (1.2 MB at 59 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.40/jersey-client-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-client/2.40/jersey-client-2.40.jar (302 kB at 19 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.40/jersey-server-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/core/jersey-server/2.40/jersey-server-2.40.jar (951 kB at 50 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.40/jersey-container-servlet-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet/2.40/jersey-container-servlet-2.40.jar (32 kB at 4.0 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.40/jersey-container-servlet-core-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/containers/jersey-container-servlet-core/2.40/jersey-container-servlet-core-2.40.jar (73 kB at 4.1 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.40/jersey-media-sse-2.40.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/glassfish/jersey/media/jersey-media-sse/2.40/jersey-media-sse-2.40.jar (79 kB at 7.2 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.2/aaa-encrypt-service-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.18.2/aaa-encrypt-service-0.18.2.jar (14 kB at 1.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.2/aaa-encrypt-service-impl-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.18.2/aaa-encrypt-service-impl-0.18.2.jar (38 kB at 2.7 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.2/blueprint-8.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/8.0.2/blueprint-8.0.2.jar (90 kB at 5.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.2/aaa-authn-api-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.18.2/aaa-authn-api-0.18.2.jar (32 kB at 2.7 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2.jar (181 kB at 13 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2-config.xml 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.18.2/aaa-cert-0.18.2-config.xml (687 B at 62 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.4/rfc8040-ietf-restconf-monitoring-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8040-ietf-restconf-monitoring/6.0.4/rfc8040-ietf-restconf-monitoring-6.0.4.jar (51 kB at 5.1 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.4/netconf-api-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/6.0.4/netconf-api-6.0.4.jar (52 kB at 5.2 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.4/netconf-auth-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/6.0.4/netconf-auth-6.0.4.jar (8.0 kB at 572 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.4/rfc5277-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc5277/6.0.4/rfc5277-6.0.4.jar (64 kB at 5.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.4/rfc6241-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6241/6.0.4/rfc6241-6.0.4.jar (399 kB at 25 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.4/rfc6470-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6470/6.0.4/rfc6470-6.0.4.jar (84 kB at 8.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.4/rfc8526-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc8526/6.0.4/rfc8526-6.0.4.jar (111 kB at 9.3 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.4/rfc6243-6.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/model/rfc6243/6.0.4/rfc6243-6.0.4.jar (30 kB at 1.7 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.2/diagstatus-web-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-web/6.0.2/diagstatus-web-6.0.2.jar (10 kB at 1.2 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.2/diagstatus-api-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-api/6.0.2/diagstatus-api-6.0.2.jar (24 kB at 1.9 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.2/diagstatus-shell-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-shell/6.0.2/diagstatus-shell-6.0.2.jar (16 kB at 1.6 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.2/diagstatus-impl-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/diagstatus-impl/6.0.2/diagstatus-impl-6.0.2.jar (22 kB at 2.0 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.2/infrautils-util-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-util/6.0.2/infrautils-util-6.0.2.jar (27 kB at 2.7 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.2/ready-impl-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-impl/6.0.2/ready-impl-6.0.2.jar (237 kB at 11 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.2/ready-api-6.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/ready-api/6.0.2/ready-api-6.0.2.jar (20 kB at 1.8 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.2/ietf-topology-2013.10.21.24.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/ietf-topology/2013.10.21.24.2/ietf-topology-2013.10.21.24.2.jar (103 kB at 4.1 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.2/opendaylight-l2-types-2013.08.27.24.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/mdsal/model/opendaylight-l2-types/2013.08.27.24.2/opendaylight-l2-types-2013.08.27.24.2.jar (19 kB at 1.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.2/yang-common-netty-11.0.2.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/yangtools/yang-common-netty/11.0.2/yang-common-netty-11.0.2.jar (12 kB at 1.4 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-annotation13/8.0.22/pax-web-compatibility-annotation13-8.0.22.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-annotation13/8.0.22/pax-web-compatibility-annotation13-8.0.22.jar (3.0 kB at 330 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-el2/8.0.22/pax-web-compatibility-el2-8.0.22.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-el2/8.0.22/pax-web-compatibility-el2-8.0.22.jar (3.0 kB at 376 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 7.5 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.22/pax-web-compatibility-servlet31-8.0.22.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-compatibility-servlet31/8.0.22/pax-web-compatibility-servlet31-8.0.22.jar (3.0 kB at 270 kB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-api/8.0.22/pax-web-api-8.0.22.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-api/8.0.22/pax-web-api-8.0.22.jar (271 kB at 13 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-spi/8.0.22/pax-web-spi-8.0.22.jar 10:35:16 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-spi/8.0.22/pax-web-spi-8.0.22.jar (782 kB at 33 MB/s) 10:35:16 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar (49 kB at 4.4 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-websocket/8.0.22/pax-web-websocket-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-websocket/8.0.22/pax-web-websocket-8.0.22.jar (8.7 kB at 670 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-xml/9.4.52.v20230823/jetty-xml-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-xml/9.4.52.v20230823/jetty-xml-9.4.52.v20230823.jar (69 kB at 3.8 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlets/9.4.52.v20230823/jetty-servlets-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-servlets/9.4.52.v20230823/jetty-servlets-9.4.52.v20230823.jar (108 kB at 9.8 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-continuation/9.4.52.v20230823/jetty-continuation-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-continuation/9.4.52.v20230823/jetty-continuation-9.4.52.v20230823.jar (25 kB at 1.3 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-jmx/9.4.52.v20230823/jetty-jmx-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-jmx/9.4.52.v20230823/jetty-jmx-9.4.52.v20230823.jar (42 kB at 3.3 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-jaas/9.4.52.v20230823/jetty-jaas-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-jaas/9.4.52.v20230823/jetty-jaas-9.4.52.v20230823.jar (48 kB at 4.0 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-rewrite/9.4.52.v20230823/jetty-rewrite-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-rewrite/9.4.52.v20230823/jetty-rewrite-9.4.52.v20230823.jar (45 kB at 4.1 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-openid/9.4.52.v20230823/jetty-openid-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-openid/9.4.52.v20230823/jetty-openid-9.4.52.v20230823.jar (39 kB at 3.2 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-proxy/9.4.52.v20230823/jetty-proxy-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-proxy/9.4.52.v20230823/jetty-proxy-9.4.52.v20230823.jar (97 kB at 8.1 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.52.v20230823/javax-websocket-client-impl-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.52.v20230823/javax-websocket-client-impl-9.4.52.v20230823.jar (168 kB at 13 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.52.v20230823/javax-websocket-server-impl-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.52.v20230823/javax-websocket-server-impl-9.4.52.v20230823.jar (48 kB at 2.8 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-hpack/9.4.52.v20230823/http2-hpack-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-hpack/9.4.52.v20230823/http2-hpack-9.4.52.v20230823.jar (52 kB at 3.7 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-common/9.4.52.v20230823/http2-common-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-common/9.4.52.v20230823/http2-common-9.4.52.v20230823.jar (206 kB at 13 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-server/9.4.52.v20230823/http2-server-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-server/9.4.52.v20230823/http2-server-9.4.52.v20230823.jar (61 kB at 3.2 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-client/9.4.52.v20230823/jetty-alpn-client-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-client/9.4.52.v20230823/jetty-alpn-client-9.4.52.v20230823.jar (17 kB at 750 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-client/9.4.52.v20230823/http2-client-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-client/9.4.52.v20230823/http2-client-9.4.52.v20230823.jar (29 kB at 2.4 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-http-client-transport/9.4.52.v20230823/http2-http-client-transport-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/http2/http2-http-client-transport/9.4.52.v20230823/http2-http-client-transport-9.4.52.v20230823.jar (42 kB at 3.5 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/alpn/alpn-api/1.1.3.v20160715/alpn-api-1.1.3.v20160715.jar (5.6 kB at 24 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-server/9.4.52.v20230823/jetty-alpn-server-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-server/9.4.52.v20230823/jetty-alpn-server-9.4.52.v20230823.jar (18 kB at 1.5 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-openjdk8-client/9.4.52.v20230823/jetty-alpn-openjdk8-client-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-openjdk8-client/9.4.52.v20230823/jetty-alpn-openjdk8-client-9.4.52.v20230823.jar (20 kB at 1.8 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.52.v20230823/jetty-alpn-openjdk8-server-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-openjdk8-server/9.4.52.v20230823/jetty-alpn-openjdk8-server-9.4.52.v20230823.jar (19 kB at 1.1 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-java-client/9.4.52.v20230823/jetty-alpn-java-client-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-java-client/9.4.52.v20230823/jetty-alpn-java-client-9.4.52.v20230823.jar (17 kB at 292 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-java-server/9.4.52.v20230823/jetty-alpn-java-server-9.4.52.v20230823.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jetty/jetty-alpn-java-server/9.4.52.v20230823/jetty-alpn-java-server-9.4.52.v20230823.jar (17 kB at 641 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-runtime/8.0.22/pax-web-runtime-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-runtime/8.0.22/pax-web-runtime-8.0.22.jar (161 kB at 9.5 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jetty/8.0.22/pax-web-jetty-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jetty/8.0.22/pax-web-jetty-8.0.22.jar (106 kB at 4.6 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-common/8.0.22/pax-web-tomcat-common-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-common/8.0.22/pax-web-tomcat-common-8.0.22.jar (558 kB at 16 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-jetty.xml 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-jetty.xml (4.4 kB at 340 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-context-jetty.xml 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-context-jetty.xml (1.3 kB at 120 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-osgi-adapter/18.0.2/keycloak-osgi-adapter-18.0.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-osgi-adapter/18.0.2/keycloak-osgi-adapter-18.0.2.jar (26 kB at 2.6 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty-adapter-spi/18.0.2/keycloak-jetty-adapter-spi-18.0.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty-adapter-spi/18.0.2/keycloak-jetty-adapter-spi-18.0.2.jar (11 kB at 1.0 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty-core/18.0.2/keycloak-jetty-core-18.0.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty-core/18.0.2/keycloak-jetty-core-18.0.2.jar (20 kB at 1.4 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty94-adapter/18.0.2/keycloak-jetty94-adapter-18.0.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-jetty94-adapter/18.0.2/keycloak-jetty94-adapter-18.0.2.jar (10 kB at 719 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-pax-web-jetty94/18.0.2/keycloak-pax-web-jetty94-18.0.2.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-pax-web-jetty94/18.0.2/keycloak-pax-web-jetty94-18.0.2.jar (14 kB at 1.2 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jetty-keycloak/8.0.22/pax-web-jetty-keycloak-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jetty-keycloak/8.0.22/pax-web-jetty-keycloak-8.0.22.jar (36 kB at 2.2 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/security/auth/message/jakarta.security.auth.message-api/1.1.3/jakarta.security.auth.message-api-1.1.3.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/jakarta/security/auth/message/jakarta.security.auth.message-api/1.1.3/jakarta.security.auth.message-api-1.1.3.jar (43 kB at 1.4 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat/8.0.22/pax-web-tomcat-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat/8.0.22/pax-web-tomcat-8.0.22.jar (2.8 MB at 49 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-websocket/8.0.22/pax-web-tomcat-websocket-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-websocket/8.0.22/pax-web-tomcat-websocket-8.0.22.jar (246 kB at 18 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-tomcat.xml 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-tomcat.xml (1.9 kB at 170 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-context-tomcat.xml 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-context-tomcat.xml (784 B at 78 kB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-keycloak18/8.0.22/pax-web-tomcat-keycloak18-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-keycloak18/8.0.22/pax-web-tomcat-keycloak18-8.0.22.jar (40 kB at 3.3 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-keycloak/8.0.22/pax-web-tomcat-keycloak-8.0.22.jar 10:35:17 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-tomcat-keycloak/8.0.22/pax-web-tomcat-keycloak-8.0.22.jar (40 kB at 3.4 MB/s) 10:35:17 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar (78 kB at 7.1 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/xnio/xnio-api/3.8.10.Final/xnio-api-3.8.10.Final.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/xnio/xnio-api/3.8.10.Final/xnio-api-3.8.10.Final.jar (585 kB at 31 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/xnio/xnio-nio/3.8.10.Final/xnio-nio-3.8.10.Final.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/jboss/xnio/xnio-nio/3.8.10.Final/xnio-nio-3.8.10.Final.jar (111 kB at 10 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-core/2.2.26.Final/undertow-core-2.2.26.Final.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-core/2.2.26.Final/undertow-core-2.2.26.Final.jar (2.4 MB at 72 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-servlet/2.2.26.Final/undertow-servlet-2.2.26.Final.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-servlet/2.2.26.Final/undertow-servlet-2.2.26.Final.jar (547 kB at 29 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow/8.0.22/pax-web-undertow-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow/8.0.22/pax-web-undertow-8.0.22.jar (636 kB at 29 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-websockets-jsr/2.2.26.Final/undertow-websockets-jsr-2.2.26.Final.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/io/undertow/undertow-websockets-jsr/2.2.26.Final/undertow-websockets-jsr-2.2.26.Final.jar (175 kB at 13 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow-websocket/8.0.22/pax-web-undertow-websocket-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow-websocket/8.0.22/pax-web-undertow-websocket-8.0.22.jar (14 kB at 1.4 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-undertow.xml 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-features/8.0.22/pax-web-features-8.0.22-config-undertow.xml (12 kB at 1.0 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-undertow-adapter-spi/18.0.2/keycloak-undertow-adapter-spi-18.0.2.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-undertow-adapter-spi/18.0.2/keycloak-undertow-adapter-spi-18.0.2.jar (23 kB at 2.1 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-undertow-adapter/18.0.2/keycloak-undertow-adapter-18.0.2.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-undertow-adapter/18.0.2/keycloak-undertow-adapter-18.0.2.jar (40 kB at 2.2 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-pax-web-undertow/18.0.2/keycloak-pax-web-undertow-18.0.2.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/keycloak/keycloak-pax-web-undertow/18.0.2/keycloak-pax-web-undertow-18.0.2.jar (12 kB at 830 kB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow-keycloak/8.0.22/pax-web-undertow-keycloak-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-undertow-keycloak/8.0.22/pax-web-undertow-keycloak-8.0.22.jar (60 kB at 3.2 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar (3.1 MB at 45 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jsp/8.0.22/pax-web-jsp-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-jsp/8.0.22/pax-web-jsp-8.0.22.jar (1.0 MB at 30 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.22/pax-web-extender-whiteboard-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-extender-whiteboard/8.0.22/pax-web-extender-whiteboard-8.0.22.jar (103 kB at 6.9 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-extender-war/8.0.22/pax-web-extender-war-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-extender-war/8.0.22/pax-web-extender-war-8.0.22.jar (88 kB at 2.5 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-deployer/8.0.22/pax-web-deployer-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-deployer/8.0.22/pax-web-deployer-8.0.22.jar (14 kB at 895 kB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-karaf/8.0.22/pax-web-karaf-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/pax-web-karaf/8.0.22/pax-web-karaf-8.0.22.jar (33 kB at 1.9 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/keycloak-common/8.0.22/keycloak-common-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/keycloak-common/8.0.22/keycloak-common-8.0.22.jar (777 kB at 24 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/keycloak-osgi-adapter/8.0.22/keycloak-osgi-adapter-8.0.22.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/web/keycloak-osgi-adapter/8.0.22/keycloak-osgi-adapter-8.0.22.jar (10 kB at 942 kB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpcore-osgi/4.4.16/httpcore-osgi-4.4.16.jar (695 kB at 20 MB/s) 10:35:18 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar 10:35:18 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/httpcomponents/httpclient-osgi/4.5.14/httpclient-osgi-4.5.14.jar (1.4 MB at 26 MB/s) 10:35:18 [WARNING] Duplicate versions for org.jolokia:jolokia-osgi::jar, 1.7.2 and 1.7.1 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-openapi::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-annotations::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-core::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-databind::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.dataformat:jackson-dataformat-xml::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.module:jackson-module-jaxb-annotations::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.jaxrs:jackson-jaxrs-base::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider::jar, 2.15.3 and 2.15.2 10:35:18 [WARNING] Duplicate versions for org.codehaus.woodstox:stax2-api::jar, 4.2.2 and 4.2.1 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-nb::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-api::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-dom-api::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-api::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-servlet::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-server::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-common::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-util::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-io::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-client::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-client::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-servlet::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-security::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-server::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-util-ajax::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-http::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-nb:config:cfg, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8072::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8040::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:yang-binding::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-spec-util::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:yang-ext::jar, 2013.09.07.24.3 and 2013.09.07.24.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-common::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:concepts::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:util::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for com.google.guava:guava::jar, 32.1.3-jre and 32.1.2-jre 10:35:18 [WARNING] Duplicate versions for org.checkerframework:checker-qual::jar, 3.39.0 and 3.37.0 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:netty-event-executor-config::jar, 0.19.3 and 0.19.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:netty-threadgroup-config::jar, 0.19.3 and 0.19.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:netty-timer-config::jar, 0.19.3 and 0.19.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:threadpool-config-api::jar, 0.19.3 and 0.19.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:threadpool-config-impl::jar, 0.19.3 and 0.19.2 10:35:18 [WARNING] Duplicate versions for io.netty:netty-codec-http::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-common::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-buffer::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-transport::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-codec::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-handler::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-resolver::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-transport-native-unix-common::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-transport-native-epoll:linux-x86_64:jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-transport-classes-epoll::jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for io.netty:netty-transport-native-unix-common:linux-x86_64:jar, 4.1.100.Final and 4.1.97.Final 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-common-models::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-common::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-export::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:odlext-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:openconfig-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6241-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6536-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6643-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc7952-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8040-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8528-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8639-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8819-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-spi::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-util::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-ir::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-spi::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-xpath-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8525::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:ietf-type-util::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-yang-types::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8342-ietf-datastores::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8342-ietf-origin::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc7952::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-singleton-dom-impl::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-singleton-common-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-common-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-common-spi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-spi::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-api::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-spi::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-util::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-dom-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-common-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-binding-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:general-entity::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-binding-adapter::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-adapter::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-generator::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-loader::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-osgi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-osgi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for net.bytebuddy:byte-buddy::jar, 1.14.9 and 1.14.8 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-schema-osgi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-spi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-model-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-model-ri::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-spi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-spi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-impl::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-ri::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-transform::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.antlr:antlr4-runtime::jar, 4.13.1 and 4.13.0 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-ri::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:odlext-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:openconfig-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6241-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6536-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6643-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc7952-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8040-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8528-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8639-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-impl::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8819-parser-support::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-reactor::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-rfc7950::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-spi::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-fs::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-xpath-impl::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-api::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-spi::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-util::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-broker::jar, 12.0.3 and 12.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-remoterpc-connector::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:cds-access-api::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:cds-access-client::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:cds-dom-api::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-distributed-datastore::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:eos-dom-akka::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-cluster-admin-api::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-cluster-admin-impl::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:akkaconf:xml, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:factoryakkaconf:xml, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:moduleshardconf:xml, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:moduleconf:xml, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:datastore:cfg, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.apache.commons:commons-text::jar, 1.11.0 and 1.10.0 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-binfmt::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-gson::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-xml::jar, 11.0.4 and 11.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-commons::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-graphite::jar, 4.2.20 and 4.2.19 10:35:18 [WARNING] Duplicate versions for com.rabbitmq:amqp-client::jar, 5.18.0 and 5.17.0 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-akka-raft::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:cds-mgmt-api::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-akka-segmented-journal::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:atomix-storage::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-core::jar, 4.2.20 and 4.2.19 10:35:18 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-healthchecks::jar, 4.2.20 and 4.2.19 10:35:18 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-jmx::jar, 4.2.20 and 4.2.19 10:35:18 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-jvm::jar, 4.2.20 and 4.2.19 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:repackaged-akka::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:sal-common-util::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-tokenauthrealm::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-idm-store-h2::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for com.h2database:h2::jar, 2.2.220 and 2.1.214 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro-api::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-filterchain::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:aaa-app-config:xml, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:aaa-datastore-config:xml, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-impl:aaa-password-service-config:xml, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:idmtool:py, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-filterchain:config:cfg, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.osgi:org.osgi.service.jdbc::jar, 1.1.0 and 1.0.1 10:35:18 [WARNING] Duplicate versions for org.apache.karaf.jdbc:org.apache.karaf.jdbc.core::jar, 4.4.4 and 4.4.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-common::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-config::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-db2::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-teradata::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-derby::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-derbyclient::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for com.h2database:h2::jar, 2.2.220 and 2.1.210 10:35:18 [WARNING] Duplicate versions for org.hsqldb:hsqldb:jdk8:jar, 2.7.2 and 2.7.1 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-hsqldb::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.mariadb.jdbc:mariadb-java-client::jar, 3.1.4 and 2.7.4 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-mariadb::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for com.oracle.database.jdbc:ojdbc8::jar, 23.2.0.0 and 21.4.0.0.1 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-oracle::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.postgresql:postgresql::jar, 42.6.0 and 42.3.7 10:35:18 [WARNING] Duplicate versions for org.xerial:sqlite-jdbc::jar, 3.42.0.0 and 3.36.0.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-sqlite::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for com.microsoft.sqlserver:mssql-jdbc::jar, 12.3.1.jre8-preview and 9.4.1.jre8 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-jtds::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-dbcp2::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-c3p0::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-hikaricp::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.apache.geronimo.components:geronimo-connector::jar, 3.1.5 and 3.1.4 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-aries::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.jboss.narayana.osgi:narayana-osgi-jta::jar, 5.12.7.Final and 5.12.5.Final 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-narayana::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-transx::jar, 1.5.6 and 1.5.5 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-api::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-geronimo::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-atomikos::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-narayana::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-connector::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jdbc::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jms::jar, 0.5.4 and 0.5.3 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:odl-jolokia-osgi:configuration:cfg, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-api::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-impl::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:repackaged-shiro::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa.web:web-osgi-impl::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa.web:web-api::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa.web:servlet-jersey2::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa.web:servlet-api::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.inject:jersey-hk2::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-common::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-client::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-server::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.containers:jersey-container-servlet::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.containers:jersey-container-servlet-core::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.glassfish.jersey.media:jersey-media-sse::jar, 2.41 and 2.40 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-encrypt-service::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-encrypt-service-impl::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.controller:blueprint::jar, 8.0.3 and 8.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-authn-api::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-cert::jar, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-cert:config:xml, 0.18.3 and 0.18.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc8040-ietf-restconf-monitoring::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-api::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-auth::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc5277::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6241::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6470::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc8526::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6243::jar, 6.0.5 and 6.0.4 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-web::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-api::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-shell::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-impl::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:infrautils-util::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:ready-impl::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.infrautils:ready-api::jar, 6.0.4 and 6.0.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:ietf-topology::jar, 2013.10.21.24.3 and 2013.10.21.24.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:opendaylight-l2-types::jar, 2013.08.27.24.3 and 2013.08.27.24.2 10:35:18 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-common-netty::jar, 11.0.4 and 11.0.2 10:35:23 [INFO] 10:35:23 [INFO] --- maven-antrun-plugin:3.1.0:run (fix-permissions) @ karaf --- 10:35:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom 10:35:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 751 kB/s) 10:35:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom 10:35:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 593 kB/s) 10:35:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom 10:35:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 316 kB/s) 10:35:23 [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.jar 10:35:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar 10:35:23 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar 10:35:23 [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.jar (264 kB at 12 MB/s) 10:35:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 748 kB/s) 10:35:23 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 35 MB/s) 10:35:23 [INFO] Executing tasks 10:35:23 [INFO] Executed tasks 10:35:23 [INFO] 10:35:23 [INFO] --- maven-antrun-plugin:3.1.0:run (remove-system-bc) @ karaf --- 10:35:23 [INFO] Executing tasks 10:35:23 [INFO] [delete] Deleting directory /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/bouncycastle 10:35:23 [INFO] Executed tasks 10:35:23 [INFO] 10:35:23 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ karaf --- 10:35:23 [INFO] Skipping javadoc generation 10:35:23 [INFO] 10:35:23 [INFO] --- karaf-maven-plugin:4.4.4:archive (package) @ karaf --- 10:35:50 [INFO] 10:35:50 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ karaf --- 10:35:50 [INFO] Skipping CycloneDX 10:35:50 [INFO] 10:35:50 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ karaf --- 10:35:50 [INFO] Skipping duplicate-finder execution! 10:35:50 [INFO] 10:35:50 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ karaf --- 10:35:50 [INFO] Skipping pom project 10:35:50 [INFO] 10:35:50 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ karaf --- 10:35:50 [INFO] Skipping source per configuration. 10:35:50 [INFO] 10:35:50 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ karaf --- 10:35:50 [INFO] Skipping modernizer execution! 10:35:50 [INFO] 10:35:50 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ karaf --- 10:35:50 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:50 [INFO] 10:35:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ karaf --- 10:35:50 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/pom.xml to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.pom 10:35:50 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/karaf-0.20.0-SNAPSHOT.tar.gz to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.tar.gz 10:35:50 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/karaf-0.20.0-SNAPSHOT.zip to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:35:50 [INFO] 10:35:50 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ karaf --- 10:35:50 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:50 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:50 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.pom 10:35:50 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.pom (7.8 kB at 7.8 MB/s) 10:35:50 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/maven-metadata.xml 10:35:50 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:50 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml (612 B at 612 kB/s) 10:35:50 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/maven-metadata.xml 10:35:50 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/maven-metadata.xml (294 B at 294 kB/s) 10:35:51 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.tar.gz 10:35:52 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.tar.gz (312 MB at 275 MB/s) 10:35:52 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:52 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml (789 B at 197 kB/s) 10:35:52 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.zip 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103359-1.zip (315 MB at 296 MB/s) 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/maven-metadata.xml (963 B) 10:35:53 [INFO] 10:35:53 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ karaf --- 10:35:53 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/karaf/dependency_tree.txt 10:35:53 [INFO] 10:35:53 [INFO] ----------< org.opendaylight.integration:singles-aggregator >----------- 10:35:53 [INFO] Building ODL :: integration :: singles-aggregator 0.20.0-SNAPSHOT [15/19] 10:35:53 [INFO] --------------------------------[ pom ]--------------------------------- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ singles-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ singles-aggregator --- 10:35:53 [INFO] Skipping Rule Enforcement. 10:35:53 [INFO] 10:35:53 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ singles-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ singles-aggregator --- 10:35:53 [INFO] Skipping CycloneDX 10:35:53 [INFO] 10:35:53 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ singles-aggregator --- 10:35:53 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/pom.xml to /tmp/r/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/singles-aggregator-0.20.0-SNAPSHOT.pom 10:35:53 [INFO] 10:35:53 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ singles-aggregator --- 10:35:53 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/singles-aggregator-0.20.0-20240122.103359-1.pom 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/singles-aggregator-0.20.0-20240122.103359-1.pom (2.2 kB) 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (625 B) 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/singles-aggregator/maven-metadata.xml (307 B) 10:35:53 [INFO] 10:35:53 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ singles-aggregator --- 10:35:53 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/dependency_tree.txt 10:35:53 [INFO] 10:35:53 [INFO] -----------< org.opendaylight.integration:repos-aggregator >------------ 10:35:53 [INFO] Building ODL :: integration :: repos-aggregator 0.20.0-SNAPSHOT [16/19] 10:35:53 [INFO] --------------------------------[ pom ]--------------------------------- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ repos-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ repos-aggregator --- 10:35:53 [INFO] Skipping Rule Enforcement. 10:35:53 [INFO] 10:35:53 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ repos-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ repos-aggregator --- 10:35:53 [INFO] Skipping CycloneDX 10:35:53 [INFO] 10:35:53 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ repos-aggregator --- 10:35:53 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/pom.xml to /tmp/r/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/repos-aggregator-0.20.0-SNAPSHOT.pom 10:35:53 [INFO] 10:35:53 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ repos-aggregator --- 10:35:53 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/repos-aggregator-0.20.0-20240122.103359-1.pom 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/repos-aggregator-0.20.0-20240122.103359-1.pom (2.1 kB) 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (623 B at 623 kB/s) 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/repos-aggregator/maven-metadata.xml (305 B) 10:35:53 [INFO] 10:35:53 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ repos-aggregator --- 10:35:53 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/dependency_tree.txt 10:35:53 [INFO] 10:35:53 [INFO] ----------< org.opendaylight.integration:features-aggregator >---------- 10:35:53 [INFO] Building ODL :: integration :: features-aggregator 0.20.0-SNAPSHOT [17/19] 10:35:53 [INFO] --------------------------------[ pom ]--------------------------------- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-aggregator --- 10:35:53 [INFO] Skipping Rule Enforcement. 10:35:53 [INFO] 10:35:53 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-aggregator --- 10:35:53 [INFO] 10:35:53 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-aggregator --- 10:35:53 [INFO] Skipping CycloneDX 10:35:53 [INFO] 10:35:53 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-aggregator --- 10:35:53 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/pom.xml to /tmp/r/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/features-aggregator-0.20.0-SNAPSHOT.pom 10:35:53 [INFO] 10:35:53 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ features-aggregator --- 10:35:53 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/features-aggregator-0.20.0-20240122.103359-1.pom 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/features-aggregator-0.20.0-20240122.103359-1.pom (2.1 kB) 10:35:53 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (626 B at 626 kB/s) 10:35:53 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/maven-metadata.xml 10:35:53 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/features-aggregator/maven-metadata.xml (308 B) 10:35:53 [INFO] 10:35:53 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-aggregator --- 10:35:53 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/dependency_tree.txt 10:35:53 [INFO] 10:35:53 [INFO] --------------< org.opendaylight.integration:onap-karaf >--------------- 10:35:53 [INFO] Building ODL :: integration :: onap-karaf 0.20.0-SNAPSHOT [18/19] 10:35:53 [INFO] --------------------------------[ pom ]--------------------------------- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ onap-karaf --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ onap-karaf --- 10:35:53 [INFO] Skipping Rule Enforcement. 10:35:53 [INFO] 10:35:53 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ onap-karaf --- 10:35:53 [INFO] Skipping Rule Enforcement. 10:35:53 [INFO] 10:35:53 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ onap-karaf --- 10:35:53 [INFO] 10:35:53 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ onap-karaf --- 10:35:53 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:35:53 [INFO] argLine set to empty 10:35:53 [INFO] 10:35:53 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ onap-karaf --- 10:35:53 [INFO] Starting audit... 10:35:53 Audit done. 10:35:53 [INFO] You have 0 Checkstyle violations. 10:35:53 [INFO] 10:35:53 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ onap-karaf --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ onap-karaf --- 10:35:53 [INFO] 10:35:53 [INFO] --- maven-resources-plugin:3.3.1:resources (process-resources) @ onap-karaf --- 10:35:53 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/src/main/resources 10:35:53 [INFO] 10:35:53 [INFO] --- karaf-maven-plugin:4.4.4:assembly (process-resources) @ onap-karaf --- 10:35:53 [INFO] Using repositories: 10:35:53 [INFO] https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots 10:35:53 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror 10:35:53 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-release-mirror 10:35:53 [INFO] Creating work directory: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly 10:35:53 [INFO] Loading direct KAR and features XML dependencies 10:35:53 [INFO] Standard startup Karaf KAR found: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:35:53 [INFO] Feature framework will be added as a startup feature 10:35:53 [INFO] Generating Karaf assembly: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly 10:35:53 [INFO] Unzipping kars 10:35:53 [INFO] processing KAR: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:35:53 [INFO] found repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:35:53 [INFO] Loading profiles from: 10:35:53 [INFO] Found existing features processor configuration: etc/org.apache.karaf.features.xml 10:35:53 [INFO] Loading repositories 10:35:54 [INFO] Generating generated-startup profile 10:35:54 [INFO] Generating generated-boot profile with parents: generated-startup 10:35:54 [INFO] Generating generated-installed profile 10:35:54 [INFO] Configuring etc/config.properties and etc/system.properties 10:35:54 [INFO] Downloading libraries for generated profiles 10:35:54 [INFO] Downloading additional libraries 10:35:54 [INFO] Writing configurations 10:35:54 [INFO] adding config file: etc/profile.cfg 10:35:54 [INFO] Startup stage 10:35:54 [INFO] Loading startup repositories 10:35:54 [INFO] Resolving startup features and bundles 10:35:54 [INFO] Features: framework 10:35:54 [INFO] Bundles: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0, mvn:org.apache.felix/org.apache.felix.metatype/1.2.4, mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:35:54 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:54 [INFO] Boot stage 10:35:54 [INFO] Loading boot repositories 10:35:54 [INFO] adding feature repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/features-aaa/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.daexim/daexim-features/1.15.0-SNAPSHOT/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-experimental/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cli/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.apache.karaf.features/standard/4.4.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/features-odlparent/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-experimental/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim-all/1.15.0-SNAPSHOT/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim/1.15.0-SNAPSHOT/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-netty/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-common/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-rfc8294-netty/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-trace/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8294/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7224/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8343/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8349/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8344/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8520/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8519/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8529/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8528/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-toaster/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8776/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8530/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8542/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.ops4j.pax.web/pax-web-features/8.0.22/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-spifly/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-asm/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-war/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-broker-local/8.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-aaa-netconf-plugin/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-lmax-3/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.7/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-mdsal/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-all/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-impl/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6022/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-client/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-netty-util/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-util/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector-all/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-callhome-ssh/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-console/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-topology/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport-api/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-keystore/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-yanglib/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.3/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.6/xml/features 10:35:54 [INFO] adding feature repository: mvn:tech.pantheon.triemap/pt-triemap/1.3.1/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-clustered-topology/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8341/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-truststore/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-all/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.4/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.5/xml/features 10:35:54 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.4/xml/features 10:35:54 [INFO] Feature kar/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.kar.cfg 10:35:54 [INFO] Feature jaas-boot/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding library: lib/boot/org.apache.karaf.jaas.boot-4.4.4.jar 10:35:54 [INFO] adding maven library: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.4.4 10:35:54 [INFO] Feature jaas/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.jaas.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.jaas.cfg 10:35:54 [INFO] Feature bundle/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:35:54 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.bundle.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.bundle.cfg 10:35:54 [INFO] Feature shell/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.groovy/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.shell.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.scope_bundle.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.shell.cfg 10:35:54 [INFO] Feature package/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:35:54 [INFO] Feature aries-proxy/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/9.5 10:35:54 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/9.5 10:35:54 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/9.5 10:35:54 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/9.5 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:35:54 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/9.5 10:35:54 [INFO] Feature service/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:35:54 [INFO] Feature ssh/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-osgi/2.10.0 10:35:54 [INFO] adding maven artifact: mvn:org.bouncycastle/bcpkix-jdk18on/1.75 10:35:54 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-sftp/2.10.0 10:35:54 [INFO] adding maven artifact: mvn:org.bouncycastle/bcprov-jdk18on/1.75 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.bouncycastle/bcutil-jdk18on/1.75 10:35:54 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-scp/2.10.0 10:35:54 [INFO] Feature jline/3.21.0 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:54 [INFO] adding maven artifact: mvn:org.jline/jline/3.21.0 10:35:54 [INFO] Feature feature/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.features.repos.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.feature.cfg 10:35:54 [INFO] Feature system/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.system.cfg 10:35:54 [INFO] Feature management/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:35:54 [INFO] adding config file: etc/jmx.acl.cfg 10:35:54 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.security.jmx.cfg 10:35:54 [INFO] adding config file: etc/jmx.acl.java.lang.Memory.cfg 10:35:54 [INFO] adding config file: etc/jmx.acl.osgi.compendium.cm.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.management.cfg 10:35:54 [INFO] Feature log/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:35:54 [INFO] adding config file: etc/org.apache.karaf.log.cfg 10:35:54 [INFO] Feature aries-blueprint/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:35:54 [INFO] Feature config/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.config.cfg 10:35:54 [INFO] adding config file: etc/org.apache.karaf.command.acl.config.cfg 10:35:54 [INFO] Feature framework/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:35:54 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:35:54 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:35:54 [INFO] Feature pax-url-wrap/2.6.14 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:35:54 [INFO] Feature instance/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:35:54 [INFO] Feature diagnostic/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:35:54 [INFO] adding library: lib/boot/org.apache.karaf.diagnostic.boot-4.4.4.jar 10:35:54 [INFO] adding maven library: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:35:54 [INFO] Feature shell-compat/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:35:54 [INFO] Feature 228aa59a-9825-49d1-87b5-a5b4ee95ec27/0.0.0 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcprov-framework-ext/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcutil-framework-ext/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:35:54 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcpkix-framework-ext/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:54 [INFO] Feature deployer/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:35:54 [INFO] Feature scr/4.4.4 is defined as a boot feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.inventory/1.1.0 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.component/1.5.0 10:35:54 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/2.2.0 10:35:54 [INFO] Feature standard/4.4.4 is defined as a boot feature 10:35:54 [INFO] Install stage 10:35:54 [INFO] Loading installed repositories 10:35:54 [INFO] Feature wrapper/4.4.4 is defined as an installed feature 10:35:54 [INFO] adding maven artifact: mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.4.4 10:35:54 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.4.1 10:35:54 [INFO] adding maven artifact: mvn:org.slf4j/slf4j-api/1.7.32 10:35:54 [INFO] 10:35:54 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ onap-karaf >>> 10:35:54 [INFO] 10:35:54 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ onap-karaf <<< 10:35:54 [INFO] 10:35:54 [INFO] 10:35:54 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] --- maven-dependency-plugin:3.6.1:copy (apply-branding) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-karaf-resources) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] --- maven-dependency-plugin:3.6.1:copy (org.ops4j.pax.url.mvn.cfg) @ onap-karaf --- 10:35:54 [INFO] Configured Artifact: org.opendaylight.odlparent:opendaylight-karaf-resources:config:?:properties 10:35:54 [INFO] Copying opendaylight-karaf-resources-13.0.7-config.properties to /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg 10:35:54 [INFO] 10:35:54 [INFO] --- maven-dependency-plugin:3.6.1:copy-dependencies (copy-aaa-cli-jar) @ onap-karaf --- 10:35:54 [INFO] Copying aaa-cli-jar-0.18.3.jar to /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/bin/aaa-cli-jar.jar 10:35:54 [INFO] 10:35:54 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-odl-karaf-resources) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ onap-karaf --- 10:35:54 [INFO] 10:35:54 [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy-resources) @ onap-karaf --- 10:35:54 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/src/main/assembly 10:35:54 [INFO] 10:35:54 [INFO] --- karaf-plugin:13.0.7:populate-local-repo (populate-local-repo) @ onap-karaf --- 10:35:55 [INFO] Feature repository discovered recursively: f9355ec5-c6a3-431f-8d07-cbd655b2a45c 10:35:55 [INFO] Feature repository discovered recursively: features-aaa 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:35:55 [INFO] Feature repository discovered recursively: pt-triemap 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: features-controller 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-akka 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-scala 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: features-controller-experimental 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:35:55 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: daexim-features 10:35:55 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:35:55 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:35:55 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:35:55 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:35:55 [INFO] Feature repository discovered recursively: features-mdsal 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:35:55 [INFO] Feature repository discovered recursively: features-netconf 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-all 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-console 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf-all 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:35:55 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: features-odlparent 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:35:55 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:35:55 [INFO] Feature repository discovered recursively: odl-gson 10:35:55 [INFO] Feature repository discovered recursively: odl-guava 10:35:55 [INFO] Feature repository discovered recursively: odl-jackson-2 10:35:55 [INFO] Feature repository discovered recursively: odl-javassist-3 10:35:55 [INFO] Feature repository discovered recursively: odl-jersey-2 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:35:55 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:35:55 [INFO] Feature repository discovered recursively: odl-lmax-3 10:35:55 [INFO] Feature repository discovered recursively: odl-netty-4 10:35:55 [INFO] Feature repository discovered recursively: odl-servlet-api 10:35:55 [INFO] Feature repository discovered recursively: odl-stax2-api 10:35:55 [INFO] Feature repository discovered recursively: odl-woodstox 10:35:55 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:35:55 [INFO] Feature repository discovered recursively: framework-4.4.4 10:35:55 [INFO] Feature repository discovered recursively: standard-4.4.4 10:35:55 [INFO] Feature repository discovered recursively: framework-4.4.4 10:35:55 [INFO] Feature repository discovered recursively: features-aaa 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:35:55 [INFO] Feature repository discovered recursively: odl-servlet-api 10:35:55 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:35:55 [INFO] Feature repository discovered recursively: odl-guava 10:35:55 [INFO] Feature repository discovered recursively: pt-triemap 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:35:55 [INFO] Feature repository discovered recursively: odl-gson 10:35:55 [INFO] Feature repository discovered recursively: odl-stax2-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:35:55 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-akka 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-scala 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:35:55 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:35:55 [INFO] Feature repository discovered recursively: pax-transx-0.5.4 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:35:55 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:35:55 [INFO] Feature repository discovered recursively: odl-jersey-2 10:35:55 [INFO] Feature repository discovered recursively: odl-javassist-3 10:35:55 [INFO] Feature repository discovered recursively: features-controller 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:35:55 [INFO] Feature repository discovered recursively: features-controller-experimental 10:35:55 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:35:55 [INFO] Feature repository discovered recursively: odl-netty-4 10:35:55 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:35:55 [INFO] Feature repository discovered recursively: daexim-features 10:35:55 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:35:55 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:35:55 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:35:55 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:35:55 [INFO] Feature repository discovered recursively: features-mdsal 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:35:55 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:35:55 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:35:55 [INFO] Feature repository discovered recursively: features-netconf 10:35:55 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-all 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-console 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: odl-jackson-2 10:35:55 [INFO] Feature repository discovered recursively: odl-woodstox 10:35:55 [INFO] Feature repository discovered recursively: odl-restconf-all 10:35:55 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:35:55 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:35:55 [INFO] Feature repository discovered recursively: features-odlparent 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-antlr4 10:35:55 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:35:55 [INFO] Feature repository discovered recursively: odl-lmax-3 10:35:55 [INFO] Feature repository discovered recursively: standard-4.4.4 10:35:55 [INFO] Feature repository discovered recursively: org.ops4j.pax.web-8.0.22 10:35:55 [WARNING] Duplicate versions for org.jolokia:jolokia-osgi::jar, 1.7.2 and 1.7.1 10:35:55 [INFO] 10:35:55 [INFO] --- maven-antrun-plugin:3.1.0:run (fix-permissions) @ onap-karaf --- 10:35:55 [INFO] Executing tasks 10:35:55 [INFO] Executed tasks 10:35:55 [INFO] 10:35:55 [INFO] --- maven-antrun-plugin:3.1.0:run (remove-system-bc) @ onap-karaf --- 10:35:56 [INFO] Executing tasks 10:35:56 [INFO] [delete] Deleting directory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/system/org/bouncycastle 10:35:56 [INFO] Executed tasks 10:35:56 [INFO] 10:35:56 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ onap-karaf --- 10:35:56 [INFO] Skipping javadoc generation 10:35:56 [INFO] 10:35:56 [INFO] --- karaf-maven-plugin:4.4.4:archive (package) @ onap-karaf --- 10:36:05 [INFO] 10:36:05 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ onap-karaf --- 10:36:05 [INFO] Skipping CycloneDX 10:36:05 [INFO] 10:36:05 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ onap-karaf --- 10:36:05 [INFO] Skipping duplicate-finder execution! 10:36:05 [INFO] 10:36:05 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ onap-karaf --- 10:36:05 [INFO] Skipping pom project 10:36:05 [INFO] 10:36:05 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ onap-karaf --- 10:36:05 [INFO] Skipping source per configuration. 10:36:05 [INFO] 10:36:05 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ onap-karaf --- 10:36:05 [INFO] Skipping modernizer execution! 10:36:05 [INFO] 10:36:05 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ onap-karaf --- 10:36:05 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:05 [INFO] 10:36:05 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ onap-karaf --- 10:36:05 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/pom.xml to /tmp/r/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-SNAPSHOT.pom 10:36:05 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/onap-karaf-0.20.0-SNAPSHOT.tar.gz to /tmp/r/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-SNAPSHOT.tar.gz 10:36:05 [INFO] 10:36:05 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ onap-karaf --- 10:36:05 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:36:05 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:05 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-20240122.103359-1.pom 10:36:05 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-20240122.103359-1.pom (6.8 kB) 10:36:05 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/maven-metadata.xml 10:36:05 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:05 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/maven-metadata.xml (617 B at 617 kB/s) 10:36:05 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/maven-metadata.xml 10:36:05 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/maven-metadata.xml (299 B) 10:36:05 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-20240122.103359-1.tar.gz 10:36:06 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-20240122.103359-1.tar.gz (203 MB at 301 MB/s) 10:36:06 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:06 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/maven-metadata.xml (794 B at 265 kB/s) 10:36:06 [INFO] 10:36:06 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ onap-karaf --- 10:36:06 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/dependency_tree.txt 10:36:06 [INFO] 10:36:06 [INFO] --------< org.opendaylight.integration:distribution-aggregator >-------- 10:36:06 [INFO] Building Integration/Distribution 0.20.0-SNAPSHOT [19/19] 10:36:06 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:06 [INFO] 10:36:06 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ distribution-aggregator --- 10:36:06 [INFO] 10:36:06 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ distribution-aggregator --- 10:36:06 [INFO] Skipping Rule Enforcement. 10:36:06 [INFO] 10:36:06 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ distribution-aggregator --- 10:36:06 [INFO] 10:36:06 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ distribution-aggregator --- 10:36:06 [INFO] Skipping CycloneDX 10:36:06 [INFO] 10:36:06 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ distribution-aggregator --- 10:36:06 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/pom.xml to /tmp/r/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/distribution-aggregator-0.20.0-SNAPSHOT.pom 10:36:06 [INFO] 10:36:06 [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ distribution-aggregator --- 10:36:06 [INFO] Using alternate deployment repository fake-nexus::default::file:///tmp/n/ 10:36:06 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:06 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/distribution-aggregator-0.20.0-20240122.103359-1.pom 10:36:06 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/distribution-aggregator-0.20.0-20240122.103359-1.pom (2.6 kB at 2.6 MB/s) 10:36:06 [INFO] Downloading from fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/maven-metadata.xml 10:36:06 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:06 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/maven-metadata.xml (630 B) 10:36:06 [INFO] Uploading to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/maven-metadata.xml 10:36:06 [INFO] Uploaded to fake-nexus: file:///tmp/n/org/opendaylight/integration/distribution-aggregator/maven-metadata.xml (312 B) 10:36:06 [INFO] 10:36:06 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ distribution-aggregator --- 10:36:06 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/dependency_tree.txt 10:36:06 [INFO] ------------------------------------------------------------------------ 10:36:06 [INFO] Reactor Summary for Integration/Distribution 0.20.0-SNAPSHOT: 10:36:06 [INFO] 10:36:06 [INFO] ODL :: integration :: distribution-artifacts ....... SUCCESS [ 5.097 s] 10:36:06 [INFO] ODL :: integration :: properties ................... SUCCESS [ 0.018 s] 10:36:06 [INFO] ODL :: integration :: artifact-artifacts ........... SUCCESS [ 0.017 s] 10:36:06 [INFO] ODL :: integration :: other-artifacts .............. SUCCESS [ 0.013 s] 10:36:06 [INFO] ODL :: integration :: upstream-all-artifacts ....... SUCCESS [ 0.015 s] 10:36:06 [INFO] ODL :: integration :: upstream-aggregator .......... SUCCESS [ 0.011 s] 10:36:06 [INFO] ODL :: integration :: all-artifacts ................ SUCCESS [ 0.014 s] 10:36:06 [INFO] ODL :: integration :: artifacts-aggregator ......... SUCCESS [ 0.013 s] 10:36:06 [INFO] ODL :: integration :: Karaf :: Scripts :: karaf-scripts SUCCESS [ 1.829 s] 10:36:06 [INFO] ODL :: integration :: features-index ............... SUCCESS [ 42.707 s] 10:36:06 [INFO] ODL :: integration :: odl-integration-compatible-with-all SUCCESS [ 1.080 s] 10:36:06 [INFO] ODL :: integration :: odl-integration-all .......... SUCCESS [ 1.220 s] 10:36:06 [INFO] ODL :: integration :: features-test ................ SUCCESS [ 1.630 s] 10:36:06 [INFO] ODL :: integration :: karaf ........................ SUCCESS [ 51.315 s] 10:36:06 [INFO] ODL :: integration :: singles-aggregator ........... SUCCESS [ 0.012 s] 10:36:06 [INFO] ODL :: integration :: repos-aggregator ............. SUCCESS [ 0.011 s] 10:36:06 [INFO] ODL :: integration :: features-aggregator .......... SUCCESS [ 0.008 s] 10:36:06 [INFO] ODL :: integration :: onap-karaf ................... SUCCESS [ 12.816 s] 10:36:06 [INFO] Integration/Distribution ........................... SUCCESS [ 0.008 s] 10:36:06 [INFO] ------------------------------------------------------------------------ 10:36:06 [INFO] BUILD SUCCESS 10:36:06 [INFO] ------------------------------------------------------------------------ 10:36:06 [INFO] Total time: 02:06 min 10:36:06 [INFO] Finished at: 2024-01-22T10:36:06Z 10:36:06 [INFO] ------------------------------------------------------------------------ 10:36:06 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins11320428033661236277.sh 10:36:06 + echo 'These are allowed projects: yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools' 10:36:06 These are allowed projects: yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools 10:36:06 + echo 'These are distribution pulled projects:' 10:36:06 These are distribution pulled projects: 10:36:06 + EXIT_CODE=0 10:36:06 ++ ls /tmp/r/org/opendaylight 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking aaa' 10:36:06 checking aaa 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\a\a\a* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking bgpcep' 10:36:06 checking bgpcep 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\b\g\p\c\e\p* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking controller' 10:36:06 checking controller 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\c\o\n\t\r\o\l\l\e\r* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking daexim' 10:36:06 checking daexim 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\d\a\e\x\i\m* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking infrautils' 10:36:06 checking infrautils 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\i\n\f\r\a\u\t\i\l\s* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking integration' 10:36:06 checking integration 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\i\n\t\e\g\r\a\t\i\o\n* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking jsonrpc' 10:36:06 checking jsonrpc 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\j\s\o\n\r\p\c* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking lispflowmapping' 10:36:06 checking lispflowmapping 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\l\i\s\p\f\l\o\w\m\a\p\p\i\n\g* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking mdsal' 10:36:06 checking mdsal 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\m\d\s\a\l* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking netconf' 10:36:06 checking netconf 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\n\e\t\c\o\n\f* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking odlparent' 10:36:06 checking odlparent 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\o\d\l\p\a\r\e\n\t* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking openflowplugin' 10:36:06 checking openflowplugin 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\o\p\e\n\f\l\o\w\p\l\u\g\i\n* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking ovsdb' 10:36:06 checking ovsdb 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\o\v\s\d\b* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking serviceutils' 10:36:06 checking serviceutils 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\s\e\r\v\i\c\e\u\t\i\l\s* ]] 10:36:06 + for PROJECT in `ls /tmp/r/org/opendaylight` 10:36:06 + echo 'checking yangtools' 10:36:06 checking yangtools 10:36:06 + [[ yangtools mdsal openflowjava aaa bgpcep controller daexim infrautils integration jsonrpc lispflowmapping mdsal netconf odlparent openflowplugin ovsdb serviceutils transportpce transportpce.models yangtools != *\y\a\n\g\t\o\o\l\s* ]] 10:36:06 + exit 0 10:36:06 [distribution-check-managed-calcium] $ /bin/sh -x /tmp/jenkins4311723270364928281.sh 10:36:06 + set +e 10:36:06 + find /tmp/r/org/opendaylight/integration/distribution/ -path '*-SNAPSHOT*' -delete 10:36:06 find: ‘/tmp/r/org/opendaylight/integration/distribution/’: No such file or directory 10:36:06 + find /tmp/r/ -regex '.*/_remote.repositories\|.*/maven-metadata-local\.xml\|.*/maven-metadata-fake-nexus\.xml\|.*/resolver-status\.properties' -delete 10:36:06 + find /tmp/r/ -type d -empty -delete 10:36:06 + echo 'INFO: A listing of project related files left in local repository follows.' 10:36:06 INFO: A listing of project related files left in local repository follows. 10:36:06 + find /tmp/r/org/opendaylight/integration/distribution/ 10:36:06 find: ‘/tmp/r/org/opendaylight/integration/distribution/’: No such file or directory 10:36:06 + true 10:36:06 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins1866600977869959934.sh 10:36:06 + echo ' 10:36:06 10:36:06 10:36:06 10:36:06 opendaylight-release 10:36:06 10:36:06 10:36:06 opendaylight-mirror 10:36:06 opendaylight 10:36:06 https://nexus.opendaylight.org/content/repositories/public/ 10:36:06 never 10:36:06 false 10:36:06 10:36:06 10:36:06 10:36:06 10:36:06 opendaylight-plugin-mirror 10:36:06 opendaylight-plugin 10:36:06 https://nexus.opendaylight.org/content/repositories/public/ 10:36:06 never 10:36:06 false 10:36:06 10:36:06 10:36:06 10:36:06 10:36:06 file-snapshots 10:36:06 10:36:06 10:36:06 file-snapshots 10:36:06 file 10:36:06 file:///tmp/n/ 10:36:06 false 10:36:06 10:36:06 10:36:06 10:36:06 10:36:06 file-plugin-snapshots 10:36:06 file-plugin 10:36:06 file:///tmp/n/ 10:36:06 false 10:36:06 10:36:06 10:36:06 10:36:06 10:36:06 10:36:06 file-snapshots 10:36:06 opendaylight-release 10:36:06 10:36:06 10:36:06 ' 10:36:06 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins12305510643318938283.sh 10:36:06 + cp -r /tmp/r /tmp/t 10:36:08 [distribution-check-managed-calcium] $ /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38/bin/mvn -f distribution/pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=6c5652a3fa1939b1ce9648bb6ee605306006d49d -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/+/109896 -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 10:36:08 " -DGERRIT_EVENT_TYPE=patchset-created -DSTACK_NAME=$SILO-$JOB_NAME-$BUILD_NUMBER -DGERRIT_PROJECT=integration/distribution -DGERRIT_CHANGE_NUMBER=109896 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Robert Varga\" ' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/96/109896/1 -DDISTROSTREAM=calcium "-DGERRIT_PATCHSET_UPLOADER_NAME=Robert Varga" '-DGERRIT_CHANGE_OWNER=\"Robert Varga\" ' -DPROJECT=integration/distribution -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVtcCB1cHN0cmVhbXMKCkFkb3B0OgotIG9kbHBhcmVudC0xMy4wLjcKLSBpbmZyYXV0aWxzLTYuMC40Ci0geWFuZ3Rvb2xzLTExLjAuNAotIG1kc2FsLTEyLjAuMwotIGNvbnRyb2xsZXItOC4wLjMKLSBhYWEtMC4xOC4zCi0gbmV0Y29uZi02LjAuNQotIGJncGNlcC0wLjIwLjUKCkNoYW5nZS1JZDogSWZkNjdiMWRhYWJhZjAwNzZlMDVlMDUwZDM4MDMwYmE2ODAyOGMyNTQKU2lnbmVkLW9mZi1ieTogUm9iZXJ0IFZhcmdhIDxyb2JlcnQudmFyZ2FAcGFudGhlb24udGVjaD4KKGNoZXJyeSBwaWNrZWQgZnJvbSBjb21taXQgY2Y4NWI4MGUxMzQ1NGJjY2EzOWYyOThiYTQyYmIyZTZmNjM3NjY2NykK -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=Ifd67b1daabaf0076e05e050d38030ba68028c254 -DKARAF_VERSION=karaf4 -DGERRIT_EVENT_HASH=188829952 -DGERRIT_VERSION=3.7.2 -DGERRIT_EVENT_ACCOUNT_EMAIL=nite@hq.sk -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Robert Varga" clean install dependency:tree -DoutputFile=dependency_tree.txt -s fake_remotes.xml -Pq --show-version --batch-mode -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Pmanaged 10:36:08 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) 10:36:08 Maven home: /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38 10:36:08 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 10:36:08 Default locale: en_US, platform encoding: UTF-8 10:36:08 OS name: "linux", version: "4.18.0-535.el8.x86_64", arch: "amd64", family: "unix" 10:36:09 [INFO] Scanning for projects... 10:36:09 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-artifacts/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:09 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-artifacts/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:09 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/lispflowmapping-artifacts/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:10 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-artifacts/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:10 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/hwvtepsouthbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:10 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/library-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:10 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/southbound-artifacts/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:10 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/serviceutils-artifacts/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:11 [INFO] ------------------------------------------------------------------------ 10:36:11 [INFO] Reactor Build Order: 10:36:11 [INFO] 10:36:11 [INFO] ODL :: integration :: distribution-artifacts [pom] 10:36:11 [INFO] ODL :: integration :: properties [pom] 10:36:11 [INFO] ODL :: integration :: artifact-artifacts [pom] 10:36:11 [INFO] ODL :: integration :: other-artifacts [pom] 10:36:11 [INFO] ODL :: integration :: upstream-all-artifacts [pom] 10:36:11 [INFO] ODL :: integration :: upstream-aggregator [pom] 10:36:11 [INFO] ODL :: integration :: all-artifacts [pom] 10:36:11 [INFO] ODL :: integration :: artifacts-aggregator [pom] 10:36:11 [INFO] ODL :: integration :: Karaf :: Scripts :: karaf-scripts [jar] 10:36:11 [INFO] ODL :: integration :: features-index [feature] 10:36:11 [INFO] ODL :: integration :: odl-integration-compatible-with-all [feature] 10:36:11 [INFO] ODL :: integration :: odl-integration-all [feature] 10:36:11 [INFO] ODL :: integration :: features-test [feature] 10:36:11 [INFO] ODL :: integration :: karaf [pom] 10:36:11 [INFO] ODL :: integration :: singles-aggregator [pom] 10:36:11 [INFO] ODL :: integration :: repos-aggregator [pom] 10:36:11 [INFO] ODL :: integration :: features-aggregator [pom] 10:36:11 [INFO] ODL :: integration :: onap-karaf [pom] 10:36:11 [INFO] Integration/Distribution [pom] 10:36:11 [INFO] 10:36:11 [INFO] --------< org.opendaylight.integration:distribution-artifacts >--------- 10:36:11 [INFO] Building ODL :: integration :: distribution-artifacts 0.20.0-SNAPSHOT [1/19] 10:36:11 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:11 [INFO] 10:36:11 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ distribution-artifacts --- 10:36:11 [INFO] 10:36:11 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ distribution-artifacts --- 10:36:11 [INFO] Skipping Rule Enforcement. 10:36:11 [INFO] 10:36:11 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ distribution-artifacts --- 10:36:11 [INFO] 10:36:11 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ distribution-artifacts --- 10:36:11 [INFO] Skipping CycloneDX 10:36:11 [INFO] 10:36:11 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ distribution-artifacts --- 10:36:11 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/distribution/pom.xml to /tmp/r/org/opendaylight/integration/distribution-artifacts/0.20.0-SNAPSHOT/distribution-artifacts-0.20.0-SNAPSHOT.pom 10:36:11 [INFO] 10:36:11 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ distribution-artifacts --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/distribution/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] --------------< org.opendaylight.integration:properties >--------------- 10:36:12 [INFO] Building ODL :: integration :: properties 0.20.0-SNAPSHOT [2/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ properties --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ properties --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ properties --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ properties --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ properties --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/properties/pom.xml to /tmp/r/org/opendaylight/integration/properties/0.20.0-SNAPSHOT/properties-0.20.0-SNAPSHOT.pom 10:36:12 [INFO] 10:36:12 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ properties --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/properties/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] ----------< org.opendaylight.integration:artifact-artifacts >----------- 10:36:12 [INFO] Building ODL :: integration :: artifact-artifacts 0.20.0-SNAPSHOT [3/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ artifact-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ artifact-artifacts --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ artifact-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ artifact-artifacts --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ artifact-artifacts --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/artifacts/pom.xml to /tmp/r/org/opendaylight/integration/artifact-artifacts/0.20.0-SNAPSHOT/artifact-artifacts-0.20.0-SNAPSHOT.pom 10:36:12 [INFO] 10:36:12 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ artifact-artifacts --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/artifacts/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] ------------< org.opendaylight.integration:other-artifacts >------------ 10:36:12 [INFO] Building ODL :: integration :: other-artifacts 0.20.0-SNAPSHOT [4/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ other-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ other-artifacts --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ other-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ other-artifacts --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ other-artifacts --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/other/pom.xml to /tmp/r/org/opendaylight/integration/other-artifacts/0.20.0-SNAPSHOT/other-artifacts-0.20.0-SNAPSHOT.pom 10:36:12 [INFO] 10:36:12 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ other-artifacts --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/other/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] --------< org.opendaylight.integration:upstream-all-artifacts >--------- 10:36:12 [INFO] Building ODL :: integration :: upstream-all-artifacts 0.20.0-SNAPSHOT [5/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ upstream-all-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ upstream-all-artifacts --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ upstream-all-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ upstream-all-artifacts --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ upstream-all-artifacts --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/all/pom.xml to /tmp/r/org/opendaylight/integration/upstream-all-artifacts/0.20.0-SNAPSHOT/upstream-all-artifacts-0.20.0-SNAPSHOT.pom 10:36:12 [INFO] 10:36:12 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ upstream-all-artifacts --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/all/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] ----------< org.opendaylight.integration:upstream-aggregator >---------- 10:36:12 [INFO] Building ODL :: integration :: upstream-aggregator 0.20.0-SNAPSHOT [6/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ upstream-aggregator --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ upstream-aggregator --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ upstream-aggregator --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ upstream-aggregator --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ upstream-aggregator --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/pom.xml to /tmp/r/org/opendaylight/integration/upstream-aggregator/0.20.0-SNAPSHOT/upstream-aggregator-0.20.0-SNAPSHOT.pom 10:36:12 [INFO] 10:36:12 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ upstream-aggregator --- 10:36:12 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/upstream/dependency_tree.txt 10:36:12 [INFO] 10:36:12 [INFO] -------------< org.opendaylight.integration:all-artifacts >------------- 10:36:12 [INFO] Building ODL :: integration :: all-artifacts 0.20.0-SNAPSHOT [7/19] 10:36:12 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ all-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ all-artifacts --- 10:36:12 [INFO] Skipping Rule Enforcement. 10:36:12 [INFO] 10:36:12 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ all-artifacts --- 10:36:12 [INFO] 10:36:12 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ all-artifacts --- 10:36:12 [INFO] Skipping CycloneDX 10:36:12 [INFO] 10:36:12 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ all-artifacts --- 10:36:12 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/all/pom.xml to /tmp/r/org/opendaylight/integration/all-artifacts/0.20.0-SNAPSHOT/all-artifacts-0.20.0-SNAPSHOT.pom 10:36:13 [INFO] 10:36:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ all-artifacts --- 10:36:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/all/dependency_tree.txt 10:36:13 [INFO] 10:36:13 [INFO] ---------< org.opendaylight.integration:artifacts-aggregator >---------- 10:36:13 [INFO] Building ODL :: integration :: artifacts-aggregator 0.20.0-SNAPSHOT [8/19] 10:36:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:13 [INFO] 10:36:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ artifacts-aggregator --- 10:36:13 [INFO] 10:36:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ artifacts-aggregator --- 10:36:13 [INFO] Skipping Rule Enforcement. 10:36:13 [INFO] 10:36:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ artifacts-aggregator --- 10:36:13 [INFO] 10:36:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ artifacts-aggregator --- 10:36:13 [INFO] Skipping CycloneDX 10:36:13 [INFO] 10:36:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ artifacts-aggregator --- 10:36:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/artifacts/pom.xml to /tmp/r/org/opendaylight/integration/artifacts-aggregator/0.20.0-SNAPSHOT/artifacts-aggregator-0.20.0-SNAPSHOT.pom 10:36:13 [INFO] 10:36:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ artifacts-aggregator --- 10:36:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/artifacts/dependency_tree.txt 10:36:13 [INFO] 10:36:13 [INFO] -------------< org.opendaylight.integration:karaf-scripts >------------- 10:36:13 [INFO] Building ODL :: integration :: Karaf :: Scripts :: karaf-scripts 0.20.0-SNAPSHOT [9/19] 10:36:13 [INFO] --------------------------------[ jar ]--------------------------------- 10:36:13 [INFO] 10:36:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ karaf-scripts --- 10:36:13 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/target 10:36:13 [INFO] 10:36:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ karaf-scripts --- 10:36:13 [INFO] Skipping Rule Enforcement. 10:36:13 [INFO] 10:36:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ karaf-scripts --- 10:36:13 [INFO] 10:36:13 [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ karaf-scripts --- 10:36:13 [INFO] Copying 7 resources from src/main/assembly to target/classes 10:36:13 [INFO] 10:36:13 [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ karaf-scripts --- 10:36:13 [INFO] No sources to compile 10:36:13 [INFO] 10:36:13 [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ karaf-scripts --- 10:36:13 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/src/test/resources 10:36:13 [INFO] 10:36:13 [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ karaf-scripts --- 10:36:13 [INFO] No sources to compile 10:36:13 [INFO] 10:36:13 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ karaf-scripts --- 10:36:13 [INFO] Tests are skipped. 10:36:13 [INFO] 10:36:13 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ karaf-scripts --- 10:36:13 [INFO] Building jar: /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/target/karaf-scripts-0.20.0-SNAPSHOT.jar 10:36:13 [INFO] 10:36:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ karaf-scripts --- 10:36:13 [INFO] Skipping CycloneDX 10:36:13 [INFO] 10:36:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ karaf-scripts --- 10:36:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/target/karaf-scripts-0.20.0-SNAPSHOT.jar to /tmp/r/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-SNAPSHOT.jar 10:36:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/pom.xml to /tmp/r/org/opendaylight/integration/karaf-scripts/0.20.0-SNAPSHOT/karaf-scripts-0.20.0-SNAPSHOT.pom 10:36:13 [INFO] 10:36:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ karaf-scripts --- 10:36:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/karaf-scripts/dependency_tree.txt 10:36:13 [INFO] 10:36:13 [INFO] ------------< org.opendaylight.integration:features-index >------------- 10:36:13 [INFO] Building ODL :: integration :: features-index 0.20.0-SNAPSHOT [10/19] 10:36:13 [INFO] ------------------------------[ feature ]------------------------------- 10:36:14 [INFO] Downloading from file-snapshots: file:///tmp/n/org/agrona/agrona/maven-metadata.xml 10:36:14 [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/agrona/agrona/maven-metadata.xml 10:36:14 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/agrona/agrona/maven-metadata.xml (2.8 kB at 15 kB/s) 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-features/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/odl-daexim/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/parent/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-model/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-impl/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-spi/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/daexim/odl-daexim-all/1.15.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-parent/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/bus-messagelib/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/bus-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/bus-spi/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/bus-jsonrpc/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/transport-http/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/transport-zmq/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:15 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/security/security-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/security/security-service/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/security/security-aaa/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/security/security-noop/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/bus/bus-config/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-provider/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/jsonrpc/dom-codec/1.16.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:16 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice-parent/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:17 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:18 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:18 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:18 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:18 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/lispflowmapping/mappingservice.shell/1.19.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:19 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/metrics-impl/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/quality-parent/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/metrics-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/tools-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/upgrade/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/binding-parent/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-parent/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflowjava-parent/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:20 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:21 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflowjava-util/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:21 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:21 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/model/model-flow-base/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:21 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/model/model-inventory/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:21 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/model/model-flow-statistics/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/model/model-flow-service/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/model/model-topology/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/libraries/liblldp/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:22 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:23 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/rpc-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/srm-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/srm-impl/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/srm-shell/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/bulk-o-matic/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:24 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/of-switch-config-pusher/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/device-ownership-service/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/forwardingrules-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:25 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/forwardingrules-sync/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/table-miss-enforcer/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:26 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/test-common/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/drop-test-karaf/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/applications/southbound-cli/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowjava-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/openflowplugin/openflowplugin-extension-eric/0.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/library-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/library/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/ovsdb-binding-parent/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.servicehelper/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/schema.openvswitch/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/southbound-api/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.config/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.hwvtepsouthbound-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/southbound-features/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/southbound-impl/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/utils.yang-utils/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/serviceutils-features/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:27 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/serviceutils/listener-api/0.13.0-SNAPSHOT/maven-metadata.xml 10:36:28 [INFO] 10:36:28 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-index --- 10:36:28 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target 10:36:28 [INFO] 10:36:28 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-index --- 10:36:28 [INFO] Skipping Rule Enforcement. 10:36:28 [INFO] 10:36:28 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ features-index --- 10:36:28 [INFO] Skipping Rule Enforcement. 10:36:28 [INFO] 10:36:28 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-index --- 10:36:28 [INFO] 10:36:28 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ features-index --- 10:36:28 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:28 [INFO] argLine set to empty 10:36:28 [INFO] 10:36:28 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ features-index --- 10:36:28 [INFO] Starting audit... 10:36:28 Audit done. 10:36:28 [INFO] You have 0 Checkstyle violations. 10:36:28 [INFO] 10:36:28 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ features-index --- 10:36:28 [INFO] 10:36:28 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ features-index --- 10:36:28 [INFO] 10:36:28 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ features-index --- 10:36:28 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/classes/META-INF/maven/dependencies.properties 10:36:28 [INFO] 10:36:28 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ features-index --- 10:36:28 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:28 [INFO] Downloaded from file-snapshots: file:///tmp/n/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/maven-metadata.xml (837 B at 837 kB/s) 10:36:29 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/feature/feature.xml 10:36:31 [INFO] ...done! 10:36:31 [INFO] Attaching features XML 10:36:31 [INFO] 10:36:31 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ features-index --- 10:36:31 [INFO] Using repositories: file:///tmp/n/@id=file-snapshots@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://repo.maven.apache.org/maven2@id=central 10:36:31 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:36:31 [INFO] 10:36:31 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ features-index >>> 10:36:32 [INFO] 10:36:32 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ features-index --- 10:36:32 [INFO] 10:36:32 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ features-index <<< 10:36:32 [INFO] 10:36:32 [INFO] 10:36:32 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ features-index --- 10:36:32 [INFO] 10:36:32 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ features-index --- 10:36:32 [INFO] Tests are skipped. 10:36:32 [INFO] 10:36:32 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ features-index --- 10:36:32 [INFO] 10:36:32 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ features-index --- 10:36:32 [INFO] Skipping javadoc generation 10:36:32 [INFO] 10:36:32 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-index --- 10:36:32 [INFO] Skipping CycloneDX 10:36:32 [INFO] 10:36:32 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ features-index --- 10:36:32 [INFO] Skipping duplicate-finder execution! 10:36:32 [INFO] 10:36:32 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ features-index --- 10:36:32 [INFO] Skipping plugin execution 10:36:32 [INFO] 10:36:32 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ features-index --- 10:36:32 [INFO] Skipping source per configuration. 10:36:32 [INFO] 10:36:32 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ features-index --- 10:36:32 [INFO] Skipping modernizer execution! 10:36:32 [INFO] 10:36:32 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ features-index --- 10:36:32 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:32 [INFO] 10:36:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-index --- 10:36:32 [INFO] No primary artifact to install, installing attached artifacts instead. 10:36:32 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/pom.xml to /tmp/r/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-SNAPSHOT.pom 10:36:32 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/features-index/0.20.0-SNAPSHOT/features-index-0.20.0-SNAPSHOT-features.xml 10:36:32 [INFO] 10:36:32 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-index --- 10:36:33 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/index/dependency_tree.txt 10:36:33 [INFO] 10:36:33 [INFO] --< org.opendaylight.integration:odl-integration-compatible-with-all >-- 10:36:33 [INFO] Building ODL :: integration :: odl-integration-compatible-with-all 0.20.0-SNAPSHOT [11/19] 10:36:33 [INFO] ------------------------------[ feature ]------------------------------- 10:36:33 [INFO] 10:36:33 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target 10:36:33 [INFO] 10:36:33 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Skipping Rule Enforcement. 10:36:33 [INFO] 10:36:33 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Skipping Rule Enforcement. 10:36:33 [INFO] 10:36:33 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] 10:36:33 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:33 [INFO] argLine set to empty 10:36:33 [INFO] 10:36:33 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Starting audit... 10:36:33 Audit done. 10:36:33 [INFO] You have 0 Checkstyle violations. 10:36:33 [INFO] 10:36:33 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] 10:36:33 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] 10:36:33 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/classes/META-INF/maven/dependencies.properties 10:36:33 [INFO] 10:36:33 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:33 [INFO] Downloaded from file-snapshots: file:///tmp/n/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/maven-metadata.xml (858 B at 858 kB/s) 10:36:33 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml 10:36:33 [INFO] ...done! 10:36:33 [INFO] Attaching features XML 10:36:33 [INFO] 10:36:33 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ odl-integration-compatible-with-all --- 10:36:33 [INFO] Using repositories: file:///tmp/n/@id=file-snapshots@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://repo.maven.apache.org/maven2@id=central 10:36:33 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:36:33 [INFO] 10:36:33 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ odl-integration-compatible-with-all >>> 10:36:34 [INFO] 10:36:34 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] 10:36:34 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ odl-integration-compatible-with-all <<< 10:36:34 [INFO] 10:36:34 [INFO] 10:36:34 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] 10:36:34 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Tests are skipped. 10:36:34 [INFO] 10:36:34 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] 10:36:34 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping javadoc generation 10:36:34 [INFO] 10:36:34 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping CycloneDX 10:36:34 [INFO] 10:36:34 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping duplicate-finder execution! 10:36:34 [INFO] 10:36:34 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping plugin execution 10:36:34 [INFO] 10:36:34 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping source per configuration. 10:36:34 [INFO] 10:36:34 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping modernizer execution! 10:36:34 [INFO] 10:36:34 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:34 [INFO] 10:36:34 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] No primary artifact to install, installing attached artifacts instead. 10:36:34 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/pom.xml to /tmp/r/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-SNAPSHOT.pom 10:36:34 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/odl-integration-compatible-with-all/0.20.0-SNAPSHOT/odl-integration-compatible-with-all-0.20.0-SNAPSHOT-features.xml 10:36:34 [INFO] 10:36:34 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ odl-integration-compatible-with-all --- 10:36:34 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-compatible-with-all/dependency_tree.txt 10:36:34 [INFO] 10:36:34 [INFO] ----------< org.opendaylight.integration:odl-integration-all >---------- 10:36:34 [INFO] Building ODL :: integration :: odl-integration-all 0.20.0-SNAPSHOT [12/19] 10:36:34 [INFO] ------------------------------[ feature ]------------------------------- 10:36:34 [INFO] 10:36:34 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ odl-integration-all --- 10:36:34 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target 10:36:34 [INFO] 10:36:34 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ odl-integration-all --- 10:36:34 [INFO] Skipping Rule Enforcement. 10:36:34 [INFO] 10:36:34 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ odl-integration-all --- 10:36:34 [INFO] Skipping Rule Enforcement. 10:36:34 [INFO] 10:36:34 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ odl-integration-all --- 10:36:34 [INFO] 10:36:34 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ odl-integration-all --- 10:36:34 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:34 [INFO] argLine set to empty 10:36:34 [INFO] 10:36:34 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ odl-integration-all --- 10:36:34 [INFO] Starting audit... 10:36:34 Audit done. 10:36:34 [INFO] You have 0 Checkstyle violations. 10:36:34 [INFO] 10:36:34 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ odl-integration-all --- 10:36:34 [INFO] 10:36:34 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ odl-integration-all --- 10:36:34 [INFO] 10:36:34 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ odl-integration-all --- 10:36:34 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/classes/META-INF/maven/dependencies.properties 10:36:34 [INFO] 10:36:34 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ odl-integration-all --- 10:36:34 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:34 [INFO] Downloaded from file-snapshots: file:///tmp/n/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/maven-metadata.xml (842 B at 421 kB/s) 10:36:34 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/feature/feature.xml 10:36:35 [INFO] ...done! 10:36:35 [INFO] Attaching features XML 10:36:35 [INFO] 10:36:35 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ odl-integration-all --- 10:36:35 [INFO] Using repositories: file:///tmp/n/@id=file-snapshots@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://repo.maven.apache.org/maven2@id=central 10:36:35 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:36:35 [INFO] 10:36:35 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ odl-integration-all >>> 10:36:35 [INFO] 10:36:35 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ odl-integration-all --- 10:36:35 [INFO] 10:36:35 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ odl-integration-all <<< 10:36:35 [INFO] 10:36:35 [INFO] 10:36:35 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ odl-integration-all --- 10:36:35 [INFO] 10:36:35 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ odl-integration-all --- 10:36:35 [INFO] Tests are skipped. 10:36:35 [INFO] 10:36:35 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ odl-integration-all --- 10:36:35 [INFO] 10:36:35 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ odl-integration-all --- 10:36:35 [INFO] Skipping javadoc generation 10:36:35 [INFO] 10:36:35 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ odl-integration-all --- 10:36:35 [INFO] Skipping CycloneDX 10:36:35 [INFO] 10:36:35 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ odl-integration-all --- 10:36:35 [INFO] Skipping duplicate-finder execution! 10:36:35 [INFO] 10:36:35 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ odl-integration-all --- 10:36:35 [INFO] Skipping plugin execution 10:36:35 [INFO] 10:36:35 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ odl-integration-all --- 10:36:35 [INFO] Skipping source per configuration. 10:36:35 [INFO] 10:36:35 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ odl-integration-all --- 10:36:35 [INFO] Skipping modernizer execution! 10:36:35 [INFO] 10:36:35 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ odl-integration-all --- 10:36:35 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:35 [INFO] 10:36:35 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-integration-all --- 10:36:35 [INFO] No primary artifact to install, installing attached artifacts instead. 10:36:35 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/pom.xml to /tmp/r/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-SNAPSHOT.pom 10:36:35 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/odl-integration-all/0.20.0-SNAPSHOT/odl-integration-all-0.20.0-SNAPSHOT-features.xml 10:36:35 [INFO] 10:36:35 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ odl-integration-all --- 10:36:35 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/odl-integration-all/dependency_tree.txt 10:36:35 [INFO] 10:36:35 [INFO] -------------< org.opendaylight.integration:features-test >------------- 10:36:35 [INFO] Building ODL :: integration :: features-test 0.20.0-SNAPSHOT [13/19] 10:36:35 [INFO] ------------------------------[ feature ]------------------------------- 10:36:35 [INFO] 10:36:35 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-test --- 10:36:35 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target 10:36:35 [INFO] 10:36:35 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-test --- 10:36:35 [INFO] Skipping Rule Enforcement. 10:36:35 [INFO] 10:36:35 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ features-test --- 10:36:35 [INFO] Skipping Rule Enforcement. 10:36:35 [INFO] 10:36:35 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-test --- 10:36:35 [INFO] 10:36:35 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ features-test --- 10:36:35 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:35 [INFO] argLine set to empty 10:36:35 [INFO] 10:36:35 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ features-test --- 10:36:35 [INFO] Starting audit... 10:36:35 Audit done. 10:36:35 [INFO] You have 0 Checkstyle violations. 10:36:35 [INFO] 10:36:35 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ features-test --- 10:36:35 [INFO] 10:36:35 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ features-test --- 10:36:35 [INFO] 10:36:35 [INFO] --- depends-maven-plugin:1.5.0:generate-depends-file (generate-depends-file) @ features-test --- 10:36:35 [INFO] Created: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/classes/META-INF/maven/dependencies.properties 10:36:35 [INFO] 10:36:35 [INFO] --- karaf-maven-plugin:4.4.4:features-generate-descriptor (default-features-generate-descriptor) @ features-test --- 10:36:35 [INFO] Downloading from file-snapshots: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml 10:36:35 [INFO] Downloaded from file-snapshots: file:///tmp/n/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/maven-metadata.xml (836 B at 836 kB/s) 10:36:35 [INFO] Generating feature descriptor file /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/feature/feature.xml 10:36:36 [INFO] ...done! 10:36:36 [INFO] Attaching features XML 10:36:36 [INFO] 10:36:36 [INFO] --- karaf-maven-plugin:4.4.4:verify (default-verify) @ features-test --- 10:36:36 [INFO] Using repositories: file:///tmp/n/@id=file-snapshots@noreleases@snapshots,https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror,https://repo.maven.apache.org/maven2@id=central 10:36:36 [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 10:36:36 [INFO] 10:36:36 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ features-test >>> 10:36:36 [INFO] 10:36:36 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ features-test --- 10:36:36 [INFO] 10:36:36 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ features-test <<< 10:36:36 [INFO] 10:36:36 [INFO] 10:36:36 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ features-test --- 10:36:36 [INFO] 10:36:36 [INFO] --- maven-surefire-plugin:3.2.1:test (default) @ features-test --- 10:36:36 [INFO] Tests are skipped. 10:36:36 [INFO] 10:36:36 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ features-test --- 10:36:36 [INFO] 10:36:36 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ features-test --- 10:36:36 [INFO] Skipping javadoc generation 10:36:36 [INFO] 10:36:36 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-test --- 10:36:36 [INFO] Skipping CycloneDX 10:36:36 [INFO] 10:36:36 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ features-test --- 10:36:36 [INFO] Skipping duplicate-finder execution! 10:36:36 [INFO] 10:36:36 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ features-test --- 10:36:36 [INFO] Skipping plugin execution 10:36:36 [INFO] 10:36:36 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ features-test --- 10:36:36 [INFO] Skipping source per configuration. 10:36:36 [INFO] 10:36:36 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ features-test --- 10:36:36 [INFO] Skipping modernizer execution! 10:36:36 [INFO] 10:36:36 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ features-test --- 10:36:36 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:36 [INFO] 10:36:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-test --- 10:36:36 [INFO] No primary artifact to install, installing attached artifacts instead. 10:36:36 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/pom.xml to /tmp/r/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-SNAPSHOT.pom 10:36:36 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/target/feature/feature.xml to /tmp/r/org/opendaylight/integration/features-test/0.20.0-SNAPSHOT/features-test-0.20.0-SNAPSHOT-features.xml 10:36:36 [INFO] 10:36:36 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-test --- 10:36:37 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/test/dependency_tree.txt 10:36:37 [INFO] 10:36:37 [INFO] -----------------< org.opendaylight.integration:karaf >----------------- 10:36:37 [INFO] Building ODL :: integration :: karaf 0.20.0-SNAPSHOT [14/19] 10:36:37 [INFO] --------------------------------[ pom ]--------------------------------- 10:36:37 [INFO] 10:36:37 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ karaf --- 10:36:37 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/karaf/target 10:36:37 [INFO] 10:36:37 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ karaf --- 10:36:37 [INFO] Skipping Rule Enforcement. 10:36:37 [INFO] 10:36:37 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ karaf --- 10:36:37 [INFO] Skipping Rule Enforcement. 10:36:37 [INFO] 10:36:37 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ karaf --- 10:36:37 [INFO] 10:36:37 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ karaf --- 10:36:37 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:36:37 [INFO] argLine set to empty 10:36:37 [INFO] 10:36:37 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ karaf --- 10:36:37 [INFO] Starting audit... 10:36:37 Audit done. 10:36:37 [INFO] You have 0 Checkstyle violations. 10:36:37 [INFO] 10:36:37 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ karaf --- 10:36:37 [INFO] 10:36:37 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ karaf --- 10:36:37 [INFO] 10:36:37 [INFO] --- maven-resources-plugin:3.3.1:resources (process-resources) @ karaf --- 10:36:37 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf/src/main/resources 10:36:37 [INFO] 10:36:37 [INFO] --- karaf-maven-plugin:4.4.4:assembly (process-resources) @ karaf --- 10:36:37 [INFO] Using repositories: 10:36:37 [INFO] file:///tmp/n/@id=file-snapshots@noreleases@snapshots 10:36:37 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror 10:36:37 [INFO] https://repo.maven.apache.org/maven2@id=central 10:36:37 [INFO] Creating work directory: /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly 10:36:37 [INFO] Loading direct KAR and features XML dependencies 10:36:37 [INFO] Standard startup Karaf KAR found: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:36:37 [INFO] Feature framework will be added as a startup feature 10:36:37 [INFO] Generating Karaf assembly: /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly 10:36:37 [INFO] Unzipping kars 10:36:37 [INFO] processing KAR: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:36:37 [INFO] found repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:36:37 [INFO] Loading profiles from: 10:36:37 [INFO] Found existing features processor configuration: etc/org.apache.karaf.features.xml 10:36:38 [INFO] Loading repositories 10:36:38 [INFO] Generating generated-startup profile 10:36:38 [INFO] Generating generated-boot profile with parents: generated-startup 10:36:38 [INFO] Generating generated-installed profile 10:36:38 [INFO] Configuring etc/config.properties and etc/system.properties 10:36:38 [INFO] Downloading libraries for generated profiles 10:36:38 [INFO] Downloading additional libraries 10:36:38 [INFO] Writing configurations 10:36:38 [INFO] adding config file: etc/profile.cfg 10:36:38 [INFO] Startup stage 10:36:38 [INFO] Loading startup repositories 10:36:38 [INFO] Resolving startup features and bundles 10:36:38 [INFO] Features: framework 10:36:38 [INFO] Bundles: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0, mvn:org.apache.felix/org.apache.felix.metatype/1.2.4, mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:36:39 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:36:39 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:36:39 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:36:39 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:36:39 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:36:39 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:36:39 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:36:39 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:36:39 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:36:39 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:36:39 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:36:39 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:36:39 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:36:39 [INFO] Boot stage 10:36:39 [INFO] Loading boot repositories 10:36:39 [INFO] adding feature repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.integration/features-index/0.20.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.apache.karaf.features/standard/4.4.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/features-bgpcep-testing/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/features-aaa/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/features-bgpcep/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/features-infrautils-experimental/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/features-infrautils/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-testing/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-testing/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/features-odlparent/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-experimental/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-experimental/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal-experimental/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/hwvtepsouthbound-features/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/features-openflowplugin/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/serviceutils-features/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/features-yangtools-experimental/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/features-yangtools/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/features-lispflowmapping/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/features-openflowplugin-extension/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.daexim/daexim-features/1.15.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-broker-local/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.ops4j.pax.web/pax-web-features/8.0.22/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/southbound-features/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/library-features/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/features-jsonrpc/1.16.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-benchmark/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-extras-dependencies/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cli/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-inet/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-extensions-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-parser/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-parser-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-dependencies/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-rib-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-data-change-counter/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-algo-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-flowspec/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-labeled-unicast/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-l3vpn/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-mvpn/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-route-target/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-evpn/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-path-selection-mode/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-rib-impl/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-topology/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-linkstate/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-cli/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-state/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-spi/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-impl/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-openconfig-rp-statement/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-config-example/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bmp-config-loader/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-concepts/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-config-loader-impl/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-config-loader-spi/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-config-loader/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-protocols-config-loader/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-routing-policy-config-loader/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-graph/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-graph-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-impl/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-programming-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-programming-impl/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-server/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-bgp-config-example/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-stateful/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-topology/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-server-provider/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-algo/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-p2mp-te-lsp/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-topology-provider/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-tunnel-provider/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-segment-routing/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-auto-bandwidth/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-config-example/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-rsvp/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-rsvp-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-base-parser/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-pcep-cli/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-inject/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-diagstatus/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-segment-routing/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.bgpcep/odl-bgpcep-topology-tunnel-api/0.20.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-client/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-all/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-impl/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6022/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-netty-util/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-util/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-clustered-topology/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector-all/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-callhome-ssh/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-console/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-mdsal/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-aaa-netconf-plugin/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-benchmark/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-clustering-test-app/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-topology/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-truststore/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-test-tools/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-keystore/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport-api/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-all/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-spifly/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-asm/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-war/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-lmax-3/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-toaster/8.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-yanglib/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-trace/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-rfc8294-netty/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-common/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-netty/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7224/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8294/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8343/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8344/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8520/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8519/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8349/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8776/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8542/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8530/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8528/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8529/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-exp-yanglib-api/0.17.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-exp-yanglib-rfc8525/0.17.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-test/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-api/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-rest/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-forwardingrules-manager/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-bulk-o-matic/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-hwvtepsouthbound-ui/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-config-pusher/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-table-miss-enforcer/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-drop-test/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-flow-services/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology-manager/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-southbound/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-topology-lldp-discovery/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-forwardingrules-sync/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-flow-services-rest/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-lldp-speaker/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-arbitratorreconciliation/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-southbound-cli/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-app-reconciliation-framework/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-nsf-model/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-libraries/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-metrics/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-southbound/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-models/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-inmemorydb/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-srm/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-tools/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-rpc/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.serviceutils/odl-serviceutils-listener/0.13.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-mappingservice/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-api/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-mappingservice-shell/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim/1.15.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.lispflowmapping/odl-lispflowmapping-msmr/1.19.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-nxm-extensions/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-onf-extensions/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin/odl-openflowplugin-eric-extensions/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim-all/1.15.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.7/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-test/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl-rest/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.6/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8341/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-diagstatus/6.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-southbound-impl-ui/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-provider/1.16.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-bus/1.16.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-utils/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.openflowplugin.openflowjava/odl-openflowjava-protocol/0.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.jsonrpc/odl-jsonrpc-all/1.16.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:tech.pantheon.triemap/pt-triemap/1.3.1/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.ovsdb/odl-ovsdb-library/1.18.0-SNAPSHOT/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.5/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.3/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.2/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.4/xml/features 10:36:39 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.4/xml/features 10:36:39 [INFO] Feature kar/4.4.4 is defined as a boot feature 10:36:39 [INFO] adding maven artifact: mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:36:39 [INFO] adding config file: etc/org.apache.karaf.command.acl.kar.cfg 10:36:40 [INFO] Feature jaas-boot/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding library: lib/boot/org.apache.karaf.jaas.boot-4.4.4.jar 10:36:40 [INFO] adding maven library: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.4.4 10:36:40 [INFO] Feature jaas/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:36:40 [INFO] adding config file: etc/org.apache.karaf.jaas.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.jaas.cfg 10:36:40 [INFO] Feature bundle/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:36:40 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.bundle.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.bundle.cfg 10:36:40 [INFO] Feature shell/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.groovy/4.4.4 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.shell.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.scope_bundle.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.shell.cfg 10:36:40 [INFO] Feature package/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:36:40 [INFO] Feature aries-proxy/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/9.5 10:36:40 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/9.5 10:36:40 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/9.5 10:36:40 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/9.5 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:36:40 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/9.5 10:36:40 [INFO] Feature service/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:36:40 [INFO] Feature ssh/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-osgi/2.10.0 10:36:40 [INFO] adding maven artifact: mvn:org.bouncycastle/bcpkix-jdk18on/1.75 10:36:40 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-sftp/2.10.0 10:36:40 [INFO] adding maven artifact: mvn:org.bouncycastle/bcprov-jdk18on/1.75 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.bouncycastle/bcutil-jdk18on/1.75 10:36:40 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-scp/2.10.0 10:36:40 [INFO] Feature jline/3.21.0 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:36:40 [INFO] adding maven artifact: mvn:org.jline/jline/3.21.0 10:36:40 [INFO] Feature feature/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:36:40 [INFO] adding config file: etc/org.apache.karaf.features.repos.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.feature.cfg 10:36:40 [INFO] Feature system/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.system.cfg 10:36:40 [INFO] Feature management/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:36:40 [INFO] adding config file: etc/jmx.acl.cfg 10:36:40 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.security.jmx.cfg 10:36:40 [INFO] adding config file: etc/jmx.acl.java.lang.Memory.cfg 10:36:40 [INFO] adding config file: etc/jmx.acl.osgi.compendium.cm.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.management.cfg 10:36:40 [INFO] Feature log/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:36:40 [INFO] adding config file: etc/org.apache.karaf.log.cfg 10:36:40 [INFO] Feature aries-blueprint/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:36:40 [INFO] Feature config/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.config.cfg 10:36:40 [INFO] adding config file: etc/org.apache.karaf.command.acl.config.cfg 10:36:40 [INFO] Feature framework/4.4.4 is defined as a boot feature 10:36:40 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0 10:36:40 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:36:40 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:36:40 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:36:40 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:36:40 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:36:40 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:36:40 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:36:40 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:36:41 [INFO] Feature pax-url-wrap/2.6.14 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:36:41 [INFO] Feature instance/4.4.4 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:36:41 [INFO] Feature diagnostic/4.4.4 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:36:41 [INFO] adding library: lib/boot/org.apache.karaf.diagnostic.boot-4.4.4.jar 10:36:41 [INFO] adding maven library: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:36:41 [INFO] Feature shell-compat/4.4.4 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:36:41 [INFO] Feature deployer/4.4.4 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:36:41 [INFO] Feature d349b0a7-b854-4d51-abac-b71f00296544/0.0.0 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcprov-framework-ext/13.0.7 10:36:41 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcutil-framework-ext/13.0.7 10:36:41 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:36:41 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcpkix-framework-ext/13.0.7 10:36:41 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:36:41 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:36:41 [INFO] Feature scr/4.4.4 is defined as a boot feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.inventory/1.1.0 10:36:41 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:36:41 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:36:41 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:36:41 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.component/1.5.0 10:36:41 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/2.2.0 10:36:41 [INFO] Feature standard/4.4.4 is defined as a boot feature 10:36:41 [INFO] Install stage 10:36:41 [INFO] Loading installed repositories 10:36:41 [INFO] Feature wrapper/4.4.4 is defined as an installed feature 10:36:41 [INFO] adding maven artifact: mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.4.4 10:36:41 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.4.1 10:36:41 [INFO] adding maven artifact: mvn:org.slf4j/slf4j-api/1.7.32 10:36:41 [INFO] 10:36:41 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ karaf >>> 10:36:41 [INFO] 10:36:41 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ karaf <<< 10:36:41 [INFO] 10:36:41 [INFO] 10:36:41 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] --- maven-dependency-plugin:3.6.1:copy (apply-branding) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-karaf-resources) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] --- maven-dependency-plugin:3.6.1:copy (org.ops4j.pax.url.mvn.cfg) @ karaf --- 10:36:41 [INFO] Configured Artifact: org.opendaylight.odlparent:opendaylight-karaf-resources:config:?:properties 10:36:41 [INFO] Copying opendaylight-karaf-resources-13.0.7-config.properties to /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg 10:36:41 [INFO] 10:36:41 [INFO] --- maven-dependency-plugin:3.6.1:copy-dependencies (copy-aaa-cli-jar) @ karaf --- 10:36:41 [INFO] Copying aaa-cli-jar-0.18.3.jar to /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/bin/aaa-cli-jar.jar 10:36:41 [INFO] 10:36:41 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-odl-karaf-resources) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ karaf --- 10:36:41 [INFO] 10:36:41 [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy-resources) @ karaf --- 10:36:41 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/karaf/src/main/assembly 10:36:41 [INFO] 10:36:41 [INFO] --- karaf-plugin:13.0.7:populate-local-repo (populate-local-repo) @ karaf --- 10:36:42 [INFO] Feature repository discovered recursively: 237d324b-a7f9-45fc-bbba-fdf6e63013c1 10:36:42 [INFO] Feature repository discovered recursively: features-index 10:36:42 [INFO] Feature repository discovered recursively: features-aaa 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: features-bgpcep 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-algo 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-algo-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-dependencies-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-extensions-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-inet 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-rib-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-linkstate-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-flowspec 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-labeled-unicast-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-l3vpn 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-mvpn 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-route-target 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-evpn-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-path-selection-mode 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-state 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-spi 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-statement-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: bgpcep-bmp-config-loader-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-concepts-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-spi-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-config-loader-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-protocols-config-loader 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-routing-policy-config-loader 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-stateful 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server-provider 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-p2mp-te-lsp-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology-provider 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-segment-routing 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-auto-bandwidth 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-base-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp-api0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-tunnel-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-segment-routing 10:36:42 [INFO] Feature repository discovered recursively: features-bgpcep-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-benchmark-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-data-change-counter-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: features-controller 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-akka 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-scala 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: features-controller-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:36:42 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: features-controller-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-clustering-test-app-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-benchmark 10:36:42 [INFO] Feature repository discovered recursively: daexim-features 10:36:42 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: features-infrautils 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:36:42 [INFO] Feature repository discovered recursively: features-infrautils-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-inject 10:36:42 [INFO] Feature repository discovered recursively: features-jsonrpc 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-provider-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: features-lispflowmapping 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-models 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-inmemorydb 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-southbound 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-msmr 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice-shell 10:36:42 [INFO] Feature repository discovered recursively: features-mdsal 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:36:42 [INFO] Feature repository discovered recursively: features-mdsal-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-rfc8525 10:36:42 [INFO] Feature repository discovered recursively: features-netconf 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-all 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-console 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf-all 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:36:42 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: features-netconf-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-test-tools 10:36:42 [INFO] Feature repository discovered recursively: features-odlparent 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:36:42 [INFO] Feature repository discovered recursively: odl-gson 10:36:42 [INFO] Feature repository discovered recursively: odl-guava 10:36:42 [INFO] Feature repository discovered recursively: odl-jackson-2 10:36:42 [INFO] Feature repository discovered recursively: odl-javassist-3 10:36:42 [INFO] Feature repository discovered recursively: odl-jersey-2 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:36:42 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:36:42 [INFO] Feature repository discovered recursively: odl-lmax-3 10:36:42 [INFO] Feature repository discovered recursively: odl-netty-4 10:36:42 [INFO] Feature repository discovered recursively: odl-servlet-api 10:36:42 [INFO] Feature repository discovered recursively: odl-stax2-api 10:36:42 [INFO] Feature repository discovered recursively: odl-woodstox 10:36:42 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:36:42 [INFO] Feature repository discovered recursively: features-openflowplugin 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-bulk-o-matic 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-config-pusher 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-manager 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-sync 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-table-miss-enforcer 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-lldp-speaker 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-lldp-discovery 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-manager 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-drop-test 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services-rest 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-nsf-model-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowjava-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: openflowplugin-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-reconciliation-framework 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-southbound-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-libraries 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-arbitratorreconciliation 10:36:42 [INFO] Feature repository discovered recursively: features-openflowplugin-extension 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-nxm-extensions 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-onf-extensions 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-eric-extensions 10:36:42 [INFO] Feature repository discovered recursively: library-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-library-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: hwvtepsouthbound-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-api-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-utils-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-rest-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-ui-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-test 10:36:42 [INFO] Feature repository discovered recursively: southbound-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-api-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-rest-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-ui-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: serviceutils-features 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-srm 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: features-yangtools 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:36:42 [INFO] Feature repository discovered recursively: pt-triemap 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:36:42 [INFO] Feature repository discovered recursively: features-yangtools-experimental 10:36:42 [INFO] Feature repository discovered recursively: features-test 10:36:42 [INFO] Feature repository discovered recursively: odl-integration-compatible-with-all 10:36:42 [INFO] Feature repository discovered recursively: odl-integration-all 10:36:42 [INFO] Feature repository discovered recursively: framework-4.4.4 10:36:42 [INFO] Feature repository discovered recursively: standard-4.4.4 10:36:42 [INFO] Feature repository discovered recursively: framework-4.4.4 10:36:42 [INFO] Feature repository discovered recursively: features-index 10:36:42 [INFO] Feature repository discovered recursively: features-aaa 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:36:42 [INFO] Feature repository discovered recursively: odl-servlet-api 10:36:42 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:36:42 [INFO] Feature repository discovered recursively: odl-guava 10:36:42 [INFO] Feature repository discovered recursively: pt-triemap 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:36:42 [INFO] Feature repository discovered recursively: odl-gson 10:36:42 [INFO] Feature repository discovered recursively: odl-stax2-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-akka 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-scala 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:36:42 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:36:42 [INFO] Feature repository discovered recursively: pax-transx-0.5.4 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:36:42 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:36:42 [INFO] Feature repository discovered recursively: odl-jersey-2 10:36:42 [INFO] Feature repository discovered recursively: odl-javassist-3 10:36:42 [INFO] Feature repository discovered recursively: features-bgpcep 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-algo 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-algo-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-concepts-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-graph-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-parser-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:36:42 [INFO] Feature repository discovered recursively: odl-netty-4 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-dependencies-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-rib-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-inet 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-extensions-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-route-target 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-spi 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-path-selection-mode 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-spi-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-rp-statement-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-openconfig-state 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-linkstate-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-rsvp-api0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-tunnel-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-flowspec 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-labeled-unicast-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-l3vpn 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-mvpn 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-evpn-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-protocols-config-loader 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-routing-policy-config-loader 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-config-loader-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-config-loader-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bmp 10:36:42 [INFO] Feature repository discovered recursively: bgpcep-bmp-config-loader-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-api 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-base-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-api-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-programming-impl-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-stateful 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-p2mp-te-lsp-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-topology-provider 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server-provider 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-server 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-segment-routing 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-auto-bandwidth 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-pcep-cli 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-topology-segment-routing 10:36:42 [INFO] Feature repository discovered recursively: features-bgpcep-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-bgp-benchmark-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: odl-bgpcep-data-change-counter-0.20.5 10:36:42 [INFO] Feature repository discovered recursively: features-controller 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:36:42 [INFO] Feature repository discovered recursively: features-controller-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: features-controller-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-clustering-test-app-8.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-benchmark 10:36:42 [INFO] Feature repository discovered recursively: daexim-features 10:36:42 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:36:42 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:36:42 [INFO] Feature repository discovered recursively: features-infrautils 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:36:42 [INFO] Feature repository discovered recursively: features-infrautils-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-inject 10:36:42 [INFO] Feature repository discovered recursively: features-jsonrpc 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-jackson-2 10:36:42 [INFO] Feature repository discovered recursively: odl-woodstox 10:36:42 [INFO] Feature repository discovered recursively: odl-stax2-api 10:36:42 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:36:42 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:36:42 [INFO] Feature repository discovered recursively: odl-guava 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:36:42 [INFO] Feature repository discovered recursively: odl-netty-4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:36:42 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:36:42 [INFO] Feature repository discovered recursively: odl-gson 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:36:42 [INFO] Feature repository discovered recursively: odl-servlet-api 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-akka 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-scala 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:36:42 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.5 10:36:42 [INFO] Feature repository discovered recursively: pax-transx-0.5.3 10:36:42 [INFO] Feature repository discovered recursively: odl-extras-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-jersey-2 10:36:42 [INFO] Feature repository discovered recursively: odl-javassist-3 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-0.18.2 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.4 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-provider-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-jsonrpc-1.16.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: features-lispflowmapping 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-models 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-inmemorydb 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-southbound 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-msmr 10:36:42 [INFO] Feature repository discovered recursively: odl-lispflowmapping-mappingservice-shell 10:36:42 [INFO] Feature repository discovered recursively: features-mdsal 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:36:42 [INFO] Feature repository discovered recursively: features-mdsal-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-api 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-exp-yanglib-rfc8525 10:36:42 [INFO] Feature repository discovered recursively: features-netconf 10:36:42 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-all 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-console 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: odl-jackson-2 10:36:42 [INFO] Feature repository discovered recursively: odl-woodstox 10:36:42 [INFO] Feature repository discovered recursively: odl-restconf-all 10:36:42 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:36:42 [INFO] Feature repository discovered recursively: features-netconf-testing 10:36:42 [INFO] Feature repository discovered recursively: odl-netconf-test-tools 10:36:42 [INFO] Feature repository discovered recursively: features-odlparent 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-antlr4 10:36:42 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:36:42 [INFO] Feature repository discovered recursively: odl-lmax-3 10:36:42 [INFO] Feature repository discovered recursively: features-openflowplugin 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-bulk-o-matic 10:36:42 [INFO] Feature repository discovered recursively: openflowplugin-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-diagstatus 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:36:42 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-nsf-model-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:36:42 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowjava-0.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-libraries 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-srm 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-config-pusher 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-manager 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-forwardingrules-sync 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-table-miss-enforcer 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-lldp-speaker 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-lldp-discovery 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-topology-manager 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-drop-test 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-reconciliation-framework 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-arbitratorreconciliation 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-flow-services-rest 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-app-southbound-cli 10:36:42 [INFO] Feature repository discovered recursively: features-openflowplugin-extension 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-nxm-extensions 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-onf-extensions 10:36:42 [INFO] Feature repository discovered recursively: odl-openflowplugin-eric-extensions 10:36:42 [INFO] Feature repository discovered recursively: library-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-library-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: hwvtepsouthbound-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-api-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-utils-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-api-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-rest-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-ui-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-hwvtepsouthbound-test 10:36:42 [INFO] Feature repository discovered recursively: southbound-features 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-rest-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-impl-ui-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: odl-ovsdb-southbound-1.18.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: serviceutils-features 10:36:42 [INFO] Feature repository discovered recursively: odl-serviceutils-0.13.0-SNAPSHOT 10:36:42 [INFO] Feature repository discovered recursively: features-yangtools 10:36:42 [INFO] Feature repository discovered recursively: features-yangtools-experimental 10:36:42 [INFO] Feature repository discovered recursively: standard-4.4.4 10:36:42 [INFO] Feature repository discovered recursively: org.ops4j.pax.web-8.0.22 10:36:42 [INFO] Feature repository discovered recursively: odl-integration-compatible-with-all 10:36:42 [INFO] Feature repository discovered recursively: odl-integration-all 10:36:42 [WARNING] Duplicate versions for org.jolokia:jolokia-osgi::jar, 1.7.2 and 1.7.1 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-openapi::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-annotations::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-core::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.core:jackson-databind::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.dataformat:jackson-dataformat-xml::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.module:jackson-module-jaxb-annotations::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.jaxrs:jackson-jaxrs-base::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider::jar, 2.15.3 and 2.15.2 10:36:42 [WARNING] Duplicate versions for org.codehaus.woodstox:stax2-api::jar, 4.2.2 and 4.2.1 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-nb::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-api::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-dom-api::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-api::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-servlet::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-server::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-common::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-util::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-io::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty.websocket:websocket-client::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-client::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-servlet::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-security::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-server::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-util-ajax::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.eclipse.jetty:jetty-http::jar, 9.4.52.v20230823 and 9.4.50.v20221201 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-nb:config:cfg, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8072::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8040::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:yang-binding::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-spec-util::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:yang-ext::jar, 2013.09.07.24.3 and 2013.09.07.24.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-common::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:concepts::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:util::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for com.google.guava:guava::jar, 32.1.3-jre and 32.1.2-jre 10:36:42 [WARNING] Duplicate versions for org.checkerframework:checker-qual::jar, 3.39.0 and 3.37.0 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:netty-event-executor-config::jar, 0.19.3 and 0.19.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:netty-threadgroup-config::jar, 0.19.3 and 0.19.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:netty-timer-config::jar, 0.19.3 and 0.19.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:threadpool-config-api::jar, 0.19.3 and 0.19.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:threadpool-config-impl::jar, 0.19.3 and 0.19.2 10:36:42 [WARNING] Duplicate versions for io.netty:netty-codec-http::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-common::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-buffer::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-transport::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-codec::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-handler::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-resolver::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-transport-native-unix-common::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-transport-native-epoll:linux-x86_64:jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-transport-classes-epoll::jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for io.netty:netty-transport-native-unix-common:linux-x86_64:jar, 4.1.100.Final and 4.1.97.Final 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-common-models::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:restconf-common::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-export::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:odlext-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:openconfig-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6241-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6536-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6643-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc7952-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8040-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8528-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8639-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8819-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-spi::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-util::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-ir::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-spi::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-xpath-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8525::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-inet-types::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:ietf-type-util::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc6991-ietf-yang-types::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8342-ietf-datastores::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc8342-ietf-origin::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.binding.model.ietf:rfc7952::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-singleton-dom-impl::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-singleton-common-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-common-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-common-spi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-spi::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-api::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-spi::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-util::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-dom-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-common-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-binding-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:general-entity::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-eos-binding-adapter::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-adapter::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-generator::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-loader::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-osgi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-osgi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for net.bytebuddy:byte-buddy::jar, 1.14.9 and 1.14.8 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-schema-osgi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-spi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-model-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-model-ri::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-runtime-spi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-dom-codec-spi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-impl::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-tree-ri::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-transform::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.antlr:antlr4-runtime::jar, 4.13.1 and 4.13.0 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-model-ri::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:odlext-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:openconfig-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6241-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6536-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc6643-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc7952-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8040-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8528-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8639-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-impl::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:rfc8819-parser-support::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-reactor::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-rfc7950::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-parser-spi::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-repo-fs::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-xpath-impl::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-api::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-spi::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-binding-util::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal:mdsal-dom-broker::jar, 12.0.3 and 12.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-remoterpc-connector::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:cds-access-api::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:cds-access-client::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:cds-dom-api::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-distributed-datastore::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:eos-dom-akka::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-cluster-admin-api::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-cluster-admin-impl::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:akkaconf:xml, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:factoryakkaconf:xml, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:moduleshardconf:xml, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:moduleconf:xml, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-config:datastore:cfg, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.apache.commons:commons-text::jar, 1.11.0 and 1.10.0 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-binfmt::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-gson::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-data-codec-xml::jar, 11.0.4 and 11.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-clustering-commons::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-graphite::jar, 4.2.20 and 4.2.19 10:36:42 [WARNING] Duplicate versions for com.rabbitmq:amqp-client::jar, 5.18.0 and 5.17.0 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-akka-raft::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:cds-mgmt-api::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-akka-segmented-journal::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:atomix-storage::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-core::jar, 4.2.20 and 4.2.19 10:36:42 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-healthchecks::jar, 4.2.20 and 4.2.19 10:36:42 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-jmx::jar, 4.2.20 and 4.2.19 10:36:42 [WARNING] Duplicate versions for io.dropwizard.metrics:metrics-jvm::jar, 4.2.20 and 4.2.19 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:repackaged-akka::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:sal-common-util::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-tokenauthrealm::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-idm-store-h2::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for com.h2database:h2::jar, 2.2.220 and 2.1.214 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro-api::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-filterchain::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:aaa-app-config:xml, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:aaa-datastore-config:xml, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-impl:aaa-password-service-config:xml, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-shiro:idmtool:py, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-filterchain:config:cfg, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.osgi:org.osgi.service.jdbc::jar, 1.1.0 and 1.0.1 10:36:42 [WARNING] Duplicate versions for org.apache.karaf.jdbc:org.apache.karaf.jdbc.core::jar, 4.4.4 and 4.4.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-common::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-config::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-db2::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-teradata::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-derby::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-derbyclient::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for com.h2database:h2::jar, 2.2.220 and 2.1.210 10:36:42 [WARNING] Duplicate versions for org.hsqldb:hsqldb:jdk8:jar, 2.7.2 and 2.7.1 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-hsqldb::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.mariadb.jdbc:mariadb-java-client::jar, 3.1.4 and 2.7.4 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-mariadb::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for com.oracle.database.jdbc:ojdbc8::jar, 23.2.0.0 and 21.4.0.0.1 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-oracle::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.postgresql:postgresql::jar, 42.6.0 and 42.3.7 10:36:42 [WARNING] Duplicate versions for org.xerial:sqlite-jdbc::jar, 3.42.0.0 and 3.36.0.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-sqlite::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for com.microsoft.sqlserver:mssql-jdbc::jar, 12.3.1.jre8-preview and 9.4.1.jre8 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-jtds::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-dbcp2::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-c3p0::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-hikaricp::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.apache.geronimo.components:geronimo-connector::jar, 3.1.5 and 3.1.4 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-aries::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.jboss.narayana.osgi:narayana-osgi-jta::jar, 5.12.7.Final and 5.12.5.Final 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-narayana::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc-pool-transx::jar, 1.5.6 and 1.5.5 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-api::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-geronimo::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-atomikos::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-narayana::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-connector::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jdbc::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jms::jar, 0.5.4 and 0.5.3 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:odl-jolokia-osgi:configuration:cfg, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-api::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-password-service-impl::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:repackaged-shiro::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa.web:web-osgi-impl::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa.web:web-api::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa.web:servlet-jersey2::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa.web:servlet-api::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.inject:jersey-hk2::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-common::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-client::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.core:jersey-server::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.containers:jersey-container-servlet::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.containers:jersey-container-servlet-core::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.glassfish.jersey.media:jersey-media-sse::jar, 2.41 and 2.40 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-encrypt-service::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-encrypt-service-impl::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.controller:blueprint::jar, 8.0.3 and 8.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-authn-api::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-cert::jar, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.aaa:aaa-cert:config:xml, 0.18.3 and 0.18.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc8040-ietf-restconf-monitoring::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-api::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf:netconf-auth::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc5277::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6241::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6470::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc8526::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.netconf.model:rfc6243::jar, 6.0.5 and 6.0.4 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-web::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-api::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-shell::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:diagstatus-impl::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:infrautils-util::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:ready-impl::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.infrautils:ready-api::jar, 6.0.4 and 6.0.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:ietf-topology::jar, 2013.10.21.24.3 and 2013.10.21.24.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.mdsal.model:opendaylight-l2-types::jar, 2013.08.27.24.3 and 2013.08.27.24.2 10:36:42 [WARNING] Duplicate versions for org.opendaylight.yangtools:yang-common-netty::jar, 11.0.4 and 11.0.2 10:36:43 [INFO] 10:36:43 [INFO] --- maven-antrun-plugin:3.1.0:run (fix-permissions) @ karaf --- 10:36:43 [INFO] Executing tasks 10:36:43 [INFO] Executed tasks 10:36:43 [INFO] 10:36:43 [INFO] --- maven-antrun-plugin:3.1.0:run (remove-system-bc) @ karaf --- 10:36:43 [INFO] Executing tasks 10:36:43 [INFO] [delete] Deleting directory /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/bouncycastle 10:36:43 [INFO] Executed tasks 10:36:43 [INFO] 10:36:43 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ karaf --- 10:36:43 [INFO] Skipping javadoc generation 10:36:43 [INFO] 10:36:43 [INFO] --- karaf-maven-plugin:4.4.4:archive (package) @ karaf --- 10:37:10 [INFO] 10:37:10 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ karaf --- 10:37:10 [INFO] Skipping CycloneDX 10:37:10 [INFO] 10:37:10 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ karaf --- 10:37:10 [INFO] Skipping duplicate-finder execution! 10:37:10 [INFO] 10:37:10 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ karaf --- 10:37:10 [INFO] Skipping pom project 10:37:10 [INFO] 10:37:10 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ karaf --- 10:37:10 [INFO] Skipping source per configuration. 10:37:10 [INFO] 10:37:10 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ karaf --- 10:37:10 [INFO] Skipping modernizer execution! 10:37:10 [INFO] 10:37:10 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ karaf --- 10:37:10 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:37:10 [INFO] 10:37:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ karaf --- 10:37:10 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/pom.xml to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.pom 10:37:10 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/karaf-0.20.0-SNAPSHOT.tar.gz to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.tar.gz 10:37:11 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/karaf-0.20.0-SNAPSHOT.zip to /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:37:13 [INFO] 10:37:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ karaf --- 10:37:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/karaf/dependency_tree.txt 10:37:13 [INFO] 10:37:13 [INFO] ----------< org.opendaylight.integration:singles-aggregator >----------- 10:37:13 [INFO] Building ODL :: integration :: singles-aggregator 0.20.0-SNAPSHOT [15/19] 10:37:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ singles-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ singles-aggregator --- 10:37:13 [INFO] Skipping Rule Enforcement. 10:37:13 [INFO] 10:37:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ singles-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ singles-aggregator --- 10:37:13 [INFO] Skipping CycloneDX 10:37:13 [INFO] 10:37:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ singles-aggregator --- 10:37:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/singles/pom.xml to /tmp/r/org/opendaylight/integration/singles-aggregator/0.20.0-SNAPSHOT/singles-aggregator-0.20.0-SNAPSHOT.pom 10:37:13 [INFO] 10:37:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ singles-aggregator --- 10:37:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/singles/dependency_tree.txt 10:37:13 [INFO] 10:37:13 [INFO] -----------< org.opendaylight.integration:repos-aggregator >------------ 10:37:13 [INFO] Building ODL :: integration :: repos-aggregator 0.20.0-SNAPSHOT [16/19] 10:37:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ repos-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ repos-aggregator --- 10:37:13 [INFO] Skipping Rule Enforcement. 10:37:13 [INFO] 10:37:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ repos-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ repos-aggregator --- 10:37:13 [INFO] Skipping CycloneDX 10:37:13 [INFO] 10:37:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ repos-aggregator --- 10:37:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/repos/pom.xml to /tmp/r/org/opendaylight/integration/repos-aggregator/0.20.0-SNAPSHOT/repos-aggregator-0.20.0-SNAPSHOT.pom 10:37:13 [INFO] 10:37:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ repos-aggregator --- 10:37:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/repos/dependency_tree.txt 10:37:13 [INFO] 10:37:13 [INFO] ----------< org.opendaylight.integration:features-aggregator >---------- 10:37:13 [INFO] Building ODL :: integration :: features-aggregator 0.20.0-SNAPSHOT [17/19] 10:37:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ features-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ features-aggregator --- 10:37:13 [INFO] Skipping Rule Enforcement. 10:37:13 [INFO] 10:37:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ features-aggregator --- 10:37:13 [INFO] 10:37:13 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ features-aggregator --- 10:37:13 [INFO] Skipping CycloneDX 10:37:13 [INFO] 10:37:13 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-aggregator --- 10:37:13 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/features/pom.xml to /tmp/r/org/opendaylight/integration/features-aggregator/0.20.0-SNAPSHOT/features-aggregator-0.20.0-SNAPSHOT.pom 10:37:13 [INFO] 10:37:13 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ features-aggregator --- 10:37:13 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/features/dependency_tree.txt 10:37:13 [INFO] 10:37:13 [INFO] --------------< org.opendaylight.integration:onap-karaf >--------------- 10:37:13 [INFO] Building ODL :: integration :: onap-karaf 0.20.0-SNAPSHOT [18/19] 10:37:13 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ onap-karaf --- 10:37:13 [INFO] Deleting /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target 10:37:13 [INFO] 10:37:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ onap-karaf --- 10:37:13 [INFO] Skipping Rule Enforcement. 10:37:13 [INFO] 10:37:13 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-banned-dependencies) @ onap-karaf --- 10:37:13 [INFO] Skipping Rule Enforcement. 10:37:13 [INFO] 10:37:13 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ onap-karaf --- 10:37:13 [INFO] 10:37:13 [INFO] --- jacoco-maven-plugin:0.8.11:prepare-agent (pre-unit-test) @ onap-karaf --- 10:37:13 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:37:13 [INFO] argLine set to empty 10:37:13 [INFO] 10:37:13 [INFO] --- maven-checkstyle-plugin:3.3.1:check (check-license) @ onap-karaf --- 10:37:13 [INFO] Starting audit... 10:37:13 Audit done. 10:37:13 [INFO] You have 0 Checkstyle violations. 10:37:13 [INFO] 10:37:13 [INFO] --- maven-checkstyle-plugin:3.3.1:check (default) @ onap-karaf --- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-dependency-plugin:3.6.1:copy (unpack-license) @ onap-karaf --- 10:37:13 [INFO] 10:37:13 [INFO] --- maven-resources-plugin:3.3.1:resources (process-resources) @ onap-karaf --- 10:37:13 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/src/main/resources 10:37:13 [INFO] 10:37:13 [INFO] --- karaf-maven-plugin:4.4.4:assembly (process-resources) @ onap-karaf --- 10:37:13 [INFO] Using repositories: 10:37:13 [INFO] file:///tmp/n/@id=file-snapshots@noreleases@snapshots 10:37:13 [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror 10:37:13 [INFO] https://repo.maven.apache.org/maven2@id=central 10:37:13 [INFO] Creating work directory: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly 10:37:13 [INFO] Loading direct KAR and features XML dependencies 10:37:13 [INFO] Standard startup Karaf KAR found: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:37:13 [INFO] Feature framework will be added as a startup feature 10:37:13 [INFO] Generating Karaf assembly: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly 10:37:13 [INFO] Unzipping kars 10:37:13 [INFO] processing KAR: mvn:org.apache.karaf.features/framework/4.4.4/kar 10:37:14 [INFO] found repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:37:14 [INFO] Loading profiles from: 10:37:14 [INFO] Found existing features processor configuration: etc/org.apache.karaf.features.xml 10:37:14 [INFO] Loading repositories 10:37:14 [INFO] Generating generated-startup profile 10:37:14 [INFO] Generating generated-boot profile with parents: generated-startup 10:37:14 [INFO] Generating generated-installed profile 10:37:14 [INFO] Configuring etc/config.properties and etc/system.properties 10:37:14 [INFO] Downloading libraries for generated profiles 10:37:14 [INFO] Downloading additional libraries 10:37:14 [INFO] Writing configurations 10:37:14 [INFO] adding config file: etc/profile.cfg 10:37:14 [INFO] Startup stage 10:37:14 [INFO] Loading startup repositories 10:37:14 [INFO] Resolving startup features and bundles 10:37:14 [INFO] Features: framework 10:37:14 [INFO] Bundles: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0, mvn:org.apache.felix/org.apache.felix.metatype/1.2.4, mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:37:14 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:37:14 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:37:14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:37:14 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:37:14 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:37:14 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:37:14 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:37:14 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:37:14 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:37:14 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:37:14 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:37:14 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:37:14 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:37:14 [INFO] Boot stage 10:37:14 [INFO] Loading boot repositories 10:37:14 [INFO] adding feature repository: mvn:org.apache.karaf.features/framework/4.4.4/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller-experimental/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/features-controller/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/features-aaa/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-exp-netty-config/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-akka/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-scala/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-broker-local/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.apache.karaf.features/standard/4.4.4/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/features-odlparent/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf-experimental/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/features-netconf/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.daexim/daexim-features/1.15.0-SNAPSHOT/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cli/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/features-mdsal/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-apache-shiro/0.18.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/11.0.4/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.ops4j.pax.web/pax-web-features/8.0.22/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-toaster/8.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-spifly/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-asm/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/11.0.4/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-war/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-lmax-3/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-woodstox/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-aaa-netconf-plugin/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-client/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-impl/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-mdsal/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-all/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jackson-2/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6241/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc5277/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6022/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-callhome-ssh/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-topology/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-connector-all/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-all/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-openapi/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-clustered-topology/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-netty-util/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-util/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-keystore/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport-api/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-transport/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-truststore/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-console/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jakarta-activation-api/13.0.7/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim-all/1.15.0-SNAPSHOT/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.daexim/odl-daexim/1.15.0-SNAPSHOT/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-yanglib/6.0.5/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-runtime/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-bytebuddy/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7224/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-netty/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-replicate-common/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-rfc8294-netty/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-trace/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8294/12.0.3/xml/features 10:37:14 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8072/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8040/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7317-iana-crypt-hash/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346-non-nmda/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345-non-nmda/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8345/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8346/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8349/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8344/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8343/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8528/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8525/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8520/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8519/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348-non-nmda/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8348/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8776/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8542/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8530/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8529/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-odl-l2-types/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.18.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819-non-nmda/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8819/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8795-non-nmda/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8526/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6470/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.6/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:tech.pantheon.triemap/pt-triemap/1.3.1/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-netty/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime-api/12.0.3/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-utils/6.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.infrautils/odl-infrautils-ready/6.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8341/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc8040/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.5.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-model-rfc6243/6.0.5/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/11.0.4/xml/features 10:37:15 [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/11.0.4/xml/features 10:37:15 [INFO] Feature kar/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.kar.cfg 10:37:15 [INFO] Feature jaas-boot/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding library: lib/boot/org.apache.karaf.jaas.boot-4.4.4.jar 10:37:15 [INFO] adding maven library: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.4.4 10:37:15 [INFO] Feature jaas/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.jaas.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.jaas.cfg 10:37:15 [INFO] Feature bundle/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:37:15 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.bundle.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.bundle.cfg 10:37:15 [INFO] Feature shell/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.groovy/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.shell.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.scope_bundle.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.shell.cfg 10:37:15 [INFO] Feature package/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:37:15 [INFO] Feature 4c7d3fad-5e62-4b22-a794-07b9e4e3ebf3/0.0.0 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcprov-framework-ext/13.0.7 10:37:15 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcutil-framework-ext/13.0.7 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:37:15 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcpkix-framework-ext/13.0.7 10:37:15 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:37:15 [INFO] Feature aries-proxy/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/9.5 10:37:15 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/9.5 10:37:15 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/9.5 10:37:15 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/9.5 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:37:15 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/9.5 10:37:15 [INFO] Feature service/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:37:15 [INFO] Feature ssh/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-osgi/2.10.0 10:37:15 [INFO] adding maven artifact: mvn:org.bouncycastle/bcpkix-jdk18on/1.75 10:37:15 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-sftp/2.10.0 10:37:15 [INFO] adding maven artifact: mvn:org.bouncycastle/bcprov-jdk18on/1.75 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.bouncycastle/bcutil-jdk18on/1.75 10:37:15 [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-scp/2.10.0 10:37:15 [INFO] Feature jline/3.21.0 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:37:15 [INFO] adding maven artifact: mvn:org.jline/jline/3.21.0 10:37:15 [INFO] Feature feature/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.features.repos.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.feature.cfg 10:37:15 [INFO] Feature system/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.system.cfg 10:37:15 [INFO] Feature management/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:37:15 [INFO] adding config file: etc/jmx.acl.cfg 10:37:15 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.security.jmx.cfg 10:37:15 [INFO] adding config file: etc/jmx.acl.java.lang.Memory.cfg 10:37:15 [INFO] adding config file: etc/jmx.acl.osgi.compendium.cm.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.management.cfg 10:37:15 [INFO] Feature log/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:37:15 [INFO] adding config file: etc/org.apache.karaf.log.cfg 10:37:15 [INFO] Feature aries-blueprint/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:37:15 [INFO] Feature config/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.config.cfg 10:37:15 [INFO] adding config file: etc/org.apache.karaf.command.acl.config.cfg 10:37:15 [INFO] Feature framework/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin.plugin.interpolation/1.2.8 10:37:15 [INFO] adding maven artifact: mvn:org.apache.sling/org.apache.sling.commons.johnzon/1.2.16 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/2.2.3 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.converter/1.0.14 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 10:37:15 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.2.3 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.cm.json/1.0.6 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.26 10:37:15 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.14 10:37:15 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/2.4.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.7.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configurator/1.0.16 10:37:15 [INFO] Feature pax-url-wrap/2.6.14 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:37:15 [INFO] Feature instance/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:37:15 [INFO] Feature diagnostic/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:37:15 [INFO] adding library: lib/boot/org.apache.karaf.diagnostic.boot-4.4.4.jar 10:37:15 [INFO] adding maven library: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:37:15 [INFO] Feature shell-compat/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:37:15 [INFO] Feature deployer/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:37:15 [INFO] Feature scr/4.4.4 is defined as a boot feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.inventory/1.1.0 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.2.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.component/1.5.0 10:37:15 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/2.2.0 10:37:15 [INFO] Feature standard/4.4.4 is defined as a boot feature 10:37:15 [INFO] Install stage 10:37:15 [INFO] Loading installed repositories 10:37:15 [INFO] Feature wrapper/4.4.4 is defined as an installed feature 10:37:15 [INFO] adding maven artifact: mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.4.4 10:37:15 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.4.1 10:37:15 [INFO] adding maven artifact: mvn:org.slf4j/slf4j-api/1.7.32 10:37:15 [INFO] 10:37:15 [INFO] >>> spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) > :spotbugs @ onap-karaf >>> 10:37:15 [INFO] 10:37:15 [INFO] --- spotbugs-maven-plugin:4.7.3.6:spotbugs (spotbugs) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] <<< spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) < :spotbugs @ onap-karaf <<< 10:37:15 [INFO] 10:37:15 [INFO] 10:37:15 [INFO] --- spotbugs-maven-plugin:4.7.3.6:check (analyze-compile) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] --- maven-dependency-plugin:3.6.1:copy (apply-branding) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-karaf-resources) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] --- maven-dependency-plugin:3.6.1:copy (org.ops4j.pax.url.mvn.cfg) @ onap-karaf --- 10:37:15 [INFO] Configured Artifact: org.opendaylight.odlparent:opendaylight-karaf-resources:config:?:properties 10:37:15 [INFO] Copying opendaylight-karaf-resources-13.0.7-config.properties to /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg 10:37:15 [INFO] 10:37:15 [INFO] --- maven-dependency-plugin:3.6.1:copy-dependencies (copy-aaa-cli-jar) @ onap-karaf --- 10:37:15 [INFO] Copying aaa-cli-jar-0.18.3.jar to /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/bin/aaa-cli-jar.jar 10:37:15 [INFO] 10:37:15 [INFO] --- maven-dependency-plugin:3.6.1:unpack-dependencies (unpack-odl-karaf-resources) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] --- copy-files-plugin:13.0.7:copy-files (default) @ onap-karaf --- 10:37:15 [INFO] 10:37:15 [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy-resources) @ onap-karaf --- 10:37:15 [INFO] skip non existing resourceDirectory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/src/main/assembly 10:37:15 [INFO] 10:37:15 [INFO] --- karaf-plugin:13.0.7:populate-local-repo (populate-local-repo) @ onap-karaf --- 10:37:15 [INFO] Feature repository discovered recursively: f2a7c0ef-29ec-4d14-9bb9-fd15ab79eb4d 10:37:15 [INFO] Feature repository discovered recursively: features-aaa 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:37:15 [INFO] Feature repository discovered recursively: pt-triemap 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: features-controller 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-akka 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-scala 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: features-controller-experimental 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:37:15 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: daexim-features 10:37:15 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:37:15 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:37:15 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:37:15 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:37:15 [INFO] Feature repository discovered recursively: features-mdsal 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:37:15 [INFO] Feature repository discovered recursively: features-netconf 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-all 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-console 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf-all 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:37:15 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: features-odlparent 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:37:15 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:37:15 [INFO] Feature repository discovered recursively: odl-gson 10:37:15 [INFO] Feature repository discovered recursively: odl-guava 10:37:15 [INFO] Feature repository discovered recursively: odl-jackson-2 10:37:15 [INFO] Feature repository discovered recursively: odl-javassist-3 10:37:15 [INFO] Feature repository discovered recursively: odl-jersey-2 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:37:15 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:37:15 [INFO] Feature repository discovered recursively: odl-lmax-3 10:37:15 [INFO] Feature repository discovered recursively: odl-netty-4 10:37:15 [INFO] Feature repository discovered recursively: odl-servlet-api 10:37:15 [INFO] Feature repository discovered recursively: odl-stax2-api 10:37:15 [INFO] Feature repository discovered recursively: odl-woodstox 10:37:15 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:37:15 [INFO] Feature repository discovered recursively: framework-4.4.4 10:37:15 [INFO] Feature repository discovered recursively: standard-4.4.4 10:37:15 [INFO] Feature repository discovered recursively: framework-4.4.4 10:37:15 [INFO] Feature repository discovered recursively: features-aaa 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-jakarta-activation-api 10:37:15 [INFO] Feature repository discovered recursively: odl-servlet-api 10:37:15 [INFO] Feature repository discovered recursively: odl-ws-rs-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-base 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-common 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-util 10:37:15 [INFO] Feature repository discovered recursively: odl-guava 10:37:15 [INFO] Feature repository discovered recursively: pt-triemap 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-blueprint-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-codec 10:37:15 [INFO] Feature repository discovered recursively: odl-gson 10:37:15 [INFO] Feature repository discovered recursively: odl-stax2-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-data 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-data-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-bytebuddy 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-runtime 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-api 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-runtime-api 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-parser 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-xpath 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding-dom-adapter 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-apache-commons-text 10:37:15 [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-akka 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-scala 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-cli 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc 10:37:15 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.5.6 10:37:15 [INFO] Feature repository discovered recursively: pax-transx-0.5.4 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty 10:37:15 [INFO] Feature repository discovered recursively: odl-extras-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-0.18.3 10:37:15 [INFO] Feature repository discovered recursively: odl-jersey-2 10:37:15 [INFO] Feature repository discovered recursively: odl-javassist-3 10:37:15 [INFO] Feature repository discovered recursively: features-controller 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-dom 10:37:15 [INFO] Feature repository discovered recursively: features-controller-experimental 10:37:15 [INFO] Feature repository discovered recursively: odl-controller-exp-netty-config 10:37:15 [INFO] Feature repository discovered recursively: odl-netty-4 10:37:15 [INFO] Feature repository discovered recursively: odl-toaster-8.0.3 10:37:15 [INFO] Feature repository discovered recursively: daexim-features 10:37:15 [INFO] Feature repository discovered recursively: odl-daexim-1.15.0-SNAPSHOT 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-binding 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 10:37:15 [INFO] Feature repository discovered recursively: odl-infrautils-ready 10:37:15 [INFO] Feature repository discovered recursively: odl-infrautils-utils 10:37:15 [INFO] Feature repository discovered recursively: odl-daexim-all-1.15.0-SNAPSHOT 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf-nb-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8072 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8040 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-export 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8525 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6470 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-model-rfc6243 10:37:15 [INFO] Feature repository discovered recursively: features-mdsal 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-trace-12.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-uint24-netty 10:37:15 [INFO] Feature repository discovered recursively: odl-yangtools-netty 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8294 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-common 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-replicate-netty-12.0.3 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7224 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8343 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7317-iana-crypt-hash 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8344 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8345-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8346-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8348-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8349 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8519 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8520 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8528 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8529 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8530 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8542 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8776 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8795-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8819-non-nmda 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal 10:37:15 [INFO] Feature repository discovered recursively: odl-mdsal-model-odl-l2-types 10:37:15 [INFO] Feature repository discovered recursively: features-netconf 10:37:15 [INFO] Feature repository discovered recursively: odl-aaa-netconf-plugin 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-all 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-impl-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-netty-util-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-transport 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-keystore 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-truststore 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-client-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-mdsal 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-clustered-topology 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-connector-all 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-callhome-ssh 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-topology 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-console 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: odl-jackson-2 10:37:15 [INFO] Feature repository discovered recursively: odl-woodstox 10:37:15 [INFO] Feature repository discovered recursively: odl-restconf-all 10:37:15 [INFO] Feature repository discovered recursively: features-netconf-experimental 10:37:15 [INFO] Feature repository discovered recursively: odl-netconf-6.0.5 10:37:15 [INFO] Feature repository discovered recursively: features-odlparent 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-antlr4 10:37:15 [INFO] Feature repository discovered recursively: odl-karaf-feat-war 10:37:15 [INFO] Feature repository discovered recursively: odl-lmax-3 10:37:15 [INFO] Feature repository discovered recursively: standard-4.4.4 10:37:15 [INFO] Feature repository discovered recursively: org.ops4j.pax.web-8.0.22 10:37:15 [WARNING] Duplicate versions for org.jolokia:jolokia-osgi::jar, 1.7.2 and 1.7.1 10:37:16 [INFO] 10:37:16 [INFO] --- maven-antrun-plugin:3.1.0:run (fix-permissions) @ onap-karaf --- 10:37:16 [INFO] Executing tasks 10:37:16 [INFO] Executed tasks 10:37:16 [INFO] 10:37:16 [INFO] --- maven-antrun-plugin:3.1.0:run (remove-system-bc) @ onap-karaf --- 10:37:16 [INFO] Executing tasks 10:37:16 [INFO] [delete] Deleting directory /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/assembly/system/org/bouncycastle 10:37:16 [INFO] Executed tasks 10:37:16 [INFO] 10:37:16 [INFO] --- maven-javadoc-plugin:3.6.0:jar (attach-javadocs) @ onap-karaf --- 10:37:16 [INFO] Skipping javadoc generation 10:37:16 [INFO] 10:37:16 [INFO] --- karaf-maven-plugin:4.4.4:archive (package) @ onap-karaf --- 10:37:26 [INFO] 10:37:26 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ onap-karaf --- 10:37:26 [INFO] Skipping CycloneDX 10:37:26 [INFO] 10:37:26 [INFO] --- duplicate-finder-maven-plugin:2.0.1:check (find-duplicate-classpath-entries) @ onap-karaf --- 10:37:26 [INFO] Skipping duplicate-finder execution! 10:37:26 [INFO] 10:37:26 [INFO] --- maven-dependency-plugin:3.6.1:analyze-only (analyze-declarations) @ onap-karaf --- 10:37:26 [INFO] Skipping pom project 10:37:26 [INFO] 10:37:26 [INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ onap-karaf --- 10:37:26 [INFO] Skipping source per configuration. 10:37:26 [INFO] 10:37:26 [INFO] --- modernizer-maven-plugin:2.7.0:modernizer (modernizer) @ onap-karaf --- 10:37:26 [INFO] Skipping modernizer execution! 10:37:26 [INFO] 10:37:26 [INFO] --- jacoco-maven-plugin:0.8.11:report (report) @ onap-karaf --- 10:37:26 [INFO] Skipping JaCoCo execution because property jacoco.skip is set. 10:37:26 [INFO] 10:37:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ onap-karaf --- 10:37:26 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/pom.xml to /tmp/r/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-SNAPSHOT.pom 10:37:26 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/target/onap-karaf-0.20.0-SNAPSHOT.tar.gz to /tmp/r/org/opendaylight/integration/onap-karaf/0.20.0-SNAPSHOT/onap-karaf-0.20.0-SNAPSHOT.tar.gz 10:37:27 [INFO] 10:37:27 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ onap-karaf --- 10:37:27 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/onap-karaf/dependency_tree.txt 10:37:27 [INFO] 10:37:27 [INFO] --------< org.opendaylight.integration:distribution-aggregator >-------- 10:37:27 [INFO] Building Integration/Distribution 0.20.0-SNAPSHOT [19/19] 10:37:27 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:27 [INFO] 10:37:27 [INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ distribution-aggregator --- 10:37:27 [INFO] 10:37:27 [INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven) @ distribution-aggregator --- 10:37:27 [INFO] Skipping Rule Enforcement. 10:37:27 [INFO] 10:37:27 [INFO] --- git-commit-id-maven-plugin:7.0.0:revision (get-git-infos) @ distribution-aggregator --- 10:37:27 [INFO] 10:37:27 [INFO] --- cyclonedx-maven-plugin:2.7.9:makeBom (default) @ distribution-aggregator --- 10:37:27 [INFO] Skipping CycloneDX 10:37:27 [INFO] 10:37:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ distribution-aggregator --- 10:37:27 [INFO] Installing /w/workspace/distribution-check-managed-calcium/distribution/pom.xml to /tmp/r/org/opendaylight/integration/distribution-aggregator/0.20.0-SNAPSHOT/distribution-aggregator-0.20.0-SNAPSHOT.pom 10:37:27 [INFO] 10:37:27 [INFO] --- maven-dependency-plugin:3.6.1:tree (default-cli) @ distribution-aggregator --- 10:37:27 [INFO] Wrote dependency tree to: /w/workspace/distribution-check-managed-calcium/distribution/dependency_tree.txt 10:37:27 [INFO] ------------------------------------------------------------------------ 10:37:27 [INFO] Reactor Summary for Integration/Distribution 0.20.0-SNAPSHOT: 10:37:27 [INFO] 10:37:27 [INFO] ODL :: integration :: distribution-artifacts ....... SUCCESS [ 0.843 s] 10:37:27 [INFO] ODL :: integration :: properties ................... SUCCESS [ 0.215 s] 10:37:27 [INFO] ODL :: integration :: artifact-artifacts ........... SUCCESS [ 0.377 s] 10:37:27 [INFO] ODL :: integration :: other-artifacts .............. SUCCESS [ 0.089 s] 10:37:27 [INFO] ODL :: integration :: upstream-all-artifacts ....... SUCCESS [ 0.056 s] 10:37:27 [INFO] ODL :: integration :: upstream-aggregator .......... SUCCESS [ 0.057 s] 10:37:27 [INFO] ODL :: integration :: all-artifacts ................ SUCCESS [ 0.080 s] 10:37:27 [INFO] ODL :: integration :: artifacts-aggregator ......... SUCCESS [ 0.142 s] 10:37:27 [INFO] ODL :: integration :: Karaf :: Scripts :: karaf-scripts SUCCESS [ 0.545 s] 10:37:27 [INFO] ODL :: integration :: features-index ............... SUCCESS [ 19.394 s] 10:37:27 [INFO] ODL :: integration :: odl-integration-compatible-with-all SUCCESS [ 1.087 s] 10:37:27 [INFO] ODL :: integration :: odl-integration-all .......... SUCCESS [ 1.225 s] 10:37:27 [INFO] ODL :: integration :: features-test ................ SUCCESS [ 1.598 s] 10:37:27 [INFO] ODL :: integration :: karaf ........................ SUCCESS [ 36.371 s] 10:37:27 [INFO] ODL :: integration :: singles-aggregator ........... SUCCESS [ 0.011 s] 10:37:27 [INFO] ODL :: integration :: repos-aggregator ............. SUCCESS [ 0.077 s] 10:37:27 [INFO] ODL :: integration :: features-aggregator .......... SUCCESS [ 0.034 s] 10:37:27 [INFO] ODL :: integration :: onap-karaf ................... SUCCESS [ 13.583 s] 10:37:27 [INFO] Integration/Distribution ........................... SUCCESS [ 0.022 s] 10:37:27 [INFO] ------------------------------------------------------------------------ 10:37:27 [INFO] BUILD SUCCESS 10:37:27 [INFO] ------------------------------------------------------------------------ 10:37:27 [INFO] Total time: 01:17 min 10:37:27 [INFO] Finished at: 2024-01-22T10:37:27Z 10:37:27 [INFO] ------------------------------------------------------------------------ 10:37:27 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins12023017071587630714.sh 10:37:27 + rm -rf /tmp/r 10:37:28 + mv /tmp/t /tmp/r 10:37:28 [distribution-check-managed-calcium] $ /bin/sh /tmp/jenkins12691927730643410411.sh 10:37:28 Karaf artifact is karaf 10:37:28 Karaf project is integration 10:37:28 Java home is /usr/lib/jvm/java-17-openjdk 10:37:28 [EnvInject] - Injecting environment variables from a build step. 10:37:28 [EnvInject] - Injecting as environment variables the properties file path 'set_variables.env' 10:37:28 [EnvInject] - Variables injected successfully. 10:37:28 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins16560993726648473393.sh 10:37:28 + set +e 10:37:28 + rm -f /w/workspace/distribution-check-managed-calcium/bug_9191.log 10:37:28 + pushd /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/opendaylight 10:37:28 /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/opendaylight /w/workspace/distribution-check-managed-calcium 10:37:28 ++ ls 10:37:28 + for folder in `ls` 10:37:28 + find aaa -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.aaa 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find bgpcep -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.bgpcep 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find controller -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.controller 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find daexim -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.daexim 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find infrautils -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.infrautils 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find integration -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.integration 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find jsonrpc -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.jsonrpc 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find lispflowmapping -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.lispflowmapping 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find mdsal -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.mdsal 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find netconf -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.netconf 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find odlparent -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.odlparent 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find openflowplugin -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.openflowplugin 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find ovsdb -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.ovsdb 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find serviceutils -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.serviceutils 10:37:28 + rm bug_9191.0.log 10:37:28 + for folder in `ls` 10:37:28 + find yangtools -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + fgrep org.opendaylight bug_9191.0.log 10:37:28 + fgrep -v org.opendaylight.yangtools 10:37:28 + rm bug_9191.0.log 10:37:28 + popd 10:37:28 /w/workspace/distribution-check-managed-calcium 10:37:28 [distribution-check-managed-calcium] $ /bin/sh -xe /tmp/jenkins13062835277677088929.sh 10:37:28 + set +e 10:37:28 + pushd /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/opendaylight 10:37:28 /w/workspace/distribution-check-managed-calcium/distribution/karaf/target/assembly/system/org/opendaylight /w/workspace/distribution-check-managed-calcium 10:37:28 + find . -name '*features.xml' 10:37:28 + xargs fgrep -n '' 10:37:28 + popd 10:37:28 /w/workspace/distribution-check-managed-calcium 10:37:28 + fgrep org.opendaylight bug_9192.0.log 10:37:28 + sort -s -t '<' -k 2 /w/workspace/distribution-check-managed-calcium/bug_9192.1.log 10:37:28 + sort -u -s -t '<' -k 2 /w/workspace/distribution-check-managed-calcium/bug_9192.1.log 10:37:28 + diff -U 999 -b -t -d /w/workspace/distribution-check-managed-calcium/bug_9192.2.log /w/workspace/distribution-check-managed-calcium/bug_9192.3.log 10:37:28 + rm -f /w/workspace/distribution-check-managed-calcium/bug_9192.0.log /w/workspace/distribution-check-managed-calcium/bug_9192.1.log /w/workspace/distribution-check-managed-calcium/bug_9192.2.log /w/workspace/distribution-check-managed-calcium/bug_9192.3.log 10:37:28 provisioning config files... 10:37:28 copy managed file [global-settings] to file:/w/workspace/distribution-check-managed-calcium@tmp/config11850356402618522864tmp 10:37:31 copy managed file [integration-settings] to file:/w/workspace/distribution-check-managed-calcium@tmp/config9147082928365245709tmp 10:37:31 [distribution-check-managed-calcium] $ /bin/sh /tmp/jenkins11623188963796053717.sh 10:37:31 Karaf artifact is karaf 10:37:31 Karaf project is integration 10:37:31 Java home is /usr/lib/jvm/java-17-openjdk 10:37:31 [EnvInject] - Injecting environment variables from a build step. 10:37:31 [EnvInject] - Injecting as environment variables the properties file path 'set_variables.env' 10:37:31 [EnvInject] - Variables injected successfully. 10:37:31 [EnvInject] - Injecting environment variables from a build step. 10:37:31 [EnvInject] - Injecting as environment variables the properties content 10:37:31 BUNDLE_POM=distribution/pom.xml 10:37:31 10:37:31 [EnvInject] - Variables injected successfully. 10:37:31 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins10461815274059200151.sh 10:37:31 ++ xpath -e '/project/version/text()' distribution/pom.xml 10:37:32 + BUNDLE_VERSION=0.20.0-SNAPSHOT 10:37:32 + BUNDLEFOLDER=karaf-0.20.0-SNAPSHOT 10:37:32 + BUNDLE=karaf-0.20.0-SNAPSHOT.zip 10:37:32 + BUNDLE_PATH=/tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:37:32 + [[ integration == \i\n\t\e\g\r\a\t\i\o\n ]] 10:37:32 + GROUP_ID=org.opendaylight.integration.integration.distribution 10:37:32 + echo 'Bundle folder is karaf-0.20.0-SNAPSHOT' 10:37:32 Bundle folder is karaf-0.20.0-SNAPSHOT 10:37:32 + echo 'Bundle is karaf-0.20.0-SNAPSHOT.zip' 10:37:32 Bundle is karaf-0.20.0-SNAPSHOT.zip 10:37:32 + echo 'Bundle path is /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip' 10:37:32 Bundle path is /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:37:32 + echo 'Group ID is org.opendaylight.integration.integration.distribution' 10:37:32 Group ID is org.opendaylight.integration.integration.distribution 10:37:32 + ls -l /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:37:32 -rw-rw-r--. 1 jenkins jenkins 314520386 Jan 22 10:36 /tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip 10:37:32 + LOG_FILE=integration-upload-distribution.log 10:37:32 + echo 'Uploading distribution to Nexus...' 10:37:32 Uploading distribution to Nexus... 10:37:32 + /w/tools/hudson.tasks.Maven_MavenInstallation/mvn38/bin/mvn deploy:deploy-file --log-file integration-upload-distribution.log --global-settings /w/workspace/distribution-check-managed-calcium@tmp/config11850356402618522864tmp --settings /w/workspace/distribution-check-managed-calcium@tmp/config9147082928365245709tmp -Dfile=/tmp/r/org/opendaylight/integration/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-SNAPSHOT.zip -DrepositoryId=opendaylight-snapshot -Durl=https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ -DgroupId=org.opendaylight.integration.integration.distribution -DartifactId=karaf -Dversion=0.20.0-SNAPSHOT -Dpackaging=zip 10:37:41 + cat integration-upload-distribution.log 10:37:41 [INFO] Scanning for projects... 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 21 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 652 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/21/maven-parent-21.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.4 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/10/apache-10.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/10/apache-10.pom (15 kB at 987 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 1.6 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 425 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 541 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/22/maven-parent-22.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.9 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/11/apache-11.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/11/apache-11.pom (15 kB at 926 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.4 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 351 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 1.6 MB/s) 10:37:41 [INFO] 10:37:41 [INFO] ------------------< org.apache.maven:standalone-pom >------------------- 10:37:41 [INFO] Building Maven Stub Project (No POM) 1 10:37:41 [INFO] --------------------------------[ pom ]--------------------------------- 10:37:41 [INFO] 10:37:41 [INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ standalone-pom --- 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 91 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 754 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/5/maven-parent-5.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.0 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/3/apache-3.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/apache/3/apache-3.pom (3.4 kB at 245 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 188 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 154 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 218 kB/s) 10:37:41 [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 10:37:41 [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 159 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom 10:37:41 [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 641 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 282 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 38 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 410 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 83 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 490 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 241 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 124 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 187 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 142 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 131 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 139 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 408 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 817 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.1 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.2 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 238 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 462 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 877 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.0 MB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 438 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 560 kB/s) 10:37:41 [INFO] Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.7 MB/s) 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.2 MB/s) 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.6 MB/s) 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.1 MB/s) 10:37:41 [INFO] Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 2.8 MB/s) 10:37:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:37:41 [INFO] Uploading to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.zip 10:37:41 [INFO] Uploaded to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.zip (315 MB at 48 MB/s) 10:37:41 [INFO] Uploading to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.pom 10:37:41 [INFO] Uploaded to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.pom (471 B at 9.8 kB/s) 10:37:41 [INFO] Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/maven-metadata.xml 10:37:41 [INFO] Uploading to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/maven-metadata.xml 10:37:41 [INFO] Uploaded to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/maven-metadata.xml (811 B at 17 kB/s) 10:37:41 [INFO] Uploading to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/maven-metadata.xml 10:37:41 [INFO] Uploaded to opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/maven-metadata.xml (319 B at 6.8 kB/s) 10:37:41 [INFO] ------------------------------------------------------------------------ 10:37:41 [INFO] BUILD SUCCESS 10:37:41 [INFO] ------------------------------------------------------------------------ 10:37:41 [INFO] Total time: 8.066 s 10:37:41 [INFO] Finished at: 2024-01-22T10:37:41Z 10:37:41 [INFO] ------------------------------------------------------------------------ 10:37:41 ++ grep 'Uploaded.*karaf/0.20.0-SNAPSHOT.*.zip' integration-upload-distribution.log 10:37:41 ++ awk '{print $5}' 10:37:41 + BUNDLE_URL=https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.zip 10:37:41 + echo 'Bundle uploaded to https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.zip' 10:37:41 Bundle uploaded to https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/integration/distribution/karaf/0.20.0-SNAPSHOT/karaf-0.20.0-20240122.103733-1.zip 10:37:41 + cat 10:37:41 [EnvInject] - Injecting environment variables from a build step. 10:37:41 [EnvInject] - Injecting as environment variables the properties file path 'integration-upload-distribution.env' 10:37:41 [EnvInject] - Variables injected successfully. 10:37:41 [distribution-check-managed-calcium] $ /bin/sh /tmp/jenkins10112620130582324676.sh 10:37:41 0 10:37:41 Kill any controller running 10:37:41 Clean Existing distribution 10:37:41 Fetch the distribution... 10:37:41 Extracting the new controller... 10:37:44 Configuring the startup features... 10:37:44 ################################################################################ 10:37:44 # 10:37:44 # Licensed to the Apache Software Foundation (ASF) under one or more 10:37:44 # contributor license agreements. See the NOTICE file distributed with 10:37:44 # this work for additional information regarding copyright ownership. 10:37:44 # The ASF licenses this file to You under the Apache License, Version 2.0 10:37:44 # (the "License"); you may not use this file except in compliance with 10:37:44 # the License. You may obtain a copy of the License at 10:37:44 # 10:37:44 # http://www.apache.org/licenses/LICENSE-2.0 10:37:44 # 10:37:44 # Unless required by applicable law or agreed to in writing, software 10:37:44 # distributed under the License is distributed on an "AS IS" BASIS, 10:37:44 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10:37:44 # See the License for the specific language governing permissions and 10:37:44 # limitations under the License. 10:37:44 # 10:37:44 ################################################################################ 10:37:44 10:37:44 # 10:37:44 # Comma separated list of features repositories to register by default 10:37:44 # 10:37:44 featuresRepositories = mvn:org.opendaylight.integration/features-test/0.20.0-SNAPSHOT/xml/features,file:${karaf.etc}/d58bd234-53e7-40cf-8eff-7242d2f66110.xml 10:37:44 10:37:44 # 10:37:44 # Comma separated list of features to install at startup 10:37:44 # 10:37:44 featuresBoot = odl-integration-all,c1daa49c-0a16-4215-b180-99bfabef7071 10:37:44 10:37:44 # 10:37:44 # Resource repositories (OBR) that the features resolver can use 10:37:44 # to resolve requirements/capabilities 10:37:44 # 10:37:44 # The format of the resourceRepositories is 10:37:44 # resourceRepositories=[xml:url|json:url],... 10:37:44 # for Instance: 10:37:44 # 10:37:44 #resourceRepositories=xml:http://host/path/to/index.xml 10:37:44 # or 10:37:44 #resourceRepositories=json:http://host/path/to/index.json 10:37:44 # 10:37:44 10:37:44 # 10:37:44 # Defines if the boot features are started in asynchronous mode (in a dedicated thread) 10:37:44 # 10:37:44 featuresBootAsynchronous=false 10:37:44 10:37:44 # 10:37:44 # Service requirements enforcement 10:37:44 # 10:37:44 # By default, the feature resolver checks the service requirements/capabilities of 10:37:44 # bundles for new features (xml schema >= 1.3.0) in order to automatically installs 10:37:44 # the required bundles. 10:37:44 # The following flag can have those values: 10:37:44 # - disable: service requirements are completely ignored 10:37:44 # - default: service requirements are ignored for old features 10:37:44 # - enforce: service requirements are always verified 10:37:44 # 10:37:44 #serviceRequirements=default 10:37:44 10:37:44 # 10:37:44 # Store cfg file for config element in feature 10:37:44 # 10:37:44 #configCfgStore=true 10:37:44 10:37:44 # 10:37:44 # Define if the feature service automatically refresh bundles 10:37:44 # 10:37:44 autoRefresh=true 10:37:44 10:37:44 # 10:37:44 # Configuration of features processing mechanism (overrides, blacklisting, modification of features) 10:37:44 # XML file defines instructions related to features processing 10:37:44 # versions.properties may declare properties to resolve placeholders in XML file 10:37:44 # both files are relative to ${karaf.etc} 10:37:44 # 10:37:44 #featureProcessing=org.apache.karaf.features.xml 10:37:44 #featureProcessingVersions=versions.properties 10:37:44 Configuring the log... 10:37:44 ################################################################################ 10:37:44 # 10:37:44 # Licensed to the Apache Software Foundation (ASF) under one or more 10:37:44 # contributor license agreements. See the NOTICE file distributed with 10:37:44 # this work for additional information regarding copyright ownership. 10:37:44 # The ASF licenses this file to You under the Apache License, Version 2.0 10:37:44 # (the "License"); you may not use this file except in compliance with 10:37:44 # the License. You may obtain a copy of the License at 10:37:44 # 10:37:44 # http://www.apache.org/licenses/LICENSE-2.0 10:37:44 # 10:37:44 # Unless required by applicable law or agreed to in writing, software 10:37:44 # distributed under the License is distributed on an "AS IS" BASIS, 10:37:44 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10:37:44 # See the License for the specific language governing permissions and 10:37:44 # limitations under the License. 10:37:44 # 10:37:44 ################################################################################ 10:37:44 10:37:44 # Common pattern layout for appenders 10:37:44 log4j2.pattern = %d{ISO8601} | %-5p | %-16t | %-32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n 10:37:44 10:37:44 # Root logger 10:37:44 log4j2.rootLogger.level = INFO 10:37:44 # uncomment to use asynchronous loggers, which require mvn:com.lmax/disruptor/3.3.2 library 10:37:44 #log4j2.rootLogger.type = asyncRoot 10:37:44 #log4j2.rootLogger.includeLocation = false 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.ref = RollingFile 10:37:44 log4j2.rootLogger.appenderRef.PaxOsgi.ref = PaxOsgi 10:37:44 log4j2.rootLogger.appenderRef.Console.ref = Console 10:37:44 log4j2.rootLogger.appenderRef.Console.filter.threshold.type = ThresholdFilter 10:37:44 log4j2.rootLogger.appenderRef.Console.filter.threshold.level = ${karaf.log.console:-OFF} 10:37:44 10:37:44 # Filters for logs marked by org.opendaylight.odlparent.Markers 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.type = ContextMapFilter 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.pair1.type = KeyValuePair 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.pair1.key = slf4j.marker 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.pair1.value = CONFIDENTIAL 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.operator = or 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.onMatch = DENY 10:37:44 log4j2.rootLogger.appenderRef.RollingFile.filter.confidential.onMismatch = NEUTRAL 10:37:44 10:37:44 # Loggers configuration 10:37:44 10:37:44 # Spifly logger 10:37:44 log4j2.logger.spifly.name = org.apache.aries.spifly 10:37:44 log4j2.logger.spifly.level = WARN 10:37:44 10:37:44 # Security audit logger 10:37:44 log4j2.logger.audit.name = org.apache.karaf.jaas.modules.audit 10:37:44 log4j2.logger.audit.level = INFO 10:37:44 log4j2.logger.audit.additivity = false 10:37:44 log4j2.logger.audit.appenderRef.AuditRollingFile.ref = AuditRollingFile 10:37:44 10:37:44 # Appenders configuration 10:37:44 10:37:44 # Console appender not used by default (see log4j2.rootLogger.appenderRefs) 10:37:44 log4j2.appender.console.type = Console 10:37:44 log4j2.appender.console.name = Console 10:37:44 log4j2.appender.console.layout.type = PatternLayout 10:37:44 log4j2.appender.console.layout.pattern = ${log4j2.pattern} 10:37:44 10:37:44 # Rolling file appender 10:37:44 log4j2.appender.rolling.type = RollingRandomAccessFile 10:37:44 log4j2.appender.rolling.name = RollingFile 10:37:44 log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log 10:37:44 log4j2.appender.rolling.filePattern = ${karaf.data}/log/karaf.log.%i 10:37:44 # uncomment to not force a disk flush 10:37:44 #log4j2.appender.rolling.immediateFlush = false 10:37:44 log4j2.appender.rolling.append = true 10:37:44 log4j2.appender.rolling.layout.type = PatternLayout 10:37:44 log4j2.appender.rolling.layout.pattern = ${log4j2.pattern} 10:37:44 log4j2.appender.rolling.policies.type = Policies 10:37:44 log4j2.appender.rolling.policies.size.type = SizeBasedTriggeringPolicy 10:37:44 log4j2.appender.rolling.policies.size.size = 64MB 10:37:44 log4j2.appender.rolling.strategy.type = DefaultRolloverStrategy 10:37:44 log4j2.appender.rolling.strategy.max = 7 10:37:44 10:37:44 # Audit file appender 10:37:44 log4j2.appender.audit.type = RollingRandomAccessFile 10:37:44 log4j2.appender.audit.name = AuditRollingFile 10:37:44 log4j2.appender.audit.fileName = ${karaf.data}/security/audit.log 10:37:44 log4j2.appender.audit.filePattern = ${karaf.data}/security/audit.log.%i 10:37:44 log4j2.appender.audit.append = true 10:37:44 log4j2.appender.audit.layout.type = PatternLayout 10:37:44 log4j2.appender.audit.layout.pattern = ${log4j2.pattern} 10:37:44 log4j2.appender.audit.policies.type = Policies 10:37:44 log4j2.appender.audit.policies.size.type = SizeBasedTriggeringPolicy 10:37:44 log4j2.appender.audit.policies.size.size = 8MB 10:37:44 log4j2.appender.audit.strategy.type = DefaultRolloverStrategy 10:37:44 log4j2.appender.audit.strategy.max = 7 10:37:44 10:37:44 # OSGi appender 10:37:44 log4j2.appender.osgi.type = PaxOsgi 10:37:44 log4j2.appender.osgi.name = PaxOsgi 10:37:44 log4j2.appender.osgi.filter = * 10:37:44 10:37:44 # help with identification of maven-related problems with pax-url-aether 10:37:44 #log4j2.logger.aether.name = shaded.org.eclipse.aether 10:37:44 #log4j2.logger.aether.level = TRACE 10:37:44 #log4j2.logger.http-headers.name = shaded.org.apache.http.headers 10:37:44 #log4j2.logger.http-headers.level = DEBUG 10:37:44 #log4j2.logger.maven.name = org.ops4j.pax.url.mvn 10:37:44 #log4j2.logger.maven.level = TRACE 10:37:44 Configure max memory... 10:37:44 #!/bin/sh 10:37:44 # 10:37:44 # Licensed to the Apache Software Foundation (ASF) under one or more 10:37:44 # contributor license agreements. See the NOTICE file distributed with 10:37:44 # this work for additional information regarding copyright ownership. 10:37:44 # The ASF licenses this file to You under the Apache License, Version 2.0 10:37:44 # (the "License"); you may not use this file except in compliance with 10:37:44 # the License. You may obtain a copy of the License at 10:37:44 # 10:37:44 # http://www.apache.org/licenses/LICENSE-2.0 10:37:44 # 10:37:44 # Unless required by applicable law or agreed to in writing, software 10:37:44 # distributed under the License is distributed on an "AS IS" BASIS, 10:37:44 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10:37:44 # See the License for the specific language governing permissions and 10:37:44 # limitations under the License. 10:37:44 # 10:37:44 10:37:44 # 10:37:44 # handle specific scripts; the SCRIPT_NAME is exactly the name of the Karaf 10:37:44 # script: client, instance, shell, start, status, stop, karaf 10:37:44 # 10:37:44 # if [ "${KARAF_SCRIPT}" == "SCRIPT_NAME" ]; then 10:37:44 # Actions go here... 10:37:44 # fi 10:37:44 10:37:44 # 10:37:44 # general settings which should be applied for all scripts go here; please keep 10:37:44 # in mind that it is possible that scripts might be executed more than once, e.g. 10:37:44 # in example of the start script where the start script is executed first and the 10:37:44 # karaf script afterwards. 10:37:44 # 10:37:44 10:37:44 # 10:37:44 # The following section shows the possible configuration options for the default 10:37:44 # karaf scripts 10:37:44 # 10:37:44 # export JAVA_HOME # Location of Java installation 10:37:44 # export JAVA_OPTS # Generic JVM options, for instance, where you can pass the memory configuration 10:37:44 # export JAVA_NON_DEBUG_OPTS # Additional non-debug JVM options 10:37:44 # export EXTRA_JAVA_OPTS # Additional JVM options 10:37:44 # export KARAF_HOME # Karaf home folder 10:37:44 # export KARAF_DATA # Karaf data folder 10:37:44 # export KARAF_BASE # Karaf base folder 10:37:44 # export KARAF_ETC # Karaf etc folder 10:37:44 # export KARAF_LOG # Karaf log folder 10:37:44 # export KARAF_SYSTEM_OPTS # First citizen Karaf options 10:37:44 # export KARAF_OPTS # Additional available Karaf options 10:37:44 # export KARAF_DEBUG # Enable debug mode 10:37:44 # export KARAF_REDIRECT # Enable/set the std/err redirection when using bin/start 10:37:44 # export KARAF_NOROOT # Prevent execution as root if set to true 10:37:44 Listing all open ports on controller system 10:37:44 (Not all processes could be identified, non-owned process info 10:37:44 will not be shown, you would have to be root to see it all.) 10:37:44 Active Internet connections (servers and established) 10:37:44 Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name 10:37:44 tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN - 10:37:44 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - 10:37:44 tcp 0 420 10.30.171.228:22 10.30.168.15:52134 ESTABLISHED - 10:37:44 tcp6 0 0 :::111 :::* LISTEN - 10:37:44 tcp6 0 0 :::5555 :::* LISTEN - 10:37:44 tcp6 0 0 :::22 :::* LISTEN - 10:37:44 tcp6 0 0 10.30.171.228:33204 199.204.45.87:443 TIME_WAIT - 10:37:44 udp 0 0 10.30.171.228:68 10.30.170.3:67 ESTABLISHED - 10:37:44 udp 0 0 0.0.0.0:111 0.0.0.0:* - 10:37:44 udp 0 0 127.0.0.1:323 0.0.0.0:* - 10:37:44 udp6 0 0 :::111 :::* - 10:37:44 udp6 0 0 ::1:323 :::* - 10:37:44 Sourcing Java environment variable .. 10:37:44 openjdk version "17.0.6-ea" 2023-01-17 LTS 10:37:44 OpenJDK Runtime Environment (Red_Hat-17.0.6.0.9-0.3.ea.el8) (build 17.0.6-ea+9-LTS) 10:37:44 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) 10:37:44 JAVA_HOME=/usr/lib/jvm/java-17-openjdk 10:37:44 Redirecting karaf console output to karaf_console.log 10:37:44 Starting controller... 10:37:44 start: Redirecting Karaf output to /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/data/log/karaf_console.log 10:37:44 Waiting up to 6 minutes for controller to come up, checking every 5 seconds... 10:37:49 already waited 5 seconds... 10:37:54 already waited 10 seconds... 10:37:59 already waited 15 seconds... 10:38:04 already waited 20 seconds... 10:38:09 already waited 25 seconds... 10:38:14 already waited 30 seconds... 10:38:19 already waited 35 seconds... 10:38:24 already waited 40 seconds... 10:38:29 already waited 45 seconds... 10:38:34 already waited 50 seconds... 10:38:39 already waited 55 seconds... 10:38:44 already waited 60 seconds... 10:38:49 already waited 65 seconds... 10:38:54 already waited 70 seconds... 10:38:59 already waited 75 seconds... 10:39:06 already waited 80 seconds... 10:39:09 already waited 85 seconds... 10:39:14 already waited 90 seconds... 10:39:19 already waited 95 seconds... 10:39:24 already waited 100 seconds... 10:39:29 already waited 105 seconds... 10:39:34 already waited 110 seconds... 10:39:39 already waited 115 seconds... 10:39:44 already waited 120 seconds... 10:39:49 already waited 125 seconds... 10:39:54 already waited 130 seconds... 10:39:59 already waited 135 seconds... 10:40:04 already waited 140 seconds... 10:40:09 already waited 145 seconds... 10:40:14 already waited 150 seconds... 10:40:19 already waited 155 seconds... 10:40:19 Controller is UP 10:40:19 Listing all open ports on controller system 10:40:19 (Not all processes could be identified, non-owned process info 10:40:19 will not be shown, you would have to be root to see it all.) 10:40:19 Active Internet connections (servers and established) 10:40:19 Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name 10:40:19 tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN - 10:40:19 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - 10:40:19 tcp 0 0 10.30.171.228:22 10.30.168.15:52134 ESTABLISHED - 10:40:19 tcp6 0 0 :::6653 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::4189 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::1790 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::8101 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::6633 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::4334 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::2830 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::4335 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::111 :::* LISTEN - 10:40:19 tcp6 0 0 :::6640 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 127.0.0.1:37393 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::5555 :::* LISTEN - 10:40:19 tcp6 0 0 :::8181 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 127.0.0.1:2550 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 :::22 :::* LISTEN - 10:40:19 tcp6 0 0 :::12345 :::* LISTEN 6572/java 10:40:19 tcp6 0 0 127.0.0.1:54142 127.0.0.1:1099 TIME_WAIT - 10:40:19 tcp6 0 0 127.0.0.1:49564 127.0.0.1:44444 TIME_WAIT - 10:40:19 udp 0 0 10.30.171.228:68 10.30.170.3:67 ESTABLISHED - 10:40:19 udp 0 0 0.0.0.0:111 0.0.0.0:* - 10:40:19 udp 0 0 127.0.0.1:323 0.0.0.0:* - 10:40:19 udp6 0 0 :::4342 :::* 6572/java 10:40:19 udp6 0 0 :::4342 :::* 6572/java 10:40:19 udp6 0 0 :::4342 :::* 6572/java 10:40:19 udp6 0 0 :::4342 :::* 6572/java 10:40:19 udp6 0 0 :::4342 :::* 6572/java 10:40:19 udp6 0 0 :::111 :::* - 10:40:19 udp6 0 0 ::1:323 :::* - 10:40:19 looking for "Error installing boot feature repository" in karaf.log file 10:40:19 looking for "Error installing boot feature repository" in karaf_console.log file 10:40:19 looking for "BindException: Address already in use" in karaf.log file 10:40:19 ABORTING: found BindException: Address already in use 10:40:19 Dumping first 500K bytes of karaf log... 10:40:19 Jan 22, 2024 10:37:45 AM org.apache.karaf.main.Main launch 10:40:19 INFO: Installing and starting initial bundles 10:40:19 Jan 22, 2024 10:37:45 AM org.apache.karaf.main.Main launch 10:40:19 INFO: All initial bundles installed and set to start 10:40:19 Jan 22, 2024 10:37:45 AM org.apache.karaf.main.lock.SimpleFileLock lock 10:40:19 INFO: Trying to lock /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/lock 10:40:19 Jan 22, 2024 10:37:45 AM org.apache.karaf.main.lock.SimpleFileLock lock 10:40:19 INFO: Lock acquired 10:40:19 Jan 22, 2024 10:37:45 AM org.apache.karaf.main.Main$KarafLockCallback lockAcquired 10:40:19 INFO: Lock acquired. Setting startlevel to 100 10:40:19 2024-01-22T10:37:46,443 | INFO | CM Configuration Updater (Update: pid=org.ops4j.pax.logging) | EventAdminConfigurationNotifier | 5 - org.ops4j.pax.logging.pax-logging-api - 2.2.3 | Logging configuration changed. (Event Admin service unavailable - no notification sent). 10:40:19 2024-01-22T10:37:47,247 | INFO | activator-1-thread-2 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Adding features: c1daa49c-0a16-4215-b180-99bfabef7071/[0,0.0.0],odl-integration-all/[0.20.0.SNAPSHOT,0.20.0.SNAPSHOT] 10:40:19 2024-01-22T10:37:47,454 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Changes to perform: 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Region: root 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Bundles to install: 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.el/jakarta.el-api/3.0.3 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.enterprise/cdi-api/2.0.SP1 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.interceptor/javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:47,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.transaction/javax.transaction-api/1.2 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_3 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc/1.5.6 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc-config/1.5.6 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc-pool-common/1.5.6 10:40:19 2024-01-22T10:37:47,456 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:47,457 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.jdbc/1.1.0 10:40:19 2024-01-22T10:37:47,459 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Installing bundles: 10:40:19 2024-01-22T10:37:47,459 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.el/jakarta.el-api/3.0.3 10:40:19 2024-01-22T10:37:47,462 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.enterprise/cdi-api/2.0.SP1 10:40:19 2024-01-22T10:37:47,464 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.interceptor/javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:47,466 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.transaction/javax.transaction-api/1.2 10:40:19 2024-01-22T10:37:47,467 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1 10:40:19 2024-01-22T10:37:47,468 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_3 10:40:19 2024-01-22T10:37:47,469 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc/1.5.6 10:40:19 2024-01-22T10:37:47,470 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc-config/1.5.6 10:40:19 2024-01-22T10:37:47,471 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.jdbc/pax-jdbc-pool-common/1.5.6 10:40:19 2024-01-22T10:37:47,472 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-wrap/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:47,477 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.jdbc/1.1.0 10:40:19 2024-01-22T10:37:47,510 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Starting bundles: 10:40:19 2024-01-22T10:37:47,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.url.wrap/2.6.14 10:40:19 2024-01-22T10:37:47,515 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 10:40:19 2024-01-22T10:37:47,515 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:47,515 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:47,516 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:47,516 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:47,517 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.osgi.service.jdbc/1.1.0.202212101352 10:40:19 2024-01-22T10:37:47,517 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.pool.common/1.5.6 10:40:19 2024-01-22T10:37:47,518 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc/1.5.6 10:40:19 2024-01-22T10:37:47,523 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.jasypt/1.9.3.1 10:40:19 2024-01-22T10:37:47,524 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.config/1.5.6 10:40:19 2024-01-22T10:37:47,530 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Done. 10:40:19 2024-01-22T10:37:57,644 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Changes to perform: 10:40:19 2024-01-22T10:37:57,644 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Region: root 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Bundles to uninstall: 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Bundles to install: 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-cli/0.20.5 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.checkerframework/checker-qual/3.39.0 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 10:40:19 2024-01-22T10:37:57,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.3 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.3 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.3 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.woodstox/woodstox-core/6.5.1 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.code.gson/gson/2.10.1 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/guava/32.1.3-jre 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/failureaccess/1.0.1 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.googlecode.json-simple/json-simple/1.1.1 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.h2database/h2/2.2.220 10:40:19 2024-01-22T10:37:57,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.rabbitmq/amqp-client/5.18.0 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/config/1.4.2 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/ssl-config-core_2.13/0.4.3 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/concepts/11.0.4 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-client/1.38.1 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-driver/1.38.1 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-core/4.2.20 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-graphite/4.2.20 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jmx/4.2.20 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jvm/4.2.20 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-buffer/4.1.100.Final 10:40:19 2024-01-22T10:37:57,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec-http/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-handler/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-resolver/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-classes-epoll/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-epoll/4.1.100.Final/jar/linux-x86_64 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-unix-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.activation/jakarta.activation-api/1.2.2 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.servlet/jakarta.servlet-api/4.0.4 10:40:19 2024-01-22T10:37:57,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.validation/jakarta.validation-api/2.0.2 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.javassist/javassist/3.29.2-GA 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.servlet/javax.servlet-api/3.1.0 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.websocket/jakarta.websocket-api/1.1.2 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.lz4/lz4-java/1.8.0 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.8 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.9 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.sf.ehcache/ehcache/2.10.9.2 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.agrona/agrona/1.15.2 10:40:19 2024-01-22T10:37:57,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.antlr/antlr4-runtime/4.13.1 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:40:19 2024-01-22T10:37:57,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-collections/commons-collections/3.2.2 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-beanutils/commons-beanutils/1.9.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-codec/commons-codec/1.15 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-lang3/3.13.0 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-logging/commons-logging/1.2 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-text/1.11.0 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:37:57,651 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:37:57,652 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.web/org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:37:57,653 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-osgi/2.10.0 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-scp/2.10.0 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-sftp/2.10.0 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jdt/ecj/3.26.0 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-continuation/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jaas/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jmx/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlets/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-xml/9.4.52.v20230823 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-api/2.6.1 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-locator/2.6.1 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 10:40:19 2024-01-22T10:37:57,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-utils/2.6.1 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-client/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-common/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-server/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.inject/jersey-hk2/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.media/jersey-media-sse/2.41 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty/3.10.6.Final 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jline/jline/3.21.0 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jolokia/jolokia-osgi/1.7.2 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm/9.5 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-commons/9.5 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-tree/9.5 10:40:19 2024-01-22T10:37:57,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-analysis/9.5 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-util/9.5 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-authn-api/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-cert/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-filterchain/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-idm-store-h2/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-api/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-impl/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/repackaged-shiro/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro-api/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-tokenauthrealm/0.18.3 10:40:19 2024-01-22T10:37:57,658 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-api/0.18.3 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-osgi-impl/0.18.3 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-api/0.18.3 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-jersey2/0.18.3 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-api/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-impl/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-api/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-impl/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-spi/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-concepts/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-evpn/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-flowspec/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-inet/0.20.5 10:40:19 2024-01-22T10:37:57,659 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-l3vpn/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-labeled-unicast/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-linkstate/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-mvpn/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-api/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-impl/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-spi/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-statement/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-spi/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-state/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-api/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-spi/0.20.5 10:40:19 2024-01-22T10:37:57,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-path-selection-mode/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-peer-acceptor/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-api/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-impl/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-spi/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-route-target/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bmp-monitors-config-loader/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/concepts/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-impl/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-spi/0.20.5 10:40:19 2024-01-22T10:37:57,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-api/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-impl/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-api/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-auto-bandwidth-extension/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-base-parser/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-stateful/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-impl/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-api/0.20.5 10:40:19 2024-01-22T10:37:57,662 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-provider/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-spi/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-api/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-spi/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-provider/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-api/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-impl/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-spi/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-topology-api/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/protocols-config-loader/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/routing-policy-config-loader/0.20.5 10:40:19 2024-01-22T10:37:57,663 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-api/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-impl/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-spi/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-api/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-config-loader/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/util/0.20.5 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/atomix-storage/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/blueprint/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-api/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-client/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-dom-api/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-mgmt-api/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/eos-dom-akka/8.0.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-event-executor-config/0.19.3 10:40:19 2024-01-22T10:37:57,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-threadgroup-config/0.19.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-timer-config/0.19.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/repackaged-akka/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-raft/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-segmented-journal/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-api/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-impl/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-clustering-commons/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-common-util/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-distributed-datastore/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-remoterpc-connector/8.0.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-api/0.19.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-impl/0.19.3 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,665 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-model/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-spi/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-api/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-impl/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-shell/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-web/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-api/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-impl/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/infrautils-util/6.0.4 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-jsonrpc/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-messagelib/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-spi/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,666 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-http/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-zmq/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/dom-codec/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-aaa/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-noop/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-service/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,667 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-api/12.0.3 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/12.0.3 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.2 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.3 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.2 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.3 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.2 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.3 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.2 10:40:19 2024-01-22T10:37:57,668 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.3 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.2 10:40:19 2024-01-22T10:37:57,669 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.2 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spi/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-util/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.iana/iana-routing-types/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-inet-types/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-yang-types/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc7952/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8040/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8072/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8294-ietf-routing-types/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-datastores/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-origin/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8343/12.0.3 10:40:19 2024-01-22T10:37:57,670 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8525/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.2 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.2 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-broker/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.2 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.2 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-adapter/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-api/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-api/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-spi/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-dom-api/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/general-entity/12.0.3 10:40:19 2024-01-22T10:37:57,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-topology/2013.10.21.24.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-type-util/12.0.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/opendaylight-l2-types/2013.08.27.24.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.2 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-rfc8294-netty/12.0.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-common-api/12.0.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/12.0.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.2 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.3 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.4 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.4 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth-aaa/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-model/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-protocol/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-provider/6.0.5 10:40:19 2024-01-22T10:37:57,672 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client-mdsal/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-common-mdsal/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-config/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-console/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.4 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-api/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-none/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/draft-ietf-netconf-crypto-types/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.4 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6022/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.4 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.4 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.5 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.4 10:40:19 2024-01-22T10:37:57,673 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc7407-ietf-x509-cert-to-name/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8341/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-nb/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-netty-util/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-openapi/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server-mdsal/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-exificient/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-sshd/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-impl/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-singleton/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-api/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-ssh/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tcp/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tls/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-api/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-none/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/yanglib/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/device-ownership-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/reconciliation-framework/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.libraries/liblldp/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-base/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-inventory/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-topology/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-util/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/library/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.openvswitch/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.config/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.servicehelper/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.yang-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/rpc-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-shell/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/tools-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/upgrade/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-impl/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-spi/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-transform/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-ri/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-util/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-ir/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-export/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-ri/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-util/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-api/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-api/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-fs/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-war/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-api/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-el2/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-servlet31/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-spi/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.component/1.5.0 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.owasp.encoder/encoder/1.2.3 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-java8-compat_2.13/1.0.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-parser-combinators_2.13/1.1.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-library/2.13.12 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-reflect/2.13.12 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-cli/0.20.5 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.reactivestreams/reactive-streams/1.0.4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.codehaus.woodstox/stax2-api/4.2.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:tech.pantheon.triemap/triemap/1.3.1 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/util/11.0.4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:dk.brics/automaton/1.12-4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:net.java.dev.stax-utils/stax-utils/20070216 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:org.lmdbjava/lmdbjava/0.7.0 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common-netty/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Stopping bundles: 10:40:19 2024-01-22T10:37:57,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.pool.common/1.5.6 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.jasypt/1.9.3.1 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 10:40:19 2024-01-22T10:37:57,687 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.config/1.5.6 10:40:19 2024-01-22T10:37:57,688 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.config.core/4.4.4 10:40:19 2024-01-22T10:37:57,689 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Uninstalling bundles: 10:40:19 2024-01-22T10:37:57,689 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:57,690 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:57,691 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:57,692 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:57,694 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Installing bundles: 10:40:19 2024-01-22T10:37:57,694 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-cli/0.20.5 10:40:19 2024-01-22T10:37:57,696 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.checkerframework/checker-qual/3.39.0 10:40:19 2024-01-22T10:37:57,702 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,703 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 10:40:19 2024-01-22T10:37:57,709 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 10:40:19 2024-01-22T10:37:57,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.3 10:40:19 2024-01-22T10:37:57,726 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.3 10:40:19 2024-01-22T10:37:57,727 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.3 10:40:19 2024-01-22T10:37:57,728 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,729 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.woodstox/woodstox-core/6.5.1 10:40:19 2024-01-22T10:37:57,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.code.gson/gson/2.10.1 10:40:19 2024-01-22T10:37:57,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/guava/32.1.3-jre 10:40:19 2024-01-22T10:37:57,753 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/failureaccess/1.0.1 10:40:19 2024-01-22T10:37:57,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.googlecode.json-simple/json-simple/1.1.1 10:40:19 2024-01-22T10:37:57,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.h2database/h2/2.2.220 10:40:19 2024-01-22T10:37:57,763 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.rabbitmq/amqp-client/5.18.0 10:40:19 2024-01-22T10:37:57,765 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/config/1.4.2 10:40:19 2024-01-22T10:37:57,770 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/ssl-config-core_2.13/0.4.3 10:40:19 2024-01-22T10:37:57,771 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/concepts/11.0.4 10:40:19 2024-01-22T10:37:57,772 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-client/1.38.1 10:40:19 2024-01-22T10:37:57,774 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-driver/1.38.1 10:40:19 2024-01-22T10:37:57,778 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-core/4.2.20 10:40:19 2024-01-22T10:37:57,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-graphite/4.2.20 10:40:19 2024-01-22T10:37:57,780 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20 10:40:19 2024-01-22T10:37:57,781 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jmx/4.2.20 10:40:19 2024-01-22T10:37:57,782 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jvm/4.2.20 10:40:19 2024-01-22T10:37:57,783 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-buffer/4.1.100.Final 10:40:19 2024-01-22T10:37:57,784 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec/4.1.100.Final 10:40:19 2024-01-22T10:37:57,789 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec-http/4.1.100.Final 10:40:19 2024-01-22T10:37:57,791 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,793 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-handler/4.1.100.Final 10:40:19 2024-01-22T10:37:57,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-resolver/4.1.100.Final 10:40:19 2024-01-22T10:37:57,800 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport/4.1.100.Final 10:40:19 2024-01-22T10:37:57,805 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-classes-epoll/4.1.100.Final 10:40:19 2024-01-22T10:37:57,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-epoll/4.1.100.Final/jar/linux-x86_64 10:40:19 2024-01-22T10:37:57,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-unix-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.activation/jakarta.activation-api/1.2.2 10:40:19 2024-01-22T10:37:57,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 10:40:19 2024-01-22T10:37:57,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.servlet/jakarta.servlet-api/4.0.4 10:40:19 2024-01-22T10:37:57,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.validation/jakarta.validation-api/2.0.2 10:40:19 2024-01-22T10:37:57,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 10:40:19 2024-01-22T10:37:57,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.javassist/javassist/3.29.2-GA 10:40:19 2024-01-22T10:37:57,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.servlet/javax.servlet-api/3.1.0 10:40:19 2024-01-22T10:37:57,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.websocket/jakarta.websocket-api/1.1.2 10:40:19 2024-01-22T10:37:57,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:40:19 2024-01-22T10:37:57,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.lz4/lz4-java/1.8.0 10:40:19 2024-01-22T10:37:57,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.8 10:40:19 2024-01-22T10:37:57,842 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.9 10:40:19 2024-01-22T10:37:57,857 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.sf.ehcache/ehcache/2.10.9.2 10:40:19 2024-01-22T10:37:57,905 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.agrona/agrona/1.15.2 10:40:19 2024-01-22T10:37:57,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.antlr/antlr4-runtime/4.13.1 10:40:19 2024-01-22T10:37:57,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:40:19 2024-01-22T10:37:57,909 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:40:19 2024-01-22T10:37:57,910 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:40:19 2024-01-22T10:37:57,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:40:19 2024-01-22T10:37:57,913 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:40:19 2024-01-22T10:37:57,914 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:40:19 2024-01-22T10:37:57,918 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:40:19 2024-01-22T10:37:57,923 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:40:19 2024-01-22T10:37:57,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:40:19 2024-01-22T10:37:57,925 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:40:19 2024-01-22T10:37:57,926 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:40:19 2024-01-22T10:37:57,927 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-collections/commons-collections/3.2.2 10:40:19 2024-01-22T10:37:57,929 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-beanutils/commons-beanutils/1.9.4 10:40:19 2024-01-22T10:37:57,930 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-codec/commons-codec/1.15 10:40:19 2024-01-22T10:37:57,933 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-lang3/3.13.0 10:40:19 2024-01-22T10:37:57,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-logging/commons-logging/1.2 10:40:19 2024-01-22T10:37:57,939 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-text/1.11.0 10:40:19 2024-01-22T10:37:57,941 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:40:19 2024-01-22T10:37:57,946 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 10:40:19 2024-01-22T10:37:57,947 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:40:19 2024-01-22T10:37:57,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:37:57,949 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:40:19 2024-01-22T10:37:57,950 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:40:19 2024-01-22T10:37:57,950 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:37:57,951 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:40:19 2024-01-22T10:37:57,952 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:40:19 2024-01-22T10:37:57,953 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:37:57,954 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:37:57,955 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:37:57,962 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:37:57,963 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:37:57,964 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:40:19 2024-01-22T10:37:57,969 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:40:19 2024-01-22T10:37:57,976 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/4.4.4 10:40:19 2024-01-22T10:37:57,977 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:37:57,978 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:37:57,979 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:40:19 2024-01-22T10:37:57,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:37:57,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:40:19 2024-01-22T10:37:57,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:40:19 2024-01-22T10:37:57,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:37:57,984 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:37:57,985 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:40:19 2024-01-22T10:37:57,986 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:40:19 2024-01-22T10:37:57,995 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:37:57,996 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:40:19 2024-01-22T10:37:57,997 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:37:57,998 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.web/org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:37:57,999 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-osgi/2.10.0 10:40:19 2024-01-22T10:37:58,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-scp/2.10.0 10:40:19 2024-01-22T10:37:58,011 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-sftp/2.10.0 10:40:19 2024-01-22T10:37:58,013 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jdt/ecj/3.26.0 10:40:19 2024-01-22T10:37:58,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-continuation/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,035 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jaas/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,037 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jmx/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,048 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,049 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,050 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlets/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,054 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,059 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,061 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,062 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,064 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,065 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,066 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,067 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,068 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,075 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,076 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-xml/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,081 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-api/2.6.1 10:40:19 2024-01-22T10:37:58,083 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 10:40:19 2024-01-22T10:37:58,084 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 10:40:19 2024-01-22T10:37:58,085 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-locator/2.6.1 10:40:19 2024-01-22T10:37:58,086 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 10:40:19 2024-01-22T10:37:58,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-utils/2.6.1 10:40:19 2024-01-22T10:37:58,089 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.41 10:40:19 2024-01-22T10:37:58,090 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.41 10:40:19 2024-01-22T10:37:58,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-client/2.41 10:40:19 2024-01-22T10:37:58,097 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-common/2.41 10:40:19 2024-01-22T10:37:58,103 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-server/2.41 10:40:19 2024-01-22T10:37:58,106 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.inject/jersey-hk2/2.41 10:40:19 2024-01-22T10:37:58,107 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.media/jersey-media-sse/2.41 10:40:19 2024-01-22T10:37:58,108 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty/3.10.6.Final 10:40:19 2024-01-22T10:37:58,117 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jline/jline/3.21.0 10:40:19 2024-01-22T10:37:58,120 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jolokia/jolokia-osgi/1.7.2 10:40:19 2024-01-22T10:37:58,124 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm/9.5 10:40:19 2024-01-22T10:37:58,125 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-commons/9.5 10:40:19 2024-01-22T10:37:58,126 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-tree/9.5 10:40:19 2024-01-22T10:37:58,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-analysis/9.5 10:40:19 2024-01-22T10:37:58,128 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-util/9.5 10:40:19 2024-01-22T10:37:58,129 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-authn-api/0.18.3 10:40:19 2024-01-22T10:37:58,130 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-cert/0.18.3 10:40:19 2024-01-22T10:37:58,131 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service/0.18.3 10:40:19 2024-01-22T10:37:58,132 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/0.18.3 10:40:19 2024-01-22T10:37:58,136 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-filterchain/0.18.3 10:40:19 2024-01-22T10:37:58,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-idm-store-h2/0.18.3 10:40:19 2024-01-22T10:37:58,138 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-api/0.18.3 10:40:19 2024-01-22T10:37:58,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-impl/0.18.3 10:40:19 2024-01-22T10:37:58,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/repackaged-shiro/0.18.3 10:40:19 2024-01-22T10:37:58,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro/0.18.3 10:40:19 2024-01-22T10:37:58,147 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro-api/0.18.3 10:40:19 2024-01-22T10:37:58,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-tokenauthrealm/0.18.3 10:40:19 2024-01-22T10:37:58,153 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-api/0.18.3 10:40:19 2024-01-22T10:37:58,154 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-osgi-impl/0.18.3 10:40:19 2024-01-22T10:37:58,155 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-api/0.18.3 10:40:19 2024-01-22T10:37:58,155 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-jersey2/0.18.3 10:40:19 2024-01-22T10:37:58,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-api/0.20.5 10:40:19 2024-01-22T10:37:58,157 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-impl/0.20.5 10:40:19 2024-01-22T10:37:58,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-api/0.20.5 10:40:19 2024-01-22T10:37:58,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:58,167 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-concepts/0.20.5 10:40:19 2024-01-22T10:37:58,171 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-evpn/0.20.5 10:40:19 2024-01-22T10:37:58,177 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-flowspec/0.20.5 10:40:19 2024-01-22T10:37:58,188 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-inet/0.20.5 10:40:19 2024-01-22T10:37:58,191 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-l3vpn/0.20.5 10:40:19 2024-01-22T10:37:58,198 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-labeled-unicast/0.20.5 10:40:19 2024-01-22T10:37:58,200 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-linkstate/0.20.5 10:40:19 2024-01-22T10:37:58,212 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-mvpn/0.20.5 10:40:19 2024-01-22T10:37:58,220 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-api/0.20.5 10:40:19 2024-01-22T10:37:58,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-statement/0.20.5 10:40:19 2024-01-22T10:37:58,244 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-spi/0.20.5 10:40:19 2024-01-22T10:37:58,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-state/0.20.5 10:40:19 2024-01-22T10:37:58,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-api/0.20.5 10:40:19 2024-01-22T10:37:58,251 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:58,253 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-spi/0.20.5 10:40:19 2024-01-22T10:37:58,258 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-path-selection-mode/0.20.5 10:40:19 2024-01-22T10:37:58,262 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-peer-acceptor/0.20.5 10:40:19 2024-01-22T10:37:58,263 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-api/0.20.5 10:40:19 2024-01-22T10:37:58,265 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-impl/0.20.5 10:40:19 2024-01-22T10:37:58,267 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-spi/0.20.5 10:40:19 2024-01-22T10:37:58,272 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-route-target/0.20.5 10:40:19 2024-01-22T10:37:58,274 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:58,281 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bmp-monitors-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,282 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/concepts/0.20.5 10:40:19 2024-01-22T10:37:58,283 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-impl/0.20.5 10:40:19 2024-01-22T10:37:58,284 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-spi/0.20.5 10:40:19 2024-01-22T10:37:58,284 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-api/0.20.5 10:40:19 2024-01-22T10:37:58,286 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-impl/0.20.5 10:40:19 2024-01-22T10:37:58,286 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-api/0.20.5 10:40:19 2024-01-22T10:37:58,300 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-auto-bandwidth-extension/0.20.5 10:40:19 2024-01-22T10:37:58,305 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-base-parser/0.20.5 10:40:19 2024-01-22T10:37:58,308 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:58,309 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:58,309 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-stateful/0.20.5 10:40:19 2024-01-22T10:37:58,317 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-impl/0.20.5 10:40:19 2024-01-22T10:37:58,322 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-api/0.20.5 10:40:19 2024-01-22T10:37:58,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-provider/0.20.5 10:40:19 2024-01-22T10:37:58,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-spi/0.20.5 10:40:19 2024-01-22T10:37:58,332 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,338 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:58,340 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-spi/0.20.5 10:40:19 2024-01-22T10:37:58,341 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,342 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-provider/0.20.5 10:40:19 2024-01-22T10:37:58,347 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-api/0.20.5 10:40:19 2024-01-22T10:37:58,348 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-impl/0.20.5 10:40:19 2024-01-22T10:37:58,349 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-spi/0.20.5 10:40:19 2024-01-22T10:37:58,350 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,351 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,352 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/protocols-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,353 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/routing-policy-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,354 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-api/0.20.5 10:40:19 2024-01-22T10:37:58,365 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,366 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,367 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,372 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,373 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,374 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,375 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/util/0.20.5 10:40:19 2024-01-22T10:37:58,376 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/atomix-storage/8.0.3 10:40:19 2024-01-22T10:37:58,378 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/blueprint/8.0.3 10:40:19 2024-01-22T10:37:58,379 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-api/8.0.3 10:40:19 2024-01-22T10:37:58,380 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-client/8.0.3 10:40:19 2024-01-22T10:37:58,384 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-dom-api/8.0.3 10:40:19 2024-01-22T10:37:58,385 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-mgmt-api/8.0.3 10:40:19 2024-01-22T10:37:58,389 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/eos-dom-akka/8.0.3 10:40:19 2024-01-22T10:37:58,391 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-event-executor-config/0.19.3 10:40:19 2024-01-22T10:37:58,392 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-threadgroup-config/0.19.3 10:40:19 2024-01-22T10:37:58,393 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-timer-config/0.19.3 10:40:19 2024-01-22T10:37:58,393 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/repackaged-akka/8.0.3 10:40:19 2024-01-22T10:37:58,453 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-raft/8.0.3 10:40:19 2024-01-22T10:37:58,454 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-segmented-journal/8.0.3 10:40:19 2024-01-22T10:37:58,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-api/8.0.3 10:40:19 2024-01-22T10:37:58,460 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-impl/8.0.3 10:40:19 2024-01-22T10:37:58,461 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-clustering-commons/8.0.3 10:40:19 2024-01-22T10:37:58,462 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-common-util/8.0.3 10:40:19 2024-01-22T10:37:58,463 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-distributed-datastore/8.0.3 10:40:19 2024-01-22T10:37:58,469 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-remoterpc-connector/8.0.3 10:40:19 2024-01-22T10:37:58,475 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-api/0.19.3 10:40:19 2024-01-22T10:37:58,475 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-impl/0.19.3 10:40:19 2024-01-22T10:37:58,476 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,477 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,478 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-model/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,479 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-spi/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,480 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-api/6.0.4 10:40:19 2024-01-22T10:37:58,480 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-impl/6.0.4 10:40:19 2024-01-22T10:37:58,481 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-shell/6.0.4 10:40:19 2024-01-22T10:37:58,482 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-web/6.0.4 10:40:19 2024-01-22T10:37:58,483 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-api/6.0.4 10:40:19 2024-01-22T10:37:58,484 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-impl/6.0.4 10:40:19 2024-01-22T10:37:58,485 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/infrautils-util/6.0.4 10:40:19 2024-01-22T10:37:58,489 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,490 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,491 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-jsonrpc/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,491 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-messagelib/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,492 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-spi/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,493 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-http/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,494 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-zmq/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,495 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/dom-codec/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,496 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,504 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,505 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-aaa/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,506 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,507 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-noop/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,507 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-service/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,508 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,510 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,518 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,522 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,523 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,524 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-api/12.0.3 10:40:19 2024-01-22T10:37:58,528 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/12.0.3 10:40:19 2024-01-22T10:37:58,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.2 10:40:19 2024-01-22T10:37:58,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.3 10:40:19 2024-01-22T10:37:58,536 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.2 10:40:19 2024-01-22T10:37:58,537 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.3 10:40:19 2024-01-22T10:37:58,538 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,539 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,540 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.2 10:40:19 2024-01-22T10:37:58,544 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.3 10:40:19 2024-01-22T10:37:58,545 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.2 10:40:19 2024-01-22T10:37:58,546 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.3 10:40:19 2024-01-22T10:37:58,548 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.2 10:40:19 2024-01-22T10:37:58,548 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.3 10:40:19 2024-01-22T10:37:58,549 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.2 10:40:19 2024-01-22T10:37:58,550 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.3 10:40:19 2024-01-22T10:37:58,551 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.2 10:40:19 2024-01-22T10:37:58,552 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.3 10:40:19 2024-01-22T10:37:58,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.2 10:40:19 2024-01-22T10:37:58,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.3 10:40:19 2024-01-22T10:37:58,554 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,563 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.2 10:40:19 2024-01-22T10:37:58,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.3 10:40:19 2024-01-22T10:37:58,696 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.2 10:40:19 2024-01-22T10:37:58,698 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.3 10:40:19 2024-01-22T10:37:58,700 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spi/12.0.3 10:40:19 2024-01-22T10:37:58,701 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-util/12.0.3 10:40:19 2024-01-22T10:37:58,702 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.iana/iana-routing-types/12.0.3 10:40:19 2024-01-22T10:37:58,703 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-inet-types/12.0.3 10:40:19 2024-01-22T10:37:58,704 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-yang-types/12.0.3 10:40:19 2024-01-22T10:37:58,706 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc7952/12.0.3 10:40:19 2024-01-22T10:37:58,707 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8040/12.0.3 10:40:19 2024-01-22T10:37:58,708 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8072/12.0.3 10:40:19 2024-01-22T10:37:58,710 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8294-ietf-routing-types/12.0.3 10:40:19 2024-01-22T10:37:58,711 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-datastores/12.0.3 10:40:19 2024-01-22T10:37:58,712 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-origin/12.0.3 10:40:19 2024-01-22T10:37:58,713 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8343/12.0.3 10:40:19 2024-01-22T10:37:58,718 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8525/12.0.3 10:40:19 2024-01-22T10:37:58,719 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.2 10:40:19 2024-01-22T10:37:58,720 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,721 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.2 10:40:19 2024-01-22T10:37:58,722 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.3 10:40:19 2024-01-22T10:37:58,723 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-broker/12.0.3 10:40:19 2024-01-22T10:37:58,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,725 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,726 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.2 10:40:19 2024-01-22T10:37:58,727 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.3 10:40:19 2024-01-22T10:37:58,731 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-adapter/12.0.3 10:40:19 2024-01-22T10:37:58,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-api/12.0.3 10:40:19 2024-01-22T10:37:58,733 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,734 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-spi/12.0.3 10:40:19 2024-01-22T10:37:58,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-dom-api/12.0.3 10:40:19 2024-01-22T10:37:58,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/general-entity/12.0.3 10:40:19 2024-01-22T10:37:58,736 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-topology/2013.10.21.24.3 10:40:19 2024-01-22T10:37:58,737 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-type-util/12.0.3 10:40:19 2024-01-22T10:37:58,738 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/opendaylight-l2-types/2013.08.27.24.3 10:40:19 2024-01-22T10:37:58,739 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.2 10:40:19 2024-01-22T10:37:58,739 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.3 10:40:19 2024-01-22T10:37:58,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-rfc8294-netty/12.0.3 10:40:19 2024-01-22T10:37:58,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,742 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/12.0.3 10:40:19 2024-01-22T10:37:58,743 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.2 10:40:19 2024-01-22T10:37:58,750 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.3 10:40:19 2024-01-22T10:37:58,751 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.4 10:40:19 2024-01-22T10:37:58,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.5 10:40:19 2024-01-22T10:37:58,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.4 10:40:19 2024-01-22T10:37:58,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.5 10:40:19 2024-01-22T10:37:58,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth-aaa/6.0.5 10:40:19 2024-01-22T10:37:58,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-model/6.0.5 10:40:19 2024-01-22T10:37:58,757 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-protocol/6.0.5 10:40:19 2024-01-22T10:37:58,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-provider/6.0.5 10:40:19 2024-01-22T10:37:58,759 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client/6.0.5 10:40:19 2024-01-22T10:37:58,765 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,767 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-common-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,768 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-config/6.0.5 10:40:19 2024-01-22T10:37:58,769 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-console/6.0.5 10:40:19 2024-01-22T10:37:58,770 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.4 10:40:19 2024-01-22T10:37:58,774 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.5 10:40:19 2024-01-22T10:37:58,775 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-api/6.0.5 10:40:19 2024-01-22T10:37:58,777 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-none/6.0.5 10:40:19 2024-01-22T10:37:58,777 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/6.0.5 10:40:19 2024-01-22T10:37:58,778 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/draft-ietf-netconf-crypto-types/6.0.5 10:40:19 2024-01-22T10:37:58,783 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.4 10:40:19 2024-01-22T10:37:58,784 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.5 10:40:19 2024-01-22T10:37:58,785 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6022/6.0.5 10:40:19 2024-01-22T10:37:58,790 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.4 10:40:19 2024-01-22T10:37:58,792 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.5 10:40:19 2024-01-22T10:37:58,794 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.4 10:40:19 2024-01-22T10:37:58,795 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.5 10:40:19 2024-01-22T10:37:58,796 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.4 10:40:19 2024-01-22T10:37:58,797 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.5 10:40:19 2024-01-22T10:37:58,801 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc7407-ietf-x509-cert-to-name/6.0.5 10:40:19 2024-01-22T10:37:58,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.4 10:40:19 2024-01-22T10:37:58,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.5 10:40:19 2024-01-22T10:37:58,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8341/6.0.5 10:40:19 2024-01-22T10:37:58,804 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.4 10:40:19 2024-01-22T10:37:58,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.5 10:40:19 2024-01-22T10:37:58,807 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-nb/6.0.5 10:40:19 2024-01-22T10:37:58,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-netty-util/6.0.5 10:40:19 2024-01-22T10:37:58,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.4 10:40:19 2024-01-22T10:37:58,817 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.5 10:40:19 2024-01-22T10:37:58,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.4 10:40:19 2024-01-22T10:37:58,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.5 10:40:19 2024-01-22T10:37:58,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.4 10:40:19 2024-01-22T10:37:58,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.5 10:40:19 2024-01-22T10:37:58,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.4 10:40:19 2024-01-22T10:37:58,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.5 10:40:19 2024-01-22T10:37:58,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-openapi/6.0.5 10:40:19 2024-01-22T10:37:58,841 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server/6.0.5 10:40:19 2024-01-22T10:37:58,847 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,849 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-exificient/6.0.5 10:40:19 2024-01-22T10:37:58,860 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-sshd/6.0.5 10:40:19 2024-01-22T10:37:58,869 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology/6.0.5 10:40:19 2024-01-22T10:37:58,874 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-impl/6.0.5 10:40:19 2024-01-22T10:37:58,875 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-singleton/6.0.5 10:40:19 2024-01-22T10:37:58,877 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-api/6.0.5 10:40:19 2024-01-22T10:37:58,878 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-ssh/6.0.5 10:40:19 2024-01-22T10:37:58,885 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tcp/6.0.5 10:40:19 2024-01-22T10:37:58,886 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tls/6.0.5 10:40:19 2024-01-22T10:37:58,893 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-api/6.0.5 10:40:19 2024-01-22T10:37:58,895 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-none/6.0.5 10:40:19 2024-01-22T10:37:58,899 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/yanglib/6.0.5 10:40:19 2024-01-22T10:37:58,900 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,910 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,911 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/device-ownership-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,914 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,919 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/reconciliation-framework/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,923 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,934 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,951 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,956 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,968 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.libraries/liblldp/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,969 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-base/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,992 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,998 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-inventory/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,999 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-topology/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,000 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,009 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,009 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,031 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,042 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-util/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/library/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.openvswitch/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,053 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,055 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.config/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,061 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.servicehelper/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,062 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.yang-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,064 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,068 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/rpc-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,070 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,071 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-shell/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,072 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/tools-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/upgrade/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,075 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,076 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,078 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,079 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,083 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,084 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,085 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,086 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,087 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,089 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,090 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,092 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,093 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-api/11.0.4 10:40:19 2024-01-22T10:37:59,094 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:37:59,095 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:37:59,099 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:37:59,100 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-impl/11.0.4 10:40:19 2024-01-22T10:37:59,101 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-spi/11.0.4 10:40:19 2024-01-22T10:37:59,102 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-transform/11.0.4 10:40:19 2024-01-22T10:37:59,103 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:37:59,104 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-ri/11.0.4 10:40:19 2024-01-22T10:37:59,108 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:37:59,109 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-util/11.0.4 10:40:19 2024-01-22T10:37:59,110 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-ir/11.0.4 10:40:19 2024-01-22T10:37:59,111 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,112 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-export/11.0.4 10:40:19 2024-01-22T10:37:59,116 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-ri/11.0.4 10:40:19 2024-01-22T10:37:59,118 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-spi/11.0.4 10:40:19 2024-01-22T10:37:59,118 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-util/11.0.4 10:40:19 2024-01-22T10:37:59,119 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-api/11.0.4 10:40:19 2024-01-22T10:37:59,120 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:37:59,121 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:37:59,122 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:37:59,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:37:59,128 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-api/11.0.4 10:40:19 2024-01-22T10:37:59,133 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-fs/11.0.4 10:40:19 2024-01-22T10:37:59,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:37:59,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-war/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:59,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-api/8.0.22 10:40:19 2024-01-22T10:37:59,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-el2/8.0.22 10:40:19 2024-01-22T10:37:59,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-servlet31/8.0.22 10:40:19 2024-01-22T10:37:59,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:37:59,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:37:59,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:37:59,147 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:37:59,157 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:37:59,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-spi/8.0.22 10:40:19 2024-01-22T10:37:59,160 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:37:59,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:37:59,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.component/1.5.0 10:40:19 2024-01-22T10:37:59,163 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.owasp.encoder/encoder/1.2.3 10:40:19 2024-01-22T10:37:59,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-java8-compat_2.13/1.0.2 10:40:19 2024-01-22T10:37:59,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-parser-combinators_2.13/1.1.2 10:40:19 2024-01-22T10:37:59,170 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-library/2.13.12 10:40:19 2024-01-22T10:37:59,192 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-reflect/2.13.12 10:40:19 2024-01-22T10:37:59,201 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-cli/0.20.5 10:40:19 2024-01-22T10:37:59,202 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.reactivestreams/reactive-streams/1.0.4 10:40:19 2024-01-22T10:37:59,203 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.codehaus.woodstox/stax2-api/4.2.2 10:40:19 2024-01-22T10:37:59,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:tech.pantheon.triemap/triemap/1.3.1 10:40:19 2024-01-22T10:37:59,208 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/util/11.0.4 10:40:19 2024-01-22T10:37:59,209 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:dk.brics/automaton/1.12-4 10:40:19 2024-01-22T10:37:59,210 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:net.java.dev.stax-utils/stax-utils/20070216 10:40:19 2024-01-22T10:37:59,214 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:org.lmdbjava/lmdbjava/0.7.0 10:40:19 2024-01-22T10:37:59,215 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common/11.0.4 10:40:19 2024-01-22T10:37:59,216 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common-netty/11.0.4 10:40:19 2024-01-22T10:37:59,217 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:37:59,218 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:37:59,232 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.library.cfg 10:40:19 2024-01-22T10:37:59,233 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT//etc/org.jolokia.osgi.cfg 10:40:19 2024-01-22T10:37:59,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/routing-policy-default-config.xml 10:40:19 2024-01-22T10:37:59,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg 10:40:19 2024-01-22T10:37:59,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.serviceutils.metrics.cfg 10:40:19 2024-01-22T10:37:59,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-cert-config.xml 10:40:19 2024-01-22T10:37:59,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.southbound.cfg 10:40:19 2024-01-22T10:37:59,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.jsonrpc.bus.cfg 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-app-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-datastore-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/bin/idmtool 10:40:19 2024-01-22T10:37:59,246 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT//etc/org.opendaylight.aaa.filterchain.cfg 10:40:19 2024-01-22T10:37:59,248 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/network-topology-pcep-config.xml 10:40:19 2024-01-22T10:37:59,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.daexim.cfg 10:40:19 2024-01-22T10:37:59,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.restconf.nb.rfc8040.cfg 10:40:19 2024-01-22T10:37:59,250 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/jetty-web.xml 10:40:19 2024-01-22T10:37:59,250 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/odl-bmp-monitors-config.xml 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/akka.conf 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/factory/akka.conf 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/module-shards.conf 10:40:19 2024-01-22T10:37:59,255 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/modules.conf 10:40:19 2024-01-22T10:37:59,259 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.controller.cluster.datastore.cfg 10:40:19 2024-01-22T10:37:59,259 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/default-openflow-connection-config.xml 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/legacy-openflow-connection-config.xml 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Refreshing bundles: 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 (Attached fragments changed: [org.ops4j.pax.web.pax-web-compatibility-el2/8.0.22]) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.config.core/4.4.4 (Should be wired to: org.apache.karaf.shell.core/4.4.4 (through osgi.wiring.package; filter:="(&(osgi.wiring.package=org.apache.karaf.shell.api.action)(&(version>=4.4.0)(!(version>=5.0.0))))"; resolution:="optional")) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.jasypt/1.9.3.1 (Should be wired to: jakarta.servlet-api/4.0.0 (through [org.apache.servicemix.bundles.jasypt/1.9.3.1] osgi.wiring.package; resolution:=optional; filter:="(osgi.wiring.package=javax.servlet)")) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,261 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.config/1.5.6 (Wired to org.apache.servicemix.bundles.jasypt/1.9.3.1 which is being refreshed) 10:40:19 2024-01-22T10:37:59,261 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.pool.common/1.5.6 (Wired to javax.transaction-api/1.2.0 which is being refreshed) 10:40:19 2024-01-22T10:38:00,709 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.controller.cluster.datastore} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.controller.cluster.datastore.cfg 10:40:19 2024-01-22T10:38:00,711 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.serviceutils.metrics} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.serviceutils.metrics.cfg 10:40:19 2024-01-22T10:38:00,714 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.openflowplugin} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg 10:40:19 2024-01-22T10:38:00,715 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.daexim} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.daexim.cfg 10:40:19 2024-01-22T10:38:00,716 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.ovsdb.library} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.library.cfg 10:40:19 2024-01-22T10:38:00,717 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.jsonrpc.bus} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.jsonrpc.bus.cfg 10:40:19 2024-01-22T10:38:00,718 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.jolokia.osgi} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.jolokia.osgi.cfg 10:40:19 2024-01-22T10:38:00,728 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.aaa.filterchain} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.aaa.filterchain.cfg 10:40:19 2024-01-22T10:38:00,731 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.restconf.nb.rfc8040} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.restconf.nb.rfc8040.cfg 10:40:19 2024-01-22T10:38:00,732 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.ovsdb.southbound} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.southbound.cfg 10:40:19 2024-01-22T10:40:01,435 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Starting bundles: 10:40:19 2024-01-22T10:40:01,436 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm/9.5.0 10:40:19 2024-01-22T10:40:01,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.tree/9.5.0 10:40:19 2024-01-22T10:40:01,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.commons/9.5.0 10:40:19 2024-01-22T10:40:01,534 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.tree.analysis/9.5.0 10:40:19 2024-01-22T10:40:01,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.util/9.5.0 10:40:19 2024-01-22T10:40:01,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.quiesce.api/1.0.0 10:40:19 2024-01-22T10:40:01,536 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.proxy/1.1.13 10:40:19 2024-01-22T10:40:01,541 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.api/1.0.1 10:40:19 2024-01-22T10:40:01,541 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.core/1.10.3 10:40:19 2024-01-22T10:40:01,682 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.aries.blueprint.core/1.10.3 has been started 10:40:19 2024-01-22T10:40:01,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.cm/1.3.2 10:40:19 2024-01-22T10:40:01,694 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.aries.blueprint.cm/1.3.2 has been started 10:40:19 2024-01-22T10:40:01,695 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.blueprint/4.4.4 10:40:19 2024-01-22T10:40:01,699 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:40:01,701 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.wrap/4.4.4 10:40:19 2024-01-22T10:40:01,705 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.features/4.4.4 10:40:19 2024-01-22T10:40:01,714 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.osgi/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.scp/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.sftp/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jline/3.21.0 10:40:19 2024-01-22T10:40:01,716 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.core/4.4.4 10:40:19 2024-01-22T10:40:01,752 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.config.core/4.4.4 10:40:19 2024-01-22T10:40:01,825 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:40:01,827 | INFO | features-3-thread-1 | Activator | 130 - org.apache.karaf.shell.core - 4.4.4 | Not starting local console. To activate set karaf.startLocalConsole=true 10:40:19 2024-01-22T10:40:01,846 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.karaf.shell.core/4.4.4 has been started 10:40:19 2024-01-22T10:40:01,846 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,855 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,860 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.api/1.1.5 10:40:19 2024-01-22T10:40:01,860 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Unregistering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,861 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.servlet-api/4.0.0 10:40:19 2024-01-22T10:40:01,862 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-api/8.0.22 10:40:19 2024-01-22T10:40:01,862 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,863 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.websocket-api/1.1.2 10:40:19 2024-01-22T10:40:01,863 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-spi/8.0.22 10:40:19 2024-01-22T10:40:01,864 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 10:40:19 2024-01-22T10:40:01,865 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jdt.core.compiler.batch/3.26.0.v20210609-0549 10:40:19 2024-01-22T10:40:01,866 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:40:01,867 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:40:01,867 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:40:01,869 | INFO | features-3-thread-1 | Activator | 549 - org.ops4j.pax.web.pax-web-extender-war - 8.0.22 | Configuring WAR extender thread pool. Pool size = 3 10:40:19 2024-01-22T10:40:01,934 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.blueprint.api/1.2.0 10:40:19 2024-01-22T10:40:01,935 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.blueprint.core/1.2.0 10:40:19 2024-01-22T10:40:01,936 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,937 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.jmx/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.io/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.http/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,939 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.server/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.security/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.jaas/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,941 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:40:01,955 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:40:01,956 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.bundle.blueprintstate/4.4.4 10:40:19 2024-01-22T10:40:01,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.osgi.service.component/1.5.0.202109301733 10:40:19 2024-01-22T10:40:01,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlets/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,961 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.url.war/2.6.14 10:40:19 2024-01-22T10:40:01,965 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:40:01,965 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:40:01,974 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:40:01,975 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:40:01,979 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.kar.core/4.4.4. Missing service: [org.apache.karaf.kar.KarService] 10:40:19 2024-01-22T10:40:01,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.client/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.continuation/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util.ajax/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.config/4.4.4 10:40:19 2024-01-22T10:40:01,982 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:40:01,987 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.modules/4.4.4 10:40:19 2024-01-22T10:40:01,990 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.xml/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,991 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:40:02,002 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:40:02,003 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.felix.scr/2.2.6 10:40:19 2024-01-22T10:40:02,008 | INFO | features-3-thread-1 | ROOT | 104 - org.apache.felix.scr - 2.2.6 | bundle org.apache.felix.scr:2.2.6 (104) Starting with globalExtender setting: false 10:40:19 2024-01-22T10:40:02,010 | INFO | features-3-thread-1 | ROOT | 104 - org.apache.felix.scr - 2.2.6 | bundle org.apache.felix.scr:2.2.6 (104) Version = 2.2.6 10:40:19 2024-01-22T10:40:02,016 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:40:02,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:40:02,023 | INFO | features-3-thread-1 | log | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Logging initialized @137413ms to org.eclipse.jetty.util.log.Slf4jLog 10:40:19 2024-01-22T10:40:02,029 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:40:02,040 | INFO | features-3-thread-1 | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | EventAdmin support enabled, WAB events will be posted to EventAdmin topics. 10:40:19 2024-01-22T10:40:02,040 | INFO | features-3-thread-1 | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Pax Web Runtime started 10:40:19 2024-01-22T10:40:02,040 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.ops4j.pax.web]) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Scheduling Pax Web reconfiguration because configuration has changed 10:40:19 2024-01-22T10:40:02,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:40:02,042 | INFO | paxweb-config-3-thread-1 (change config) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Scheduling Pax Web reconfiguration because ServerControllerFactory has been registered 10:40:19 2024-01-22T10:40:02,045 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.web.core/4.4.4. Missing service: [org.apache.karaf.web.WebContainerService] 10:40:19 2024-01-22T10:40:02,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:40:02,052 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:40:02,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:40:02,057 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.http.core/4.4.4. Missing service: [org.apache.karaf.http.core.ProxyService] 10:40:19 2024-01-22T10:40:02,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,065 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,066 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Updating commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,066 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Updating commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,067 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.whiteboard/1.2.0 10:40:19 2024-01-22T10:40:02,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:40:02,073 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:40:02,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:40:02,077 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:40:02,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:40:02,095 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:40:02,096 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:40:02,097 | INFO | features-3-thread-1 | Activator | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Starting Pax Web Whiteboard Extender 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Configuring server controller org.ops4j.pax.web.service.jetty.internal.JettyServerController 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Configuring JettyServerController{configuration=d2d9c2fe-8521-4d15-9ed1-e71ad6878cac,state=UNCONFIGURED} 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating Jetty server instance using configuration properties. 10:40:19 2024-01-22T10:40:02,110 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:40:02,113 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Processing Jetty configuration from files: [etc/jetty.xml] 10:40:19 2024-01-22T10:40:02,143 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:40:02,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.table/4.4.4 10:40:19 2024-01-22T10:40:02,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.management.server/4.4.4 10:40:19 2024-01-22T10:40:02,149 | INFO | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | Setting java.rmi.server.hostname system property to 127.0.0.1 10:40:19 2024-01-22T10:40:02,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.scr.state/4.4.4 10:40:19 2024-01-22T10:40:02,196 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Found configured connector "jetty-default": 0.0.0.0:8181 10:40:19 2024-01-22T10:40:02,197 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Using configured jetty-default@21dc1324{HTTP/1.1, (http/1.1)}{0.0.0.0:8181} as non secure connector for address: 0.0.0.0:8181 10:40:19 2024-01-22T10:40:02,198 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Eagerly starting Jetty thread pool QueuedThreadPool[qtp1222895943]@48e3e947{STOPPED,0<=0<=200,i=0,r=-1,q=0}[NO_TRY] 10:40:19 2024-01-22T10:40:02,200 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.scr.management/4.4.4 10:40:19 2024-01-22T10:40:02,200 | INFO | paxweb-config-3-thread-1 (change controller) | JettyFactory | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding JMX support to Jetty server 10:40:19 2024-01-22T10:40:02,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.core/1.1.8 10:40:19 2024-01-22T10:40:02,206 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Starting JMX OSGi agent 10:40:19 2024-01-22T10:40:02,217 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering MBean with ObjectName [osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c] for service with service.id [15] 10:40:19 2024-01-22T10:40:02,219 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering MBean with ObjectName [osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c] for service with service.id [37] 10:40:19 2024-01-22T10:40:02,221 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,221 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,222 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,222 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,225 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Starting server controller org.ops4j.pax.web.service.jetty.internal.JettyServerController 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting JettyServerController{configuration=d2d9c2fe-8521-4d15-9ed1-e71ad6878cac,state=STOPPED} 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Server@610819ac{STOPPED}[9.4.52.v20230823] 10:40:19 2024-01-22T10:40:02,230 | INFO | paxweb-config-3-thread-1 (change controller) | Server | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | jetty-9.4.52.v20230823; built: 2023-08-23T19:29:37.669Z; git: abdcda73818a1a2c705da276edb0bf6581e7997e; jvm 17.0.6-ea+9-LTS 10:40:19 2024-01-22T10:40:02,238 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Activating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,246 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | DefaultSessionIdManager workerName=node0 10:40:19 2024-01-22T10:40:02,246 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Deactivating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,246 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | No SessionScavenger set, using defaults 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | node0 Scavenging every 660000ms 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,249 | WARN | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.ServiceEvent[source={javax.management.MBeanServer}={service.id=157, service.bundleid=123, service.scope=singleton}]] - Dispatcher may have been shutdown 10:40:19 2024-01-22T10:40:02,265 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.shell.ssh/4.4.4. Missing service: [org.apache.sshd.server.SshServer] 10:40:19 2024-01-22T10:40:02,267 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.blueprint/8.0.3 10:40:19 2024-01-22T10:40:02,273 | WARN | Framework Event Dispatcher: Equinox Container: 3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.BundleEvent[source=org.apache.karaf.shell.ssh_4.4.4 [131]]] - Dispatcher may have been shutdown 10:40:19 2024-01-22T10:40:02,278 | INFO | features-3-thread-1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Starting BlueprintBundleTracker 10:40:19 2024-01-22T10:40:02,295 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.karaf.shell.core_4.4.4 [130] was successfully created 10:40:19 2024-01-22T10:40:02,296 | INFO | paxweb-config-3-thread-1 (change controller) | AbstractConnector | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started jetty-default@21dc1324{HTTP/1.1, (http/1.1)}{0.0.0.0:8181} 10:40:19 2024-01-22T10:40:02,297 | INFO | paxweb-config-3-thread-1 (change controller) | Server | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started @137687ms 10:40:19 2024-01-22T10:40:02,297 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.aries.blueprint.cm_1.3.2 [88] was successfully created 10:40:19 2024-01-22T10:40:02,298 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.aries.blueprint.core_1.10.3 [89] was successfully created 10:40:19 2024-01-22T10:40:02,299 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering HttpService factory 10:40:19 2024-01-22T10:40:02,301 | INFO | paxweb-config-3-thread-1 (change controller) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.apache.karaf.web.core_4.4.4 [134]] 10:40:19 2024-01-22T10:40:02,301 | INFO | HttpService->WarExtender (add HttpService) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.ops4j.pax.web.pax-web-extender-war_8.0.22 [549]] 10:40:19 2024-01-22T10:40:02,307 | WARN | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | java.rmi.server.hostname system property is already set to 127.0.0.1. Apache Karaf doesn't override it 10:40:19 2024-01-22T10:40:02,312 | ERROR | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | Can't init JMXConnectorServer: Port already in use: 1099; nested exception is: 10:40:19 java.net.BindException: Address already in use 10:40:19 2024-01-22T10:40:02,317 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Activating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,317 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,327 | INFO | paxweb-config-3-thread-1 (change controller) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.apache.karaf.http.core_4.4.4 [115]] 10:40:19 2024-01-22T10:40:02,329 | INFO | activator-1-thread-2 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:40:02,331 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering HttpServiceRuntime 10:40:19 2024-01-22T10:40:02,331 | INFO | HttpService->Whiteboard (add HttpService) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.ops4j.pax.web.pax-web-extender-whiteboard_8.0.22 [550]] 10:40:19 2024-01-22T10:40:02,339 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-3,contextPath='/'} 10:40:19 2024-01-22T10:40:02,339 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-1,name='default',path='/',bundle=org.ops4j.pax.web.pax-web-extender-whiteboard,context=(supplier)}", size=2} 10:40:19 2024-01-22T10:40:02,340 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-3,contextPath='/'} 10:40:19 2024-01-22T10:40:02,341 | INFO | activator-1-thread-2 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:40:02,365 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-1,name='default',path='/',bundle=org.ops4j.pax.web.pax-web-extender-whiteboard,context=(supplier)} to o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:02,369 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:02,486 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:40:02,494 | INFO | activator-1-thread-1 | DefaultIoServiceFactoryFactory | 135 - org.apache.sshd.osgi - 2.10.0 | No detected/configured IoServiceFactoryFactory; using Nio2ServiceFactoryFactory 10:40:19 2024-01-22T10:40:02,717 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.guava.failureaccess/1.0.1 10:40:19 2024-01-22T10:40:02,719 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.guava/32.1.3.jre 10:40:19 2024-01-22T10:40:02,723 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.geronimo.specs.geronimo-jta_1.1_spec/1.1.1 10:40:19 2024-01-22T10:40:02,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.servlet-api/3.1.0 10:40:19 2024-01-22T10:40:02,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | lz4-java/1.8.0 10:40:19 2024-01-22T10:40:02,725 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.typesafe.config/1.4.2 10:40:19 2024-01-22T10:40:02,728 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.scala-library/2.13.12.v20230901-134811-VFINAL-80514f7 10:40:19 2024-01-22T10:40:02,730 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.modules.scala-parser-combinators/1.1.2 10:40:19 2024-01-22T10:40:02,731 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.typesafe.sslconfig/0.4.3 10:40:19 2024-01-22T10:40:02,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.agrona.core/1.15.2 10:40:19 2024-01-22T10:40:02,733 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.aeron.client/1.38.1 10:40:19 2024-01-22T10:40:02,734 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.aeron.driver/1.38.1 10:40:19 2024-01-22T10:40:02,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.logging/1.2.0 10:40:19 2024-01-22T10:40:02,736 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jboss.netty/3.10.6.Final 10:40:19 2024-01-22T10:40:02,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_org_lmdbjava_lmdbjava_0.7.0_lmdbjava-0.7.0.jar/0.0.0 10:40:19 2024-01-22T10:40:02,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | reactive-streams/1.0.4 10:40:19 2024-01-22T10:40:02,742 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.modules.scala-java8-compat/1.0.2 10:40:19 2024-01-22T10:40:02,743 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.repackaged-akka/8.0.3 10:40:19 2024-01-22T10:40:02,746 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util/9.4.50.v20221201 10:40:19 2024-01-22T10:40:02,747 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | checker-qual/3.39.0 10:40:19 2024-01-22T10:40:02,748 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | concepts/11.0.4 10:40:19 2024-01-22T10:40:02,748 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | triemap/1.3.1 10:40:19 2024-01-22T10:40:02,749 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | util/11.0.4 10:40:19 2024-01-22T10:40:02,750 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-common/11.0.4 10:40:19 2024-01-22T10:40:02,751 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.yang-binding/12.0.2 10:40:19 2024-01-22T10:40:02,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.yang-binding/12.0.3 10:40:19 2024-01-22T10:40:02,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spec-util/12.0.2 10:40:19 2024-01-22T10:40:02,753 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spec-util/12.0.3 10:40:19 2024-01-22T10:40:02,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.ietf-type-util/12.0.3 10:40:19 2024-01-22T10:40:02,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc6991-ietf-inet-types/12.0.3 10:40:19 2024-01-22T10:40:02,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc6991-ietf-yang-types/12.0.3 10:40:19 2024-01-22T10:40:02,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8294-ietf-routing-types/12.0.3 10:40:19 2024-01-22T10:40:02,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.concepts/0.20.5 10:40:19 2024-01-22T10:40:02,757 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-api/0.20.5 10:40:19 2024-01-22T10:40:02,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.gson/2.10.1 10:40:19 2024-01-22T10:40:02,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_net_java_dev_stax-utils_stax-utils_20070216_stax-utils-20070216.jar/0.0.0 10:40:19 2024-01-22T10:40:02,759 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.annotation-api/1.3.5 10:40:19 2024-01-22T10:40:02,760 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.external.jakarta.inject/2.6.1 10:40:19 2024-01-22T10:40:02,760 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.bytebuddy.byte-buddy/1.14.9 10:40:19 2024-01-22T10:40:02,762 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.shaded-exificient/6.0.5 10:40:19 2024-01-22T10:40:02,763 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.yang-ext/2013.9.7.24_3 10:40:19 2024-01-22T10:40:02,764 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.yang-ext/2013.9.7.24_2 10:40:19 2024-01-22T10:40:02,764 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,766 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava-extension-nicira-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,766 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-spi/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,767 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-common-netty/11.0.4 10:40:19 2024-01-22T10:40:02,768 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,793 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider), (objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider)] 10:40:19 2024-01-22T10:40:02,794 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.inventory/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,795 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.opendaylight-l2-types/2013.8.27.24_3 10:40:19 2024-01-22T10:40:02,796 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-base/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,797 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-service/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-statistics/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,800 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-nicira/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,804 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-nicira/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider)] 10:40:19 2024-01-22T10:40:02,805 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.bytebuddy.byte-buddy/1.14.8 10:40:19 2024-01-22T10:40:02,807 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.shiro-api/0.18.3 10:40:19 2024-01-22T10:40:02,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.resolver/4.1.100.Final 10:40:19 2024-01-22T10:40:02,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport/4.1.100.Final 10:40:19 2024-01-22T10:40:02,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport-native-unix-common/4.1.100.Final 10:40:19 2024-01-22T10:40:02,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.codec/4.1.100.Final 10:40:19 2024-01-22T10:40:02,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.handler/4.1.100.Final 10:40:19 2024-01-22T10:40:02,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-api/6.0.5 10:40:19 2024-01-22T10:40:02,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport-classes-epoll/4.1.100.Final 10:40:19 2024-01-22T10:40:02,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8341/6.0.5 10:40:19 2024-01-22T10:40:02,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.draft-ietf-netconf-crypto-types/6.0.5 10:40:19 2024-01-22T10:40:02,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-tcp/6.0.5 10:40:19 2024-01-22T10:40:02,815 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.keystore-api/6.0.5 10:40:19 2024-01-22T10:40:02,816 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.truststore-api/6.0.5 10:40:19 2024-01-22T10:40:02,817 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-tls/6.0.5 10:40:19 2024-01-22T10:40:02,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.ietf-topology/2013.10.21.24_3 10:40:19 2024-01-22T10:40:02,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-api/0.20.5 10:40:19 2024-01-22T10:40:02,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-api/0.20.5 10:40:19 2024-01-22T10:40:02,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6241/6.0.4 10:40:19 2024-01-22T10:40:02,823 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6241/6.0.5 10:40:19 2024-01-22T10:40:02,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8342-ietf-datastores/12.0.3 10:40:19 2024-01-22T10:40:02,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6243/6.0.5 10:40:19 2024-01-22T10:40:02,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6243/6.0.4 10:40:19 2024-01-22T10:40:02,826 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc7952/12.0.3 10:40:19 2024-01-22T10:40:02,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8342-ietf-origin/12.0.3 10:40:19 2024-01-22T10:40:02,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8526/6.0.5 10:40:19 2024-01-22T10:40:02,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8526/6.0.4 10:40:19 2024-01-22T10:40:02,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.util/0.20.5 10:40:19 2024-01-22T10:40:02,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:40:02,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-api/11.0.4 10:40:19 2024-01-22T10:40:02,831 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-ir/11.0.4 10:40:19 2024-01-22T10:40:02,832 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-api/11.0.4 10:40:19 2024-01-22T10:40:02,832 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:40:02,833 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-spi/11.0.4 10:40:19 2024-01-22T10:40:02,834 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-api/11.0.4 10:40:19 2024-01-22T10:40:02,834 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-concepts/0.20.5 10:40:19 2024-01-22T10:40:02,835 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-api/0.20.5 10:40:19 2024-01-22T10:40:02,836 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-api/0.20.5 10:40:19 2024-01-22T10:40:02,837 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-api/0.20.5 10:40:19 2024-01-22T10:40:02,838 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.shaded-sshd/6.0.5 10:40:19 2024-01-22T10:40:02,839 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-auto-bandwidth-extension/0.20.5 10:40:19 2024-01-22T10:40:02,847 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:40:02,852 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:40:02,855 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-spi/0.20.5 10:40:19 2024-01-22T10:40:02,858 | ERROR | features-3-thread-1 | DefaultPCEPExtensionConsumerContext | 252 - org.opendaylight.bgpcep.pcep-spi - 0.20.5 | bundle org.opendaylight.bgpcep.pcep-spi:0.20.5 (252)[org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext(5)] : Constructor argument 0 in class class org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext has unsupported type [Lorg.opendaylight.protocol.pcep.spi.PCEPExtensionProviderActivator; 10:40:19 2024-01-22T10:40:02,859 | ERROR | features-3-thread-1 | DefaultPCEPExtensionConsumerContext | 252 - org.opendaylight.bgpcep.pcep-spi - 0.20.5 | bundle org.opendaylight.bgpcep.pcep-spi:0.20.5 (252)[org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext(5)] : Constructor argument 0 in class class org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext has unsupported type java.lang.Iterable 10:40:19 2024-01-22T10:40:02,904 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-base-parser/0.20.5 10:40:19 2024-01-22T10:40:02,961 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-ietf-stateful/0.20.5 10:40:19 2024-01-22T10:40:03,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6470/6.0.4 10:40:19 2024-01-22T10:40:03,011 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6470/6.0.5 10:40:19 2024-01-22T10:40:03,012 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.graph-api/0.20.5 10:40:19 2024-01-22T10:40:03,013 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.algo-api/0.20.5 10:40:19 2024-01-22T10:40:03,014 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-server-api/0.20.5 10:40:19 2024-01-22T10:40:03,014 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.singleton-common-api/12.0.3 10:40:19 2024-01-22T10:40:03,015 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-spi/0.20.5 10:40:19 2024-01-22T10:40:03,016 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-spi/0.20.5 10:40:19 2024-01-22T10:40:03,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.common-api/12.0.2 10:40:19 2024-01-22T10:40:03,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.common-api/12.0.3 10:40:19 2024-01-22T10:40:03,018 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-api/12.0.3 10:40:19 2024-01-22T10:40:03,018 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-impl/0.20.5 10:40:19 2024-01-22T10:40:03,021 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-api/12.0.3 10:40:19 2024-01-22T10:40:03,022 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-api/12.0.2 10:40:19 2024-01-22T10:40:03,023 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,023 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:40:03,024 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-api/12.0.3 10:40:19 2024-01-22T10:40:03,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-api/12.0.2 10:40:19 2024-01-22T10:40:03,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-api/12.0.3 10:40:19 2024-01-22T10:40:03,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-api/12.0.2 10:40:19 2024-01-22T10:40:03,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-spi/12.0.3 10:40:19 2024-01-22T10:40:03,027 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-spi/12.0.2 10:40:19 2024-01-22T10:40:03,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:40:03,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-api/12.0.2 10:40:19 2024-01-22T10:40:03,029 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-api/12.0.3 10:40:19 2024-01-22T10:40:03,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.odlext-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:40:03,031 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-spi/12.0.2 10:40:19 2024-01-22T10:40:03,032 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-spi/12.0.3 10:40:19 2024-01-22T10:40:03,033 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-spi/11.0.4 10:40:19 2024-01-22T10:40:03,033 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-util/11.0.4 10:40:19 2024-01-22T10:40:03,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-util/11.0.4 10:40:19 2024-01-22T10:40:03,035 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-impl/11.0.4 10:40:19 2024-01-22T10:40:03,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-api/11.0.4 10:40:19 2024-01-22T10:40:03,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:40:03,037 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,042 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-ri/11.0.4 10:40:19 2024-01-22T10:40:03,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,044 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,044 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.antlr.antlr4-runtime/4.13.1 10:40:19 2024-01-22T10:40:03,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:40:03,048 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:40:03,049 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:40:03,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:40:03,195 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-spi/12.0.3 10:40:19 2024-01-22T10:40:03,196 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-spi/12.0.2 10:40:19 2024-01-22T10:40:03,196 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-schema-osgi/12.0.2 10:40:19 2024-01-22T10:40:03,204 | INFO | features-3-thread-1 | OSGiModelRuntime | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Model Runtime starting 10:40:19 2024-01-22T10:40:03,219 | INFO | features-3-thread-1 | KarafFeaturesSupport | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Will attempt to integrate with Karaf FeaturesService 10:40:19 2024-01-22T10:40:04,045 | INFO | features-3-thread-1 | NettyTransportSupport | 445 - org.opendaylight.netconf.transport-tcp - 6.0.5 | Netty transport backed by epoll(2) 10:40:19 2024-01-22T10:40:04,332 | INFO | features-3-thread-1 | SharedEffectiveModelContextFactory | 538 - org.opendaylight.yangtools.yang-parser-impl - 11.0.4 | Using weak references 10:40:19 2024-01-22T10:40:07,235 | INFO | features-3-thread-1 | OSGiModuleInfoSnapshotImpl | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | EffectiveModelContext generation 1 activated 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Updating context to generation 1 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | DOM Schema services activated 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiModelRuntime | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Model Runtime started 10:40:19 2024-01-22T10:40:07,237 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-schema-osgi/12.0.3 10:40:19 2024-01-22T10:40:07,242 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Updating context to generation 1 10:40:19 2024-01-22T10:40:07,243 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | DOM Schema services activated 10:40:19 2024-01-22T10:40:07,244 | INFO | features-3-thread-1 | OSGiModelRuntime | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Model Runtime starting 10:40:19 2024-01-22T10:40:07,245 | INFO | features-3-thread-1 | KarafFeaturesSupport | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Will attempt to integrate with Karaf FeaturesService 10:40:19 2024-01-22T10:40:09,324 | INFO | features-3-thread-1 | OSGiModuleInfoSnapshotImpl | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | EffectiveModelContext generation 1 activated 10:40:19 2024-01-22T10:40:09,324 | INFO | features-3-thread-1 | OSGiModelRuntime | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Model Runtime started 10:40:19 2024-01-22T10:40:09,325 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-ri/12.0.3 10:40:19 2024-01-22T10:40:09,326 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-ri/12.0.2 10:40:19 2024-01-22T10:40:09,327 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-generator/12.0.2 10:40:19 2024-01-22T10:40:09,330 | INFO | features-3-thread-1 | DefaultBindingRuntimeGenerator | 337 - org.opendaylight.mdsal.binding-generator - 12.0.2 | Binding/YANG type support activated 10:40:19 2024-01-22T10:40:09,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-generator/12.0.3 10:40:19 2024-01-22T10:40:09,333 | INFO | features-3-thread-1 | DefaultBindingRuntimeGenerator | 338 - org.opendaylight.mdsal.binding-generator - 12.0.3 | Binding/YANG type support activated 10:40:19 2024-01-22T10:40:09,333 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-osgi/12.0.2 10:40:19 2024-01-22T10:40:09,339 | INFO | features-3-thread-1 | OSGiBindingRuntime | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Binding Runtime activating 10:40:19 2024-01-22T10:40:10,427 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:10,428 | INFO | features-3-thread-1 | GlobalBindingRuntimeContext | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Global BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,165 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,166 | INFO | features-3-thread-1 | OSGiBindingRuntime | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Binding Runtime activated 10:40:19 2024-01-22T10:40:11,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-osgi/12.0.3 10:40:19 2024-01-22T10:40:11,170 | INFO | features-3-thread-1 | GlobalBindingRuntimeContext | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Global BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,171 | INFO | features-3-thread-1 | OSGiBindingRuntime | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Binding Runtime activating 10:40:19 2024-01-22T10:40:11,813 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:12,431 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:12,431 | INFO | features-3-thread-1 | OSGiBindingRuntime | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Binding Runtime activated 10:40:19 2024-01-22T10:40:12,432 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-loader/12.0.2 10:40:19 2024-01-22T10:40:12,433 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-loader/12.0.3 10:40:19 2024-01-22T10:40:12,433 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec/12.0.2 10:40:19 2024-01-22T10:40:12,436 | INFO | features-3-thread-1 | SimpleBindingCodecTreeFactory | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Binding-DOM Codec enabled 10:40:19 2024-01-22T10:40:12,438 | INFO | features-3-thread-1 | SimpleBindingDOMCodecFactory | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Binding/DOM Codec enabled 10:40:19 2024-01-22T10:40:12,438 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec/12.0.3 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | SimpleBindingCodecTreeFactory | 330 - org.opendaylight.mdsal.binding-dom-codec - 12.0.3 | Binding-DOM Codec enabled 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | SimpleBindingDOMCodecFactory | 330 - org.opendaylight.mdsal.binding-dom-codec - 12.0.3 | Binding/DOM Codec enabled 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-osgi/12.0.3 10:40:19 2024-01-22T10:40:12,446 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec activating 10:40:19 2024-01-22T10:40:12,462 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,463 | INFO | features-3-thread-1 | GlobalBindingDOMCodecServices | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Global Binding/DOM Codec activated with generation 1 10:40:19 2024-01-22T10:40:12,463 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,464 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-osgi/12.0.2 10:40:19 2024-01-22T10:40:12,469 | INFO | features-3-thread-1 | GlobalBindingDOMCodecServices | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Global Binding/DOM Codec activated with generation 1 10:40:19 2024-01-22T10:40:12,470 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Binding/DOM Codec activating 10:40:19 2024-01-22T10:40:12,472 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,472 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,473 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Binding/DOM Codec activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-adapter/12.0.3 10:40:19 2024-01-22T10:40:12,485 | INFO | features-3-thread-1 | OSGiBlockingBindingNormalizer | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter activated 10:40:19 2024-01-22T10:40:12,492 | INFO | features-3-thread-1 | DynamicBindingAdapter | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | 8 DOMService trackers started 10:40:19 2024-01-22T10:40:12,492 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.graph-impl/0.20.5 10:40:19 2024-01-22T10:40:12,494 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.algo-impl/0.20.5 10:40:19 2024-01-22T10:40:12,496 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-server-provider/0.20.5 10:40:19 2024-01-22T10:40:12,497 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-timer-config/0.19.3 10:40:19 2024-01-22T10:40:12,511 | INFO | features-3-thread-1 | OSGiGlobalTimer | 282 - org.opendaylight.controller.netty-timer-config - 0.19.3 | Global Netty timer started 10:40:19 2024-01-22T10:40:12,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-common-api/12.0.3 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-dom-api/12.0.3 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.core/4.2.20 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.jmx/4.2.20 10:40:19 2024-01-22T10:40:12,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:40:12,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8343/12.0.3 10:40:19 2024-01-22T10:40:12,514 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-api/0.20.5 10:40:19 2024-01-22T10:40:12,515 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-impl/0.20.5 10:40:19 2024-01-22T10:40:12,520 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.rfc8294-netty/12.0.3 10:40:19 2024-01-22T10:40:12,520 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-mvpn/0.20.5 10:40:19 2024-01-22T10:40:12,526 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-evpn/0.20.5 10:40:19 2024-01-22T10:40:12,530 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-l3vpn/0.20.5 10:40:19 2024-01-22T10:40:12,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-impl/0.20.5 10:40:19 2024-01-22T10:40:12,538 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-spi/0.20.5 10:40:19 2024-01-22T10:40:12,557 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-linkstate/0.20.5 10:40:19 2024-01-22T10:40:12,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-spi/0.20.5 10:40:19 2024-01-22T10:40:12,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-spi/0.20.5 10:40:19 2024-01-22T10:40:12,921 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.lang3/3.13.0 10:40:19 2024-01-22T10:40:12,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-statement/0.20.5 10:40:19 2024-01-22T10:40:12,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-spi/0.20.5 10:40:19 2024-01-22T10:40:12,929 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 0 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,929 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-route-target/0.20.5 10:40:19 2024-01-22T10:40:12,940 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Stopping 0 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,941 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 1 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,942 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-spi/0.20.5 10:40:19 2024-01-22T10:40:12,945 | ERROR | features-3-thread-1 | DefaultBGPTableTypeRegistryConsumer | 225 - org.opendaylight.bgpcep.bgp-openconfig-spi - 0.20.5 | bundle org.opendaylight.bgpcep.bgp-openconfig-spi:0.20.5 (225)[org.opendaylight.protocol.bgp.openconfig.spi.DefaultBGPTableTypeRegistryConsumer(94)] : Constructor argument 0 in class class org.opendaylight.protocol.bgp.openconfig.spi.DefaultBGPTableTypeRegistryConsumer has unsupported type java.lang.Iterable 10:40:19 2024-01-22T10:40:12,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-inet/0.20.5 10:40:19 2024-01-22T10:40:12,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-flowspec/0.20.5 10:40:19 2024-01-22T10:40:13,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6022/6.0.5 10:40:19 2024-01-22T10:40:13,057 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.collections/3.2.2 10:40:19 2024-01-22T10:40:13,057 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.commons-beanutils/1.9.4 10:40:19 2024-01-22T10:40:13,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.owasp.encoder/1.2.3 10:40:19 2024-01-22T10:40:13,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.repackaged-shiro/0.18.3 10:40:19 2024-01-22T10:40:13,059 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.validation.jakarta.validation-api/2.0.2 10:40:19 2024-01-22T10:40:13,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.osgi-resource-locator/1.0.3 10:40:19 2024-01-22T10:40:13,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-common/2.41.0 10:40:19 2024-01-22T10:40:13,135 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-client/2.41.0 10:40:19 2024-01-22T10:40:13,136 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-server/2.41.0 10:40:19 2024-01-22T10:40:13,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.general-entity/12.0.3 10:40:19 2024-01-22T10:40:13,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.io/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,138 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.common/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.api/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.api/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.common/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.southbound-api/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,141 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-core/2.15.3 10:40:19 2024-01-22T10:40:13,141 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-annotations/2.15.3 10:40:19 2024-01-22T10:40:13,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-databind/2.15.3 10:40:19 2024-01-22T10:40:13,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.rabbitmq.client/5.18.0 10:40:19 2024-01-22T10:40:13,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | stax2-api/4.2.2 10:40:19 2024-01-22T10:40:13,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.woodstox.woodstox-core/6.5.1 10:40:19 2024-01-22T10:40:13,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8040-ietf-restconf-monitoring/6.0.4 10:40:19 2024-01-22T10:40:13,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8040-ietf-restconf-monitoring/6.0.5 10:40:19 2024-01-22T10:40:13,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.scala-reflect/2.13.12.v20230901-134811-VFINAL-80514f7 10:40:19 2024-01-22T10:40:13,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.lisp-proto/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.http/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.server/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.security/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,159 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util.ajax/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,160 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,161 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.server/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,163 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.server/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,165 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.encrypt-service/0.18.3 10:40:19 2024-01-22T10:40:13,165 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.api/6.0.5 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.api/6.0.4 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.netty-util/6.0.5 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.commons-codec/1.15.0 10:40:19 2024-01-22T10:40:13,167 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-ssh/6.0.5 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.jsonrpc/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.codec-http/4.1.100.Final 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.noop/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.authn-api/0.18.3 10:40:19 2024-01-22T10:40:13,170 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jolokia.osgi/1.7.2 10:40:19 2024-01-22T10:40:13,172 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.jolokia.osgi_1.7.2 [185]] 10:40:19 2024-01-22T10:40:13,187 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=[{HS,OCM-5,context:1221960232,/}]} 10:40:19 2024-01-22T10:40:13,188 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=null}", size=3} 10:40:19 2024-01-22T10:40:13,188 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:13,190 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:13,190 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=[{HS,OCM-5,context:1221960232,/}]} 10:40:19 2024-01-22T10:40:13,195 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/" with default Osgi Context OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}} 10:40:19 2024-01-22T10:40:13,211 | INFO | paxweb-config-3-thread-1 | osgi | 185 - org.jolokia.osgi - 1.7.2 | No access restrictor found, access to any MBean is allowed 10:40:19 2024-01-22T10:40:13,235 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,AVAILABLE} 10:40:19 2024-01-22T10:40:13,235 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}}} as OSGi service for "/" context path 10:40:19 2024-01-22T10:40:13,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.password-service-api/0.18.3 10:40:19 2024-01-22T10:40:13,246 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.cert/0.18.3 10:40:19 2024-01-22T10:40:13,265 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.RpcProviderService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,266 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.tokenauthrealm/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.api/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.servlet-api/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.password-service-impl/0.18.3 10:40:19 2024-01-22T10:40:13,272 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.osgi-impl/0.18.3 10:40:19 2024-01-22T10:40:13,274 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.containers.jersey-container-servlet-core/2.41.0 10:40:19 2024-01-22T10:40:13,275 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.servlet-jersey2/0.18.3 10:40:19 2024-01-22T10:40:13,278 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.shiro/0.18.3 10:40:19 2024-01-22T10:40:13,283 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.password.service.PasswordHashService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:13,291 | WARN | features-3-thread-1 | ServletTracker | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Servlet URL patterns specified using both service property ([/moon]) and annotation ([/moon]). Choosing [/moon]. 10:40:19 2024-01-22T10:40:13,291 | WARN | features-3-thread-1 | ServletTracker | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Servlet name specified using both service property (MoonTokenEndpoint) and annotation (MoonTokenEndpoint). Choosing MoonTokenEndpoint. 10:40:19 2024-01-22T10:40:13,292 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.aaa.shiro_0.18.3 [200]] 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]}", size=1} 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,294 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.aaa/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,296 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.service/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,297 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.transport-http/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,300 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.transport-zmq/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,301 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.messagelib/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,302 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:40:13,303 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.dom-codec/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,303 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,304 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-threadgroup-config/0.19.3 10:40:19 2024-01-22T10:40:13,327 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.text/1.11.0 10:40:19 2024-01-22T10:40:13,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-access-api/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-access-client/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-mgmt-api/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.threadpool-config-api/0.19.3 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc5277/6.0.4 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc5277/6.0.5 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc7407-ietf-x509-cert-to-name/6.0.5 10:40:19 2024-01-22T10:40:13,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8525/12.0.3 10:40:19 2024-01-22T10:40:13,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.server/6.0.5 10:40:19 2024-01-22T10:40:13,334 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.googlecode.json-simple/1.1.1 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.servicehelper/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth/6.0.5 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth/6.0.4 10:40:19 2024-01-22T10:40:13,336 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:40:13,337 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.common-mdsal/6.0.5 10:40:19 2024-01-22T10:40:13,337 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-broker/12.0.3 10:40:19 2024-01-22T10:40:13,343 | INFO | features-3-thread-1 | DOMMountPointServiceImpl | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOMMountPointService activated 10:40:19 2024-01-22T10:40:13,346 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for MountPointService activated 10:40:19 2024-01-22T10:40:13,354 | INFO | features-3-thread-1 | DOMNotificationRouter | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOM Notification Router started 10:40:19 2024-01-22T10:40:13,357 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for NotificationService activated 10:40:19 2024-01-22T10:40:13,358 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for NotificationPublishService activated 10:40:19 2024-01-22T10:40:13,364 | INFO | features-3-thread-1 | DOMRpcRouter | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOM RPC/Action router started 10:40:19 2024-01-22T10:40:13,367 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for ActionProviderService activated 10:40:19 2024-01-22T10:40:13,370 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for ActionService activated 10:40:19 2024-01-22T10:40:13,372 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for RpcProviderService activated 10:40:19 2024-01-22T10:40:13,372 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,374 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for RpcConsumerRegistry activated 10:40:19 2024-01-22T10:40:13,375 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.server-mdsal/6.0.5 10:40:19 2024-01-22T10:40:13,423 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-event-executor-config/0.19.3 10:40:19 2024-01-22T10:40:13,501 | INFO | features-3-thread-1 | OSGiGlobalEventExecutor | 280 - org.opendaylight.controller.netty-event-executor-config - 0.19.3 | Global Event executor enabled 10:40:19 2024-01-22T10:40:13,501 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.threadpool-config-impl/0.19.3 10:40:19 2024-01-22T10:40:13,502 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.config/6.0.5 10:40:19 2024-01-22T10:40:13,511 | INFO | features-3-thread-1 | GlobalNetconfConfiguration | 402 - org.opendaylight.netconf.config - 6.0.5 | Global NETCONF configuration pools started 10:40:19 2024-01-22T10:40:13,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth-aaa/6.0.5 10:40:19 2024-01-22T10:40:13,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.nb/6.0.5 10:40:19 2024-01-22T10:40:13,521 | INFO | features-3-thread-1 | NetconfSessionMonitoringService | 436 - org.opendaylight.netconf.server - 6.0.5 | /netconf-state/sessions will be updated every 6 seconds. 10:40:19 2024-01-22T10:40:13,527 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,551 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT is waiting for dependencies [(&(type=default-certificate-manager)(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)), (objectClass=org.opendaylight.ovsdb.lib.impl.NettyBootstrapFactory)] 10:40:19 2024-01-22T10:40:13,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | bgp-cli/0.20.5 10:40:19 2024-01-22T10:40:13,553 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT is waiting for dependencies [(&(type=default-certificate-manager)(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager))] 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle bgp-cli/0.20.5. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker] 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.jvm/4.2.20 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-cluster-admin-api/8.0.3 10:40:19 2024-01-22T10:40:13,557 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-binding-api/12.0.3 10:40:19 2024-01-22T10:40:13,558 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,558 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,559 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common-models/6.0.5 10:40:19 2024-01-22T10:40:13,560 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common-models/6.0.4 10:40:19 2024-01-22T10:40:13,560 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-common-util/8.0.3 10:40:19 2024-01-22T10:40:13,561 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-remoterpc-connector/8.0.3 10:40:19 2024-01-22T10:40:13,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-protocol/6.0.5 10:40:19 2024-01-22T10:40:13,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.encrypt-service-impl/0.18.3 10:40:19 2024-01-22T10:40:13,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology/6.0.5 10:40:19 2024-01-22T10:40:13,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-model/6.0.5 10:40:19 2024-01-22T10:40:13,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-provider/6.0.5 10:40:19 2024-01-22T10:40:13,569 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-segment-routing/0.20.5 10:40:19 2024-01-22T10:40:13,569 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.api/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,570 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.inmemorydb/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,574 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.mapcache/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,574 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javassist/3.29.2.GA 10:40:19 2024-01-22T10:40:13,575 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-parser-impl/0.20.5 10:40:19 2024-01-22T10:40:13,578 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-spi/0.20.5 10:40:19 2024-01-22T10:40:13,590 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-impl/0.20.5 10:40:19 2024-01-22T10:40:13,608 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.config/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,609 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.dsbackend/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,609 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.southbound/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,611 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.util/6.0.4 10:40:19 2024-01-22T10:40:13,612 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.reconciliation-framework/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,628 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.reconciliation-framework/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager)] 10:40:19 2024-01-22T10:40:13,628 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.arbitratorreconciliation-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,634 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:13,634 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.h2database/2.2.220 10:40:19 2024-01-22T10:40:13,644 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-transform/11.0.4 10:40:19 2024-01-22T10:40:13,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.external.aopalliance-repackaged/2.6.1 10:40:19 2024-01-22T10:40:13,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.dom-api/6.0.5 10:40:19 2024-01-22T10:40:13,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.dom-api/6.0.4 10:40:19 2024-01-22T10:40:13,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-api/6.0.5 10:40:19 2024-01-22T10:40:13,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-api/6.0.4 10:40:19 2024-01-22T10:40:13,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common/6.0.4 10:40:19 2024-01-22T10:40:13,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common/6.0.5 10:40:19 2024-01-22T10:40:13,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8040/12.0.3 10:40:19 2024-01-22T10:40:13,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8072/12.0.3 10:40:19 2024-01-22T10:40:13,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-export/11.0.4 10:40:19 2024-01-22T10:40:13,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-nb/6.0.5 10:40:19 2024-01-22T10:40:13,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.model/1.15.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.metrics-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.tools-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.client/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.client/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.client/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-topology-provider/0.20.5 10:40:19 2024-01-22T10:40:13,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.ready-api/6.0.4 10:40:19 2024-01-22T10:40:13,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-api/6.0.4 10:40:19 2024-01-22T10:40:13,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.util/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.ready-impl/6.0.4 10:40:19 2024-01-22T10:40:13,668 | INFO | features-3-thread-1 | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | ThreadFactory created: SystemReadyService 10:40:19 2024-01-22T10:40:13,670 | INFO | features-3-thread-1 | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | Now starting to provide full system readiness status updates (see TestBundleDiag's logs)... 10:40:19 2024-01-22T10:40:13,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-impl/6.0.4 10:40:19 2024-01-22T10:40:13,671 | INFO | SystemReadyService-0 | TestBundleDiag | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos() started... 10:40:19 2024-01-22T10:40:13,674 | INFO | features-3-thread-1 | ClusterMemberInfoImpl | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | ClusterMemberInfo activated 10:40:19 2024-01-22T10:40:13,676 | INFO | features-3-thread-1 | OSGiDiagStatusService | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | Diagnostic Status Service started 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | MBeanUtils | 298 - org.opendaylight.infrautils.diagstatus-api - 6.0.4 | MBean registration for org.opendaylight.infrautils.diagstatus:type=SvcStatus SUCCESSFUL. 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | DiagStatusServiceMBeanImpl | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | Diagnostic Status Service management started 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | karaf.branding/13.0.7 10:40:19 2024-01-22T10:40:13,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.15.3 10:40:19 2024-01-22T10:40:13,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker, org.opendaylight.serviceutils.srm.spi.RegistryControl] 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.healthchecks/4.2.20 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.schema.openvswitch/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,685 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.mdsal-utils/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,685 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.yang-utils/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,710 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,714 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.libraries.liblldp/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-path-selection-mode/0.20.5 10:40:19 2024-01-22T10:40:13,716 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-impl/0.20.5 10:40:19 2024-01-22T10:40:13,717 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-impl/0.20.5 10:40:19 2024-01-22T10:40:13,722 | INFO | features-3-thread-1 | OSGiCodecsRegistry | 233 - org.opendaylight.bgpcep.bgp-rib-impl - 0.20.5 | BGP codec registry started 10:40:19 2024-01-22T10:40:13,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,747 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,753 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 0s, remaining time 299s, diag: Booting {Installed=0, Resolved=99, Unknown=0, GracePeriod=7, Waiting=24, Starting=1, Active=440, Stopping=0, Failure=0} 10:40:19 2024-01-22T10:40:13,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,761 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:13,762 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,772 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService, (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService)] 10:40:19 2024-01-22T10:40:13,773 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.iana.routing-types/12.0.3 10:40:19 2024-01-22T10:40:13,773 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.console/6.0.5 10:40:19 2024-01-22T10:40:13,778 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.netconf.console/6.0.5. Missing service: [org.opendaylight.netconf.console.api.NetconfCommands] 10:40:19 2024-01-22T10:40:13,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.config-loader-spi/0.20.5 10:40:19 2024-01-22T10:40:13,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.config-loader-impl/0.20.5 10:40:19 2024-01-22T10:40:13,783 | INFO | features-3-thread-1 | DefaultFileWatcher | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | File Watcher service started 10:40:19 2024-01-22T10:40:13,785 | INFO | features-3-thread-1 | AbstractWatchingConfigLoader | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | Config Loader service started 10:40:19 2024-01-22T10:40:13,786 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.protocols-config-loader/0.20.5 10:40:19 2024-01-22T10:40:13,787 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.15.3 10:40:19 2024-01-22T10:40:13,787 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.hwvtepsouthbound-api/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,788 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,791 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT. Missing service: [org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepSouthboundProviderInfo, org.opendaylight.mdsal.binding.api.DataBroker] 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.util/1.1.3 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.15.3 10:40:19 2024-01-22T10:40:13,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,805 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider), (objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider)] 10:40:19 2024-01-22T10:40:13,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-web/6.0.4 10:40:19 2024-01-22T10:40:13,808 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.infrautils.diagstatus-web_6.0.4 [301]] 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology-singleton/6.0.5 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]}", size=1} 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.common/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.graphite/4.2.20 10:40:19 2024-01-22T10:40:13,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.topology/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,814 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider)] 10:40:19 2024-01-22T10:40:13,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.containers.jersey-container-servlet/2.41.0 10:40:19 2024-01-22T10:40:13,815 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-ri/11.0.4 10:40:19 2024-01-22T10:40:13,816 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | pcep-cli/0.20.5 10:40:19 2024-01-22T10:40:13,818 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle pcep-cli/0.20.5. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker] 10:40:19 2024-01-22T10:40:13,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.upgrade/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.southbound-utils/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 10:40:19 2024-01-22T10:40:13,823 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:13,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.dataformat.jackson-dataformat-xml/2.15.3 10:40:19 2024-01-22T10:40:13,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.schema.hardwarevtep/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_dk_brics_automaton_1.12-4_automaton-1.12-4.jar/0.0.0 10:40:19 2024-01-22T10:40:13,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-binding-adapter/12.0.3 10:40:19 2024-01-22T10:40:13,826 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.mdsal-netconf-yang-library/6.0.5 10:40:19 2024-01-22T10:40:13,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.config/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.media.jersey-media-sse/2.41.0 10:40:19 2024-01-22T10:40:13,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.provider-single/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-tunnel-provider/0.20.5 10:40:19 2024-01-22T10:40:13,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-shell/6.0.4 10:40:19 2024-01-22T10:40:13,832 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.infrautils.diagstatus-shell/6.0.4. Missing service: [org.opendaylight.infrautils.diagstatus.shell.HttpClientService] 10:40:19 2024-01-22T10:40:13,880 | INFO | features-3-thread-1 | DefaultHttpClientService | 300 - org.opendaylight.infrautils.diagstatus-shell - 6.0.4 | http port configuration read, http port set to 8181 10:40:19 2024-01-22T10:40:13,881 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.infrautils.diagstatus-shell/6.0.4 10:40:19 2024-01-22T10:40:13,881 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.keystore-none/6.0.5 10:40:19 2024-01-22T10:40:13,882 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.rpc-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,882 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.spi/1.15.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,883 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spi/12.0.3 10:40:19 2024-01-22T10:40:13,883 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bmp-monitors-config-loader/0.20.5 10:40:19 2024-01-22T10:40:13,885 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,888 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,889 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,889 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.truststore-none/6.0.5 10:40:19 2024-01-22T10:40:13,889 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.atomix-storage/8.0.3 10:40:19 2024-01-22T10:40:13,890 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-akka-segmented-journal/8.0.3 10:40:19 2024-01-22T10:40:13,890 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-config-loader/0.20.5 10:40:19 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-common-spi/12.0.3 10:40:19 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-util/12.0.3 10:40:19 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-fs/11.0.4 10:40:19 2024-01-22T10:40:13,893 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.yanglib/6.0.5 10:40:19 2024-01-22T10:40:13,895 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.routing-policy-config-loader/0.20.5 10:40:19 2024-01-22T10:40:13,896 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-dom-api/8.0.3 10:40:19 2024-01-22T10:40:13,896 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jdbc.core/4.4.4 10:40:19 2024-01-22T10:40:13,905 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.jdbc.core/4.4.4 10:40:19 2024-01-22T10:40:13,906 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.locator/2.6.1 10:40:19 2024-01-22T10:40:13,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.inject.jersey-hk2/2.41.0 10:40:19 2024-01-22T10:40:13,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.utils/2.6.1 10:40:19 2024-01-22T10:40:13,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.api/2.6.1 10:40:19 2024-01-22T10:40:13,909 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-akka-raft/8.0.3 10:40:19 2024-01-22T10:40:13,911 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-distributed-datastore/8.0.3 10:40:19 2024-01-22T10:40:13,919 | INFO | features-3-thread-1 | OSGiDatastoreContextIntrospectorFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore Context Introspector activated 10:40:19 2024-01-22T10:40:13,920 | INFO | features-3-thread-1 | FileModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Shard configuration provider started 10:40:19 2024-01-22T10:40:13,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.provider-common/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,931 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.spi/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,937 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.client/6.0.5 10:40:19 2024-01-22T10:40:13,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.client-mdsal/6.0.5 10:40:19 2024-01-22T10:40:13,948 | INFO | features-3-thread-1 | DefaultSchemaResourceManager | 400 - org.opendaylight.netconf.client-mdsal - 6.0.5 | Schema Resource Manager instantiated on cache/schema 10:40:19 2024-01-22T10:40:13,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.filterchain/0.18.3 10:40:19 2024-01-22T10:40:13,953 | INFO | features-3-thread-1 | CustomFilterAdapterConfigurationImpl | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Custom filter properties updated: {service.pid=org.opendaylight.aaa.filterchain, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), customFilterList=, component.name=org.opendaylight.aaa.filterchain.configuration.impl.CustomFilterAdapterConfigurationImpl, felix.fileinstall.filename=file:/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.aaa.filterchain.cfg, component.id=249, Filter.target=(org.opendaylight.aaa.filterchain.filter=true)} 10:40:19 2024-01-22T10:40:13,953 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-clustering-commons/8.0.3 10:40:19 2024-01-22T10:40:13,959 | INFO | features-3-thread-1 | FileAkkaConfigurationReader | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | File-based Akka configuration reader enabled 10:40:19 2024-01-22T10:40:13,960 | INFO | features-3-thread-1 | OSGiActorSystemProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Actor System provider starting 10:40:19 2024-01-22T10:40:14,128 | INFO | features-3-thread-1 | ActorSystemProviderImpl | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating new ActorSystem 10:40:19 2024-01-22T10:40:14,388 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Slf4jLogger | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Slf4jLogger started 10:40:19 2024-01-22T10:40:14,606 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ArteryTransport | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Remoting started with transport [Artery tcp]; listening on address [akka://opendaylight-cluster-data@127.0.0.1:2550] with UID [-4769209531148582270] 10:40:19 2024-01-22T10:40:14,642 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Starting up, Akka version [2.6.21] ... 10:40:19 2024-01-22T10:40:14,695 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Registered cluster JMX MBean [akka:type=Cluster] 10:40:19 2024-01-22T10:40:14,695 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Started up successfully 10:40:19 2024-01-22T10:40:14,728 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | SplitBrainResolver | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | SBR started. Config: strategy [KeepMajority], stable-after [7 seconds], down-all-when-unstable [5250 milliseconds], selfUniqueAddress [akka://opendaylight-cluster-data@127.0.0.1:2550#-4769209531148582270], selfDc [default]. 10:40:19 2024-01-22T10:40:14,741 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Node [akka://opendaylight-cluster-data@127.0.0.1:2550] is JOINING itself (with roles [member-1, dc-default], version [0.0.0]) and forming new cluster 10:40:19 2024-01-22T10:40:14,742 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - is the new leader among reachable nodes (more leaders may exist) 10:40:19 2024-01-22T10:40:14,752 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Leader is moving node [akka://opendaylight-cluster-data@127.0.0.1:2550] to [Up] 10:40:19 2024-01-22T10:40:14,773 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | SplitBrainResolver | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | This node is now the leader responsible for taking SBR decisions among the reachable nodes (more leaders may exist). 10:40:19 2024-01-22T10:40:14,796 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 1s, remaining time 298s, diag: Booting {Installed=0, Resolved=35, Unknown=0, GracePeriod=15, Waiting=37, Starting=0, Active=484, Stopping=0, Failure=0} 10:40:19 2024-01-22T10:40:14,896 | INFO | features-3-thread-1 | OSGiActorSystemProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Actor System provider started 10:40:19 2024-01-22T10:40:14,899 | INFO | features-3-thread-1 | OSGiRemoteOpsProvider | 291 - org.opendaylight.controller.sal-remoterpc-connector - 8.0.3 | Remote Operations service starting 10:40:19 2024-01-22T10:40:14,901 | INFO | features-3-thread-1 | OSGiRemoteOpsProvider | 291 - org.opendaylight.controller.sal-remoterpc-connector - 8.0.3 | Remote Operations service started 10:40:19 2024-01-22T10:40:14,903 | INFO | features-3-thread-1 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type CONFIGURATION starting 10:40:19 2024-01-22T10:40:14,967 | WARN | features-3-thread-1 | DatastoreContext | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | The shard-snapshot-chunk-size configuration parameter is deprecated - use maximum-message-slice-size instead 10:40:19 2024-01-22T10:40:14,971 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Create data store instance of type : config 10:40:19 2024-01-22T10:40:14,972 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:19 2024-01-22T10:40:14,972 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:19 2024-01-22T10:40:14,978 | INFO | features-3-thread-1 | AbstractDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating ShardManager : shardmanager-config 10:40:19 2024-01-22T10:40:15,002 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Starting ShardManager shard-manager-config 10:40:19 2024-01-22T10:40:15,005 | INFO | opendaylight-cluster-data-akka.persistence.dispatchers.default-plugin-dispatcher-22 | SegmentedFileJournal | 285 - org.opendaylight.controller.sal-akka-segmented-journal - 8.0.3 | Initialized with root directory segmented-journal with storage MAPPED 10:40:19 2024-01-22T10:40:15,048 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Recovery complete : shard-manager-config 10:40:19 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received MemberUp: memberName: MemberName{name=member-1}, address: akka://opendaylight-cluster-data@127.0.0.1:2550 10:40:19 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config 10:40:19 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config 10:40:19 2024-01-22T10:40:15,080 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config 10:40:19 2024-01-22T10:40:15,087 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Data store config is using tell-based protocol 10:40:19 2024-01-22T10:40:15,090 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:19 2024-01-22T10:40:15,091 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config 10:40:19 2024-01-22T10:40:15,091 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:19 2024-01-22T10:40:15,092 | INFO | features-3-thread-1 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type OPERATIONAL starting 10:40:19 2024-01-22T10:40:15,092 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config 10:40:19 2024-01-22T10:40:15,092 | WARN | features-3-thread-1 | DatastoreContext | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | The shard-snapshot-chunk-size configuration parameter is deprecated - use maximum-message-slice-size instead 10:40:19 2024-01-22T10:40:15,093 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config 10:40:19 2024-01-22T10:40:15,095 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Create data store instance of type : operational 10:40:19 2024-01-22T10:40:15,095 | INFO | features-3-thread-1 | AbstractDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating ShardManager : shardmanager-operational 10:40:19 2024-01-22T10:40:15,097 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Starting ShardManager shard-manager-operational 10:40:19 2024-01-22T10:40:15,102 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-default-config, persistent : true 10:40:19 2024-01-22T10:40:15,103 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-topology-config, persistent : true 10:40:19 2024-01-22T10:40:15,102 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-inventory-config, persistent : true 10:40:19 2024-01-22T10:40:15,105 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Recovery complete : shard-manager-operational 10:40:19 2024-01-22T10:40:15,105 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Data store operational is using tell-based protocol 10:40:19 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received MemberUp: memberName: MemberName{name=member-1}, address: akka://opendaylight-cluster-data@127.0.0.1:2550 10:40:19 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational 10:40:19 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational 10:40:19 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational 10:40:19 2024-01-22T10:40:15,107 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.eos-dom-akka/8.0.3 10:40:19 2024-01-22T10:40:15,108 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational 10:40:19 2024-01-22T10:40:15,108 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational 10:40:19 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-default-operational, persistent : false 10:40:19 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-topology-operational, persistent : false 10:40:19 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational 10:40:19 2024-01-22T10:40:15,110 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-inventory-operational, persistent : false 10:40:19 2024-01-22T10:40:15,112 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:15,115 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:15,119 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:19 2024-01-22T10:40:15,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational/member-1-shard-inventory-operational-notifier#-290574790 created and ready for shard:member-1-shard-inventory-operational 10:40:19 2024-01-22T10:40:15,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config/member-1-shard-default-config-notifier#-1500956494 created and ready for shard:member-1-shard-default-config 10:40:19 2024-01-22T10:40:15,140 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config/member-1-shard-inventory-config-notifier#710379292 created and ready for shard:member-1-shard-inventory-config 10:40:19 2024-01-22T10:40:15,141 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational/member-1-shard-default-operational-notifier#-1694442686 created and ready for shard:member-1-shard-default-operational 10:40:19 2024-01-22T10:40:15,157 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config/member-1-shard-topology-config-notifier#-771076403 created and ready for shard:member-1-shard-topology-config 10:40:19 2024-01-22T10:40:15,159 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational/member-1-shard-topology-operational-notifier#1264052666 created and ready for shard:member-1-shard-topology-operational 10:40:19 2024-01-22T10:40:15,169 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-inventory-config with journal batch size 1 10:40:19 2024-01-22T10:40:15,169 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-topology-config with journal batch size 1 10:40:19 2024-01-22T10:40:15,170 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-topology-operational with journal batch size 1 10:40:19 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-inventory-operational with journal batch size 1 10:40:19 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-default-config with journal batch size 1 10:40:19 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-default-operational with journal batch size 1 10:40:19 2024-01-22T10:40:15,172 | INFO | opendaylight-cluster-data-akka.persistence.dispatchers.default-plugin-dispatcher-35 | SegmentedFileJournal | 285 - org.opendaylight.controller.sal-akka-segmented-journal - 8.0.3 | Initialized with root directory segmented-journal with storage DISK 10:40:19 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | OSGiEntityOwnershipService | 375 - org.opendaylight.mdsal.eos-binding-adapter - 12.0.3 | Entity Ownership Service adapter starting 10:40:19 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | OSGiEntityOwnershipService | 375 - org.opendaylight.mdsal.eos-binding-adapter - 12.0.3 | Entity Ownership Service adapter started 10:40:19 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.singleton-dom-impl/12.0.3 10:40:19 2024-01-22T10:40:15,182 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | ClusterSingletonManager | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Singleton manager starting singleton actor [akka://opendaylight-cluster-data/system/singletonManagerOwnerSupervisor/OwnerSupervisor] 10:40:19 2024-01-22T10:40:15,182 | INFO | Blueprint Extender: 2 | DeviceOwnershipServiceImpl | 454 - org.opendaylight.openflowplugin.applications.device-ownership-service - 0.18.0.SNAPSHOT | DeviceOwnershipService started 10:40:19 2024-01-22T10:40:15,183 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | ClusterSingletonManager | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | ClusterSingletonManager state change [Start -> Oldest] 10:40:19 2024-01-22T10:40:15,184 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,186 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:15,186 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService, (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:15,186 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,187 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.device-ownership-service_0.18.0.SNAPSHOT [454] was successfully created 10:40:19 2024-01-22T10:40:15,187 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:15,188 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,188 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:15,189 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,189 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,190 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:15,190 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:19 2024-01-22T10:40:15,192 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,192 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,193 | INFO | features-3-thread-1 | OSGiClusterSingletonServiceProvider | 388 - org.opendaylight.mdsal.singleton-dom-impl - 12.0.3 | Cluster Singleton Service starting 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from null to Follower 10:40:19 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Candidate): Starting new election term 1 10:40:19 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:19 2024-01-22T10:40:15,198 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,198 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from Follower to Candidate 10:40:19 2024-01-22T10:40:15,203 | INFO | features-3-thread-1 | OSGiClusterSingletonServiceProvider | 388 - org.opendaylight.mdsal.singleton-dom-impl - 12.0.3 | Cluster Singleton Service started 10:40:19 2024-01-22T10:40:15,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-impl/0.20.5 10:40:19 2024-01-22T10:40:15,206 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-provider/0.20.5 10:40:19 2024-01-22T10:40:15,207 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.common/4.1.100.Final 10:40:19 2024-01-22T10:40:15,208 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.buffer/4.1.100.Final 10:40:19 2024-01-22T10:40:15,209 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-labeled-unicast/0.20.5 10:40:19 2024-01-22T10:40:15,263 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,263 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,264 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,264 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,265 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,265 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,266 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,266 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:19 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from Candidate to Leader 10:40:19 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:19 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:19 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:19 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:19 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:19 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:19 2024-01-22T10:40:15,271 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-inventory-config, leaderId=member-1-shard-inventory-config, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-inventory-config from Candidate to Leader 10:40:19 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-topology-config, leaderId=member-1-shard-topology-config, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-topology-config from Candidate to Leader 10:40:19 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-default-config, leaderId=member-1-shard-default-config, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,273 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-default-config from Candidate to Leader 10:40:19 2024-01-22T10:40:15,273 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: All Shards are ready - data store config is ready 10:40:19 2024-01-22T10:40:15,271 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-topology-operational, leaderId=member-1-shard-topology-operational, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-topology-operational from Candidate to Leader 10:40:19 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-inventory-operational, leaderId=member-1-shard-inventory-operational, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-inventory-operational from Candidate to Leader 10:40:19 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-default-operational, leaderId=member-1-shard-default-operational, leaderPayloadVersion=13] 10:40:19 2024-01-22T10:40:15,275 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-default-operational from Candidate to Leader 10:40:19 2024-01-22T10:40:15,275 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: All Shards are ready - data store operational is ready 10:40:19 2024-01-22T10:40:15,278 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | OSGiDOMStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore service type CONFIGURATION activated 10:40:19 2024-01-22T10:40:15,278 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type CONFIGURATION started 10:40:19 2024-01-22T10:40:15,280 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore service type OPERATIONAL activated 10:40:19 2024-01-22T10:40:15,282 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMDataBroker | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | DOM Data Broker starting 10:40:19 2024-01-22T10:40:15,297 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConcurrentDOMDataBroker | 567 - util - 11.0.4 | ThreadFactory created: CommitFutures 10:40:19 2024-01-22T10:40:15,297 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(objectClass=org.opendaylight.protocol.bgp.rib.impl.spi.BGPDispatcher), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:15,299 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMDataBroker | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | DOM Data Broker started 10:40:19 2024-01-22T10:40:15,306 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for DataBroker activated 10:40:19 2024-01-22T10:40:15,369 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConnectedGraphServer | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Create Graph Model at top level in Operational DataStore: InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology]} 10:40:19 2024-01-22T10:40:15,397 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:15,409 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.ws.rs-api/2.1.6 10:40:19 2024-01-22T10:40:15,411 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-nb/6.0.4 10:40:19 2024-01-22T10:40:15,431 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolved shard 0 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present} 10:40:19 2024-01-22T10:40:15,432 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConnectedGraphServer | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Graph Model Server started 10:40:19 2024-01-22T10:40:15,432 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} 10:40:19 2024-01-22T10:40:15,449 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | GraphListener | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Registered listener org.opendaylight.graph.impl.GraphListener@5ba6145a on Graph Model at InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph]} 10:40:19 2024-01-22T10:40:15,451 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} in 17.59 ms 10:40:19 2024-01-22T10:40:15,451 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Stopping 1 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:15,453 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 2 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:15,483 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), Initial app config AaaCertServiceConfig] 10:40:19 2024-01-22T10:40:15,487 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolved shard 0 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present} 10:40:19 2024-01-22T10:40:15,487 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} 10:40:19 2024-01-22T10:40:15,488 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} in 1.128 ms 10:40:19 2024-01-22T10:40:15,512 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiPasswordServiceConfigBootstrap | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | Listening for password service configuration 10:40:19 2024-01-22T10:40:15,517 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [Initial app config DatastoreConfig, (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:15,524 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will utilize default iteration count=20000 10:40:19 2024-01-22T10:40:15,525 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will utilize default algorithm=SHA-512 10:40:19 2024-01-22T10:40:15,525 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will not utilize a private salt, since none was configured 10:40:19 2024-01-22T10:40:15,529 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [Initial app config ShiroConfiguration, (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:15,532 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService)] 10:40:19 2024-01-22T10:40:15,542 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:15,603 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.activation-api/1.2.2 10:40:19 2024-01-22T10:40:15,605 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.sf.ehcache/2.10.9.2 10:40:19 2024-01-22T10:40:15,608 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.idm-store-h2/0.18.3 10:40:19 2024-01-22T10:40:15,609 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:19 2024-01-22T10:40:15,611 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:15,616 | ERROR | features-3-thread-1 | H2Store | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | bundle org.opendaylight.aaa.idm-store-h2:0.18.3 (196)[org.opendaylight.aaa.datastore.h2.H2Store(268)] : Constructor argument 0 in class class org.opendaylight.aaa.datastore.h2.H2Store has unsupported type org.opendaylight.aaa.datastore.h2.ConnectionProvider 10:40:19 2024-01-22T10:40:15,617 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:15,624 | INFO | features-3-thread-1 | H2Store | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | H2 IDMStore activated 10:40:19 2024-01-22T10:40:15,648 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone 10:40:19 2024-01-22T10:40:15,650 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix 10:40:19 2024-01-22T10:40:15,650 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone 10:40:19 2024-01-22T10:40:15,651 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix 10:40:19 2024-01-22T10:40:15,651 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:19 2024-01-22T10:40:15,664 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:19 2024-01-22T10:40:15,670 | INFO | features-3-thread-1 | EdDSASecurityProviderRegistrar | 439 - org.opendaylight.netconf.shaded-sshd - 6.0.5 | getOrCreateProvider(EdDSA) created instance of org.opendaylight.netconf.shaded.eddsa.EdDSASecurityProvider 10:40:19 2024-01-22T10:40:15,688 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle bgp-cli/0.20.5 10:40:19 2024-01-22T10:40:15,719 | WARN | features-3-thread-1 | ServerBootstrap | 65 - io.netty.common - 4.1.100.Final | Unknown channel option 'SO_BACKLOG' for channel '[id: 0xca90b32c]' 10:40:19 2024-01-22T10:40:15,728 | INFO | CommitFutures-1 | OSGiEncryptionServiceConfigurator | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | Configuration update succeeded 10:40:19 2024-01-22T10:40:15,741 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | LISP (RFC6830) Southbound Plugin is initializing... 10:40:19 2024-01-22T10:40:15,783 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | Restoring 0 keys from datastore into southbound DAO 10:40:19 2024-01-22T10:40:15,805 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | LISP (RFC6830) Southbound Plugin is up! 10:40:19 2024-01-22T10:40:15,827 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [Initial app config ForwardingRulesManagerConfig, (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:15,833 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 2s, remaining time 297s, diag: Booting {Installed=0, Resolved=23, Unknown=0, GracePeriod=14, Waiting=29, Starting=0, Active=505, Stopping=0, Failure=0} 10:40:19 2024-01-22T10:40:15,847 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:15,874 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | BgpTopologyDeployerImpl | 236 - org.opendaylight.bgpcep.bgp-topology-provider - 0.20.5 | BGP topology deployer started. 10:40:19 2024-01-22T10:40:15,881 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:19 2024-01-22T10:40:15,888 | INFO | opendaylight-cluster-data-notification-dispatcher-39 | AAAEncryptionServiceImpl | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | AAAEncryptionService activated 10:40:19 2024-01-22T10:40:15,888 | INFO | opendaylight-cluster-data-notification-dispatcher-39 | OSGiEncryptionServiceConfigurator | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | Encryption Service enabled 10:40:19 2024-01-22T10:40:15,890 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService)] 10:40:19 2024-01-22T10:40:15,895 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService] 10:40:19 2024-01-22T10:40:15,898 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.netconf.console/6.0.5 10:40:19 2024-01-22T10:40:15,899 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle pcep-cli/0.20.5 10:40:19 2024-01-22T10:40:15,900 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:19 2024-01-22T10:40:15,900 | INFO | Blueprint Extender: 1 | LazyBindingList | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Using lazy population for lists larger than 16 element(s) 10:40:19 2024-01-22T10:40:15,919 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TunnelProviderDeployer | 257 - org.opendaylight.bgpcep.pcep-tunnel-provider - 0.20.5 | Tunnel Provider Deployer created 10:40:19 2024-01-22T10:40:15,925 | INFO | Blueprint Extender: 1 | AaaCertMdsalProvider | 192 - org.opendaylight.aaa.cert - 0.18.3 | AaaCertMdsalProvider Initialized 10:40:19 2024-01-22T10:40:15,947 | INFO | Blueprint Extender: 2 | FlowCapableTopologyProvider | 460 - org.opendaylight.openflowplugin.applications.topology-manager - 0.18.0.SNAPSHOT | Topology Manager service started. 10:40:19 2024-01-22T10:40:15,951 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 has been started 10:40:19 2024-01-22T10:40:15,952 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.bgpcep.bgp-peer-acceptor_0.20.5 [231] was successfully created 10:40:19 2024-01-22T10:40:15,955 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.metrics-impl/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:15,983 | INFO | Blueprint Extender: 1 | MdsalUtils | 192 - org.opendaylight.aaa.cert - 0.18.3 | initDatastore: data populated: CONFIGURATION, InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStores, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStores]}, KeyStores{id=KeyStores:1} 10:40:19 2024-01-22T10:40:15,999 | INFO | globalBossGroup-2-1 | NetconfNorthboundSshServer | 425 - org.opendaylight.netconf.nb - 6.0.5 | Netconf SSH endpoint started successfully at 0.0.0.0 10:40:19 2024-01-22T10:40:16,001 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Setting port for call home server to 4334 10:40:19 2024-01-22T10:40:16,038 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | JmxReporter started, ODL application's metrics are now available via JMX 10:40:19 2024-01-22T10:40:16,040 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing provider for CallHomeServer 10:40:19 2024-01-22T10:40:16,041 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home server instance 10:40:19 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | One time system JVM metrics FYI; to watch continously, monitor via JMX or enable periodic file dump option 10:40:19 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Old-Generation.count, value=17 10:40:19 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Old-Generation.time, value=26948 10:40:19 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Young-Generation.count, value=434 10:40:19 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Young-Generation.time, value=8711 10:40:19 2024-01-22T10:40:16,043 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.blocked.count, value=1 10:40:19 2024-01-22T10:40:16,043 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.count, value=136 10:40:19 2024-01-22T10:40:16,044 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.daemon.count, value=52 10:40:19 2024-01-22T10:40:16,044 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.deadlock.count, value=0 10:40:19 2024-01-22T10:40:16,045 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.deadlocks, value=[] 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.capacity, value=110415822 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.count, value=85 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.used, value=110415823 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.committed, value=1593835520 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.init, value=524288000 10:40:19 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.max, value=8363442176 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.usage, value=0.06368346869527038 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.used, value=532613008 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.loaded, value=25660 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.capacity, value=402653184 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.count, value=3 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.used, value=402653184 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.new.count, value=0 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.committed, value=217055232 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.init, value=7667712 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.max, value=-1 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.usage, value=0.9650576679027023 10:40:19 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.used, value=209472840 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.odl.infrautils.FileDescriptorRatio, value=0.032875 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.peak.count, value=136 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.committed, value=2555904 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.init, value=2555904 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.max, value=5840896 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.usage, value=0.2601025596072931 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.used, value=1519232 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.committed, value=14090240 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.init, value=2555904 10:40:19 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.max, value=122908672 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.usage, value=0.1140421401672943 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.used, value=14016768 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.committed, value=28704768 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.init, value=2555904 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.max, value=122908672 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.usage, value=0.23009318658979572 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.used, value=28280448 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.committed, value=20512768 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.init, value=0 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.max, value=1073741824 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.usage, value=0.01749414950609207 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.used, value=18784200 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.committed, value=918552576 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.init, value=29360128 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.max, value=-1 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.usage, value=0.1689497716894977 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.used, value=155189248 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.used-after-gc, value=0 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.committed, value=662700032 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.init, value=494927872 10:40:19 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.max, value=8363442176 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.usage, value=0.04383562560545406 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.used, value=366616720 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.used-after-gc, value=366616720 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.committed, value=12582912 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.init, value=0 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.max, value=-1 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.usage, value=0.8588663736979166 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.used, value=10807040 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.used-after-gc, value=10807040 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.committed, value=151257088 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.init, value=0 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.max, value=-1 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.usage, value=0.9713827625717613 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.used, value=146929088 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.runnable.count, value=29 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.terminated.count, value=0 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.timed_waiting.count, value=34 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.committed, value=1810956288 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.init, value=531955712 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.max, value=-1 10:40:19 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.used, value=742182328 10:40:19 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total_started.count, value=1163 10:40:19 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.unloaded, value=82 10:40:19 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.waiting.count, value=72 10:40:19 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | Updated: org.opendaylight.serviceutils.metrics.internal.Configuration : {threadsWatcherIntervalMS=0, maxThreadsMaxLogIntervalSecs=60, fileReporterIntervalSecs=0, hashCode=0, equals=false, annotationType=null, deadlockedThreadsMaxLogIntervalSecs=60, toString=null, maxThreads=1000} 10:40:19 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,058 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager)] 10:40:19 2024-01-22T10:40:16,065 | INFO | Blueprint Extender: 3 | DefaultConfigPusher | 457 - org.opendaylight.openflowplugin.applications.of-switch-config-pusher - 0.18.0.SNAPSHOT | DefaultConfigPusher has started. 10:40:19 2024-01-22T10:40:16,066 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,069 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher_0.18.0.SNAPSHOT [457] was successfully created 10:40:19 2024-01-22T10:40:16,071 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.akka-infoprovider-impl/1.15.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.impl/1.15.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,088 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | DefaultIoServiceFactoryFactory | 439 - org.opendaylight.netconf.shaded-sshd - 6.0.5 | No detected/configured IoServiceFactoryFactory; using Nio2ServiceFactoryFactory 10:40:19 2024-01-22T10:40:16,120 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | ThreadFactory created: daexim-scheduler 10:40:19 2024-01-22T10:40:16,121 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Daexim Session Initiated, running on node '127.0.0.1:2550' 10:40:19 2024-01-22T10:40:16,122 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Checking for presence of boot import data files (/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/daexim/boot/odl_backup_config.json, /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/daexim/boot/odl_backup_operational.json) 10:40:19 2024-01-22T10:40:16,123 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Published OSGi service interface org.opendaylight.daexim.DataImportBootReady 10:40:19 2024-01-22T10:40:16,124 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,125 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.topology-manager_0.18.0.SNAPSHOT [460] was successfully created 10:40:19 2024-01-22T10:40:16,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-impl/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,128 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolved shard 1 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present} 10:40:19 2024-01-22T10:40:16,129 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} 10:40:19 2024-01-22T10:40:16,130 | INFO | Blueprint Extender: 1 | ODLKeyTool | 192 - org.opendaylight.aaa.cert - 0.18.3 | ctl.jks is created 10:40:19 2024-01-22T10:40:16,130 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} in 1.324 ms 10:40:19 2024-01-22T10:40:16,132 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initialization complete for Call Home server instance 10:40:19 2024-01-22T10:40:16,133 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initialization complete for CallHomeServer 10:40:19 2024-01-22T10:40:16,139 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,142 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:16,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-state/0.20.5 10:40:19 2024-01-22T10:40:16,149 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfCallHomeTlsService | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home TLS server instance 10:40:19 2024-01-22T10:40:16,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-cluster-admin-impl/8.0.3 10:40:19 2024-01-22T10:40:16,158 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfCallHomeTlsService | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home TLS server instance completed successfuly 10:40:19 2024-01-22T10:40:16,162 | INFO | features-3-thread-1 | OSGiClusterAdmin | 287 - org.opendaylight.controller.sal-cluster-admin-impl - 8.0.3 | Cluster Admin services started 10:40:19 2024-01-22T10:40:16,162 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfSalKeystoreService | 400 - org.opendaylight.netconf.client-mdsal - 6.0.5 | NETCONF keystore service started 10:40:19 2024-01-22T10:40:16,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.blueprint-config/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,167 | INFO | Blueprint Extender: 1 | CertificateManagerService | 192 - org.opendaylight.aaa.cert - 0.18.3 | Certificate Manager service has been initialized 10:40:19 2024-01-22T10:40:16,168 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | ClusterSingletonProxy | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Singleton identified at [akka://opendaylight-cluster-data/system/singletonManagerOwnerSupervisor/OwnerSupervisor] 10:40:19 2024-01-22T10:40:16,176 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TopologyStatsProvider | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | TopologyStatsProvider started 10:40:19 2024-01-22T10:40:16,177 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TopologyStatsRpc | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Initializing PCEP Topology Stats RPC service. 10:40:19 2024-01-22T10:40:16,181 | INFO | Blueprint Extender: 1 | CertificateManagerService | 192 - org.opendaylight.aaa.cert - 0.18.3 | AaaCert Rpc Service has been initialized 10:40:19 2024-01-22T10:40:16,182 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 has been started 10:40:19 2024-01-22T10:40:16,183 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.aaa.cert_0.18.3 [192] was successfully created 10:40:19 2024-01-22T10:40:16,227 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | PCEPTopologyTracker | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | PCEP Topology tracker initialized 10:40:19 2024-01-22T10:40:16,232 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | OVSDB IP for listening connection is set to : 0.0.0.0 10:40:19 2024-01-22T10:40:16,232 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | OVSDB port for listening connection is set to : 6640 10:40:19 2024-01-22T10:40:16,246 | WARN | Blueprint Extender: 2 | ConfigurationFactory | 84 - net.sf.ehcache - 2.10.9.2 | No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: bundleresource://84.fwk1172535934/ehcache-failsafe.xml 10:40:19 2024-01-22T10:40:16,254 | INFO | features-3-thread-1 | SwitchConnectionProviderImpl | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | ThreadFactory created: OFP-SwitchConnectionProvider-Udp/TcpHandler_6653 10:40:19 2024-01-22T10:40:16,346 | INFO | Blueprint Extender: 2 | H2TokenStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Initialized token store with default cache config 10:40:19 2024-01-22T10:40:16,361 | INFO | Blueprint Extender: 2 | StoreBuilder | 191 - org.opendaylight.aaa.authn-api - 0.18.3 | Checking if default entries must be created in IDM store 10:40:19 2024-01-22T10:40:16,409 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | FlowCapableTopologyProvider | 460 - org.opendaylight.openflowplugin.applications.topology-manager - 0.18.0.SNAPSHOT | Topology node flow:1 is successfully written to the operational datastore. 10:40:19 2024-01-22T10:40:16,510 | INFO | features-3-thread-1 | SwitchConnectionProviderImpl | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | ThreadFactory created: OFP-SwitchConnectionProvider-Udp/TcpHandler_6633 10:40:19 2024-01-22T10:40:16,531 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava.blueprint-config/0.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,531 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.openflowjava.blueprint-config_0.18.0.SNAPSHOT [475] was successfully created 10:40:19 2024-01-22T10:40:16,537 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology-impl/6.0.5 10:40:19 2024-01-22T10:40:16,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-openapi/6.0.5 10:40:19 2024-01-22T10:40:16,574 | INFO | Blueprint Extender: 3 | JsonRpcEndpoint | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | Ovsdb Rpc Task interval is set to 1000 millisecond 10:40:19 2024-01-22T10:40:16,574 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | Json Rpc Decoder Max Frame Length set to : 100000 10:40:19 2024-01-22T10:40:16,577 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,577 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.ovsdb.library_1.18.0.SNAPSHOT [482] was successfully created 10:40:19 2024-01-22T10:40:16,577 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider)] 10:40:19 2024-01-22T10:40:16,582 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.impl/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,647 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.impl/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.impl.DiagStatusProvider)] 10:40:19 2024-01-22T10:40:16,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.blueprint-config/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.implementation/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:16,686 | INFO | Blueprint Extender: 2 | AbstractStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Table AAA_DOMAINS does not exist, creating it 10:40:19 2024-01-22T10:40:16,695 | INFO | Blueprint Extender: 3 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | SouthboundProvider ovsdbConnectionService Initialized 10:40:19 2024-01-22T10:40:16,695 | INFO | Blueprint Extender: 3 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | SouthboundProvider Session Initiated 10:40:19 2024-01-22T10:40:16,713 | INFO | features-3-thread-1 | MappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Mapping Service initializing... 10:40:19 2024-01-22T10:40:16,714 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,721 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira_0.18.0.SNAPSHOT [473] was successfully created 10:40:19 2024-01-22T10:40:16,740 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | DefaultBgpDeployer | 233 - org.opendaylight.bgpcep.bgp-rib-impl - 0.20.5 | BGP Deployer global-bgp started. 10:40:19 2024-01-22T10:40:16,743 | INFO | features-3-thread-1 | MappingSystem | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Restoring 0 mappings and 0 keys from datastore into DAO 10:40:19 2024-01-22T10:40:16,751 | INFO | features-3-thread-1 | MappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Mapping Service loaded. 10:40:19 2024-01-22T10:40:16,755 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigFileProcessor | 240 - org.opendaylight.bgpcep.config-loader-spi - 0.20.5 | Protocols Config Loader registered 10:40:19 2024-01-22T10:40:16,778 | INFO | Blueprint Extender: 3 | ReconciliationManager | 567 - util - 11.0.4 | ThreadFactory created: ovsdb-reconciler 10:40:19 2024-01-22T10:40:16,784 | INFO | Blueprint Extender: 3 | OvsdbDataTreeChangeListener | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | OVSDB topology listener has been registered. 10:40:19 2024-01-22T10:40:16,785 | INFO | Blueprint Extender: 3 | OvsdbOperGlobalListener | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Registering OvsdbOperGlobalListener 10:40:19 2024-01-22T10:40:16,788 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT has been started 10:40:19 2024-01-22T10:40:16,795 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.ovsdb.southbound-impl_1.18.0.SNAPSHOT [486] was successfully created 10:40:19 2024-01-22T10:40:16,838 | INFO | Blueprint Extender: 1 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | HwvtepSouthboundProvider ovsdbConnectionService: org.opendaylight.ovsdb.lib.impl.OvsdbConnectionService@578a2efd 10:40:19 2024-01-22T10:40:16,838 | INFO | Blueprint Extender: 1 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | HwvtepSouthboundProvider Session Initiated 10:40:19 2024-01-22T10:40:16,847 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Loading properties from '(urn:opendaylight:params:xml:ns:yang:openflow:provider:config?revision=2016-05-10)openflow-provider-config' YANG file 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | rpc-requests-quota configuration property was changed to '20000' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | global-notification-quota configuration property was changed to '64000' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | switch-features-mandatory configuration property was changed to 'false' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | enable-flow-removed-notification configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-statistics-rpc-enabled configuration property was changed to 'false' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | barrier-count-limit configuration property was changed to '25600' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | barrier-interval-timeout-limit configuration property was changed to '500' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | echo-reply-timeout configuration property was changed to '2000' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-table-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-flow-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-group-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-meter-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-port-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-queue-statistics-polling-on configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | skip-table-features configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | basic-timer-delay configuration property was changed to '3000' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | maximum-timer-delay configuration property was changed to '900000' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | use-single-layer-serialization configuration property was changed to 'true' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-min-threads configuration property was changed to '1' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-max-threads configuration property was changed to '32000' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-timeout configuration property was changed to '60' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-connection-rate-limit-per-min configuration property was changed to '0' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-connection-hold-time-in-seconds configuration property was changed to '0' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-datastore-removal-delay configuration property was changed to '500' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryOsgiImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Loading configuration from 'org.opendaylight.openflowplugin' configuration file 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | felix.fileinstall.filename configuration property was changed to 'file:/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg' 10:40:19 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | service.pid configuration property was changed to 'org.opendaylight.openflowplugin' 10:40:19 2024-01-22T10:40:16,867 | INFO | features-3-thread-1 | LispMappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | LISP (RFC6830) Mapping Service initialized 10:40:19 2024-01-22T10:40:16,872 | INFO | Blueprint Extender: 1 | ReconciliationManager | 567 - util - 11.0.4 | ThreadFactory created: ovsdb-reconciler 10:40:19 2024-01-22T10:40:16,872 | INFO | Blueprint Extender: 1 | HwvtepOperGlobalListener | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | Registering HwvtepOperGlobalListener 10:40:19 2024-01-22T10:40:16,881 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 3s, remaining time 296s, diag: Booting {Installed=0, Resolved=10, Unknown=0, GracePeriod=9, Waiting=9, Starting=0, Active=543, Stopping=0, Failure=0} 10:40:19 2024-01-22T10:40:16,912 | INFO | Blueprint Extender: 1 | HwvtepDataChangeListener | 481 - org.opendaylighDumping last 500K bytes of karaf log... 10:40:19 conf/restconf-common-models/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.4 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-openapi/6.0.5 10:40:19 2024-01-22T10:37:57,674 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server-mdsal/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-exificient/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-sshd/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-impl/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-singleton/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-api/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-ssh/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tcp/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tls/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-api/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-none/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/yanglib/6.0.5 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/device-ownership-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,675 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/reconciliation-framework/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.libraries/liblldp/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-base/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-inventory/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-topology/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,676 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-util/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/library/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.openvswitch/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.config/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.servicehelper/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,677 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.yang-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/rpc-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-shell/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/tools-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/upgrade/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,679 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-impl/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-spi/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-transform/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-ri/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-util/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-ir/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-api/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-export/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-ri/11.0.4 10:40:19 2024-01-22T10:37:57,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-util/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-api/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-api/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-fs/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-war/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-api/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-el2/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-servlet31/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:37:57,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-spi/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.component/1.5.0 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.owasp.encoder/encoder/1.2.3 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-java8-compat_2.13/1.0.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-parser-combinators_2.13/1.1.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-library/2.13.12 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-reflect/2.13.12 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-cli/0.20.5 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.reactivestreams/reactive-streams/1.0.4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.codehaus.woodstox/stax2-api/4.2.2 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:tech.pantheon.triemap/triemap/1.3.1 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/util/11.0.4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:dk.brics/automaton/1.12-4 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:net.java.dev.stax-utils/stax-utils/20070216 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:org.lmdbjava/lmdbjava/0.7.0 10:40:19 2024-01-22T10:37:57,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common-netty/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:37:57,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Stopping bundles: 10:40:19 2024-01-22T10:37:57,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.pool.common/1.5.6 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.jasypt/1.9.3.1 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:57,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 10:40:19 2024-01-22T10:37:57,687 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.config/1.5.6 10:40:19 2024-01-22T10:37:57,688 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.config.core/4.4.4 10:40:19 2024-01-22T10:37:57,689 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Uninstalling bundles: 10:40:19 2024-01-22T10:37:57,689 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 10:40:19 2024-01-22T10:37:57,690 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 10:40:19 2024-01-22T10:37:57,691 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 10:40:19 2024-01-22T10:37:57,692 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 10:40:19 2024-01-22T10:37:57,694 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Installing bundles: 10:40:19 2024-01-22T10:37:57,694 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-cli/0.20.5 10:40:19 2024-01-22T10:37:57,696 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.checkerframework/checker-qual/3.39.0 10:40:19 2024-01-22T10:37:57,702 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,703 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-core/2.15.3 10:40:19 2024-01-22T10:37:57,709 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.core/jackson-databind/2.15.3 10:40:19 2024-01-22T10:37:57,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.15.3 10:40:19 2024-01-22T10:37:57,726 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.15.3 10:40:19 2024-01-22T10:37:57,727 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.15.3 10:40:19 2024-01-22T10:37:57,728 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/2.15.3 10:40:19 2024-01-22T10:37:57,729 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.fasterxml.woodstox/woodstox-core/6.5.1 10:40:19 2024-01-22T10:37:57,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.code.gson/gson/2.10.1 10:40:19 2024-01-22T10:37:57,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/guava/32.1.3-jre 10:40:19 2024-01-22T10:37:57,753 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.google.guava/failureaccess/1.0.1 10:40:19 2024-01-22T10:37:57,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.googlecode.json-simple/json-simple/1.1.1 10:40:19 2024-01-22T10:37:57,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.h2database/h2/2.2.220 10:40:19 2024-01-22T10:37:57,763 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.rabbitmq/amqp-client/5.18.0 10:40:19 2024-01-22T10:37:57,765 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/config/1.4.2 10:40:19 2024-01-22T10:37:57,770 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:com.typesafe/ssl-config-core_2.13/0.4.3 10:40:19 2024-01-22T10:37:57,771 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/concepts/11.0.4 10:40:19 2024-01-22T10:37:57,772 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-client/1.38.1 10:40:19 2024-01-22T10:37:57,774 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.aeron/aeron-driver/1.38.1 10:40:19 2024-01-22T10:37:57,778 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-core/4.2.20 10:40:19 2024-01-22T10:37:57,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-graphite/4.2.20 10:40:19 2024-01-22T10:37:57,780 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20 10:40:19 2024-01-22T10:37:57,781 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jmx/4.2.20 10:40:19 2024-01-22T10:37:57,782 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.dropwizard.metrics/metrics-jvm/4.2.20 10:40:19 2024-01-22T10:37:57,783 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-buffer/4.1.100.Final 10:40:19 2024-01-22T10:37:57,784 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec/4.1.100.Final 10:40:19 2024-01-22T10:37:57,789 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-codec-http/4.1.100.Final 10:40:19 2024-01-22T10:37:57,791 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,793 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-handler/4.1.100.Final 10:40:19 2024-01-22T10:37:57,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-resolver/4.1.100.Final 10:40:19 2024-01-22T10:37:57,800 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport/4.1.100.Final 10:40:19 2024-01-22T10:37:57,805 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-classes-epoll/4.1.100.Final 10:40:19 2024-01-22T10:37:57,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-epoll/4.1.100.Final/jar/linux-x86_64 10:40:19 2024-01-22T10:37:57,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty-transport-native-unix-common/4.1.100.Final 10:40:19 2024-01-22T10:37:57,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.activation/jakarta.activation-api/1.2.2 10:40:19 2024-01-22T10:37:57,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.annotation/jakarta.annotation-api/1.3.5 10:40:19 2024-01-22T10:37:57,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.servlet/jakarta.servlet-api/4.0.4 10:40:19 2024-01-22T10:37:57,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.validation/jakarta.validation-api/2.0.2 10:40:19 2024-01-22T10:37:57,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.ws.rs/jakarta.ws.rs-api/2.1.6 10:40:19 2024-01-22T10:37:57,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.javassist/javassist/3.29.2-GA 10:40:19 2024-01-22T10:37:57,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:javax.servlet/javax.servlet-api/3.1.0 10:40:19 2024-01-22T10:37:57,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:jakarta.websocket/jakarta.websocket-api/1.1.2 10:40:19 2024-01-22T10:37:57,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.odlparent/karaf.branding/13.0.7 10:40:19 2024-01-22T10:37:57,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.lz4/lz4-java/1.8.0 10:40:19 2024-01-22T10:37:57,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.8 10:40:19 2024-01-22T10:37:57,842 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.bytebuddy/byte-buddy/1.14.9 10:40:19 2024-01-22T10:37:57,857 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:net.sf.ehcache/ehcache/2.10.9.2 10:40:19 2024-01-22T10:37:57,905 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.agrona/agrona/1.15.2 10:40:19 2024-01-22T10:37:57,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.antlr/antlr4-runtime/4.13.1 10:40:19 2024-01-22T10:37:57,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 10:40:19 2024-01-22T10:37:57,909 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.2 10:40:19 2024-01-22T10:37:57,910 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.3 10:40:19 2024-01-22T10:37:57,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 10:40:19 2024-01-22T10:37:57,913 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 10:40:19 2024-01-22T10:37:57,914 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 10:40:19 2024-01-22T10:37:57,918 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 10:40:19 2024-01-22T10:37:57,923 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 10:40:19 2024-01-22T10:37:57,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.13 10:40:19 2024-01-22T10:37:57,925 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 10:40:19 2024-01-22T10:37:57,926 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.aries/org.apache.aries.util/1.1.3 10:40:19 2024-01-22T10:37:57,927 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-collections/commons-collections/3.2.2 10:40:19 2024-01-22T10:37:57,929 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-beanutils/commons-beanutils/1.9.4 10:40:19 2024-01-22T10:37:57,930 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-codec/commons-codec/1.15 10:40:19 2024-01-22T10:37:57,933 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-lang3/3.13.0 10:40:19 2024-01-22T10:37:57,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:commons-logging/commons-logging/1.2 10:40:19 2024-01-22T10:37:57,939 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.commons/commons-text/1.11.0 10:40:19 2024-01-22T10:37:57,941 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.felix/org.apache.felix.scr/2.2.6 10:40:19 2024-01-22T10:37:57,946 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 10:40:19 2024-01-22T10:37:57,947 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.4.4 10:40:19 2024-01-22T10:37:57,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:37:57,949 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.4.4 10:40:19 2024-01-22T10:37:57,950 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.4.4 10:40:19 2024-01-22T10:37:57,950 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:37:57,951 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.4.4 10:40:19 2024-01-22T10:37:57,952 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.4.4 10:40:19 2024-01-22T10:37:57,953 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:37:57,954 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:37:57,955 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:37:57,962 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:37:57,963 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:37:57,964 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.4.4 10:40:19 2024-01-22T10:37:57,969 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.4.4 10:40:19 2024-01-22T10:37:57,976 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/4.4.4 10:40:19 2024-01-22T10:37:57,977 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:37:57,978 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:37:57,979 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.4.4 10:40:19 2024-01-22T10:37:57,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:37:57,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.4.4 10:40:19 2024-01-22T10:37:57,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.4.4 10:40:19 2024-01-22T10:37:57,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:37:57,984 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:37:57,985 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.4.4 10:40:19 2024-01-22T10:37:57,986 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.4.4 10:40:19 2024-01-22T10:37:57,995 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:37:57,996 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.4.4 10:40:19 2024-01-22T10:37:57,997 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:37:57,998 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.karaf.web/org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:37:57,999 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-osgi/2.10.0 10:40:19 2024-01-22T10:37:58,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-scp/2.10.0 10:40:19 2024-01-22T10:37:58,011 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.apache.sshd/sshd-sftp/2.10.0 10:40:19 2024-01-22T10:37:58,013 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jdt/ecj/3.26.0 10:40:19 2024-01-22T10:37:58,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-continuation/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-http/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,035 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-io/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jaas/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,037 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-jmx/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-security/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,048 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,049 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,050 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-servlets/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,054 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,059 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,061 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,062 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-util-ajax/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,064 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-api/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,065 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,066 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-client/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,067 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,068 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-common/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-server/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,075 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:37:58,076 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.eclipse.jetty/jetty-xml/9.4.52.v20230823 10:40:19 2024-01-22T10:37:58,081 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-api/2.6.1 10:40:19 2024-01-22T10:37:58,083 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.6.1 10:40:19 2024-01-22T10:37:58,084 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2.external/jakarta.inject/2.6.1 10:40:19 2024-01-22T10:37:58,085 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-locator/2.6.1 10:40:19 2024-01-22T10:37:58,086 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/osgi-resource-locator/1.0.3 10:40:19 2024-01-22T10:37:58,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.hk2/hk2-utils/2.6.1 10:40:19 2024-01-22T10:37:58,089 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.41 10:40:19 2024-01-22T10:37:58,090 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.41 10:40:19 2024-01-22T10:37:58,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-client/2.41 10:40:19 2024-01-22T10:37:58,097 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-common/2.41 10:40:19 2024-01-22T10:37:58,103 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.core/jersey-server/2.41 10:40:19 2024-01-22T10:37:58,106 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.inject/jersey-hk2/2.41 10:40:19 2024-01-22T10:37:58,107 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.glassfish.jersey.media/jersey-media-sse/2.41 10:40:19 2024-01-22T10:37:58,108 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:io.netty/netty/3.10.6.Final 10:40:19 2024-01-22T10:37:58,117 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jline/jline/3.21.0 10:40:19 2024-01-22T10:37:58,120 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.jolokia/jolokia-osgi/1.7.2 10:40:19 2024-01-22T10:37:58,124 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm/9.5 10:40:19 2024-01-22T10:37:58,125 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-commons/9.5 10:40:19 2024-01-22T10:37:58,126 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-tree/9.5 10:40:19 2024-01-22T10:37:58,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-analysis/9.5 10:40:19 2024-01-22T10:37:58,128 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ow2.asm/asm-util/9.5 10:40:19 2024-01-22T10:37:58,129 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-authn-api/0.18.3 10:40:19 2024-01-22T10:37:58,130 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-cert/0.18.3 10:40:19 2024-01-22T10:37:58,131 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service/0.18.3 10:40:19 2024-01-22T10:37:58,132 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/0.18.3 10:40:19 2024-01-22T10:37:58,136 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-filterchain/0.18.3 10:40:19 2024-01-22T10:37:58,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-idm-store-h2/0.18.3 10:40:19 2024-01-22T10:37:58,138 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-api/0.18.3 10:40:19 2024-01-22T10:37:58,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-password-service-impl/0.18.3 10:40:19 2024-01-22T10:37:58,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/repackaged-shiro/0.18.3 10:40:19 2024-01-22T10:37:58,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro/0.18.3 10:40:19 2024-01-22T10:37:58,147 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-shiro-api/0.18.3 10:40:19 2024-01-22T10:37:58,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa/aaa-tokenauthrealm/0.18.3 10:40:19 2024-01-22T10:37:58,153 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-api/0.18.3 10:40:19 2024-01-22T10:37:58,154 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/web-osgi-impl/0.18.3 10:40:19 2024-01-22T10:37:58,155 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-api/0.18.3 10:40:19 2024-01-22T10:37:58,155 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.aaa.web/servlet-jersey2/0.18.3 10:40:19 2024-01-22T10:37:58,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-api/0.20.5 10:40:19 2024-01-22T10:37:58,157 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/algo-impl/0.20.5 10:40:19 2024-01-22T10:37:58,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-api/0.20.5 10:40:19 2024-01-22T10:37:58,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:58,167 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-bmp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-concepts/0.20.5 10:40:19 2024-01-22T10:37:58,171 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-evpn/0.20.5 10:40:19 2024-01-22T10:37:58,177 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-flowspec/0.20.5 10:40:19 2024-01-22T10:37:58,188 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-inet/0.20.5 10:40:19 2024-01-22T10:37:58,191 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-l3vpn/0.20.5 10:40:19 2024-01-22T10:37:58,198 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-labeled-unicast/0.20.5 10:40:19 2024-01-22T10:37:58,200 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-linkstate/0.20.5 10:40:19 2024-01-22T10:37:58,212 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-mvpn/0.20.5 10:40:19 2024-01-22T10:37:58,220 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-api/0.20.5 10:40:19 2024-01-22T10:37:58,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-rp-statement/0.20.5 10:40:19 2024-01-22T10:37:58,244 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-spi/0.20.5 10:40:19 2024-01-22T10:37:58,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-openconfig-state/0.20.5 10:40:19 2024-01-22T10:37:58,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-api/0.20.5 10:40:19 2024-01-22T10:37:58,251 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-impl/0.20.5 10:40:19 2024-01-22T10:37:58,253 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-parser-spi/0.20.5 10:40:19 2024-01-22T10:37:58,258 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-path-selection-mode/0.20.5 10:40:19 2024-01-22T10:37:58,262 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-peer-acceptor/0.20.5 10:40:19 2024-01-22T10:37:58,263 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-api/0.20.5 10:40:19 2024-01-22T10:37:58,265 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-impl/0.20.5 10:40:19 2024-01-22T10:37:58,267 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-rib-spi/0.20.5 10:40:19 2024-01-22T10:37:58,272 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-route-target/0.20.5 10:40:19 2024-01-22T10:37:58,274 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bgp-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:58,281 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/bmp-monitors-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,282 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/concepts/0.20.5 10:40:19 2024-01-22T10:37:58,283 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-impl/0.20.5 10:40:19 2024-01-22T10:37:58,284 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/config-loader-spi/0.20.5 10:40:19 2024-01-22T10:37:58,284 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-api/0.20.5 10:40:19 2024-01-22T10:37:58,286 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/graph-impl/0.20.5 10:40:19 2024-01-22T10:37:58,286 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-api/0.20.5 10:40:19 2024-01-22T10:37:58,300 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-auto-bandwidth-extension/0.20.5 10:40:19 2024-01-22T10:37:58,305 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-base-parser/0.20.5 10:40:19 2024-01-22T10:37:58,308 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:58,309 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:37:58,309 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-ietf-stateful/0.20.5 10:40:19 2024-01-22T10:37:58,317 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-impl/0.20.5 10:40:19 2024-01-22T10:37:58,322 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-api/0.20.5 10:40:19 2024-01-22T10:37:58,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-server-provider/0.20.5 10:40:19 2024-01-22T10:37:58,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-spi/0.20.5 10:40:19 2024-01-22T10:37:58,332 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,338 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-provider/0.20.5 10:40:19 2024-01-22T10:37:58,340 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-topology-spi/0.20.5 10:40:19 2024-01-22T10:37:58,341 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,342 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-tunnel-provider/0.20.5 10:40:19 2024-01-22T10:37:58,347 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-api/0.20.5 10:40:19 2024-01-22T10:37:58,348 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-impl/0.20.5 10:40:19 2024-01-22T10:37:58,349 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-spi/0.20.5 10:40:19 2024-01-22T10:37:58,350 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,351 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/programming-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,352 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/protocols-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,353 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/routing-policy-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,354 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-api/0.20.5 10:40:19 2024-01-22T10:37:58,365 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-impl/0.20.5 10:40:19 2024-01-22T10:37:58,366 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/rsvp-spi/0.20.5 10:40:19 2024-01-22T10:37:58,367 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-api/0.20.5 10:40:19 2024-01-22T10:37:58,372 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-config-loader/0.20.5 10:40:19 2024-01-22T10:37:58,373 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-segment-routing/0.20.5 10:40:19 2024-01-22T10:37:58,374 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/topology-tunnel-api/0.20.5 10:40:19 2024-01-22T10:37:58,375 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/util/0.20.5 10:40:19 2024-01-22T10:37:58,376 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/atomix-storage/8.0.3 10:40:19 2024-01-22T10:37:58,378 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/blueprint/8.0.3 10:40:19 2024-01-22T10:37:58,379 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-api/8.0.3 10:40:19 2024-01-22T10:37:58,380 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-access-client/8.0.3 10:40:19 2024-01-22T10:37:58,384 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-dom-api/8.0.3 10:40:19 2024-01-22T10:37:58,385 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/cds-mgmt-api/8.0.3 10:40:19 2024-01-22T10:37:58,389 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/eos-dom-akka/8.0.3 10:40:19 2024-01-22T10:37:58,391 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-event-executor-config/0.19.3 10:40:19 2024-01-22T10:37:58,392 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-threadgroup-config/0.19.3 10:40:19 2024-01-22T10:37:58,393 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/netty-timer-config/0.19.3 10:40:19 2024-01-22T10:37:58,393 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/repackaged-akka/8.0.3 10:40:19 2024-01-22T10:37:58,453 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-raft/8.0.3 10:40:19 2024-01-22T10:37:58,454 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-akka-segmented-journal/8.0.3 10:40:19 2024-01-22T10:37:58,455 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-api/8.0.3 10:40:19 2024-01-22T10:37:58,460 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-cluster-admin-impl/8.0.3 10:40:19 2024-01-22T10:37:58,461 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-clustering-commons/8.0.3 10:40:19 2024-01-22T10:37:58,462 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-common-util/8.0.3 10:40:19 2024-01-22T10:37:58,463 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-distributed-datastore/8.0.3 10:40:19 2024-01-22T10:37:58,469 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/sal-remoterpc-connector/8.0.3 10:40:19 2024-01-22T10:37:58,475 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-api/0.19.3 10:40:19 2024-01-22T10:37:58,475 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.controller/threadpool-config-impl/0.19.3 10:40:19 2024-01-22T10:37:58,476 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-akka-infoprovider-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,477 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-impl/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,478 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-model/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,479 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.daexim/daexim-spi/1.15.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,480 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-api/6.0.4 10:40:19 2024-01-22T10:37:58,480 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-impl/6.0.4 10:40:19 2024-01-22T10:37:58,481 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-shell/6.0.4 10:40:19 2024-01-22T10:37:58,482 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/diagstatus-web/6.0.4 10:40:19 2024-01-22T10:37:58,483 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-api/6.0.4 10:40:19 2024-01-22T10:37:58,484 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/ready-impl/6.0.4 10:40:19 2024-01-22T10:37:58,485 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.infrautils/infrautils-util/6.0.4 10:40:19 2024-01-22T10:37:58,489 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,490 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,491 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-jsonrpc/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,491 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-messagelib/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,492 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/bus-spi/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,493 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-http/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,494 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.bus/transport-zmq/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,495 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/dom-codec/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,496 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-common/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,504 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc/jsonrpc-provider-single/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,505 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-aaa/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,506 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-api/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,507 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-noop/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,507 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.jsonrpc.security/security-service/1.16.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,508 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.api/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,510 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.config/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.dsbackend/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.implementation/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.inmemorydb/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,518 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.lisp-proto/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,522 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.mapcache/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,523 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.lispflowmapping/mappingservice.southbound/1.19.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,524 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-api/12.0.3 10:40:19 2024-01-22T10:37:58,528 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/12.0.3 10:40:19 2024-01-22T10:37:58,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.2 10:40:19 2024-01-22T10:37:58,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/12.0.3 10:40:19 2024-01-22T10:37:58,536 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.2 10:40:19 2024-01-22T10:37:58,537 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-api/12.0.3 10:40:19 2024-01-22T10:37:58,538 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,539 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,540 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.2 10:40:19 2024-01-22T10:37:58,544 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-spi/12.0.3 10:40:19 2024-01-22T10:37:58,545 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.2 10:40:19 2024-01-22T10:37:58,546 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-generator/12.0.3 10:40:19 2024-01-22T10:37:58,548 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.2 10:40:19 2024-01-22T10:37:58,548 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-loader/12.0.3 10:40:19 2024-01-22T10:37:58,549 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.2 10:40:19 2024-01-22T10:37:58,550 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-api/12.0.3 10:40:19 2024-01-22T10:37:58,551 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.2 10:40:19 2024-01-22T10:37:58,552 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-model-ri/12.0.3 10:40:19 2024-01-22T10:37:58,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.2 10:40:19 2024-01-22T10:37:58,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-api/12.0.3 10:40:19 2024-01-22T10:37:58,554 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,563 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.2 10:40:19 2024-01-22T10:37:58,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-runtime-spi/12.0.3 10:40:19 2024-01-22T10:37:58,696 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.2 10:40:19 2024-01-22T10:37:58,698 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/12.0.3 10:40:19 2024-01-22T10:37:58,700 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-spi/12.0.3 10:40:19 2024-01-22T10:37:58,701 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-binding-util/12.0.3 10:40:19 2024-01-22T10:37:58,702 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.iana/iana-routing-types/12.0.3 10:40:19 2024-01-22T10:37:58,703 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-inet-types/12.0.3 10:40:19 2024-01-22T10:37:58,704 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-yang-types/12.0.3 10:40:19 2024-01-22T10:37:58,706 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc7952/12.0.3 10:40:19 2024-01-22T10:37:58,707 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8040/12.0.3 10:40:19 2024-01-22T10:37:58,708 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8072/12.0.3 10:40:19 2024-01-22T10:37:58,710 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8294-ietf-routing-types/12.0.3 10:40:19 2024-01-22T10:37:58,711 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-datastores/12.0.3 10:40:19 2024-01-22T10:37:58,712 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-origin/12.0.3 10:40:19 2024-01-22T10:37:58,713 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8343/12.0.3 10:40:19 2024-01-22T10:37:58,718 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8525/12.0.3 10:40:19 2024-01-22T10:37:58,719 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.2 10:40:19 2024-01-22T10:37:58,720 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,721 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.2 10:40:19 2024-01-22T10:37:58,722 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-api/12.0.3 10:40:19 2024-01-22T10:37:58,723 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-broker/12.0.3 10:40:19 2024-01-22T10:37:58,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.2 10:40:19 2024-01-22T10:37:58,725 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-schema-osgi/12.0.3 10:40:19 2024-01-22T10:37:58,726 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.2 10:40:19 2024-01-22T10:37:58,727 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-dom-spi/12.0.3 10:40:19 2024-01-22T10:37:58,731 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-adapter/12.0.3 10:40:19 2024-01-22T10:37:58,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-binding-api/12.0.3 10:40:19 2024-01-22T10:37:58,733 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,734 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-common-spi/12.0.3 10:40:19 2024-01-22T10:37:58,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-eos-dom-api/12.0.3 10:40:19 2024-01-22T10:37:58,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/general-entity/12.0.3 10:40:19 2024-01-22T10:37:58,736 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-topology/2013.10.21.24.3 10:40:19 2024-01-22T10:37:58,737 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/ietf-type-util/12.0.3 10:40:19 2024-01-22T10:37:58,738 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/opendaylight-l2-types/2013.08.27.24.3 10:40:19 2024-01-22T10:37:58,739 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.2 10:40:19 2024-01-22T10:37:58,739 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.24.3 10:40:19 2024-01-22T10:37:58,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-rfc8294-netty/12.0.3 10:40:19 2024-01-22T10:37:58,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-common-api/12.0.3 10:40:19 2024-01-22T10:37:58,742 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/12.0.3 10:40:19 2024-01-22T10:37:58,743 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.2 10:40:19 2024-01-22T10:37:58,750 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.mdsal/yang-binding/12.0.3 10:40:19 2024-01-22T10:37:58,751 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.4 10:40:19 2024-01-22T10:37:58,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-api/6.0.5 10:40:19 2024-01-22T10:37:58,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.4 10:40:19 2024-01-22T10:37:58,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth/6.0.5 10:40:19 2024-01-22T10:37:58,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-auth-aaa/6.0.5 10:40:19 2024-01-22T10:37:58,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-model/6.0.5 10:40:19 2024-01-22T10:37:58,757 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-protocol/6.0.5 10:40:19 2024-01-22T10:37:58,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/callhome-provider/6.0.5 10:40:19 2024-01-22T10:37:58,759 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client/6.0.5 10:40:19 2024-01-22T10:37:58,765 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-client-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,767 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-common-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,768 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-config/6.0.5 10:40:19 2024-01-22T10:37:58,769 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-console/6.0.5 10:40:19 2024-01-22T10:37:58,770 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.4 10:40:19 2024-01-22T10:37:58,774 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-dom-api/6.0.5 10:40:19 2024-01-22T10:37:58,775 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-api/6.0.5 10:40:19 2024-01-22T10:37:58,777 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/keystore-none/6.0.5 10:40:19 2024-01-22T10:37:58,777 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/mdsal-netconf-yang-library/6.0.5 10:40:19 2024-01-22T10:37:58,778 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/draft-ietf-netconf-crypto-types/6.0.5 10:40:19 2024-01-22T10:37:58,783 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.4 10:40:19 2024-01-22T10:37:58,784 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc5277/6.0.5 10:40:19 2024-01-22T10:37:58,785 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6022/6.0.5 10:40:19 2024-01-22T10:37:58,790 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.4 10:40:19 2024-01-22T10:37:58,792 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6241/6.0.5 10:40:19 2024-01-22T10:37:58,794 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.4 10:40:19 2024-01-22T10:37:58,795 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6243/6.0.5 10:40:19 2024-01-22T10:37:58,796 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.4 10:40:19 2024-01-22T10:37:58,797 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc6470/6.0.5 10:40:19 2024-01-22T10:37:58,801 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc7407-ietf-x509-cert-to-name/6.0.5 10:40:19 2024-01-22T10:37:58,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.4 10:40:19 2024-01-22T10:37:58,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8040-ietf-restconf-monitoring/6.0.5 10:40:19 2024-01-22T10:37:58,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8341/6.0.5 10:40:19 2024-01-22T10:37:58,804 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.4 10:40:19 2024-01-22T10:37:58,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf.model/rfc8526/6.0.5 10:40:19 2024-01-22T10:37:58,807 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-nb/6.0.5 10:40:19 2024-01-22T10:37:58,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-netty-util/6.0.5 10:40:19 2024-01-22T10:37:58,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.4 10:40:19 2024-01-22T10:37:58,817 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-api/6.0.5 10:40:19 2024-01-22T10:37:58,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.4 10:40:19 2024-01-22T10:37:58,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common/6.0.5 10:40:19 2024-01-22T10:37:58,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.4 10:40:19 2024-01-22T10:37:58,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-common-models/6.0.5 10:40:19 2024-01-22T10:37:58,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.4 10:40:19 2024-01-22T10:37:58,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-nb/6.0.5 10:40:19 2024-01-22T10:37:58,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/restconf-openapi/6.0.5 10:40:19 2024-01-22T10:37:58,841 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server/6.0.5 10:40:19 2024-01-22T10:37:58,847 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-server-mdsal/6.0.5 10:40:19 2024-01-22T10:37:58,849 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-exificient/6.0.5 10:40:19 2024-01-22T10:37:58,860 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/shaded-sshd/6.0.5 10:40:19 2024-01-22T10:37:58,869 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology/6.0.5 10:40:19 2024-01-22T10:37:58,874 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-impl/6.0.5 10:40:19 2024-01-22T10:37:58,875 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/netconf-topology-singleton/6.0.5 10:40:19 2024-01-22T10:37:58,877 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-api/6.0.5 10:40:19 2024-01-22T10:37:58,878 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-ssh/6.0.5 10:40:19 2024-01-22T10:37:58,885 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tcp/6.0.5 10:40:19 2024-01-22T10:37:58,886 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/transport-tls/6.0.5 10:40:19 2024-01-22T10:37:58,893 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-api/6.0.5 10:40:19 2024-01-22T10:37:58,895 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/truststore-none/6.0.5 10:40:19 2024-01-22T10:37:58,899 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.netconf/yanglib/6.0.5 10:40:19 2024-01-22T10:37:58,900 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,910 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,911 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/arbitratorreconciliation-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/device-ownership-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,912 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,914 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/lldp-speaker/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,919 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/of-switch-config-pusher/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/reconciliation-framework/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.applications/topology-manager/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,923 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-common/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,934 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,951 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-extension-onf/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,956 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowplugin-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,968 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.libraries/liblldp/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,969 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-base/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-service/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,992 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-flow-statistics/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,998 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-inventory/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:58,999 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.model/model-topology/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,000 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,009 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin/openflowjava-extension-nicira-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,009 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-blueprint-config/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-api/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,031 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-impl/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,042 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflow-protocol-spi/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-util/0.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/hwvtepsouthbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/library/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.hardwarevtep/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/schema.openvswitch/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,053 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-api/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,055 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/southbound-impl/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.config/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.mdsal-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,061 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.servicehelper/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,062 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.southbound-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.ovsdb/utils.yang-utils/1.18.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,063 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,064 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/metrics-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,068 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/rpc-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,070 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-impl/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,071 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/srm-shell/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,072 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/tools-api/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.serviceutils/upgrade/0.13.0-SNAPSHOT 10:40:19 2024-01-22T10:37:59,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,074 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,075 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,076 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,078 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,079 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,083 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,084 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,085 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,086 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,087 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,088 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,089 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,090 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,091 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,092 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:37:59,093 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-api/11.0.4 10:40:19 2024-01-22T10:37:59,094 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:37:59,095 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:37:59,099 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:37:59,100 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-impl/11.0.4 10:40:19 2024-01-22T10:37:59,101 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-spi/11.0.4 10:40:19 2024-01-22T10:37:59,102 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-transform/11.0.4 10:40:19 2024-01-22T10:37:59,103 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:37:59,104 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-ri/11.0.4 10:40:19 2024-01-22T10:37:59,108 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:37:59,109 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-data-util/11.0.4 10:40:19 2024-01-22T10:37:59,110 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-ir/11.0.4 10:40:19 2024-01-22T10:37:59,111 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-api/11.0.4 10:40:19 2024-01-22T10:37:59,112 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-export/11.0.4 10:40:19 2024-01-22T10:37:59,116 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-ri/11.0.4 10:40:19 2024-01-22T10:37:59,118 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-spi/11.0.4 10:40:19 2024-01-22T10:37:59,118 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-model-util/11.0.4 10:40:19 2024-01-22T10:37:59,119 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-api/11.0.4 10:40:19 2024-01-22T10:37:59,120 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:37:59,121 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:37:59,122 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:37:59,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:37:59,128 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-api/11.0.4 10:40:19 2024-01-22T10:37:59,133 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-fs/11.0.4 10:40:19 2024-01-22T10:37:59,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:37:59,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.url/pax-url-war/2.6.14/jar/uber 10:40:19 2024-01-22T10:37:59,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-api/8.0.22 10:40:19 2024-01-22T10:37:59,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-el2/8.0.22 10:40:19 2024-01-22T10:37:59,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-compatibility-servlet31/8.0.22 10:40:19 2024-01-22T10:37:59,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:37:59,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:37:59,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:37:59,147 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:37:59,157 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:37:59,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-spi/8.0.22 10:40:19 2024-01-22T10:37:59,160 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:37:59,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.ops4j.pax.web/pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:37:59,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.osgi/org.osgi.service.component/1.5.0 10:40:19 2024-01-22T10:37:59,163 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.owasp.encoder/encoder/1.2.3 10:40:19 2024-01-22T10:37:59,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-java8-compat_2.13/1.0.2 10:40:19 2024-01-22T10:37:59,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang.modules/scala-parser-combinators_2.13/1.1.2 10:40:19 2024-01-22T10:37:59,170 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-library/2.13.12 10:40:19 2024-01-22T10:37:59,192 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.scala-lang/scala-reflect/2.13.12 10:40:19 2024-01-22T10:37:59,201 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.bgpcep/pcep-cli/0.20.5 10:40:19 2024-01-22T10:37:59,202 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.reactivestreams/reactive-streams/1.0.4 10:40:19 2024-01-22T10:37:59,203 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.codehaus.woodstox/stax2-api/4.2.2 10:40:19 2024-01-22T10:37:59,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:tech.pantheon.triemap/triemap/1.3.1 10:40:19 2024-01-22T10:37:59,208 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/util/11.0.4 10:40:19 2024-01-22T10:37:59,209 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:dk.brics/automaton/1.12-4 10:40:19 2024-01-22T10:37:59,210 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:net.java.dev.stax-utils/stax-utils/20070216 10:40:19 2024-01-22T10:37:59,214 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap:mvn:org.lmdbjava/lmdbjava/0.7.0 10:40:19 2024-01-22T10:37:59,215 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common/11.0.4 10:40:19 2024-01-22T10:37:59,216 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-common-netty/11.0.4 10:40:19 2024-01-22T10:37:59,217 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:37:59,218 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | mvn:org.opendaylight.yangtools/yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:37:59,232 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.library.cfg 10:40:19 2024-01-22T10:37:59,233 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT//etc/org.jolokia.osgi.cfg 10:40:19 2024-01-22T10:37:59,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/routing-policy-default-config.xml 10:40:19 2024-01-22T10:37:59,240 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg 10:40:19 2024-01-22T10:37:59,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.serviceutils.metrics.cfg 10:40:19 2024-01-22T10:37:59,241 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-cert-config.xml 10:40:19 2024-01-22T10:37:59,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.southbound.cfg 10:40:19 2024-01-22T10:37:59,242 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.jsonrpc.bus.cfg 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-app-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-datastore-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/aaa-password-service-config.xml 10:40:19 2024-01-22T10:37:59,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/bin/idmtool 10:40:19 2024-01-22T10:37:59,246 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT//etc/org.opendaylight.aaa.filterchain.cfg 10:40:19 2024-01-22T10:37:59,248 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/network-topology-pcep-config.xml 10:40:19 2024-01-22T10:37:59,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.daexim.cfg 10:40:19 2024-01-22T10:37:59,249 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.restconf.nb.rfc8040.cfg 10:40:19 2024-01-22T10:37:59,250 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/jetty-web.xml 10:40:19 2024-01-22T10:37:59,250 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/bgpcep/odl-bmp-monitors-config.xml 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/akka.conf 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/factory/akka.conf 10:40:19 2024-01-22T10:37:59,254 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/module-shards.conf 10:40:19 2024-01-22T10:37:59,255 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/configuration/initial/modules.conf 10:40:19 2024-01-22T10:37:59,259 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.controller.cluster.datastore.cfg 10:40:19 2024-01-22T10:37:59,259 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/default-openflow-connection-config.xml 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Creating configuration file /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/opendaylight/datastore/initial/config/legacy-openflow-connection-config.xml 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Refreshing bundles: 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 (Attached fragments changed: [org.ops4j.pax.web.pax-web-compatibility-el2/8.0.22]) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.enterprise.cdi-api/2.0.0.SP1 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.interceptor-api/1.2.2 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.transaction-api/1.2.0 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.config.core/4.4.4 (Should be wired to: org.apache.karaf.shell.core/4.4.4 (through osgi.wiring.package; filter:="(&(osgi.wiring.package=org.apache.karaf.shell.api.action)(&(version>=4.4.0)(!(version>=5.0.0))))"; resolution:="optional")) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.jasypt/1.9.3.1 (Should be wired to: jakarta.servlet-api/4.0.0 (through [org.apache.servicemix.bundles.jasypt/1.9.3.1] osgi.wiring.package; resolution:=optional; filter:="(osgi.wiring.package=javax.servlet)")) 10:40:19 2024-01-22T10:37:59,260 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.servicemix.bundles.javax-inject/1.0.0.3 (Bundle will be uninstalled) 10:40:19 2024-01-22T10:37:59,261 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.config/1.5.6 (Wired to org.apache.servicemix.bundles.jasypt/1.9.3.1 which is being refreshed) 10:40:19 2024-01-22T10:37:59,261 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.jdbc.pool.common/1.5.6 (Wired to javax.transaction-api/1.2.0 which is being refreshed) 10:40:19 2024-01-22T10:38:00,709 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.controller.cluster.datastore} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.controller.cluster.datastore.cfg 10:40:19 2024-01-22T10:38:00,711 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.serviceutils.metrics} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.serviceutils.metrics.cfg 10:40:19 2024-01-22T10:38:00,714 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.openflowplugin} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg 10:40:19 2024-01-22T10:38:00,715 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.daexim} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.daexim.cfg 10:40:19 2024-01-22T10:38:00,716 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.ovsdb.library} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.library.cfg 10:40:19 2024-01-22T10:38:00,717 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.jsonrpc.bus} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.jsonrpc.bus.cfg 10:40:19 2024-01-22T10:38:00,718 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.jolokia.osgi} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.jolokia.osgi.cfg 10:40:19 2024-01-22T10:38:00,728 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.aaa.filterchain} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.aaa.filterchain.cfg 10:40:19 2024-01-22T10:38:00,731 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.restconf.nb.rfc8040} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.restconf.nb.rfc8040.cfg 10:40:19 2024-01-22T10:38:00,732 | INFO | fileinstall-/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc | fileinstall | 16 - org.apache.felix.fileinstall - 3.7.4 | Creating configuration {org.opendaylight.ovsdb.southbound} from /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.ovsdb.southbound.cfg 10:40:19 2024-01-22T10:40:01,435 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Starting bundles: 10:40:19 2024-01-22T10:40:01,436 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm/9.5.0 10:40:19 2024-01-22T10:40:01,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.tree/9.5.0 10:40:19 2024-01-22T10:40:01,533 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.commons/9.5.0 10:40:19 2024-01-22T10:40:01,534 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.tree.analysis/9.5.0 10:40:19 2024-01-22T10:40:01,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.objectweb.asm.util/9.5.0 10:40:19 2024-01-22T10:40:01,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.quiesce.api/1.0.0 10:40:19 2024-01-22T10:40:01,536 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.proxy/1.1.13 10:40:19 2024-01-22T10:40:01,541 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.api/1.0.1 10:40:19 2024-01-22T10:40:01,541 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.core/1.10.3 10:40:19 2024-01-22T10:40:01,682 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.aries.blueprint.core/1.10.3 has been started 10:40:19 2024-01-22T10:40:01,682 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.blueprint.cm/1.3.2 10:40:19 2024-01-22T10:40:01,694 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.aries.blueprint.cm/1.3.2 has been started 10:40:19 2024-01-22T10:40:01,695 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.blueprint/4.4.4 10:40:19 2024-01-22T10:40:01,699 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:40:01,701 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.wrap/4.4.4 10:40:19 2024-01-22T10:40:01,705 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.deployer.features/4.4.4 10:40:19 2024-01-22T10:40:01,714 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.osgi/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.scp/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.sshd.sftp/2.10.0 10:40:19 2024-01-22T10:40:01,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jline/3.21.0 10:40:19 2024-01-22T10:40:01,716 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.core/4.4.4 10:40:19 2024-01-22T10:40:01,752 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.config.core/4.4.4 10:40:19 2024-01-22T10:40:01,825 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.deployer.kar/4.4.4 10:40:19 2024-01-22T10:40:01,827 | INFO | features-3-thread-1 | Activator | 130 - org.apache.karaf.shell.core - 4.4.4 | Not starting local console. To activate set karaf.startLocalConsole=true 10:40:19 2024-01-22T10:40:01,846 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.apache.karaf.shell.core/4.4.4 has been started 10:40:19 2024-01-22T10:40:01,846 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,855 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,860 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.api/1.1.5 10:40:19 2024-01-22T10:40:01,860 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Unregistering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,861 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.servlet-api/4.0.0 10:40:19 2024-01-22T10:40:01,862 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-api/8.0.22 10:40:19 2024-01-22T10:40:01,862 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.log.core/4.4.4 10:40:19 2024-01-22T10:40:01,863 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.websocket-api/1.1.2 10:40:19 2024-01-22T10:40:01,863 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-spi/8.0.22 10:40:19 2024-01-22T10:40:01,864 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.el-api/3.0.3 10:40:19 2024-01-22T10:40:01,865 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jdt.core.compiler.batch/3.26.0.v20210609-0549 10:40:19 2024-01-22T10:40:01,866 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-jsp/8.0.22 10:40:19 2024-01-22T10:40:01,867 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-tomcat-common/8.0.22 10:40:19 2024-01-22T10:40:01,867 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-extender-war/8.0.22 10:40:19 2024-01-22T10:40:01,869 | INFO | features-3-thread-1 | Activator | 549 - org.ops4j.pax.web.pax-web-extender-war - 8.0.22 | Configuring WAR extender thread pool. Pool size = 3 10:40:19 2024-01-22T10:40:01,934 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.blueprint.api/1.2.0 10:40:19 2024-01-22T10:40:01,935 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.blueprint.core/1.2.0 10:40:19 2024-01-22T10:40:01,936 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,937 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.jmx/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.io/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,938 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.http/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,939 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.server/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.security/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.jaas/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,941 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:40:01,955 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.bundle.core/4.4.4 10:40:19 2024-01-22T10:40:01,956 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.bundle.blueprintstate/4.4.4 10:40:19 2024-01-22T10:40:01,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.osgi.service.component/1.5.0.202109301733 10:40:19 2024-01-22T10:40:01,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlets/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,961 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.url.war/2.6.14 10:40:19 2024-01-22T10:40:01,965 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-websocket/8.0.22 10:40:19 2024-01-22T10:40:01,965 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:40:01,974 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.features.command/4.4.4 10:40:19 2024-01-22T10:40:01,975 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:40:01,979 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.kar.core/4.4.4. Missing service: [org.apache.karaf.kar.KarService] 10:40:19 2024-01-22T10:40:01,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.client/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,980 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.continuation/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util.ajax/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.config/4.4.4 10:40:19 2024-01-22T10:40:01,982 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.kar.core/4.4.4 10:40:19 2024-01-22T10:40:01,987 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.modules/4.4.4 10:40:19 2024-01-22T10:40:01,990 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.xml/9.4.52.v20230823 10:40:19 2024-01-22T10:40:01,991 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:40:02,002 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.instance.core/4.4.4 10:40:19 2024-01-22T10:40:02,003 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.felix.scr/2.2.6 10:40:19 2024-01-22T10:40:02,008 | INFO | features-3-thread-1 | ROOT | 104 - org.apache.felix.scr - 2.2.6 | bundle org.apache.felix.scr:2.2.6 (104) Starting with globalExtender setting: false 10:40:19 2024-01-22T10:40:02,010 | INFO | features-3-thread-1 | ROOT | 104 - org.apache.felix.scr - 2.2.6 | bundle org.apache.felix.scr:2.2.6 (104) Version = 2.2.6 10:40:19 2024-01-22T10:40:02,016 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:40:02,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-jetty/8.0.22 10:40:19 2024-01-22T10:40:02,023 | INFO | features-3-thread-1 | log | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Logging initialized @137413ms to org.eclipse.jetty.util.log.Slf4jLog 10:40:19 2024-01-22T10:40:02,029 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-runtime/8.0.22 10:40:19 2024-01-22T10:40:02,040 | INFO | features-3-thread-1 | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | EventAdmin support enabled, WAB events will be posted to EventAdmin topics. 10:40:19 2024-01-22T10:40:02,040 | INFO | features-3-thread-1 | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Pax Web Runtime started 10:40:19 2024-01-22T10:40:02,040 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.ops4j.pax.web]) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Scheduling Pax Web reconfiguration because configuration has changed 10:40:19 2024-01-22T10:40:02,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:40:02,042 | INFO | paxweb-config-3-thread-1 (change config) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Scheduling Pax Web reconfiguration because ServerControllerFactory has been registered 10:40:19 2024-01-22T10:40:02,045 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.web.core/4.4.4. Missing service: [org.apache.karaf.web.WebContainerService] 10:40:19 2024-01-22T10:40:02,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:40:02,052 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.shell.commands/4.4.4 10:40:19 2024-01-22T10:40:02,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:40:02,057 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.http.core/4.4.4. Missing service: [org.apache.karaf.http.core.ProxyService] 10:40:19 2024-01-22T10:40:02,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,065 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,066 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Updating commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,066 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Updating commands for bundle org.apache.karaf.jaas.command/4.4.4 10:40:19 2024-01-22T10:40:02,067 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.whiteboard/1.2.0 10:40:19 2024-01-22T10:40:02,069 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:40:02,073 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.diagnostic.core/4.4.4 10:40:19 2024-01-22T10:40:02,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:40:02,077 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.service.core/4.4.4 10:40:19 2024-01-22T10:40:02,077 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:40:02,095 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.package.core/4.4.4 10:40:19 2024-01-22T10:40:02,096 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.ops4j.pax.web.pax-web-extender-whiteboard/8.0.22 10:40:19 2024-01-22T10:40:02,097 | INFO | features-3-thread-1 | Activator | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Starting Pax Web Whiteboard Extender 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Configuring server controller org.ops4j.pax.web.service.jetty.internal.JettyServerController 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Configuring JettyServerController{configuration=d2d9c2fe-8521-4d15-9ed1-e71ad6878cac,state=UNCONFIGURED} 10:40:19 2024-01-22T10:40:02,098 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating Jetty server instance using configuration properties. 10:40:19 2024-01-22T10:40:02,110 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:40:02,113 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Processing Jetty configuration from files: [etc/jetty.xml] 10:40:19 2024-01-22T10:40:02,143 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.system.core/4.4.4 10:40:19 2024-01-22T10:40:02,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.table/4.4.4 10:40:19 2024-01-22T10:40:02,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.management.server/4.4.4 10:40:19 2024-01-22T10:40:02,149 | INFO | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | Setting java.rmi.server.hostname system property to 127.0.0.1 10:40:19 2024-01-22T10:40:02,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.scr.state/4.4.4 10:40:19 2024-01-22T10:40:02,196 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Found configured connector "jetty-default": 0.0.0.0:8181 10:40:19 2024-01-22T10:40:02,197 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Using configured jetty-default@21dc1324{HTTP/1.1, (http/1.1)}{0.0.0.0:8181} as non secure connector for address: 0.0.0.0:8181 10:40:19 2024-01-22T10:40:02,198 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Eagerly starting Jetty thread pool QueuedThreadPool[qtp1222895943]@48e3e947{STOPPED,0<=0<=200,i=0,r=-1,q=0}[NO_TRY] 10:40:19 2024-01-22T10:40:02,200 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.scr.management/4.4.4 10:40:19 2024-01-22T10:40:02,200 | INFO | paxweb-config-3-thread-1 (change controller) | JettyFactory | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding JMX support to Jetty server 10:40:19 2024-01-22T10:40:02,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.jmx.core/1.1.8 10:40:19 2024-01-22T10:40:02,206 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Starting JMX OSGi agent 10:40:19 2024-01-22T10:40:02,217 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering MBean with ObjectName [osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c] for service with service.id [15] 10:40:19 2024-01-22T10:40:02,219 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering MBean with ObjectName [osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c] for service with service.id [37] 10:40:19 2024-01-22T10:40:02,221 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,221 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,222 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,222 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,223 | INFO | features-3-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,225 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Starting server controller org.ops4j.pax.web.service.jetty.internal.JettyServerController 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting JettyServerController{configuration=d2d9c2fe-8521-4d15-9ed1-e71ad6878cac,state=STOPPED} 10:40:19 2024-01-22T10:40:02,229 | INFO | paxweb-config-3-thread-1 (change controller) | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Server@610819ac{STOPPED}[9.4.52.v20230823] 10:40:19 2024-01-22T10:40:02,230 | INFO | paxweb-config-3-thread-1 (change controller) | Server | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | jetty-9.4.52.v20230823; built: 2023-08-23T19:29:37.669Z; git: abdcda73818a1a2c705da276edb0bf6581e7997e; jvm 17.0.6-ea+9-LTS 10:40:19 2024-01-22T10:40:02,238 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Activating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,246 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | DefaultSessionIdManager workerName=node0 10:40:19 2024-01-22T10:40:02,246 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Deactivating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,246 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | No SessionScavenger set, using defaults 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,247 | INFO | paxweb-config-3-thread-1 (change controller) | session | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | node0 Scavenging every 660000ms 10:40:19 2024-01-22T10:40:02,247 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,248 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Unregistering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@79d3e3e4 with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,249 | WARN | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.ServiceEvent[source={javax.management.MBeanServer}={service.id=157, service.bundleid=123, service.scope=singleton}]] - Dispatcher may have been shutdown 10:40:19 2024-01-22T10:40:02,265 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.apache.karaf.shell.ssh/4.4.4. Missing service: [org.apache.sshd.server.SshServer] 10:40:19 2024-01-22T10:40:02,267 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.blueprint/8.0.3 10:40:19 2024-01-22T10:40:02,273 | WARN | Framework Event Dispatcher: Equinox Container: 3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.BundleEvent[source=org.apache.karaf.shell.ssh_4.4.4 [131]]] - Dispatcher may have been shutdown 10:40:19 2024-01-22T10:40:02,278 | INFO | features-3-thread-1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Starting BlueprintBundleTracker 10:40:19 2024-01-22T10:40:02,295 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.karaf.shell.core_4.4.4 [130] was successfully created 10:40:19 2024-01-22T10:40:02,296 | INFO | paxweb-config-3-thread-1 (change controller) | AbstractConnector | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started jetty-default@21dc1324{HTTP/1.1, (http/1.1)}{0.0.0.0:8181} 10:40:19 2024-01-22T10:40:02,297 | INFO | paxweb-config-3-thread-1 (change controller) | Server | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started @137687ms 10:40:19 2024-01-22T10:40:02,297 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.aries.blueprint.cm_1.3.2 [88] was successfully created 10:40:19 2024-01-22T10:40:02,298 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.apache.aries.blueprint.core_1.10.3 [89] was successfully created 10:40:19 2024-01-22T10:40:02,299 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering HttpService factory 10:40:19 2024-01-22T10:40:02,301 | INFO | paxweb-config-3-thread-1 (change controller) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.apache.karaf.web.core_4.4.4 [134]] 10:40:19 2024-01-22T10:40:02,301 | INFO | HttpService->WarExtender (add HttpService) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.ops4j.pax.web.pax-web-extender-war_8.0.22 [549]] 10:40:19 2024-01-22T10:40:02,307 | WARN | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | java.rmi.server.hostname system property is already set to 127.0.0.1. Apache Karaf doesn't override it 10:40:19 2024-01-22T10:40:02,312 | ERROR | activator-1-thread-1 | Activator | 123 - org.apache.karaf.management.server - 4.4.4 | Can't init JMXConnectorServer: Port already in use: 1099; nested exception is: 10:40:19 java.net.BindException: Address already in use 10:40:19 2024-01-22T10:40:02,317 | INFO | activator-1-thread-1 | ServiceComponentRuntimeMBeanImpl | 125 - org.apache.karaf.scr.management - 4.4.4 | Activating the Apache Karaf ServiceComponentRuntime MBean 10:40:19 2024-01-22T10:40:02,317 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.PackageStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=packageState,version=1.5,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.ServiceStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=serviceState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.wiring.BundleWiringStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=wiringState,version=1.1,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.permissionadmin.PermissionAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:service=permissionadmin,version=1.2,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.service.cm.ConfigurationAdminMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.compendium:service=cm,version=1.3,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.FrameworkMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=framework,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,318 | INFO | activator-1-thread-1 | core | 93 - org.apache.aries.jmx.core - 1.1.8 | Registering org.osgi.jmx.framework.BundleStateMBean to MBeanServer org.apache.karaf.management.internal.EventAdminMBeanServerWrapper@7254112b with name osgi.core:type=bundleState,version=1.7,framework=org.eclipse.osgi,uuid=3501e8de-7ee0-4ca0-ad7f-2cd6bdd2154c 10:40:19 2024-01-22T10:40:02,327 | INFO | paxweb-config-3-thread-1 (change controller) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.apache.karaf.http.core_4.4.4 [115]] 10:40:19 2024-01-22T10:40:02,329 | INFO | activator-1-thread-2 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.web.core/4.4.4 10:40:19 2024-01-22T10:40:02,331 | INFO | paxweb-config-3-thread-1 (change controller) | Activator | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering HttpServiceRuntime 10:40:19 2024-01-22T10:40:02,331 | INFO | HttpService->Whiteboard (add HttpService) | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.ops4j.pax.web.pax-web-extender-whiteboard_8.0.22 [550]] 10:40:19 2024-01-22T10:40:02,339 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-3,contextPath='/'} 10:40:19 2024-01-22T10:40:02,339 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-1,name='default',path='/',bundle=org.ops4j.pax.web.pax-web-extender-whiteboard,context=(supplier)}", size=2} 10:40:19 2024-01-22T10:40:02,340 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-3,contextPath='/'} 10:40:19 2024-01-22T10:40:02,341 | INFO | activator-1-thread-2 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.http.core/4.4.4 10:40:19 2024-01-22T10:40:02,365 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-1,name='default',path='/',bundle=org.ops4j.pax.web.pax-web-extender-whiteboard,context=(supplier)} to o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:02,369 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:02,486 | INFO | activator-1-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.shell.ssh/4.4.4 10:40:19 2024-01-22T10:40:02,494 | INFO | activator-1-thread-1 | DefaultIoServiceFactoryFactory | 135 - org.apache.sshd.osgi - 2.10.0 | No detected/configured IoServiceFactoryFactory; using Nio2ServiceFactoryFactory 10:40:19 2024-01-22T10:40:02,717 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.guava.failureaccess/1.0.1 10:40:19 2024-01-22T10:40:02,719 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.guava/32.1.3.jre 10:40:19 2024-01-22T10:40:02,723 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.geronimo.specs.geronimo-jta_1.1_spec/1.1.1 10:40:19 2024-01-22T10:40:02,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javax.servlet-api/3.1.0 10:40:19 2024-01-22T10:40:02,724 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | lz4-java/1.8.0 10:40:19 2024-01-22T10:40:02,725 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.typesafe.config/1.4.2 10:40:19 2024-01-22T10:40:02,728 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.scala-library/2.13.12.v20230901-134811-VFINAL-80514f7 10:40:19 2024-01-22T10:40:02,730 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.modules.scala-parser-combinators/1.1.2 10:40:19 2024-01-22T10:40:02,731 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.typesafe.sslconfig/0.4.3 10:40:19 2024-01-22T10:40:02,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.agrona.core/1.15.2 10:40:19 2024-01-22T10:40:02,733 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.aeron.client/1.38.1 10:40:19 2024-01-22T10:40:02,734 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.aeron.driver/1.38.1 10:40:19 2024-01-22T10:40:02,735 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.logging/1.2.0 10:40:19 2024-01-22T10:40:02,736 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jboss.netty/3.10.6.Final 10:40:19 2024-01-22T10:40:02,740 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_org_lmdbjava_lmdbjava_0.7.0_lmdbjava-0.7.0.jar/0.0.0 10:40:19 2024-01-22T10:40:02,741 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | reactive-streams/1.0.4 10:40:19 2024-01-22T10:40:02,742 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.modules.scala-java8-compat/1.0.2 10:40:19 2024-01-22T10:40:02,743 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.repackaged-akka/8.0.3 10:40:19 2024-01-22T10:40:02,746 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util/9.4.50.v20221201 10:40:19 2024-01-22T10:40:02,747 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | checker-qual/3.39.0 10:40:19 2024-01-22T10:40:02,748 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | concepts/11.0.4 10:40:19 2024-01-22T10:40:02,748 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | triemap/1.3.1 10:40:19 2024-01-22T10:40:02,749 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | util/11.0.4 10:40:19 2024-01-22T10:40:02,750 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-common/11.0.4 10:40:19 2024-01-22T10:40:02,751 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.yang-binding/12.0.2 10:40:19 2024-01-22T10:40:02,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.yang-binding/12.0.3 10:40:19 2024-01-22T10:40:02,752 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spec-util/12.0.2 10:40:19 2024-01-22T10:40:02,753 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spec-util/12.0.3 10:40:19 2024-01-22T10:40:02,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.ietf-type-util/12.0.3 10:40:19 2024-01-22T10:40:02,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc6991-ietf-inet-types/12.0.3 10:40:19 2024-01-22T10:40:02,755 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc6991-ietf-yang-types/12.0.3 10:40:19 2024-01-22T10:40:02,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8294-ietf-routing-types/12.0.3 10:40:19 2024-01-22T10:40:02,756 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.concepts/0.20.5 10:40:19 2024-01-22T10:40:02,757 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-api/0.20.5 10:40:19 2024-01-22T10:40:02,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.google.gson/2.10.1 10:40:19 2024-01-22T10:40:02,758 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_net_java_dev_stax-utils_stax-utils_20070216_stax-utils-20070216.jar/0.0.0 10:40:19 2024-01-22T10:40:02,759 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.annotation-api/1.3.5 10:40:19 2024-01-22T10:40:02,760 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.external.jakarta.inject/2.6.1 10:40:19 2024-01-22T10:40:02,760 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.bytebuddy.byte-buddy/1.14.9 10:40:19 2024-01-22T10:40:02,762 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.shaded-exificient/6.0.5 10:40:19 2024-01-22T10:40:02,763 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.yang-ext/2013.9.7.24_3 10:40:19 2024-01-22T10:40:02,764 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.yang-ext/2013.9.7.24_2 10:40:19 2024-01-22T10:40:02,764 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,766 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava-extension-nicira-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,766 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-spi/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,767 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-common-netty/11.0.4 10:40:19 2024-01-22T10:40:02,768 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,793 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider), (objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider)] 10:40:19 2024-01-22T10:40:02,794 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.inventory/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,795 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.opendaylight-l2-types/2013.8.27.24_3 10:40:19 2024-01-22T10:40:02,796 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-base/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,797 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-service/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.flow-statistics/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,799 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,800 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-nicira/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:02,804 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-nicira/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider)] 10:40:19 2024-01-22T10:40:02,805 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.bytebuddy.byte-buddy/1.14.8 10:40:19 2024-01-22T10:40:02,807 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.shiro-api/0.18.3 10:40:19 2024-01-22T10:40:02,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.resolver/4.1.100.Final 10:40:19 2024-01-22T10:40:02,808 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport/4.1.100.Final 10:40:19 2024-01-22T10:40:02,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport-native-unix-common/4.1.100.Final 10:40:19 2024-01-22T10:40:02,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.codec/4.1.100.Final 10:40:19 2024-01-22T10:40:02,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.handler/4.1.100.Final 10:40:19 2024-01-22T10:40:02,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-api/6.0.5 10:40:19 2024-01-22T10:40:02,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.transport-classes-epoll/4.1.100.Final 10:40:19 2024-01-22T10:40:02,813 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8341/6.0.5 10:40:19 2024-01-22T10:40:02,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.draft-ietf-netconf-crypto-types/6.0.5 10:40:19 2024-01-22T10:40:02,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-tcp/6.0.5 10:40:19 2024-01-22T10:40:02,815 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.keystore-api/6.0.5 10:40:19 2024-01-22T10:40:02,816 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.truststore-api/6.0.5 10:40:19 2024-01-22T10:40:02,817 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-tls/6.0.5 10:40:19 2024-01-22T10:40:02,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.ietf-topology/2013.10.21.24_3 10:40:19 2024-01-22T10:40:02,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-api/0.20.5 10:40:19 2024-01-22T10:40:02,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-api/0.20.5 10:40:19 2024-01-22T10:40:02,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,821 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-api/0.20.5 10:40:19 2024-01-22T10:40:02,822 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6241/6.0.4 10:40:19 2024-01-22T10:40:02,823 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6241/6.0.5 10:40:19 2024-01-22T10:40:02,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8342-ietf-datastores/12.0.3 10:40:19 2024-01-22T10:40:02,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6243/6.0.5 10:40:19 2024-01-22T10:40:02,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6243/6.0.4 10:40:19 2024-01-22T10:40:02,826 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc7952/12.0.3 10:40:19 2024-01-22T10:40:02,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8342-ietf-origin/12.0.3 10:40:19 2024-01-22T10:40:02,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8526/6.0.5 10:40:19 2024-01-22T10:40:02,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8526/6.0.4 10:40:19 2024-01-22T10:40:02,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.util/0.20.5 10:40:19 2024-01-22T10:40:02,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-xpath-api/11.0.4 10:40:19 2024-01-22T10:40:02,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-api/11.0.4 10:40:19 2024-01-22T10:40:02,831 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-ir/11.0.4 10:40:19 2024-01-22T10:40:02,832 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-api/11.0.4 10:40:19 2024-01-22T10:40:02,832 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc7952-model-api/11.0.4 10:40:19 2024-01-22T10:40:02,833 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-spi/11.0.4 10:40:19 2024-01-22T10:40:02,834 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-api/11.0.4 10:40:19 2024-01-22T10:40:02,834 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-concepts/0.20.5 10:40:19 2024-01-22T10:40:02,835 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-api/0.20.5 10:40:19 2024-01-22T10:40:02,836 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-api/0.20.5 10:40:19 2024-01-22T10:40:02,837 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-api/0.20.5 10:40:19 2024-01-22T10:40:02,838 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.shaded-sshd/6.0.5 10:40:19 2024-01-22T10:40:02,839 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-auto-bandwidth-extension/0.20.5 10:40:19 2024-01-22T10:40:02,847 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-segment-routing/0.20.5 10:40:19 2024-01-22T10:40:02,852 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-ietf-p2mp-te-lsp/0.20.5 10:40:19 2024-01-22T10:40:02,855 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-spi/0.20.5 10:40:19 2024-01-22T10:40:02,858 | ERROR | features-3-thread-1 | DefaultPCEPExtensionConsumerContext | 252 - org.opendaylight.bgpcep.pcep-spi - 0.20.5 | bundle org.opendaylight.bgpcep.pcep-spi:0.20.5 (252)[org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext(5)] : Constructor argument 0 in class class org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext has unsupported type [Lorg.opendaylight.protocol.pcep.spi.PCEPExtensionProviderActivator; 10:40:19 2024-01-22T10:40:02,859 | ERROR | features-3-thread-1 | DefaultPCEPExtensionConsumerContext | 252 - org.opendaylight.bgpcep.pcep-spi - 0.20.5 | bundle org.opendaylight.bgpcep.pcep-spi:0.20.5 (252)[org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext(5)] : Constructor argument 0 in class class org.opendaylight.protocol.pcep.spi.pojo.DefaultPCEPExtensionConsumerContext has unsupported type java.lang.Iterable 10:40:19 2024-01-22T10:40:02,904 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-base-parser/0.20.5 10:40:19 2024-01-22T10:40:02,961 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,981 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,982 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-tunnel-api/0.20.5 10:40:19 2024-01-22T10:40:02,983 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-ietf-stateful/0.20.5 10:40:19 2024-01-22T10:40:03,010 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6470/6.0.4 10:40:19 2024-01-22T10:40:03,011 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6470/6.0.5 10:40:19 2024-01-22T10:40:03,012 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.graph-api/0.20.5 10:40:19 2024-01-22T10:40:03,013 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.algo-api/0.20.5 10:40:19 2024-01-22T10:40:03,014 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-server-api/0.20.5 10:40:19 2024-01-22T10:40:03,014 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.singleton-common-api/12.0.3 10:40:19 2024-01-22T10:40:03,015 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-spi/0.20.5 10:40:19 2024-01-22T10:40:03,016 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-spi/0.20.5 10:40:19 2024-01-22T10:40:03,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.common-api/12.0.2 10:40:19 2024-01-22T10:40:03,017 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.common-api/12.0.3 10:40:19 2024-01-22T10:40:03,018 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-api/12.0.3 10:40:19 2024-01-22T10:40:03,018 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-impl/0.20.5 10:40:19 2024-01-22T10:40:03,021 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-api/12.0.3 10:40:19 2024-01-22T10:40:03,022 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-api/12.0.2 10:40:19 2024-01-22T10:40:03,023 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8040-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,023 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-spi/11.0.4 10:40:19 2024-01-22T10:40:03,024 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-api/12.0.3 10:40:19 2024-01-22T10:40:03,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-api/12.0.2 10:40:19 2024-01-22T10:40:03,025 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-api/12.0.3 10:40:19 2024-01-22T10:40:03,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-api/12.0.2 10:40:19 2024-01-22T10:40:03,026 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-spi/12.0.3 10:40:19 2024-01-22T10:40:03,027 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-spi/12.0.2 10:40:19 2024-01-22T10:40:03,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-api/11.0.4 10:40:19 2024-01-22T10:40:03,028 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-api/12.0.2 10:40:19 2024-01-22T10:40:03,029 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-api/12.0.3 10:40:19 2024-01-22T10:40:03,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.odlext-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,030 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-spi/11.0.4 10:40:19 2024-01-22T10:40:03,031 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-spi/12.0.2 10:40:19 2024-01-22T10:40:03,032 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-spi/12.0.3 10:40:19 2024-01-22T10:40:03,033 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-spi/11.0.4 10:40:19 2024-01-22T10:40:03,033 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8528-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-util/11.0.4 10:40:19 2024-01-22T10:40:03,034 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-util/11.0.4 10:40:19 2024-01-22T10:40:03,035 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-impl/11.0.4 10:40:19 2024-01-22T10:40:03,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-api/11.0.4 10:40:19 2024-01-22T10:40:03,036 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-spi/11.0.4 10:40:19 2024-01-22T10:40:03,037 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.odlext-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.openconfig-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,038 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.openconfig-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6241-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,039 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6241-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6536-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,040 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6536-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6643-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,041 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc6643-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,042 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-ri/11.0.4 10:40:19 2024-01-22T10:40:03,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc7952-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,043 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8040-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,044 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8528-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,044 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8639-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,045 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8639-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8819-model-api/11.0.4 10:40:19 2024-01-22T10:40:03,046 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.rfc8819-parser-support/11.0.4 10:40:19 2024-01-22T10:40:03,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.antlr.antlr4-runtime/4.13.1 10:40:19 2024-01-22T10:40:03,047 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-reactor/11.0.4 10:40:19 2024-01-22T10:40:03,048 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-rfc7950/11.0.4 10:40:19 2024-01-22T10:40:03,049 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | yang-xpath-impl/11.0.4 10:40:19 2024-01-22T10:40:03,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-parser-impl/11.0.4 10:40:19 2024-01-22T10:40:03,195 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-spi/12.0.3 10:40:19 2024-01-22T10:40:03,196 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-spi/12.0.2 10:40:19 2024-01-22T10:40:03,196 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-schema-osgi/12.0.2 10:40:19 2024-01-22T10:40:03,204 | INFO | features-3-thread-1 | OSGiModelRuntime | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Model Runtime starting 10:40:19 2024-01-22T10:40:03,219 | INFO | features-3-thread-1 | KarafFeaturesSupport | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Will attempt to integrate with Karaf FeaturesService 10:40:19 2024-01-22T10:40:04,045 | INFO | features-3-thread-1 | NettyTransportSupport | 445 - org.opendaylight.netconf.transport-tcp - 6.0.5 | Netty transport backed by epoll(2) 10:40:19 2024-01-22T10:40:04,332 | INFO | features-3-thread-1 | SharedEffectiveModelContextFactory | 538 - org.opendaylight.yangtools.yang-parser-impl - 11.0.4 | Using weak references 10:40:19 2024-01-22T10:40:07,235 | INFO | features-3-thread-1 | OSGiModuleInfoSnapshotImpl | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | EffectiveModelContext generation 1 activated 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Updating context to generation 1 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | DOM Schema services activated 10:40:19 2024-01-22T10:40:07,236 | INFO | features-3-thread-1 | OSGiModelRuntime | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | Model Runtime started 10:40:19 2024-01-22T10:40:07,237 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-schema-osgi/12.0.3 10:40:19 2024-01-22T10:40:07,242 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Updating context to generation 1 10:40:19 2024-01-22T10:40:07,243 | INFO | features-3-thread-1 | OSGiDOMSchemaService | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | DOM Schema services activated 10:40:19 2024-01-22T10:40:07,244 | INFO | features-3-thread-1 | OSGiModelRuntime | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Model Runtime starting 10:40:19 2024-01-22T10:40:07,245 | INFO | features-3-thread-1 | KarafFeaturesSupport | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Will attempt to integrate with Karaf FeaturesService 10:40:19 2024-01-22T10:40:09,324 | INFO | features-3-thread-1 | OSGiModuleInfoSnapshotImpl | 371 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.2 | EffectiveModelContext generation 1 activated 10:40:19 2024-01-22T10:40:09,324 | INFO | features-3-thread-1 | OSGiModelRuntime | 372 - org.opendaylight.mdsal.dom-schema-osgi - 12.0.3 | Model Runtime started 10:40:19 2024-01-22T10:40:09,325 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-ri/12.0.3 10:40:19 2024-01-22T10:40:09,326 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-model-ri/12.0.2 10:40:19 2024-01-22T10:40:09,327 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-generator/12.0.2 10:40:19 2024-01-22T10:40:09,330 | INFO | features-3-thread-1 | DefaultBindingRuntimeGenerator | 337 - org.opendaylight.mdsal.binding-generator - 12.0.2 | Binding/YANG type support activated 10:40:19 2024-01-22T10:40:09,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-generator/12.0.3 10:40:19 2024-01-22T10:40:09,333 | INFO | features-3-thread-1 | DefaultBindingRuntimeGenerator | 338 - org.opendaylight.mdsal.binding-generator - 12.0.3 | Binding/YANG type support activated 10:40:19 2024-01-22T10:40:09,333 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-osgi/12.0.2 10:40:19 2024-01-22T10:40:09,339 | INFO | features-3-thread-1 | OSGiBindingRuntime | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Binding Runtime activating 10:40:19 2024-01-22T10:40:10,427 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:10,428 | INFO | features-3-thread-1 | GlobalBindingRuntimeContext | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Global BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,165 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,166 | INFO | features-3-thread-1 | OSGiBindingRuntime | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | Binding Runtime activated 10:40:19 2024-01-22T10:40:11,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-runtime-osgi/12.0.3 10:40:19 2024-01-22T10:40:11,170 | INFO | features-3-thread-1 | GlobalBindingRuntimeContext | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Global BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:11,171 | INFO | features-3-thread-1 | OSGiBindingRuntime | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Binding Runtime activating 10:40:19 2024-01-22T10:40:11,813 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:12,431 | INFO | features-3-thread-1 | OSGiBindingRuntimeContextImpl | 347 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.2 | BindingRuntimeContext generation 1 activated 10:40:19 2024-01-22T10:40:12,431 | INFO | features-3-thread-1 | OSGiBindingRuntime | 348 - org.opendaylight.mdsal.binding-runtime-osgi - 12.0.3 | Binding Runtime activated 10:40:19 2024-01-22T10:40:12,432 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-loader/12.0.2 10:40:19 2024-01-22T10:40:12,433 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-loader/12.0.3 10:40:19 2024-01-22T10:40:12,433 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec/12.0.2 10:40:19 2024-01-22T10:40:12,436 | INFO | features-3-thread-1 | SimpleBindingCodecTreeFactory | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Binding-DOM Codec enabled 10:40:19 2024-01-22T10:40:12,438 | INFO | features-3-thread-1 | SimpleBindingDOMCodecFactory | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Binding/DOM Codec enabled 10:40:19 2024-01-22T10:40:12,438 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec/12.0.3 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | SimpleBindingCodecTreeFactory | 330 - org.opendaylight.mdsal.binding-dom-codec - 12.0.3 | Binding-DOM Codec enabled 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | SimpleBindingDOMCodecFactory | 330 - org.opendaylight.mdsal.binding-dom-codec - 12.0.3 | Binding/DOM Codec enabled 10:40:19 2024-01-22T10:40:12,441 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-osgi/12.0.3 10:40:19 2024-01-22T10:40:12,446 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec activating 10:40:19 2024-01-22T10:40:12,462 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,463 | INFO | features-3-thread-1 | GlobalBindingDOMCodecServices | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Global Binding/DOM Codec activated with generation 1 10:40:19 2024-01-22T10:40:12,463 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,464 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec activated 10:40:19 2024-01-22T10:40:12,465 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-codec-osgi/12.0.2 10:40:19 2024-01-22T10:40:12,469 | INFO | features-3-thread-1 | GlobalBindingDOMCodecServices | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Global Binding/DOM Codec activated with generation 1 10:40:19 2024-01-22T10:40:12,470 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Binding/DOM Codec activating 10:40:19 2024-01-22T10:40:12,472 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,472 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,473 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | OSGiBindingDOMCodecServicesImpl | 334 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.3 | Binding/DOM Codec generation 1 activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | OSGiBindingDOMCodec | 333 - org.opendaylight.mdsal.binding-dom-codec-osgi - 12.0.2 | Binding/DOM Codec activated 10:40:19 2024-01-22T10:40:12,474 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-dom-adapter/12.0.3 10:40:19 2024-01-22T10:40:12,485 | INFO | features-3-thread-1 | OSGiBlockingBindingNormalizer | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter activated 10:40:19 2024-01-22T10:40:12,492 | INFO | features-3-thread-1 | DynamicBindingAdapter | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | 8 DOMService trackers started 10:40:19 2024-01-22T10:40:12,492 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.graph-impl/0.20.5 10:40:19 2024-01-22T10:40:12,494 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.algo-impl/0.20.5 10:40:19 2024-01-22T10:40:12,496 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-server-provider/0.20.5 10:40:19 2024-01-22T10:40:12,497 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-timer-config/0.19.3 10:40:19 2024-01-22T10:40:12,511 | INFO | features-3-thread-1 | OSGiGlobalTimer | 282 - org.opendaylight.controller.netty-timer-config - 0.19.3 | Global Netty timer started 10:40:19 2024-01-22T10:40:12,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-common-api/12.0.3 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-dom-api/12.0.3 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.core/4.2.20 10:40:19 2024-01-22T10:40:12,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.jmx/4.2.20 10:40:19 2024-01-22T10:40:12,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-binfmt/11.0.4 10:40:19 2024-01-22T10:40:12,513 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8343/12.0.3 10:40:19 2024-01-22T10:40:12,514 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-api/0.20.5 10:40:19 2024-01-22T10:40:12,515 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-impl/0.20.5 10:40:19 2024-01-22T10:40:12,520 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.rfc8294-netty/12.0.3 10:40:19 2024-01-22T10:40:12,520 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-mvpn/0.20.5 10:40:19 2024-01-22T10:40:12,526 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-evpn/0.20.5 10:40:19 2024-01-22T10:40:12,530 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-l3vpn/0.20.5 10:40:19 2024-01-22T10:40:12,535 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-impl/0.20.5 10:40:19 2024-01-22T10:40:12,538 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.rsvp-spi/0.20.5 10:40:19 2024-01-22T10:40:12,557 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-linkstate/0.20.5 10:40:19 2024-01-22T10:40:12,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-parser-spi/0.20.5 10:40:19 2024-01-22T10:40:12,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-spi/0.20.5 10:40:19 2024-01-22T10:40:12,921 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.lang3/3.13.0 10:40:19 2024-01-22T10:40:12,922 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-statement/0.20.5 10:40:19 2024-01-22T10:40:12,924 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-spi/0.20.5 10:40:19 2024-01-22T10:40:12,929 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 0 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,929 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-route-target/0.20.5 10:40:19 2024-01-22T10:40:12,940 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Stopping 0 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,941 | INFO | features-3-thread-1 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 1 StatementProviderActivator instances 10:40:19 2024-01-22T10:40:12,942 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-spi/0.20.5 10:40:19 2024-01-22T10:40:12,945 | ERROR | features-3-thread-1 | DefaultBGPTableTypeRegistryConsumer | 225 - org.opendaylight.bgpcep.bgp-openconfig-spi - 0.20.5 | bundle org.opendaylight.bgpcep.bgp-openconfig-spi:0.20.5 (225)[org.opendaylight.protocol.bgp.openconfig.spi.DefaultBGPTableTypeRegistryConsumer(94)] : Constructor argument 0 in class class org.opendaylight.protocol.bgp.openconfig.spi.DefaultBGPTableTypeRegistryConsumer has unsupported type java.lang.Iterable 10:40:19 2024-01-22T10:40:12,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-inet/0.20.5 10:40:19 2024-01-22T10:40:12,960 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-flowspec/0.20.5 10:40:19 2024-01-22T10:40:13,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc6022/6.0.5 10:40:19 2024-01-22T10:40:13,057 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.collections/3.2.2 10:40:19 2024-01-22T10:40:13,057 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.commons-beanutils/1.9.4 10:40:19 2024-01-22T10:40:13,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.owasp.encoder/1.2.3 10:40:19 2024-01-22T10:40:13,058 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.repackaged-shiro/0.18.3 10:40:19 2024-01-22T10:40:13,059 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.validation.jakarta.validation-api/2.0.2 10:40:19 2024-01-22T10:40:13,060 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.osgi-resource-locator/1.0.3 10:40:19 2024-01-22T10:40:13,134 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-common/2.41.0 10:40:19 2024-01-22T10:40:13,135 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-client/2.41.0 10:40:19 2024-01-22T10:40:13,136 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.core.jersey-server/2.41.0 10:40:19 2024-01-22T10:40:13,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.model.general-entity/12.0.3 10:40:19 2024-01-22T10:40:13,137 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.io/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,138 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.common/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.api/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,139 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.api/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.common/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,140 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.southbound-api/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,141 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-core/2.15.3 10:40:19 2024-01-22T10:40:13,141 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-annotations/2.15.3 10:40:19 2024-01-22T10:40:13,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.core.jackson-databind/2.15.3 10:40:19 2024-01-22T10:40:13,142 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.rabbitmq.client/5.18.0 10:40:19 2024-01-22T10:40:13,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | stax2-api/4.2.2 10:40:19 2024-01-22T10:40:13,143 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.woodstox.woodstox-core/6.5.1 10:40:19 2024-01-22T10:40:13,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8040-ietf-restconf-monitoring/6.0.4 10:40:19 2024-01-22T10:40:13,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc8040-ietf-restconf-monitoring/6.0.5 10:40:19 2024-01-22T10:40:13,145 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.scala-lang.scala-reflect/2.13.12.v20230901-134811-VFINAL-80514f7 10:40:19 2024-01-22T10:40:13,146 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.lisp-proto/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.http/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,156 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.server/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,158 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.security/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,159 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.util.ajax/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,160 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,161 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.servlet/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.server/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,163 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.servlet/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,164 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.server/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,165 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.encrypt-service/0.18.3 10:40:19 2024-01-22T10:40:13,165 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.api/6.0.5 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.api/6.0.4 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.netty-util/6.0.5 10:40:19 2024-01-22T10:40:13,166 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.commons-codec/1.15.0 10:40:19 2024-01-22T10:40:13,167 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.transport-ssh/6.0.5 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.jsonrpc/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,168 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.codec-http/4.1.100.Final 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.noop/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,169 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.authn-api/0.18.3 10:40:19 2024-01-22T10:40:13,170 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.jolokia.osgi/1.7.2 10:40:19 2024-01-22T10:40:13,172 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.jolokia.osgi_1.7.2 [185]] 10:40:19 2024-01-22T10:40:13,187 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=[{HS,OCM-5,context:1221960232,/}]} 10:40:19 2024-01-22T10:40:13,188 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=null}", size=3} 10:40:19 2024-01-22T10:40:13,188 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:13,190 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,STOPPED} 10:40:19 2024-01-22T10:40:13,190 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-4,name='org.jolokia.osgi.servlet.JolokiaServlet',alias='/jolokia',urlPatterns=[/jolokia/*],servlet=org.jolokia.osgi.servlet.JolokiaServlet@7d33b07,contexts=[{HS,OCM-5,context:1221960232,/}]} 10:40:19 2024-01-22T10:40:13,195 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/" with default Osgi Context OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}} 10:40:19 2024-01-22T10:40:13,211 | INFO | paxweb-config-3-thread-1 | osgi | 185 - org.jolokia.osgi - 1.7.2 | No access restrictor found, access to any MBean is allowed 10:40:19 2024-01-22T10:40:13,235 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@7fcf627d{/,null,AVAILABLE} 10:40:19 2024-01-22T10:40:13,235 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{HS,id=OCM-5,name='context:1221960232',path='/',bundle=org.jolokia.osgi,context=WebContainerContextWrapper{bundle=org.jolokia.osgi_1.7.2 [185],contextId='context:1221960232',delegate=org.jolokia.osgi.security.ServiceAuthenticationHttpContext@48d5a228}}} as OSGi service for "/" context path 10:40:19 2024-01-22T10:40:13,245 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.password-service-api/0.18.3 10:40:19 2024-01-22T10:40:13,246 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.cert/0.18.3 10:40:19 2024-01-22T10:40:13,265 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.RpcProviderService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,266 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.tokenauthrealm/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.api/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.servlet-api/0.18.3 10:40:19 2024-01-22T10:40:13,269 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.password-service-impl/0.18.3 10:40:19 2024-01-22T10:40:13,272 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.osgi-impl/0.18.3 10:40:19 2024-01-22T10:40:13,274 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.containers.jersey-container-servlet-core/2.41.0 10:40:19 2024-01-22T10:40:13,275 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.web.servlet-jersey2/0.18.3 10:40:19 2024-01-22T10:40:13,278 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.shiro/0.18.3 10:40:19 2024-01-22T10:40:13,283 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.password.service.PasswordHashService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:19 2024-01-22T10:40:13,291 | WARN | features-3-thread-1 | ServletTracker | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Servlet URL patterns specified using both service property ([/moon]) and annotation ([/moon]). Choosing [/moon]. 10:40:19 2024-01-22T10:40:13,291 | WARN | features-3-thread-1 | ServletTracker | 550 - org.ops4j.pax.web.pax-web-extender-whiteboard - 8.0.22 | Servlet name specified using both service property (MoonTokenEndpoint) and annotation (MoonTokenEndpoint). Choosing MoonTokenEndpoint. 10:40:19 2024-01-22T10:40:13,292 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.aaa.shiro_0.18.3 [200]] 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]}", size=1} 10:40:19 2024-01-22T10:40:13,293 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-8,name='MoonTokenEndpoint',urlPatterns=[/moon],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,294 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.aaa/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,296 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.security.service/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,297 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.transport-http/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,300 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.transport-zmq/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,301 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.messagelib/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,302 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-gson/11.0.4 10:40:19 2024-01-22T10:40:13,303 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.dom-codec/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,303 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.api/1.16.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,304 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-threadgroup-config/0.19.3 10:40:19 2024-01-22T10:40:13,327 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.commons.text/1.11.0 10:40:19 2024-01-22T10:40:13,328 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-access-api/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-access-client/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-mgmt-api/8.0.3 10:40:19 2024-01-22T10:40:13,329 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.threadpool-config-api/0.19.3 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc5277/6.0.4 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc5277/6.0.5 10:40:19 2024-01-22T10:40:13,330 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.model.rfc7407-ietf-x509-cert-to-name/6.0.5 10:40:19 2024-01-22T10:40:13,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8525/12.0.3 10:40:19 2024-01-22T10:40:13,331 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.server/6.0.5 10:40:19 2024-01-22T10:40:13,334 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.googlecode.json-simple/1.1.1 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.servicehelper/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth/6.0.5 10:40:19 2024-01-22T10:40:13,335 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth/6.0.4 10:40:19 2024-01-22T10:40:13,336 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-codec-xml/11.0.4 10:40:19 2024-01-22T10:40:13,337 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.common-mdsal/6.0.5 10:40:19 2024-01-22T10:40:13,337 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.dom-broker/12.0.3 10:40:19 2024-01-22T10:40:13,343 | INFO | features-3-thread-1 | DOMMountPointServiceImpl | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOMMountPointService activated 10:40:19 2024-01-22T10:40:13,346 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for MountPointService activated 10:40:19 2024-01-22T10:40:13,354 | INFO | features-3-thread-1 | DOMNotificationRouter | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOM Notification Router started 10:40:19 2024-01-22T10:40:13,357 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for NotificationService activated 10:40:19 2024-01-22T10:40:13,358 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for NotificationPublishService activated 10:40:19 2024-01-22T10:40:13,364 | INFO | features-3-thread-1 | DOMRpcRouter | 370 - org.opendaylight.mdsal.dom-broker - 12.0.3 | DOM RPC/Action router started 10:40:19 2024-01-22T10:40:13,367 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for ActionProviderService activated 10:40:19 2024-01-22T10:40:13,370 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for ActionService activated 10:40:19 2024-01-22T10:40:13,372 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for RpcProviderService activated 10:40:19 2024-01-22T10:40:13,372 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:19 2024-01-22T10:40:13,374 | INFO | features-3-thread-1 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for RpcConsumerRegistry activated 10:40:19 2024-01-22T10:40:13,375 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.server-mdsal/6.0.5 10:40:19 2024-01-22T10:40:13,423 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.netty-event-executor-config/0.19.3 10:40:19 2024-01-22T10:40:13,501 | INFO | features-3-thread-1 | OSGiGlobalEventExecutor | 280 - org.opendaylight.controller.netty-event-executor-config - 0.19.3 | Global Event executor enabled 10:40:19 2024-01-22T10:40:13,501 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.threadpool-config-impl/0.19.3 10:40:19 2024-01-22T10:40:13,502 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.config/6.0.5 10:40:19 2024-01-22T10:40:13,511 | INFO | features-3-thread-1 | GlobalNetconfConfiguration | 402 - org.opendaylight.netconf.config - 6.0.5 | Global NETCONF configuration pools started 10:40:19 2024-01-22T10:40:13,511 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.auth-aaa/6.0.5 10:40:19 2024-01-22T10:40:13,512 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.nb/6.0.5 10:40:19 2024-01-22T10:40:13,521 | INFO | features-3-thread-1 | NetconfSessionMonitoringService | 436 - org.opendaylight.netconf.server - 6.0.5 | /netconf-state/sessions will be updated every 6 seconds. 10:40:19 2024-01-22T10:40:13,527 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,551 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT is waiting for dependencies [(&(type=default-certificate-manager)(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)), (objectClass=org.opendaylight.ovsdb.lib.impl.NettyBootstrapFactory)] 10:40:19 2024-01-22T10:40:13,553 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | bgp-cli/0.20.5 10:40:19 2024-01-22T10:40:13,553 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT is waiting for dependencies [(&(type=default-certificate-manager)(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager))] 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle bgp-cli/0.20.5. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker] 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.jvm/4.2.20 10:40:19 2024-01-22T10:40:13,556 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-cluster-admin-api/8.0.3 10:40:19 2024-01-22T10:40:13,557 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-binding-api/12.0.3 10:40:19 2024-01-22T10:40:13,558 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,558 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,559 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common-models/6.0.5 10:40:19 2024-01-22T10:40:13,560 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common-models/6.0.4 10:40:19 2024-01-22T10:40:13,560 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-common-util/8.0.3 10:40:19 2024-01-22T10:40:13,561 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-remoterpc-connector/8.0.3 10:40:19 2024-01-22T10:40:13,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-protocol/6.0.5 10:40:19 2024-01-22T10:40:13,562 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.encrypt-service-impl/0.18.3 10:40:19 2024-01-22T10:40:13,564 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology/6.0.5 10:40:19 2024-01-22T10:40:13,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-model/6.0.5 10:40:19 2024-01-22T10:40:13,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.callhome-provider/6.0.5 10:40:19 2024-01-22T10:40:13,569 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-segment-routing/0.20.5 10:40:19 2024-01-22T10:40:13,569 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.api/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,570 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.inmemorydb/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,574 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.mapcache/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,574 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | javassist/3.29.2.GA 10:40:19 2024-01-22T10:40:13,575 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-parser-impl/0.20.5 10:40:19 2024-01-22T10:40:13,578 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-spi/0.20.5 10:40:19 2024-01-22T10:40:13,590 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-bmp-impl/0.20.5 10:40:19 2024-01-22T10:40:13,608 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.config/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,609 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.dsbackend/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,609 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.southbound/1.19.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,611 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.util/6.0.4 10:40:19 2024-01-22T10:40:13,612 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.reconciliation-framework/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,628 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.reconciliation-framework/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager)] 10:40:19 2024-01-22T10:40:13,628 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.arbitratorreconciliation-api/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,629 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,634 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:19 2024-01-22T10:40:13,634 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.h2database/2.2.220 10:40:19 2024-01-22T10:40:13,644 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-transform/11.0.4 10:40:19 2024-01-22T10:40:13,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.external.aopalliance-repackaged/2.6.1 10:40:19 2024-01-22T10:40:13,645 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.dom-api/6.0.5 10:40:19 2024-01-22T10:40:13,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.dom-api/6.0.4 10:40:19 2024-01-22T10:40:13,646 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-api/6.0.5 10:40:19 2024-01-22T10:40:13,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-api/6.0.4 10:40:19 2024-01-22T10:40:13,647 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common/6.0.4 10:40:19 2024-01-22T10:40:13,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-common/6.0.5 10:40:19 2024-01-22T10:40:13,648 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8040/12.0.3 10:40:19 2024-01-22T10:40:13,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.ietf.rfc8072/12.0.3 10:40:19 2024-01-22T10:40:13,649 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-model-export/11.0.4 10:40:19 2024-01-22T10:40:13,650 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-nb/6.0.5 10:40:19 2024-01-22T10:40:13,654 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.model/1.15.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.metrics-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,655 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.tools-api/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.client/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.client/9.4.52.v20230823 10:40:19 2024-01-22T10:40:13,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.eclipse.jetty.websocket.client/9.4.50.v20221201 10:40:19 2024-01-22T10:40:13,657 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-topology-provider/0.20.5 10:40:19 2024-01-22T10:40:13,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.ready-api/6.0.4 10:40:19 2024-01-22T10:40:13,660 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-api/6.0.4 10:40:19 2024-01-22T10:40:13,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.util/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,661 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.ready-impl/6.0.4 10:40:19 2024-01-22T10:40:13,668 | INFO | features-3-thread-1 | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | ThreadFactory created: SystemReadyService 10:40:19 2024-01-22T10:40:13,670 | INFO | features-3-thread-1 | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | Now starting to provide full system readiness status updates (see TestBundleDiag's logs)... 10:40:19 2024-01-22T10:40:13,671 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-impl/6.0.4 10:40:19 2024-01-22T10:40:13,671 | INFO | SystemReadyService-0 | TestBundleDiag | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos() started... 10:40:19 2024-01-22T10:40:13,674 | INFO | features-3-thread-1 | ClusterMemberInfoImpl | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | ClusterMemberInfo activated 10:40:19 2024-01-22T10:40:13,676 | INFO | features-3-thread-1 | OSGiDiagStatusService | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | Diagnostic Status Service started 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | MBeanUtils | 298 - org.opendaylight.infrautils.diagstatus-api - 6.0.4 | MBean registration for org.opendaylight.infrautils.diagstatus:type=SvcStatus SUCCESSFUL. 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | DiagStatusServiceMBeanImpl | 299 - org.opendaylight.infrautils.diagstatus-impl - 6.0.4 | Diagnostic Status Service management started 10:40:19 2024-01-22T10:40:13,678 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,680 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | karaf.branding/13.0.7 10:40:19 2024-01-22T10:40:13,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.15.3 10:40:19 2024-01-22T10:40:13,681 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker, org.opendaylight.serviceutils.srm.spi.RegistryControl] 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.healthchecks/4.2.20 10:40:19 2024-01-22T10:40:13,684 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.schema.openvswitch/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,685 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.mdsal-utils/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,685 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.yang-utils/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,686 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,710 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,714 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.libraries.liblldp/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,715 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-path-selection-mode/0.20.5 10:40:19 2024-01-22T10:40:13,716 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-rp-impl/0.20.5 10:40:19 2024-01-22T10:40:13,717 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-rib-impl/0.20.5 10:40:19 2024-01-22T10:40:13,722 | INFO | features-3-thread-1 | OSGiCodecsRegistry | 233 - org.opendaylight.bgpcep.bgp-rib-impl - 0.20.5 | BGP codec registry started 10:40:19 2024-01-22T10:40:13,732 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,747 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,753 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 0s, remaining time 299s, diag: Booting {Installed=0, Resolved=99, Unknown=0, GracePeriod=7, Waiting=24, Starting=1, Active=440, Stopping=0, Failure=0} 10:40:19 2024-01-22T10:40:13,754 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,761 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:19 2024-01-22T10:40:13,762 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,772 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService, (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService)] 10:40:19 2024-01-22T10:40:13,773 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding.model.iana.routing-types/12.0.3 10:40:19 2024-01-22T10:40:13,773 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.console/6.0.5 10:40:19 2024-01-22T10:40:13,778 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.netconf.console/6.0.5. Missing service: [org.opendaylight.netconf.console.api.NetconfCommands] 10:40:19 2024-01-22T10:40:13,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.config-loader-spi/0.20.5 10:40:19 2024-01-22T10:40:13,779 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.config-loader-impl/0.20.5 10:40:19 2024-01-22T10:40:13,783 | INFO | features-3-thread-1 | DefaultFileWatcher | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | File Watcher service started 10:40:19 2024-01-22T10:40:13,785 | INFO | features-3-thread-1 | AbstractWatchingConfigLoader | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | Config Loader service started 10:40:19 2024-01-22T10:40:13,786 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.protocols-config-loader/0.20.5 10:40:19 2024-01-22T10:40:13,787 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.15.3 10:40:19 2024-01-22T10:40:13,787 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.hwvtepsouthbound-api/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,788 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,791 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService)] 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT. Missing service: [org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepSouthboundProviderInfo, org.opendaylight.mdsal.binding.api.DataBroker] 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.aries.util/1.1.3 10:40:19 2024-01-22T10:40:13,802 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.15.3 10:40:19 2024-01-22T10:40:13,803 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,805 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider), (objectClass=org.opendaylight.openflowjava.protocol.spi.connection.SwitchConnectionProvider)] 10:40:19 2024-01-22T10:40:13,806 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-web/6.0.4 10:40:19 2024-01-22T10:40:13,808 | INFO | features-3-thread-1 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.infrautils.diagstatus-web_6.0.4 [301]] 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,809 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology-singleton/6.0.5 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]}", size=1} 10:40:19 2024-01-22T10:40:13,809 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-9,name='DiagStatusServlet',urlPatterns=[/diagstatus],contexts=[{WB,OCM-1,default,/}]} 10:40:19 2024-01-22T10:40:13,810 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.common/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.dropwizard.metrics.graphite/4.2.20 10:40:19 2024-01-22T10:40:13,811 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.model.topology/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,812 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT 10:40:19 2024-01-22T10:40:13,814 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider)] 10:40:19 2024-01-22T10:40:13,814 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.containers.jersey-container-servlet/2.41.0 10:40:20 2024-01-22T10:40:13,815 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-data-tree-ri/11.0.4 10:40:20 2024-01-22T10:40:13,816 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | pcep-cli/0.20.5 10:40:20 2024-01-22T10:40:13,818 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle pcep-cli/0.20.5. Missing service: [org.opendaylight.mdsal.binding.api.DataBroker] 10:40:20 2024-01-22T10:40:13,818 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.upgrade/0.13.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,819 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.southbound-utils/1.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,820 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 10:40:20 2024-01-22T10:40:13,823 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:20 2024-01-22T10:40:13,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | com.fasterxml.jackson.dataformat.jackson-dataformat-xml/2.15.3 10:40:20 2024-01-22T10:40:13,824 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.schema.hardwarevtep/1.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | wrap_file__w_workspace_distribution-check-managed-calcium_karaf-0.20.0-SNAPSHOT_system_dk_brics_automaton_1.12-4_automaton-1.12-4.jar/0.0.0 10:40:20 2024-01-22T10:40:13,825 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-binding-adapter/12.0.3 10:40:20 2024-01-22T10:40:13,826 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.mdsal-netconf-yang-library/6.0.5 10:40:20 2024-01-22T10:40:13,827 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.ovsdb.utils.config/1.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.media.jersey-media-sse/2.41.0 10:40:20 2024-01-22T10:40:13,828 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.provider-single/1.16.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,829 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-tunnel-provider/0.20.5 10:40:20 2024-01-22T10:40:13,830 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.infrautils.diagstatus-shell/6.0.4 10:40:20 2024-01-22T10:40:13,832 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Command registration delayed for bundle org.opendaylight.infrautils.diagstatus-shell/6.0.4. Missing service: [org.opendaylight.infrautils.diagstatus.shell.HttpClientService] 10:40:20 2024-01-22T10:40:13,880 | INFO | features-3-thread-1 | DefaultHttpClientService | 300 - org.opendaylight.infrautils.diagstatus-shell - 6.0.4 | http port configuration read, http port set to 8181 10:40:20 2024-01-22T10:40:13,881 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.infrautils.diagstatus-shell/6.0.4 10:40:20 2024-01-22T10:40:13,881 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.keystore-none/6.0.5 10:40:20 2024-01-22T10:40:13,882 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.rpc-api/0.13.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,882 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.spi/1.15.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,883 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-spi/12.0.3 10:40:20 2024-01-22T10:40:13,883 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bmp-monitors-config-loader/0.20.5 10:40:20 2024-01-22T10:40:13,885 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,888 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:20 2024-01-22T10:40:13,889 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.deviceownershipservice.DeviceOwnershipService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:20 2024-01-22T10:40:13,889 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.truststore-none/6.0.5 10:40:20 2024-01-22T10:40:13,889 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.atomix-storage/8.0.3 10:40:20 2024-01-22T10:40:13,890 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-akka-segmented-journal/8.0.3 10:40:20 2024-01-22T10:40:13,890 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.topology-config-loader/0.20.5 10:40:20 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.eos-common-spi/12.0.3 10:40:20 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.binding-util/12.0.3 10:40:20 2024-01-22T10:40:13,892 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.yangtools.yang-repo-fs/11.0.4 10:40:20 2024-01-22T10:40:13,893 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.yanglib/6.0.5 10:40:20 2024-01-22T10:40:13,895 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.routing-policy-config-loader/0.20.5 10:40:20 2024-01-22T10:40:13,896 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.cds-dom-api/8.0.3 10:40:20 2024-01-22T10:40:13,896 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.apache.karaf.jdbc.core/4.4.4 10:40:20 2024-01-22T10:40:13,905 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.apache.karaf.jdbc.core/4.4.4 10:40:20 2024-01-22T10:40:13,906 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.locator/2.6.1 10:40:20 2024-01-22T10:40:13,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.jersey.inject.jersey-hk2/2.41.0 10:40:20 2024-01-22T10:40:13,907 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.utils/2.6.1 10:40:20 2024-01-22T10:40:13,908 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.glassfish.hk2.api/2.6.1 10:40:20 2024-01-22T10:40:13,909 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-akka-raft/8.0.3 10:40:20 2024-01-22T10:40:13,911 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-distributed-datastore/8.0.3 10:40:20 2024-01-22T10:40:13,919 | INFO | features-3-thread-1 | OSGiDatastoreContextIntrospectorFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore Context Introspector activated 10:40:20 2024-01-22T10:40:13,920 | INFO | features-3-thread-1 | FileModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Shard configuration provider started 10:40:20 2024-01-22T10:40:13,920 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.provider-common/1.16.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,931 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.jsonrpc.bus.spi/1.16.0.SNAPSHOT 10:40:20 2024-01-22T10:40:13,937 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.client/6.0.5 10:40:20 2024-01-22T10:40:13,940 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.client-mdsal/6.0.5 10:40:20 2024-01-22T10:40:13,948 | INFO | features-3-thread-1 | DefaultSchemaResourceManager | 400 - org.opendaylight.netconf.client-mdsal - 6.0.5 | Schema Resource Manager instantiated on cache/schema 10:40:20 2024-01-22T10:40:13,948 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.filterchain/0.18.3 10:40:20 2024-01-22T10:40:13,953 | INFO | features-3-thread-1 | CustomFilterAdapterConfigurationImpl | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Custom filter properties updated: {service.pid=org.opendaylight.aaa.filterchain, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), customFilterList=, component.name=org.opendaylight.aaa.filterchain.configuration.impl.CustomFilterAdapterConfigurationImpl, felix.fileinstall.filename=file:/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.aaa.filterchain.cfg, component.id=249, Filter.target=(org.opendaylight.aaa.filterchain.filter=true)} 10:40:20 2024-01-22T10:40:13,953 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-clustering-commons/8.0.3 10:40:20 2024-01-22T10:40:13,959 | INFO | features-3-thread-1 | FileAkkaConfigurationReader | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | File-based Akka configuration reader enabled 10:40:20 2024-01-22T10:40:13,960 | INFO | features-3-thread-1 | OSGiActorSystemProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Actor System provider starting 10:40:20 2024-01-22T10:40:14,128 | INFO | features-3-thread-1 | ActorSystemProviderImpl | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating new ActorSystem 10:40:20 2024-01-22T10:40:14,388 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Slf4jLogger | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Slf4jLogger started 10:40:20 2024-01-22T10:40:14,606 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ArteryTransport | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Remoting started with transport [Artery tcp]; listening on address [akka://opendaylight-cluster-data@127.0.0.1:2550] with UID [-4769209531148582270] 10:40:20 2024-01-22T10:40:14,642 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Starting up, Akka version [2.6.21] ... 10:40:20 2024-01-22T10:40:14,695 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Registered cluster JMX MBean [akka:type=Cluster] 10:40:20 2024-01-22T10:40:14,695 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Started up successfully 10:40:20 2024-01-22T10:40:14,728 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | SplitBrainResolver | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | SBR started. Config: strategy [KeepMajority], stable-after [7 seconds], down-all-when-unstable [5250 milliseconds], selfUniqueAddress [akka://opendaylight-cluster-data@127.0.0.1:2550#-4769209531148582270], selfDc [default]. 10:40:20 2024-01-22T10:40:14,741 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Node [akka://opendaylight-cluster-data@127.0.0.1:2550] is JOINING itself (with roles [member-1, dc-default], version [0.0.0]) and forming new cluster 10:40:20 2024-01-22T10:40:14,742 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - is the new leader among reachable nodes (more leaders may exist) 10:40:20 2024-01-22T10:40:14,752 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | Cluster | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Cluster Node [akka://opendaylight-cluster-data@127.0.0.1:2550] - Leader is moving node [akka://opendaylight-cluster-data@127.0.0.1:2550] to [Up] 10:40:20 2024-01-22T10:40:14,773 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | SplitBrainResolver | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | This node is now the leader responsible for taking SBR decisions among the reachable nodes (more leaders may exist). 10:40:20 2024-01-22T10:40:14,796 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 1s, remaining time 298s, diag: Booting {Installed=0, Resolved=35, Unknown=0, GracePeriod=15, Waiting=37, Starting=0, Active=484, Stopping=0, Failure=0} 10:40:20 2024-01-22T10:40:14,896 | INFO | features-3-thread-1 | OSGiActorSystemProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Actor System provider started 10:40:20 2024-01-22T10:40:14,899 | INFO | features-3-thread-1 | OSGiRemoteOpsProvider | 291 - org.opendaylight.controller.sal-remoterpc-connector - 8.0.3 | Remote Operations service starting 10:40:20 2024-01-22T10:40:14,901 | INFO | features-3-thread-1 | OSGiRemoteOpsProvider | 291 - org.opendaylight.controller.sal-remoterpc-connector - 8.0.3 | Remote Operations service started 10:40:20 2024-01-22T10:40:14,903 | INFO | features-3-thread-1 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type CONFIGURATION starting 10:40:20 2024-01-22T10:40:14,967 | WARN | features-3-thread-1 | DatastoreContext | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | The shard-snapshot-chunk-size configuration parameter is deprecated - use maximum-message-slice-size instead 10:40:20 2024-01-22T10:40:14,971 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Create data store instance of type : config 10:40:20 2024-01-22T10:40:14,972 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:20 2024-01-22T10:40:14,972 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:20 2024-01-22T10:40:14,978 | INFO | features-3-thread-1 | AbstractDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating ShardManager : shardmanager-config 10:40:20 2024-01-22T10:40:15,002 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Starting ShardManager shard-manager-config 10:40:20 2024-01-22T10:40:15,005 | INFO | opendaylight-cluster-data-akka.persistence.dispatchers.default-plugin-dispatcher-22 | SegmentedFileJournal | 285 - org.opendaylight.controller.sal-akka-segmented-journal - 8.0.3 | Initialized with root directory segmented-journal with storage MAPPED 10:40:20 2024-01-22T10:40:15,048 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Recovery complete : shard-manager-config 10:40:20 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received MemberUp: memberName: MemberName{name=member-1}, address: akka://opendaylight-cluster-data@127.0.0.1:2550 10:40:20 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config 10:40:20 2024-01-22T10:40:15,079 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config 10:40:20 2024-01-22T10:40:15,080 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:15,087 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Data store config is using tell-based protocol 10:40:20 2024-01-22T10:40:15,090 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:20 2024-01-22T10:40:15,091 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config 10:40:20 2024-01-22T10:40:15,091 | INFO | features-3-thread-1 | AbstractModuleShardConfigProvider | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Config file exists - reading config from it 10:40:20 2024-01-22T10:40:15,092 | INFO | features-3-thread-1 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type OPERATIONAL starting 10:40:20 2024-01-22T10:40:15,092 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config 10:40:20 2024-01-22T10:40:15,092 | WARN | features-3-thread-1 | DatastoreContext | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | The shard-snapshot-chunk-size configuration parameter is deprecated - use maximum-message-slice-size instead 10:40:20 2024-01-22T10:40:15,093 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-config with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:15,095 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Create data store instance of type : operational 10:40:20 2024-01-22T10:40:15,095 | INFO | features-3-thread-1 | AbstractDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Creating ShardManager : shardmanager-operational 10:40:20 2024-01-22T10:40:15,097 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Starting ShardManager shard-manager-operational 10:40:20 2024-01-22T10:40:15,102 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-default-config, persistent : true 10:40:20 2024-01-22T10:40:15,103 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-topology-config, persistent : true 10:40:20 2024-01-22T10:40:15,102 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-inventory-config, persistent : true 10:40:20 2024-01-22T10:40:15,105 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Recovery complete : shard-manager-operational 10:40:20 2024-01-22T10:40:15,105 | INFO | features-3-thread-1 | DistributedDataStoreFactory | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Data store operational is using tell-based protocol 10:40:20 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received MemberUp: memberName: MemberName{name=member-1}, address: akka://opendaylight-cluster-data@127.0.0.1:2550 10:40:20 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational 10:40:20 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational 10:40:20 2024-01-22T10:40:15,106 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational 10:40:20 2024-01-22T10:40:15,107 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.eos-dom-akka/8.0.3 10:40:20 2024-01-22T10:40:15,108 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-default-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational 10:40:20 2024-01-22T10:40:15,108 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-topology-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational 10:40:20 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-default-operational, persistent : false 10:40:20 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-topology-operational, persistent : false 10:40:20 2024-01-22T10:40:15,109 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardInformation | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | updatePeerAddress for peer member-1-shard-inventory-operational with address akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational 10:40:20 2024-01-22T10:40:15,110 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Shard created : member-1-shard-inventory-operational, persistent : false 10:40:20 2024-01-22T10:40:15,112 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:20 2024-01-22T10:40:15,115 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:20 2024-01-22T10:40:15,119 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:20 2024-01-22T10:40:15,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-inventory-operational/member-1-shard-inventory-operational-notifier#-290574790 created and ready for shard:member-1-shard-inventory-operational 10:40:20 2024-01-22T10:40:15,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-default-config/member-1-shard-default-config-notifier#-1500956494 created and ready for shard:member-1-shard-default-config 10:40:20 2024-01-22T10:40:15,140 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-inventory-config/member-1-shard-inventory-config-notifier#710379292 created and ready for shard:member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:15,141 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-default-operational/member-1-shard-default-operational-notifier#-1694442686 created and ready for shard:member-1-shard-default-operational 10:40:20 2024-01-22T10:40:15,157 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-config/member-1-shard-topology-config/member-1-shard-topology-config-notifier#-771076403 created and ready for shard:member-1-shard-topology-config 10:40:20 2024-01-22T10:40:15,159 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier:akka://opendaylight-cluster-data@127.0.0.1:2550/user/shardmanager-operational/member-1-shard-topology-operational/member-1-shard-topology-operational-notifier#1264052666 created and ready for shard:member-1-shard-topology-operational 10:40:20 2024-01-22T10:40:15,169 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-inventory-config with journal batch size 1 10:40:20 2024-01-22T10:40:15,169 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-topology-config with journal batch size 1 10:40:20 2024-01-22T10:40:15,170 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-topology-operational with journal batch size 1 10:40:20 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-inventory-operational with journal batch size 1 10:40:20 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-default-config with journal batch size 1 10:40:20 2024-01-22T10:40:15,171 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | Starting recovery for member-1-shard-default-operational with journal batch size 1 10:40:20 2024-01-22T10:40:15,172 | INFO | opendaylight-cluster-data-akka.persistence.dispatchers.default-plugin-dispatcher-35 | SegmentedFileJournal | 285 - org.opendaylight.controller.sal-akka-segmented-journal - 8.0.3 | Initialized with root directory segmented-journal with storage DISK 10:40:20 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | OSGiEntityOwnershipService | 375 - org.opendaylight.mdsal.eos-binding-adapter - 12.0.3 | Entity Ownership Service adapter starting 10:40:20 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | OSGiEntityOwnershipService | 375 - org.opendaylight.mdsal.eos-binding-adapter - 12.0.3 | Entity Ownership Service adapter started 10:40:20 2024-01-22T10:40:15,179 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.mdsal.singleton-dom-impl/12.0.3 10:40:20 2024-01-22T10:40:15,182 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | ClusterSingletonManager | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Singleton manager starting singleton actor [akka://opendaylight-cluster-data/system/singletonManagerOwnerSupervisor/OwnerSupervisor] 10:40:20 2024-01-22T10:40:15,182 | INFO | Blueprint Extender: 2 | DeviceOwnershipServiceImpl | 454 - org.opendaylight.openflowplugin.applications.device-ownership-service - 0.18.0.SNAPSHOT | DeviceOwnershipService started 10:40:20 2024-01-22T10:40:15,183 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | ClusterSingletonManager | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | ClusterSingletonManager state change [Start -> Oldest] 10:40:20 2024-01-22T10:40:15,184 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,186 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.device-ownership-service/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:15,186 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService, (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:20 2024-01-22T10:40:15,186 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,187 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.device-ownership-service_0.18.0.SNAPSHOT [454] was successfully created 10:40:20 2024-01-22T10:40:15,187 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:20 2024-01-22T10:40:15,188 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,188 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:20 2024-01-22T10:40:15,189 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,189 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,190 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)] 10:40:20 2024-01-22T10:40:15,190 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,191 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational: Recovery completed - Switching actor to Follower - last log index = -1, last log term = -1, snapshot index = -1, snapshot term = -1, journal size = 0 10:40:20 2024-01-22T10:40:15,192 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,192 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,193 | INFO | features-3-thread-1 | OSGiClusterSingletonServiceProvider | 388 - org.opendaylight.mdsal.singleton-dom-impl - 12.0.3 | Cluster Singleton Service starting 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,193 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,194 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from null to Follower 10:40:20 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-shard-dispatcher-36 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,195 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Candidate): Starting new election term 1 10:40:20 2024-01-22T10:40:15,197 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Follower) :- Switching from behavior Follower to Candidate, election term: 1 10:40:20 2024-01-22T10:40:15,198 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,198 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from Follower to Candidate 10:40:20 2024-01-22T10:40:15,203 | INFO | features-3-thread-1 | OSGiClusterSingletonServiceProvider | 388 - org.opendaylight.mdsal.singleton-dom-impl - 12.0.3 | Cluster Singleton Service started 10:40:20 2024-01-22T10:40:15,204 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.programming-impl/0.20.5 10:40:20 2024-01-22T10:40:15,206 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.pcep-topology-provider/0.20.5 10:40:20 2024-01-22T10:40:15,207 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.common/4.1.100.Final 10:40:20 2024-01-22T10:40:15,208 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | io.netty.buffer/4.1.100.Final 10:40:20 2024-01-22T10:40:15,209 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-labeled-unicast/0.20.5 10:40:20 2024-01-22T10:40:15,263 | INFO | opendaylight-cluster-data-shard-dispatcher-30 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,263 | INFO | opendaylight-cluster-data-shard-dispatcher-34 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-topology-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,264 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,264 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,265 | INFO | opendaylight-cluster-data-shard-dispatcher-33 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,265 | INFO | opendaylight-cluster-data-shard-dispatcher-31 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-operational (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,266 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,266 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-18 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-inventory-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-shard-dispatcher-29 | Shard | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | member-1-shard-default-config (Candidate) :- Switching from behavior Candidate to Leader, election term: 1 10:40:20 2024-01-22T10:40:15,267 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , received role change from Candidate to Leader 10:40:20 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:20 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:20 2024-01-22T10:40:15,269 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-inventory-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:20 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-operational , registered listener akka://opendaylight-cluster-data/user/shardmanager-operational 10:40:20 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-topology-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:20 2024-01-22T10:40:15,270 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | RoleChangeNotifier | 288 - org.opendaylight.controller.sal-clustering-commons - 8.0.3 | RoleChangeNotifier for member-1-shard-default-config , registered listener akka://opendaylight-cluster-data/user/shardmanager-config 10:40:20 2024-01-22T10:40:15,271 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-inventory-config, leaderId=member-1-shard-inventory-config, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-inventory-config from Candidate to Leader 10:40:20 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-topology-config, leaderId=member-1-shard-topology-config, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-topology-config from Candidate to Leader 10:40:20 2024-01-22T10:40:15,272 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-default-config, leaderId=member-1-shard-default-config, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,273 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: Received role changed for member-1-shard-default-config from Candidate to Leader 10:40:20 2024-01-22T10:40:15,273 | INFO | opendaylight-cluster-data-shard-dispatcher-24 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-config: All Shards are ready - data store config is ready 10:40:20 2024-01-22T10:40:15,271 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-topology-operational, leaderId=member-1-shard-topology-operational, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-topology-operational from Candidate to Leader 10:40:20 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-inventory-operational, leaderId=member-1-shard-inventory-operational, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-inventory-operational from Candidate to Leader 10:40:20 2024-01-22T10:40:15,274 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received LeaderStateChanged message: LeaderStateChanged [memberId=member-1-shard-default-operational, leaderId=member-1-shard-default-operational, leaderPayloadVersion=13] 10:40:20 2024-01-22T10:40:15,275 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: Received role changed for member-1-shard-default-operational from Candidate to Leader 10:40:20 2024-01-22T10:40:15,275 | INFO | opendaylight-cluster-data-shard-dispatcher-32 | ShardManager | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | shard-manager-operational: All Shards are ready - data store operational is ready 10:40:20 2024-01-22T10:40:15,278 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | OSGiDOMStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore service type CONFIGURATION activated 10:40:20 2024-01-22T10:40:15,278 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type CONFIGURATION started 10:40:20 2024-01-22T10:40:15,280 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Datastore service type OPERATIONAL activated 10:40:20 2024-01-22T10:40:15,282 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMDataBroker | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | DOM Data Broker starting 10:40:20 2024-01-22T10:40:15,297 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConcurrentDOMDataBroker | 567 - util - 11.0.4 | ThreadFactory created: CommitFutures 10:40:20 2024-01-22T10:40:15,297 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(objectClass=org.opendaylight.protocol.bgp.rib.impl.spi.BGPDispatcher), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:20 2024-01-22T10:40:15,299 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDOMDataBroker | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | DOM Data Broker started 10:40:20 2024-01-22T10:40:15,306 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractAdaptedService | 328 - org.opendaylight.mdsal.binding-dom-adapter - 12.0.3 | Binding/DOM adapter for DataBroker activated 10:40:20 2024-01-22T10:40:15,369 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConnectedGraphServer | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Create Graph Model at top level in Operational DataStore: InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology]} 10:40:20 2024-01-22T10:40:15,397 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 is waiting for dependencies [(&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker))] 10:40:20 2024-01-22T10:40:15,409 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.ws.rs-api/2.1.6 10:40:20 2024-01-22T10:40:15,411 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-nb/6.0.4 10:40:20 2024-01-22T10:40:15,431 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolved shard 0 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present} 10:40:20 2024-01-22T10:40:15,432 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | ConnectedGraphServer | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Graph Model Server started 10:40:20 2024-01-22T10:40:15,432 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} 10:40:20 2024-01-22T10:40:15,449 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | GraphListener | 242 - org.opendaylight.bgpcep.graph-impl - 0.20.5 | Registered listener org.opendaylight.graph.impl.GraphListener@5ba6145a on Graph Model at InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.Graph]} 10:40:20 2024-01-22T10:40:15,451 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-default-operational#-319519328], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} in 17.59 ms 10:40:20 2024-01-22T10:40:15,451 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Stopping 1 StatementProviderActivator instances 10:40:20 2024-01-22T10:40:15,453 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiStatementRegistry | 223 - org.opendaylight.bgpcep.bgp-openconfig-rp-spi - 0.20.5 | Starting 2 StatementProviderActivator instances 10:40:20 2024-01-22T10:40:15,483 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService), Initial app config AaaCertServiceConfig] 10:40:20 2024-01-22T10:40:15,487 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolved shard 0 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present} 10:40:20 2024-01-22T10:40:15,487 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} 10:40:20 2024-01-22T10:40:15,488 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=0, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-default-config#-2015129337], sessionId=0, version=POTASSIUM, maxMessages=1000, cookie=0, shard=default, dataTree=present}} in 1.128 ms 10:40:20 2024-01-22T10:40:15,512 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiPasswordServiceConfigBootstrap | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | Listening for password service configuration 10:40:20 2024-01-22T10:40:15,517 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [Initial app config DatastoreConfig, (objectClass=org.opendaylight.mdsal.binding.api.DataBroker), (&(|(type=default)(!(type=*)))(objectClass=org.opendaylight.mdsal.binding.api.DataBroker)), (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:20 2024-01-22T10:40:15,524 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will utilize default iteration count=20000 10:40:20 2024-01-22T10:40:15,525 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will utilize default algorithm=SHA-512 10:40:20 2024-01-22T10:40:15,525 | INFO | opendaylight-cluster-data-notification-dispatcher-38 | DefaultPasswordHashService | 198 - org.opendaylight.aaa.password-service-impl - 0.18.3 | DefaultPasswordHashService will not utilize a private salt, since none was configured 10:40:20 2024-01-22T10:40:15,529 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [Initial app config ShiroConfiguration, (objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:20 2024-01-22T10:40:15,532 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.encrypt.AAAEncryptionService)] 10:40:20 2024-01-22T10:40:15,542 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.api.IIDMStore), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:20 2024-01-22T10:40:15,603 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | jakarta.activation-api/1.2.2 10:40:20 2024-01-22T10:40:15,605 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | net.sf.ehcache/2.10.9.2 10:40:20 2024-01-22T10:40:15,608 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.aaa.idm-store-h2/0.18.3 10:40:20 2024-01-22T10:40:15,609 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:20 2024-01-22T10:40:15,611 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.api.PasswordCredentialAuth), (objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:20 2024-01-22T10:40:15,616 | ERROR | features-3-thread-1 | H2Store | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | bundle org.opendaylight.aaa.idm-store-h2:0.18.3 (196)[org.opendaylight.aaa.datastore.h2.H2Store(268)] : Constructor argument 0 in class class org.opendaylight.aaa.datastore.h2.H2Store has unsupported type org.opendaylight.aaa.datastore.h2.ConnectionProvider 10:40:20 2024-01-22T10:40:15,617 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 is waiting for dependencies [(objectClass=org.opendaylight.aaa.cert.api.ICertificateManager)] 10:40:20 2024-01-22T10:40:15,624 | INFO | features-3-thread-1 | H2Store | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | H2 IDMStore activated 10:40:20 2024-01-22T10:40:15,648 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone 10:40:20 2024-01-22T10:40:15,650 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix 10:40:20 2024-01-22T10:40:15,650 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone 10:40:20 2024-01-22T10:40:15,651 | INFO | features-3-thread-1 | StringValueObjectFactory | 352 - org.opendaylight.mdsal.binding-spec-util - 12.0.3 | Instantiated factory for class org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix 10:40:20 2024-01-22T10:40:15,651 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:20 2024-01-22T10:40:15,664 | WARN | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfNotificationManager | 437 - org.opendaylight.netconf.server-mdsal - 6.0.5 | Notification stream StreamNameType{value=NETCONF} already registered as: Stream{description=Default Event Stream, name=StreamNameType{value=NETCONF}, replaySupport=false}. Will be reused 10:40:20 2024-01-22T10:40:15,670 | INFO | features-3-thread-1 | EdDSASecurityProviderRegistrar | 439 - org.opendaylight.netconf.shaded-sshd - 6.0.5 | getOrCreateProvider(EdDSA) created instance of org.opendaylight.netconf.shaded.eddsa.EdDSASecurityProvider 10:40:20 2024-01-22T10:40:15,688 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle bgp-cli/0.20.5 10:40:20 2024-01-22T10:40:15,719 | WARN | features-3-thread-1 | ServerBootstrap | 65 - io.netty.common - 4.1.100.Final | Unknown channel option 'SO_BACKLOG' for channel '[id: 0xca90b32c]' 10:40:20 2024-01-22T10:40:15,728 | INFO | CommitFutures-1 | OSGiEncryptionServiceConfigurator | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | Configuration update succeeded 10:40:20 2024-01-22T10:40:15,741 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | LISP (RFC6830) Southbound Plugin is initializing... 10:40:20 2024-01-22T10:40:15,783 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | Restoring 0 keys from datastore into southbound DAO 10:40:20 2024-01-22T10:40:15,805 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | LispSouthboundPlugin | 326 - org.opendaylight.lispflowmapping.mappingservice.southbound - 1.19.0.SNAPSHOT | LISP (RFC6830) Southbound Plugin is up! 10:40:20 2024-01-22T10:40:15,827 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [Initial app config ForwardingRulesManagerConfig, (objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:20 2024-01-22T10:40:15,833 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 2s, remaining time 297s, diag: Booting {Installed=0, Resolved=23, Unknown=0, GracePeriod=14, Waiting=29, Starting=0, Active=505, Stopping=0, Failure=0} 10:40:20 2024-01-22T10:40:15,847 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry), (objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:20 2024-01-22T10:40:15,874 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | BgpTopologyDeployerImpl | 236 - org.opendaylight.bgpcep.bgp-topology-provider - 0.20.5 | BGP topology deployer started. 10:40:20 2024-01-22T10:40:15,881 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:20 2024-01-22T10:40:15,888 | INFO | opendaylight-cluster-data-notification-dispatcher-39 | AAAEncryptionServiceImpl | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | AAAEncryptionService activated 10:40:20 2024-01-22T10:40:15,888 | INFO | opendaylight-cluster-data-notification-dispatcher-39 | OSGiEncryptionServiceConfigurator | 194 - org.opendaylight.aaa.encrypt-service-impl - 0.18.3 | Encryption Service enabled 10:40:20 2024-01-22T10:40:15,890 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService)] 10:40:20 2024-01-22T10:40:15,895 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT is waiting for dependencies [Available DOM RPC for binding RPC: interface org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.PacketProcessingService] 10:40:20 2024-01-22T10:40:15,898 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.netconf.console/6.0.5 10:40:20 2024-01-22T10:40:15,899 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle pcep-cli/0.20.5 10:40:20 2024-01-22T10:40:15,900 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.ovsdb.lib.OvsdbConnection)] 10:40:20 2024-01-22T10:40:15,900 | INFO | Blueprint Extender: 1 | LazyBindingList | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Using lazy population for lists larger than 16 element(s) 10:40:20 2024-01-22T10:40:15,919 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TunnelProviderDeployer | 257 - org.opendaylight.bgpcep.pcep-tunnel-provider - 0.20.5 | Tunnel Provider Deployer created 10:40:20 2024-01-22T10:40:15,925 | INFO | Blueprint Extender: 1 | AaaCertMdsalProvider | 192 - org.opendaylight.aaa.cert - 0.18.3 | AaaCertMdsalProvider Initialized 10:40:20 2024-01-22T10:40:15,947 | INFO | Blueprint Extender: 2 | FlowCapableTopologyProvider | 460 - org.opendaylight.openflowplugin.applications.topology-manager - 0.18.0.SNAPSHOT | Topology Manager service started. 10:40:20 2024-01-22T10:40:15,951 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.bgpcep.bgp-peer-acceptor/0.20.5 has been started 10:40:20 2024-01-22T10:40:15,952 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.bgpcep.bgp-peer-acceptor_0.20.5 [231] was successfully created 10:40:20 2024-01-22T10:40:15,955 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.metrics-impl/0.13.0.SNAPSHOT 10:40:20 2024-01-22T10:40:15,983 | INFO | Blueprint Extender: 1 | MdsalUtils | 192 - org.opendaylight.aaa.cert - 0.18.3 | initDatastore: data populated: CONFIGURATION, InstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStores, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.yang.aaa.cert.mdsal.rev160321.KeyStores]}, KeyStores{id=KeyStores:1} 10:40:20 2024-01-22T10:40:15,999 | INFO | globalBossGroup-2-1 | NetconfNorthboundSshServer | 425 - org.opendaylight.netconf.nb - 6.0.5 | Netconf SSH endpoint started successfully at 0.0.0.0 10:40:20 2024-01-22T10:40:16,001 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Setting port for call home server to 4334 10:40:20 2024-01-22T10:40:16,038 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | JmxReporter started, ODL application's metrics are now available via JMX 10:40:20 2024-01-22T10:40:16,040 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing provider for CallHomeServer 10:40:20 2024-01-22T10:40:16,041 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home server instance 10:40:20 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | One time system JVM metrics FYI; to watch continously, monitor via JMX or enable periodic file dump option 10:40:20 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Old-Generation.count, value=17 10:40:20 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Old-Generation.time, value=26948 10:40:20 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Young-Generation.count, value=434 10:40:20 2024-01-22T10:40:16,042 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.G1-Young-Generation.time, value=8711 10:40:20 2024-01-22T10:40:16,043 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.blocked.count, value=1 10:40:20 2024-01-22T10:40:16,043 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.count, value=136 10:40:20 2024-01-22T10:40:16,044 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.daemon.count, value=52 10:40:20 2024-01-22T10:40:16,044 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.deadlock.count, value=0 10:40:20 2024-01-22T10:40:16,045 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.deadlocks, value=[] 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.capacity, value=110415822 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.count, value=85 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.direct.used, value=110415823 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.committed, value=1593835520 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.init, value=524288000 10:40:20 2024-01-22T10:40:16,046 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.max, value=8363442176 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.usage, value=0.06368346869527038 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.heap.used, value=532613008 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.loaded, value=25660 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.capacity, value=402653184 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.count, value=3 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.mapped.used, value=402653184 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.new.count, value=0 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.committed, value=217055232 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.init, value=7667712 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.max, value=-1 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.usage, value=0.9650576679027023 10:40:20 2024-01-22T10:40:16,047 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.non-heap.used, value=209472840 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.odl.infrautils.FileDescriptorRatio, value=0.032875 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.peak.count, value=136 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.committed, value=2555904 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.init, value=2555904 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.max, value=5840896 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.usage, value=0.2601025596072931 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-nmethods'.used, value=1519232 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.committed, value=14090240 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.init, value=2555904 10:40:20 2024-01-22T10:40:16,049 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.max, value=122908672 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.usage, value=0.1140421401672943 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'non-profiled-nmethods'.used, value=14016768 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.committed, value=28704768 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.init, value=2555904 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.max, value=122908672 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.usage, value=0.23009318658979572 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.CodeHeap-'profiled-nmethods'.used, value=28280448 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.committed, value=20512768 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.init, value=0 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.max, value=1073741824 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.usage, value=0.01749414950609207 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Compressed-Class-Space.used, value=18784200 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.committed, value=918552576 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.init, value=29360128 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.max, value=-1 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.usage, value=0.1689497716894977 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.used, value=155189248 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Eden-Space.used-after-gc, value=0 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.committed, value=662700032 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.init, value=494927872 10:40:20 2024-01-22T10:40:16,050 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.max, value=8363442176 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.usage, value=0.04383562560545406 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.used, value=366616720 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Old-Gen.used-after-gc, value=366616720 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.committed, value=12582912 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.init, value=0 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.max, value=-1 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.usage, value=0.8588663736979166 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.used, value=10807040 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.G1-Survivor-Space.used-after-gc, value=10807040 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.committed, value=151257088 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.init, value=0 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.max, value=-1 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.usage, value=0.9713827625717613 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.pools.Metaspace.used, value=146929088 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.runnable.count, value=29 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.terminated.count, value=0 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.timed_waiting.count, value=34 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.committed, value=1810956288 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.init, value=531955712 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.max, value=-1 10:40:20 2024-01-22T10:40:16,051 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total.used, value=742182328 10:40:20 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.total_started.count, value=1163 10:40:20 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.unloaded, value=82 10:40:20 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | type=GAUGE, name=JVM.waiting.count, value=72 10:40:20 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | AbstractMetricProvider | 493 - org.opendaylight.serviceutils.metrics-impl - 0.13.0.SNAPSHOT | Updated: org.opendaylight.serviceutils.metrics.internal.Configuration : {threadsWatcherIntervalMS=0, maxThreadsMaxLogIntervalSecs=60, fileReporterIntervalSecs=0, hashCode=0, equals=false, annotationType=null, deadlockedThreadsMaxLogIntervalSecs=60, toString=null, maxThreads=1000} 10:40:20 2024-01-22T10:40:16,052 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl/0.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,058 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager)] 10:40:20 2024-01-22T10:40:16,065 | INFO | Blueprint Extender: 3 | DefaultConfigPusher | 457 - org.opendaylight.openflowplugin.applications.of-switch-config-pusher - 0.18.0.SNAPSHOT | DefaultConfigPusher has started. 10:40:20 2024-01-22T10:40:16,066 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,069 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.of-switch-config-pusher_0.18.0.SNAPSHOT [457] was successfully created 10:40:20 2024-01-22T10:40:16,071 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.akka-infoprovider-impl/1.15.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,073 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.daexim.impl/1.15.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,088 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | DefaultIoServiceFactoryFactory | 439 - org.opendaylight.netconf.shaded-sshd - 6.0.5 | No detected/configured IoServiceFactoryFactory; using Nio2ServiceFactoryFactory 10:40:20 2024-01-22T10:40:16,120 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | ThreadFactory created: daexim-scheduler 10:40:20 2024-01-22T10:40:16,121 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Daexim Session Initiated, running on node '127.0.0.1:2550' 10:40:20 2024-01-22T10:40:16,122 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Checking for presence of boot import data files (/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/daexim/boot/odl_backup_config.json, /w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/daexim/boot/odl_backup_operational.json) 10:40:20 2024-01-22T10:40:16,123 | INFO | features-3-thread-1 | DataExportImportAppProvider | 295 - org.opendaylight.daexim.impl - 1.15.0.SNAPSHOT | Published OSGi service interface org.opendaylight.daexim.DataImportBootReady 10:40:20 2024-01-22T10:40:16,124 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-manager/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,125 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.topology-manager_0.18.0.SNAPSHOT [460] was successfully created 10:40:20 2024-01-22T10:40:16,127 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.serviceutils.srm-impl/0.13.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,128 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolved shard 1 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present} 10:40:20 2024-01-22T10:40:16,129 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} 10:40:20 2024-01-22T10:40:16,130 | INFO | Blueprint Extender: 1 | ODLKeyTool | 192 - org.opendaylight.aaa.cert - 0.18.3 | ctl.jks is created 10:40:20 2024-01-22T10:40:16,130 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-topology-operational#-482770546], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} in 1.324 ms 10:40:20 2024-01-22T10:40:16,132 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initialization complete for Call Home server instance 10:40:20 2024-01-22T10:40:16,133 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | IetfZeroTouchCallHomeServerProvider | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initialization complete for CallHomeServer 10:40:20 2024-01-22T10:40:16,139 | INFO | features-3-thread-1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.serviceutils.srm-shell/0.13.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,142 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager), (objectClass=org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService), (objectClass=org.opendaylight.openflowplugin.api.openflow.FlowGroupCacheManager)] 10:40:20 2024-01-22T10:40:16,144 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.bgpcep.bgp-openconfig-state/0.20.5 10:40:20 2024-01-22T10:40:16,149 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfCallHomeTlsService | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home TLS server instance 10:40:20 2024-01-22T10:40:16,152 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.controller.sal-cluster-admin-impl/8.0.3 10:40:20 2024-01-22T10:40:16,158 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfCallHomeTlsService | 398 - org.opendaylight.netconf.callhome-provider - 6.0.5 | Initializing Call Home TLS server instance completed successfuly 10:40:20 2024-01-22T10:40:16,162 | INFO | features-3-thread-1 | OSGiClusterAdmin | 287 - org.opendaylight.controller.sal-cluster-admin-impl - 8.0.3 | Cluster Admin services started 10:40:20 2024-01-22T10:40:16,162 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetconfSalKeystoreService | 400 - org.opendaylight.netconf.client-mdsal - 6.0.5 | NETCONF keystore service started 10:40:20 2024-01-22T10:40:16,162 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.openflowjava.blueprint-config/0.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,167 | INFO | Blueprint Extender: 1 | CertificateManagerService | 192 - org.opendaylight.aaa.cert - 0.18.3 | Certificate Manager service has been initialized 10:40:20 2024-01-22T10:40:16,168 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-15 | ClusterSingletonProxy | 283 - org.opendaylight.controller.repackaged-akka - 8.0.3 | Singleton identified at [akka://opendaylight-cluster-data/system/singletonManagerOwnerSupervisor/OwnerSupervisor] 10:40:20 2024-01-22T10:40:16,176 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TopologyStatsProvider | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | TopologyStatsProvider started 10:40:20 2024-01-22T10:40:16,177 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | TopologyStatsRpc | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Initializing PCEP Topology Stats RPC service. 10:40:20 2024-01-22T10:40:16,181 | INFO | Blueprint Extender: 1 | CertificateManagerService | 192 - org.opendaylight.aaa.cert - 0.18.3 | AaaCert Rpc Service has been initialized 10:40:20 2024-01-22T10:40:16,182 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.cert/0.18.3 has been started 10:40:20 2024-01-22T10:40:16,183 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.aaa.cert_0.18.3 [192] was successfully created 10:40:20 2024-01-22T10:40:16,227 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | PCEPTopologyTracker | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | PCEP Topology tracker initialized 10:40:20 2024-01-22T10:40:16,232 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | OVSDB IP for listening connection is set to : 0.0.0.0 10:40:20 2024-01-22T10:40:16,232 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | OVSDB port for listening connection is set to : 6640 10:40:20 2024-01-22T10:40:16,246 | WARN | Blueprint Extender: 2 | ConfigurationFactory | 84 - net.sf.ehcache - 2.10.9.2 | No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: bundleresource://84.fwk1172535934/ehcache-failsafe.xml 10:40:20 2024-01-22T10:40:16,254 | INFO | features-3-thread-1 | SwitchConnectionProviderImpl | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | ThreadFactory created: OFP-SwitchConnectionProvider-Udp/TcpHandler_6653 10:40:20 2024-01-22T10:40:16,346 | INFO | Blueprint Extender: 2 | H2TokenStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Initialized token store with default cache config 10:40:20 2024-01-22T10:40:16,361 | INFO | Blueprint Extender: 2 | StoreBuilder | 191 - org.opendaylight.aaa.authn-api - 0.18.3 | Checking if default entries must be created in IDM store 10:40:20 2024-01-22T10:40:16,409 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-16 | FlowCapableTopologyProvider | 460 - org.opendaylight.openflowplugin.applications.topology-manager - 0.18.0.SNAPSHOT | Topology node flow:1 is successfully written to the operational datastore. 10:40:20 2024-01-22T10:40:16,510 | INFO | features-3-thread-1 | SwitchConnectionProviderImpl | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | ThreadFactory created: OFP-SwitchConnectionProvider-Udp/TcpHandler_6633 10:40:20 2024-01-22T10:40:16,531 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava.blueprint-config/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,531 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.openflowjava.blueprint-config_0.18.0.SNAPSHOT [475] was successfully created 10:40:20 2024-01-22T10:40:16,537 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.topology-impl/6.0.5 10:40:20 2024-01-22T10:40:16,566 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.netconf.restconf-openapi/6.0.5 10:40:20 2024-01-22T10:40:16,574 | INFO | Blueprint Extender: 3 | JsonRpcEndpoint | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | Ovsdb Rpc Task interval is set to 1000 millisecond 10:40:20 2024-01-22T10:40:16,574 | INFO | Blueprint Extender: 3 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | Json Rpc Decoder Max Frame Length set to : 100000 10:40:20 2024-01-22T10:40:16,577 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.library/1.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,577 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.ovsdb.library_1.18.0.SNAPSHOT [482] was successfully created 10:40:20 2024-01-22T10:40:16,577 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.extension.api.OpenFlowPluginExtensionRegistratorProvider)] 10:40:20 2024-01-22T10:40:16,582 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.impl/0.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,647 | INFO | features-3-thread-1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.impl/0.18.0.SNAPSHOT is waiting for dependencies [(objectClass=org.opendaylight.openflowplugin.impl.DiagStatusProvider)] 10:40:20 2024-01-22T10:40:16,656 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.openflowplugin.blueprint-config/0.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,683 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | org.opendaylight.lispflowmapping.mappingservice.implementation/1.19.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,686 | INFO | Blueprint Extender: 2 | AbstractStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Table AAA_DOMAINS does not exist, creating it 10:40:20 2024-01-22T10:40:16,695 | INFO | Blueprint Extender: 3 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | SouthboundProvider ovsdbConnectionService Initialized 10:40:20 2024-01-22T10:40:16,695 | INFO | Blueprint Extender: 3 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | SouthboundProvider Session Initiated 10:40:20 2024-01-22T10:40:16,713 | INFO | features-3-thread-1 | MappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Mapping Service initializing... 10:40:20 2024-01-22T10:40:16,714 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,721 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.openflowjava-extension-nicira_0.18.0.SNAPSHOT [473] was successfully created 10:40:20 2024-01-22T10:40:16,740 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | DefaultBgpDeployer | 233 - org.opendaylight.bgpcep.bgp-rib-impl - 0.20.5 | BGP Deployer global-bgp started. 10:40:20 2024-01-22T10:40:16,743 | INFO | features-3-thread-1 | MappingSystem | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Restoring 0 mappings and 0 keys from datastore into DAO 10:40:20 2024-01-22T10:40:16,751 | INFO | features-3-thread-1 | MappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | Mapping Service loaded. 10:40:20 2024-01-22T10:40:16,755 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigFileProcessor | 240 - org.opendaylight.bgpcep.config-loader-spi - 0.20.5 | Protocols Config Loader registered 10:40:20 2024-01-22T10:40:16,778 | INFO | Blueprint Extender: 3 | ReconciliationManager | 567 - util - 11.0.4 | ThreadFactory created: ovsdb-reconciler 10:40:20 2024-01-22T10:40:16,784 | INFO | Blueprint Extender: 3 | OvsdbDataTreeChangeListener | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | OVSDB topology listener has been registered. 10:40:20 2024-01-22T10:40:16,785 | INFO | Blueprint Extender: 3 | OvsdbOperGlobalListener | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Registering OvsdbOperGlobalListener 10:40:20 2024-01-22T10:40:16,788 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.southbound-impl/1.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,795 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.ovsdb.southbound-impl_1.18.0.SNAPSHOT [486] was successfully created 10:40:20 2024-01-22T10:40:16,838 | INFO | Blueprint Extender: 1 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | HwvtepSouthboundProvider ovsdbConnectionService: org.opendaylight.ovsdb.lib.impl.OvsdbConnectionService@578a2efd 10:40:20 2024-01-22T10:40:16,838 | INFO | Blueprint Extender: 1 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | HwvtepSouthboundProvider Session Initiated 10:40:20 2024-01-22T10:40:16,847 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Loading properties from '(urn:opendaylight:params:xml:ns:yang:openflow:provider:config?revision=2016-05-10)openflow-provider-config' YANG file 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | rpc-requests-quota configuration property was changed to '20000' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | global-notification-quota configuration property was changed to '64000' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | switch-features-mandatory configuration property was changed to 'false' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | enable-flow-removed-notification configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-statistics-rpc-enabled configuration property was changed to 'false' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | barrier-count-limit configuration property was changed to '25600' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | barrier-interval-timeout-limit configuration property was changed to '500' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | echo-reply-timeout configuration property was changed to '2000' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-table-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,849 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-flow-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-group-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-meter-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-port-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | is-queue-statistics-polling-on configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | skip-table-features configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | basic-timer-delay configuration property was changed to '3000' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | maximum-timer-delay configuration property was changed to '900000' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | use-single-layer-serialization configuration property was changed to 'true' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-min-threads configuration property was changed to '1' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-max-threads configuration property was changed to '32000' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | thread-pool-timeout configuration property was changed to '60' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-connection-rate-limit-per-min configuration property was changed to '0' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-connection-hold-time-in-seconds configuration property was changed to '0' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | device-datastore-removal-delay configuration property was changed to '500' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryOsgiImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Loading configuration from 'org.opendaylight.openflowplugin' configuration file 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | felix.fileinstall.filename configuration property was changed to 'file:/w/workspace/distribution-check-managed-calcium/karaf-0.20.0-SNAPSHOT/etc/org.opendaylight.openflowplugin.cfg' 10:40:20 2024-01-22T10:40:16,850 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | service.pid configuration property was changed to 'org.opendaylight.openflowplugin' 10:40:20 2024-01-22T10:40:16,867 | INFO | features-3-thread-1 | LispMappingService | 322 - org.opendaylight.lispflowmapping.mappingservice.implementation - 1.19.0.SNAPSHOT | LISP (RFC6830) Mapping Service initialized 10:40:20 2024-01-22T10:40:16,872 | INFO | Blueprint Extender: 1 | ReconciliationManager | 567 - util - 11.0.4 | ThreadFactory created: ovsdb-reconciler 10:40:20 2024-01-22T10:40:16,872 | INFO | Blueprint Extender: 1 | HwvtepOperGlobalListener | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | Registering HwvtepOperGlobalListener 10:40:20 2024-01-22T10:40:16,881 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 3s, remaining time 296s, diag: Booting {Installed=0, Resolved=10, Unknown=0, GracePeriod=9, Waiting=9, Starting=0, Active=543, Stopping=0, Failure=0} 10:40:20 2024-01-22T10:40:16,912 | INFO | Blueprint Extender: 1 | HwvtepDataChangeListener | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | Registering HwvtepDataChangeListener 10:40:20 2024-01-22T10:40:16,916 | INFO | features-3-thread-1 | Activator | 109 - org.apache.karaf.deployer.features - 4.4.4 | Deployment finished. Registering FeatureDeploymentListener 10:40:20 2024-01-22T10:40:16,931 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigLoader | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | Loading initial config odl-bmp-monitors-config.xml 10:40:20 2024-01-22T10:40:16,933 | INFO | Blueprint Extender: 1 | CommandExtension | 130 - org.apache.karaf.shell.core - 4.4.4 | Registering commands for bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT 10:40:20 2024-01-22T10:40:16,933 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl/1.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:16,936 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.ovsdb.hwvtepsouthbound-impl_1.18.0.SNAPSHOT [481] was successfully created 10:40:20 2024-01-22T10:40:16,955 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigFileProcessor | 240 - org.opendaylight.bgpcep.config-loader-spi - 0.20.5 | BMP Config Loader registered 10:40:20 2024-01-22T10:40:16,967 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | *This* instance of OVSDB southbound provider is set as a MASTER instance 10:40:20 2024-01-22T10:40:16,967 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Initialize OVSDB topology Uri{value=ovsdb:1} in operational and config data store if not already present 10:40:20 2024-01-22T10:40:16,970 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | BmpMonitoringStationImpl | 210 - org.opendaylight.bgpcep.bgp-bmp-impl - 0.20.5 | BMP Monitor Singleton Service bmp-monitors-service-group registered, Monitor Id example-bmp-monitor 10:40:20 2024-01-22T10:40:16,976 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Starting the ovsdb port 10:40:20 2024-01-22T10:40:16,976 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | registerConnectionListener: registering OvsdbConnectionManager 10:40:20 2024-01-22T10:40:16,977 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | registerConnectionListener: registered OvsdbConnectionManager notifying exisitng connections 10:40:20 2024-01-22T10:40:16,977 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Registering deferred system ready listener to start OVSDB Manager later 10:40:20 2024-01-22T10:40:16,980 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-21 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolved shard 1 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-topology-config#-1871394870], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present} 10:40:20 2024-01-22T10:40:16,980 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-21 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=1} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-topology-config#-1871394870], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} 10:40:20 2024-01-22T10:40:16,982 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-21 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-config: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=1} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-config, generation=0}, cookie=1, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-config/member-1-shard-topology-config#-1871394870], sessionId=1, version=POTASSIUM, maxMessages=1000, cookie=1, shard=topology, dataTree=present}} in 1.956 ms 10:40:20 2024-01-22T10:40:16,995 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigLoader | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | Loading initial config network-topology-pcep-config.xml 10:40:20 2024-01-22T10:40:16,995 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | NetworkTopologyConfigFileProcessor | 269 - org.opendaylight.bgpcep.topology-config-loader - 0.20.5 | Storing Topologies [{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=pcep-topology}] 10:40:20 2024-01-22T10:40:16,998 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | *This* instance of HWVTEP southbound provider is set as a MASTER instance 10:40:20 2024-01-22T10:40:16,998 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-26 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | Initialize HWVTEP topology Uri{value=hwvtep:1} in operational and config data store if not already present 10:40:20 2024-01-22T10:40:17,003 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | HwvtepSouthboundProvider | 481 - org.opendaylight.ovsdb.hwvtepsouthbound-impl - 1.18.0.SNAPSHOT | Starting the ovsdb port 10:40:20 2024-01-22T10:40:17,003 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | registerConnectionListener: registering HwvtepConnectionManager 10:40:20 2024-01-22T10:40:17,003 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | registerConnectionListener: registered HwvtepConnectionManager notifying exisitng connections 10:40:20 2024-01-22T10:40:17,003 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | OvsdbConnectionService | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | startOvsdbManager: Starting 10:40:20 2024-01-22T10:40:17,006 | INFO | opendaylight-cluster-data-notification-dispatcher-37 | NettyBootstrapFactoryImpl | 482 - org.opendaylight.ovsdb.library - 1.18.0.SNAPSHOT | OVSDB global Netty context started with epoll(7) 10:40:20 2024-01-22T10:40:17,007 | WARN | opendaylight-cluster-data-notification-dispatcher-37 | ServerBootstrap | 65 - io.netty.common - 4.1.100.Final | Unknown channel option 'TCP_NODELAY' for channel '[id: 0x0a8ec6fb]' 10:40:20 2024-01-22T10:40:17,007 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigFileProcessor | 240 - org.opendaylight.bgpcep.config-loader-spi - 0.20.5 | Network Topology Config Loader registered 10:40:20 2024-01-22T10:40:17,015 | INFO | opendaylight-cluster-data-notification-dispatcher-43 | PCEPTopologyTracker | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Creating topology instance for pcep-topology 10:40:20 2024-01-22T10:40:17,016 | INFO | opendaylight-cluster-data-notification-dispatcher-43 | DefaultInstructionSchedulerFactory | 259 - org.opendaylight.bgpcep.programming-impl - 0.20.5 | Creating Instruction Scheduler pcep-topology. 10:40:20 2024-01-22T10:40:17,024 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigLoader | 239 - org.opendaylight.bgpcep.config-loader-impl - 0.20.5 | Loading initial config routing-policy-default-config.xml 10:40:20 2024-01-22T10:40:17,028 | INFO | opendaylight-cluster-data-notification-dispatcher-43 | DefaultInstructionScheduler | 259 - org.opendaylight.bgpcep.programming-impl - 0.20.5 | Creating Programming Service pcep-topology-service-group. 10:40:20 2024-01-22T10:40:17,032 | INFO | OVSDB listener-0 | LoggingHandler | 65 - io.netty.common - 4.1.100.Final | [id: 0x0a8ec6fb] REGISTERED 10:40:20 2024-01-22T10:40:17,032 | INFO | OVSDB listener-0 | LoggingHandler | 65 - io.netty.common - 4.1.100.Final | [id: 0x0a8ec6fb] BIND: /0.0.0.0:6640 10:40:20 2024-01-22T10:40:17,033 | INFO | OVSDB listener-0 | LoggingHandler | 65 - io.netty.common - 4.1.100.Final | [id: 0x0a8ec6fb, L:/[0:0:0:0:0:0:0:0%0]:6640] ACTIVE 10:40:20 2024-01-22T10:40:17,040 | INFO | opendaylight-cluster-data-notification-dispatcher-44 | LazyBindingMap | 329 - org.opendaylight.mdsal.binding-dom-codec - 12.0.2 | Using lazy population for maps larger than 1 element(s) 10:40:20 2024-01-22T10:40:17,050 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | AbstractConfigFileProcessor | 240 - org.opendaylight.bgpcep.config-loader-spi - 0.20.5 | Routing Policy Config Loader registered 10:40:20 2024-01-22T10:40:17,069 | INFO | Blueprint Extender: 2 | StoreBuilder | 191 - org.opendaylight.aaa.authn-api - 0.18.3 | Created default domain 10:40:20 2024-01-22T10:40:17,082 | INFO | Blueprint Extender: 2 | AbstractStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Table AAA_ROLES does not exist, creating it 10:40:20 2024-01-22T10:40:17,094 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | JsonRPCProvider | 314 - org.opendaylight.jsonrpc.provider-single - 1.16.0.SNAPSHOT | JSON RPC Provider configuration absent 10:40:20 2024-01-22T10:40:17,095 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-20 | OSGiDistributedDataStore | 290 - org.opendaylight.controller.sal-distributed-datastore - 8.0.3 | Distributed Datastore type OPERATIONAL started 10:40:20 2024-01-22T10:40:17,127 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | BmpMonitoringStationImpl | 210 - org.opendaylight.bgpcep.bgp-bmp-impl - 0.20.5 | BMP Monitor Singleton Service bmp-monitors-service-group instantiated, Monitor Id example-bmp-monitor 10:40:20 2024-01-22T10:40:17,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | BmpMonitoringStationImpl | 210 - org.opendaylight.bgpcep.bgp-bmp-impl - 0.20.5 | BMP Monitoring station example-bmp-monitor started 10:40:20 2024-01-22T10:40:17,139 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | BmpMonitoringStationImpl | 210 - org.opendaylight.bgpcep.bgp-bmp-impl - 0.20.5 | Connecting to monitored routers completed. 10:40:20 2024-01-22T10:40:17,153 | INFO | Blueprint Extender: 2 | StoreBuilder | 191 - org.opendaylight.aaa.authn-api - 0.18.3 | Created 'admin' role 10:40:20 2024-01-22T10:40:17,164 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolved shard 2 to ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-inventory-operational#-81544583], sessionId=2, version=POTASSIUM, maxMessages=1000, cookie=2, shard=inventory, dataTree=present} 10:40:20 2024-01-22T10:40:17,164 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: resolving connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=2} to ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=2, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-inventory-operational#-81544583], sessionId=2, version=POTASSIUM, maxMessages=1000, cookie=2, shard=inventory, dataTree=present}} 10:40:20 2024-01-22T10:40:17,165 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | ClientActorBehavior | 276 - org.opendaylight.controller.cds-access-client - 8.0.3 | member-1-frontend-datastore-operational: replaced connection ConnectingClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=2} with ConnectedClientConnection{client=ClientIdentifier{frontend=member-1-frontend-datastore-operational, generation=0}, cookie=2, backend=ShardBackendInfo{actor=Actor[akka://opendaylight-cluster-data/user/shardmanager-operational/member-1-shard-inventory-operational#-81544583], sessionId=2, version=POTASSIUM, maxMessages=1000, cookie=2, shard=inventory, dataTree=present}} in 657.3 μs 10:40:20 2024-01-22T10:40:17,165 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | DefaultInstructionScheduler | 259 - org.opendaylight.bgpcep.programming-impl - 0.20.5 | Instruction Queue service pcep-topology-service-group instantiated 10:40:20 2024-01-22T10:40:17,179 | INFO | Blueprint Extender: 3 | OpenFlowPluginProviderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | registered onSystemBootReady() listener for OpenFlowPluginProvider 10:40:20 2024-01-22T10:40:17,183 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-5 | PCEPTopologyInstance | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Topology instance for pcep-topology initialized 10:40:20 2024-01-22T10:40:17,201 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.impl/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,201 | INFO | Blueprint Extender: 2 | StoreBuilder | 191 - org.opendaylight.aaa.authn-api - 0.18.3 | Created 'user' role 10:40:20 2024-01-22T10:40:17,201 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.impl_0.18.0.SNAPSHOT [466] was successfully created 10:40:20 2024-01-22T10:40:17,212 | INFO | Blueprint Extender: 3 | ReconciliationManagerImpl | 458 - org.opendaylight.openflowplugin.applications.reconciliation-framework - 0.18.0.SNAPSHOT | ReconciliationManager has started successfully. 10:40:20 2024-01-22T10:40:17,212 | INFO | Blueprint Extender: 1 | LLDPSpeaker | 456 - org.opendaylight.openflowplugin.applications.lldp-speaker - 0.18.0.SNAPSHOT | LLDPSpeaker started, it will send LLDP frames each 5 seconds 10:40:20 2024-01-22T10:40:17,214 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.reconciliation-framework/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,214 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | PCEPTopologyProvider | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Topology Provider pcep-topology received configuration, enabling it 10:40:20 2024-01-22T10:40:17,216 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | ServerSessionManager | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | Creating PCEP Topology pcep-topology 10:40:20 2024-01-22T10:40:17,217 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.reconciliation-framework_0.18.0.SNAPSHOT [458] was successfully created 10:40:20 2024-01-22T10:40:17,225 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | DefaultPceServerProvider | 251 - org.opendaylight.bgpcep.pcep-server-provider - 0.20.5 | Start PCE Server components for Topology pcep-topology with TED ted://example-linkstate-topology 10:40:20 2024-01-22T10:40:17,226 | INFO | CommitFutures-2 | ServerSessionManager | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | PCEP Topology pcep-topology created successfully. 10:40:20 2024-01-22T10:40:17,230 | INFO | Blueprint Extender: 3 | OpenflowServiceRecoveryHandlerImpl | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Registering openflowplugin service recovery handlers 10:40:20 2024-01-22T10:40:17,234 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | PathManagerProvider | 251 - org.opendaylight.bgpcep.pcep-server-provider - 0.20.5 | Path Manager Server started for topology pcep-topology 10:40:20 2024-01-22T10:40:17,235 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | PathManagerListener | 251 - org.opendaylight.bgpcep.pcep-server-provider - 0.20.5 | Registered listener for Managed TE Path on Topology pcep-topology 10:40:20 2024-01-22T10:40:17,235 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.frm.impl.ForwardingRulesManagerImpl@36972e70 was registered as configuration listener to OpenFlowPlugin configuration service 10:40:20 2024-01-22T10:40:17,239 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | PcepTopologyListener | 251 - org.opendaylight.bgpcep.pcep-server-provider - 0.20.5 | Registered PCE Server listener BindingDataTreeChangeListenerRegistration{closed=false, instance=org.opendaylight.bgpcep.pcep.server.provider.PcepTopologyListener@78fc6d2b} for Operational PCEP Topology pcep-topology 10:40:20 2024-01-22T10:40:17,252 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ContextChainHolderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{name=bmp-monitors-service-group}]]}], state=LOCAL_OWNERSHIP_GRANTED [wasOwner=false, isOwner=true, hasOwner=true], inJeopardy=false] 10:40:20 2024-01-22T10:40:17,253 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ContextChainHolderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{name=pcep-topology-service-group}]]}], state=LOCAL_OWNERSHIP_GRANTED [wasOwner=false, isOwner=true, hasOwner=true], inJeopardy=false] 10:40:20 2024-01-22T10:40:17,253 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ContextChainHolderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{name=lispflowmapping}]]}], state=LOCAL_OWNERSHIP_GRANTED [wasOwner=false, isOwner=true, hasOwner=true], inJeopardy=false] 10:40:20 2024-01-22T10:40:17,253 | INFO | opendaylight-cluster-data-akka.actor.default-dispatcher-17 | ContextChainHolderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | Entity ownership change received for node : EntityOwnershipChange [entity=Entity [type=org.opendaylight.mdsal.AsyncServiceCloseEntityType, id=KeyedInstanceIdentifier{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.core.general.entity.rev150930.Entity[key=EntityKey{name=ofp-topology-manager}]]}], state=LOCAL_OWNERSHIP_GRANTED [wasOwner=false, isOwner=true, hasOwner=true], inJeopardy=false] 10:40:20 2024-01-22T10:40:17,254 | INFO | opendaylight-cluster-data-notification-dispatcher-42 | PCEPTopologyProvider | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | PCEP Topology Provider pcep-topology starting server channel 10:40:20 2024-01-22T10:40:17,264 | INFO | Blueprint Extender: 1 | NodeConnectorInventoryEventTranslator | 456 - org.opendaylight.openflowplugin.applications.lldp-speaker - 0.18.0.SNAPSHOT | NodeConnectorInventoryEventTranslator has started. 10:40:20 2024-01-22T10:40:17,265 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.lldp-speaker/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,278 | INFO | Blueprint Extender: 3 | ForwardingRulesManagerImpl | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | ForwardingRulesManager has started successfully. 10:40:20 2024-01-22T10:40:17,280 | INFO | pcep-boss-0 | PCEPTopologyProvider | 254 - org.opendaylight.bgpcep.pcep-topology-provider - 0.20.5 | PCEP Topology Provider pcep-topology enabled 10:40:20 2024-01-22T10:40:17,280 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.lldp-speaker_0.18.0.SNAPSHOT [456] was successfully created 10:40:20 2024-01-22T10:40:17,281 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-default-config 10:40:20 2024-01-22T10:40:17,281 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-topology-config 10:40:20 2024-01-22T10:40:17,281 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,281 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | JMX object shard status is org.opendaylight.controller:Category=Shards,name=member-1-shard-inventory-config,type=DistributedConfigDatastore 10:40:20 2024-01-22T10:40:17,281 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,284 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | member-1-shard-inventory-config ::Inventory Shard has the Leader as:: member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,298 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.forwardingrules-manager_0.18.0.SNAPSHOT [455] was successfully created 10:40:20 2024-01-22T10:40:17,302 | INFO | frm-listener0 | AbstractListeningCommiter | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.frm.impl.FlowForwarder@260ff1b6 registered successfully 10:40:20 2024-01-22T10:40:17,302 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-default-config 10:40:20 2024-01-22T10:40:17,302 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-topology-config 10:40:20 2024-01-22T10:40:17,302 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,302 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | JMX object shard status is org.opendaylight.controller:Category=Shards,name=member-1-shard-inventory-config,type=DistributedConfigDatastore 10:40:20 2024-01-22T10:40:17,303 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | member-1-shard-inventory-config ::Inventory Shard has the Leader as:: member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,303 | INFO | Blueprint Extender: 2 | AbstractStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Table AAA_USERS does not exist, creating it 10:40:20 2024-01-22T10:40:17,308 | INFO | frm-listener0 | AbstractListeningCommiter | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.frm.impl.GroupForwarder@56107710 registered successfully 10:40:20 2024-01-22T10:40:17,308 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-default-config 10:40:20 2024-01-22T10:40:17,308 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-topology-config 10:40:20 2024-01-22T10:40:17,309 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,309 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | JMX object shard status is org.opendaylight.controller:Category=Shards,name=member-1-shard-inventory-config,type=DistributedConfigDatastore 10:40:20 2024-01-22T10:40:17,309 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | member-1-shard-inventory-config ::Inventory Shard has the Leader as:: member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | AbstractListeningCommiter | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.frm.impl.MeterForwarder@9ed2d3b registered successfully 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-default-config 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-topology-config 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | Listofshard is member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | JMX object shard status is org.opendaylight.controller:Category=Shards,name=member-1-shard-inventory-config,type=DistributedConfigDatastore 10:40:20 2024-01-22T10:40:17,314 | INFO | frm-listener0 | FrmUtil | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | member-1-shard-inventory-config ::Inventory Shard has the Leader as:: member-1-shard-inventory-config 10:40:20 2024-01-22T10:40:17,316 | INFO | Blueprint Extender: 3 | OnfExtensionProvider | 465 - org.opendaylight.openflowplugin.extension-onf - 0.18.0.SNAPSHOT | ONF Extension Provider started. 10:40:20 2024-01-22T10:40:17,317 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-onf/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,317 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.extension-onf_0.18.0.SNAPSHOT [465] was successfully created 10:40:20 2024-01-22T10:40:17,320 | INFO | frm-listener0 | AbstractListeningCommiter | 455 - org.opendaylight.openflowplugin.applications.forwardingrules-manager - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.frm.impl.TableForwarder@13fd69b registered successfully 10:40:20 2024-01-22T10:40:17,328 | INFO | Blueprint Extender: 3 | ConfigurationServiceFactoryImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | org.opendaylight.openflowplugin.applications.topology.lldp.LLDPLinkAger@269d15a0 was registered as configuration listener to OpenFlowPlugin configuration service 10:40:20 2024-01-22T10:40:17,331 | INFO | Blueprint Extender: 3 | LLDPActivator | 459 - org.opendaylight.openflowplugin.applications.topology-lldp-discovery - 0.18.0.SNAPSHOT | Starting LLDPActivator with lldpSecureKey: aa9251f8-c7c0-4322-b8d6-c3a84593bda3 10:40:20 2024-01-22T10:40:17,332 | INFO | Blueprint Extender: 3 | LLDPActivator | 459 - org.opendaylight.openflowplugin.applications.topology-lldp-discovery - 0.18.0.SNAPSHOT | LLDPDiscoveryListener started. 10:40:20 2024-01-22T10:40:17,333 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,333 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.topology-lldp-discovery_0.18.0.SNAPSHOT [459] was successfully created 10:40:20 2024-01-22T10:40:17,336 | INFO | Blueprint Extender: 2 | AbstractStore | 196 - org.opendaylight.aaa.idm-store-h2 - 0.18.3 | Table AAA_GRANTS does not exist, creating it 10:40:20 2024-01-22T10:40:17,344 | INFO | Blueprint Extender: 3 | ArbitratorReconciliationManagerImpl | 453 - org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl - 0.18.0.SNAPSHOT | ArbitratorReconciliationManager has started successfully. 10:40:20 2024-01-22T10:40:17,344 | INFO | Blueprint Extender: 3 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,345 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.applications.arbitratorreconciliation-impl_0.18.0.SNAPSHOT [453] was successfully created 10:40:20 2024-01-22T10:40:17,383 | INFO | Blueprint Extender: 1 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.openflowplugin.extension-nicira/0.18.0.SNAPSHOT has been started 10:40:20 2024-01-22T10:40:17,383 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.openflowplugin.extension-nicira_0.18.0.SNAPSHOT [464] was successfully created 10:40:20 2024-01-22T10:40:17,664 | INFO | features-3-thread-1 | FeaturesServiceImpl | 17 - org.apache.karaf.features.core - 4.4.4 | Done. 10:40:20 2024-01-22T10:40:17,771 | INFO | Blueprint Extender: 2 | AAAShiroProvider | 200 - org.opendaylight.aaa.shiro - 0.18.3 | AAAShiroProvider Session Initiated 10:40:20 2024-01-22T10:40:17,885 | INFO | Blueprint Extender: 2 | IniSecurityManagerFactory | 199 - org.opendaylight.aaa.repackaged-shiro - 0.18.3 | Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 10:40:20 2024-01-22T10:40:17,909 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 4s, remaining time 295s, diag: Booting {Installed=0, Resolved=10, Unknown=0, GracePeriod=0, Waiting=5, Starting=0, Active=556, Stopping=0, Failure=0} 10:40:20 2024-01-22T10:40:17,915 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-12,contextPath='/auth'} 10:40:20 2024-01-22T10:40:17,916 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-10,name='OpenDaylight IDM realm management',path='/auth',bundle=org.opendaylight.aaa.shiro,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=508, osgi.http.whiteboard.context.name=OpenDaylight IDM realm management, service.bundleid=200, service.scope=singleton, osgi.http.whiteboard.context.path=/auth}}", size=2} 10:40:20 2024-01-22T10:40:17,916 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-12,contextPath='/auth'} 10:40:20 2024-01-22T10:40:17,917 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-10,name='OpenDaylight IDM realm management',path='/auth',bundle=org.opendaylight.aaa.shiro,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=508, osgi.http.whiteboard.context.name=OpenDaylight IDM realm management, service.bundleid=200, service.scope=singleton, osgi.http.whiteboard.context.path=/auth}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@392fc18c{/auth,null,STOPPED} 10:40:20 2024-01-22T10:40:17,919 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@392fc18c{/auth,null,STOPPED} 10:40:20 2024-01-22T10:40:17,920 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-13,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]} 10:40:20 2024-01-22T10:40:17,922 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-13,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]}", size=2} 10:40:20 2024-01-22T10:40:17,922 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,923 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.aaa.shiro_0.18.3 [200] registered context path /auth with 4 service(s) 10:40:20 2024-01-22T10:40:17,924 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/auth" with default Osgi Context OsgiContextModel{WB,id=OCM-10,name='OpenDaylight IDM realm management',path='/auth',bundle=org.opendaylight.aaa.shiro,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=508, osgi.http.whiteboard.context.name=OpenDaylight IDM realm management, service.bundleid=200, service.scope=singleton, osgi.http.whiteboard.context.path=/auth}} 10:40:20 2024-01-22T10:40:17,927 | INFO | paxweb-config-3-thread-1 | CustomFilterAdapter | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Initializing CustomFilterAdapter 10:40:20 2024-01-22T10:40:17,927 | INFO | paxweb-config-3-thread-1 | CustomFilterAdapter | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Injecting a new filter chain with 0 Filters: 10:40:20 2024-01-22T10:40:17,927 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@392fc18c{/auth,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,928 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{WB,id=OCM-10,name='OpenDaylight IDM realm management',path='/auth',bundle=org.opendaylight.aaa.shiro,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=508, osgi.http.whiteboard.context.name=OpenDaylight IDM realm management, service.bundleid=200, service.scope=singleton, osgi.http.whiteboard.context.path=/auth}}} as OSGi service for "/auth" context path 10:40:20 2024-01-22T10:40:17,928 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-14,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*, /moon/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]} 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-14,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*, /moon/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]}", size=2} 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-15,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]} 10:40:20 2024-01-22T10:40:17,929 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-15,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]}", size=1} 10:40:20 2024-01-22T10:40:17,930 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-15,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-10,OpenDaylight IDM realm management,/auth}]} 10:40:20 2024-01-22T10:40:17,941 | INFO | Blueprint Extender: 2 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.netconf.restconf-nb_6.0.5 [434]] 10:40:20 2024-01-22T10:40:17,942 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-19,contextPath='/rests'} 10:40:20 2024-01-22T10:40:17,942 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-17,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=514, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}}", size=2} 10:40:20 2024-01-22T10:40:17,942 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-19,contextPath='/rests'} 10:40:20 2024-01-22T10:40:17,943 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-17,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=514, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@1bee4d21{/rests,null,STOPPED} 10:40:20 2024-01-22T10:40:17,945 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@1bee4d21{/rests,null,STOPPED} 10:40:20 2024-01-22T10:40:17,945 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-20,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,946 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-20,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=2} 10:40:20 2024-01-22T10:40:17,946 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,946 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /rests 10:40:20 2024-01-22T10:40:17,946 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/rests" with default Osgi Context OsgiContextModel{WB,id=OCM-17,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=514, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}} 10:40:20 2024-01-22T10:40:17,947 | INFO | paxweb-config-3-thread-1 | CustomFilterAdapter | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Initializing CustomFilterAdapter 10:40:20 2024-01-22T10:40:17,947 | INFO | paxweb-config-3-thread-1 | CustomFilterAdapter | 195 - org.opendaylight.aaa.filterchain - 0.18.3 | Injecting a new filter chain with 0 Filters: 10:40:20 2024-01-22T10:40:17,947 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@1bee4d21{/rests,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,948 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{WB,id=OCM-17,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=514, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}}} as OSGi service for "/rests" context path 10:40:20 2024-01-22T10:40:17,948 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.restconf-nb_6.0.5 [434] registered context path /rests with 6 service(s) 10:40:20 2024-01-22T10:40:17,949 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,949 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-21,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,949 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-21,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=2} 10:40:20 2024-01-22T10:40:17,949 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,950 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /rests 10:40:20 2024-01-22T10:40:17,950 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,950 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-22,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,950 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-22,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,950 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-22,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-23,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-23,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-23,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-25,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-25,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,951 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-25,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,952 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-30,contextPath='/.well-known'} 10:40:20 2024-01-22T10:40:17,952 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.restconf-nb_6.0.5 [434] registered context path /.well-known with 3 service(s) 10:40:20 2024-01-22T10:40:17,952 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-26,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=521, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}}", size=2} 10:40:20 2024-01-22T10:40:17,952 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-30,contextPath='/.well-known'} 10:40:20 2024-01-22T10:40:17,952 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-26,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=521, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@308a6da0{/.well-known,null,STOPPED} 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@308a6da0{/.well-known,null,STOPPED} 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-28,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-28,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}", size=2} 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /rests 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /.well-known 10:40:20 2024-01-22T10:40:17,953 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/.well-known" with default Osgi Context OsgiContextModel{WB,id=OCM-26,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=521, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}} 10:40:20 2024-01-22T10:40:17,954 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@308a6da0{/.well-known,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,954 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{WB,id=OCM-26,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=521, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=434, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}}} as OSGi service for "/.well-known" context path 10:40:20 2024-01-22T10:40:17,955 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,955 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-29,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} 10:40:20 2024-01-22T10:40:17,955 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-29,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}", size=1} 10:40:20 2024-01-22T10:40:17,955 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-29,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} 10:40:20 2024-01-22T10:40:17,955 | INFO | Blueprint Extender: 2 | YangLibProvider | 449 - org.opendaylight.netconf.yanglib - 6.0.5 | cache-folder cache/schema already exists 10:40:20 2024-01-22T10:40:17,956 | INFO | Blueprint Extender: 2 | YangLibProvider | 449 - org.opendaylight.netconf.yanglib - 6.0.5 | Started yang library with sources from cache/schema 10:40:20 2024-01-22T10:40:17,957 | INFO | Blueprint Extender: 2 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.netconf.yanglib_6.0.5 [449]] 10:40:20 2024-01-22T10:40:17,957 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-34,contextPath='/yanglib'} 10:40:20 2024-01-22T10:40:17,957 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-32,name='RFC8525 YANG Library',path='/yanglib',bundle=org.opendaylight.netconf.yanglib,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=525, osgi.http.whiteboard.context.name=RFC8525 YANG Library, service.bundleid=449, service.scope=singleton, osgi.http.whiteboard.context.path=/yanglib}}", size=2} 10:40:20 2024-01-22T10:40:17,957 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-34,contextPath='/yanglib'} 10:40:20 2024-01-22T10:40:17,958 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-32,name='RFC8525 YANG Library',path='/yanglib',bundle=org.opendaylight.netconf.yanglib,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=525, osgi.http.whiteboard.context.name=RFC8525 YANG Library, service.bundleid=449, service.scope=singleton, osgi.http.whiteboard.context.path=/yanglib}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@316533ad{/yanglib,null,STOPPED} 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@316533ad{/yanglib,null,STOPPED} 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-35,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-32,RFC8525 YANG Library,/yanglib}]} 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-35,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-32,RFC8525 YANG Library,/yanglib}]}", size=2} 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /yanglib 10:40:20 2024-01-22T10:40:17,959 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/yanglib" with default Osgi Context OsgiContextModel{WB,id=OCM-32,name='RFC8525 YANG Library',path='/yanglib',bundle=org.opendaylight.netconf.yanglib,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=525, osgi.http.whiteboard.context.name=RFC8525 YANG Library, service.bundleid=449, service.scope=singleton, osgi.http.whiteboard.context.path=/yanglib}} 10:40:20 2024-01-22T10:40:17,960 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@316533ad{/yanglib,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,960 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{WB,id=OCM-32,name='RFC8525 YANG Library',path='/yanglib',bundle=org.opendaylight.netconf.yanglib,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=525, osgi.http.whiteboard.context.name=RFC8525 YANG Library, service.bundleid=449, service.scope=singleton, osgi.http.whiteboard.context.path=/yanglib}}} as OSGi service for "/yanglib" context path 10:40:20 2024-01-22T10:40:17,960 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.yanglib_6.0.5 [449] registered context path /yanglib with 3 service(s) 10:40:20 2024-01-22T10:40:17,960 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /rests 10:40:20 2024-01-22T10:40:17,960 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /.well-known 10:40:20 2024-01-22T10:40:17,960 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:17,961 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-36,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-32,RFC8525 YANG Library,/yanglib}]} 10:40:20 2024-01-22T10:40:17,961 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-36,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-32,RFC8525 YANG Library,/yanglib}]}", size=1} 10:40:20 2024-01-22T10:40:17,961 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-36,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-32,RFC8525 YANG Library,/yanglib}]} 10:40:20 2024-01-22T10:40:17,970 | INFO | Blueprint Extender: 2 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.netconf.restconf-nb_6.0.4 [433]] 10:40:20 2024-01-22T10:40:17,971 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-38,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=530, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=433, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}}", size=1} 10:40:20 2024-01-22T10:40:17,971 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-38,name='RFC8040 RESTCONF',path='/rests',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=530, osgi.http.whiteboard.context.name=RFC8040 RESTCONF, service.bundleid=433, service.scope=singleton, osgi.http.whiteboard.context.path=/rests}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@1bee4d21{/rests,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,973 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-40,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,973 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | FilterModel{id=FilterModel-40,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} can't be registered now in context /rests. Name conflict with FilterModel{id=FilterModel-20,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}. 10:40:20 2024-01-22T10:40:17,973 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of FilterModel{id=FilterModel-40,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} because of name conflict. Filter will be registered as "awaiting registration". 10:40:20 2024-01-22T10:40:17,973 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-40,name='org.opendaylight.aaa.filterchain.filters.CustomFilterAdapter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,974 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-41,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,974 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | FilterModel{id=FilterModel-41,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} can't be registered now in context /rests. Name conflict with FilterModel{id=FilterModel-21,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}. 10:40:20 2024-01-22T10:40:17,974 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of FilterModel{id=FilterModel-41,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} because of name conflict. Filter will be registered as "awaiting registration". 10:40:20 2024-01-22T10:40:17,974 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-41,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,975 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-42,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,975 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | ServletModel{id=ServletModel-42,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} can't be registered now in context /rests under "/*" mapping. Conflict with ServletModel{id=ServletModel-22,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}. 10:40:20 2024-01-22T10:40:17,975 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of ServletModel{id=ServletModel-42,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} because of existing mappings. Servlet will be added as "awaiting registration". 10:40:20 2024-01-22T10:40:17,975 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-42,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,976 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-43,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,976 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | ServletModel{id=ServletModel-43,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} can't be registered now in context /rests under "/notif/*" mapping. Conflict with ServletModel{id=ServletModel-23,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}. 10:40:20 2024-01-22T10:40:17,976 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of ServletModel{id=ServletModel-43,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} because of existing mappings. Servlet will be added as "awaiting registration". 10:40:20 2024-01-22T10:40:17,976 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-43,name='notificationServlet',urlPatterns=[/notif/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,977 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-44,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} 10:40:20 2024-01-22T10:40:17,977 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | ServletModel{id=ServletModel-44,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} can't be registered now in context /rests under "/data-change-event-subscription/*" mapping. Conflict with ServletModel{id=ServletModel-25,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}. 10:40:20 2024-01-22T10:40:17,977 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of ServletModel{id=ServletModel-44,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]} because of existing mappings. Servlet will be added as "awaiting registration". 10:40:20 2024-01-22T10:40:17,977 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.restconf-nb_6.0.4 [433] registered context path /rests with 6 service(s) 10:40:20 2024-01-22T10:40:17,977 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-44,name='org.opendaylight.restconf.nb.rfc8040.streams.WebSocketInitializer',urlPatterns=[/data-change-event-subscription/*, /notification-stream/*],contexts=[{WB,OCM-17,RFC8040 RESTCONF,/rests}]}", size=1} 10:40:20 2024-01-22T10:40:17,978 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-45,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=536, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=433, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}}", size=1} 10:40:20 2024-01-22T10:40:17,978 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-45,name='RFC6415 Web Host Metadata',path='/.well-known',bundle=org.opendaylight.netconf.restconf-nb,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=536, osgi.http.whiteboard.context.name=RFC6415 Web Host Metadata, service.bundleid=433, service.scope=singleton, osgi.http.whiteboard.context.path=/.well-known}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@308a6da0{/.well-known,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,979 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-47,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} 10:40:20 2024-01-22T10:40:17,980 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | FilterModel{id=FilterModel-47,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} can't be registered now in context /.well-known. Name conflict with FilterModel{id=FilterModel-28,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}. 10:40:20 2024-01-22T10:40:17,980 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of FilterModel{id=FilterModel-47,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} because of name conflict. Filter will be registered as "awaiting registration". 10:40:20 2024-01-22T10:40:17,980 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-47,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}", size=1} 10:40:20 2024-01-22T10:40:17,980 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-48,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} 10:40:20 2024-01-22T10:40:17,980 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | ServletModel{id=ServletModel-48,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} can't be registered now in context /.well-known under "/*" mapping. Conflict with ServletModel{id=ServletModel-29,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}. 10:40:20 2024-01-22T10:40:17,980 | WARN | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Skipped registration of ServletModel{id=ServletModel-48,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]} because of existing mappings. Servlet will be added as "awaiting registration". 10:40:20 2024-01-22T10:40:17,980 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.restconf-nb_6.0.4 [433] registered context path /.well-known with 3 service(s) 10:40:20 2024-01-22T10:40:17,981 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-48,name='Rootfound',urlPatterns=[/*],contexts=[{WB,OCM-26,RFC6415 Web Host Metadata,/.well-known}]}", size=1} 10:40:20 2024-01-22T10:40:17,992 | INFO | Blueprint Extender: 2 | StoppableHttpServiceFactory | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Binding HTTP Service for bundle: [org.opendaylight.netconf.restconf-openapi_6.0.5 [435]] 10:40:20 2024-01-22T10:40:17,992 | INFO | paxweb-config-3-thread-1 | ServerModel | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Created new ServletContextModel{id=ServletContextModel-51,contextPath='/openapi'} 10:40:20 2024-01-22T10:40:17,993 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of OsgiContextModel{WB,id=OCM-49,name='OpenAPI',path='/openapi',bundle=org.opendaylight.netconf.restconf-openapi,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=539, osgi.http.whiteboard.context.name=OpenAPI, service.bundleid=435, service.scope=singleton, osgi.http.whiteboard.context.path=/openapi}}", size=2} 10:40:20 2024-01-22T10:40:17,993 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Creating new Jetty context for ServletContextModel{id=ServletContextModel-51,contextPath='/openapi'} 10:40:20 2024-01-22T10:40:17,994 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding OsgiContextModel{WB,id=OCM-49,name='OpenAPI',path='/openapi',bundle=org.opendaylight.netconf.restconf-openapi,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=539, osgi.http.whiteboard.context.name=OpenAPI, service.bundleid=435, service.scope=singleton, osgi.http.whiteboard.context.path=/openapi}} to o.o.p.w.s.j.i.PaxWebServletContextHandler@6df6e4e1{/openapi,null,STOPPED} 10:40:20 2024-01-22T10:40:17,995 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing default OSGi context model for o.o.p.w.s.j.i.PaxWebServletContextHandler@6df6e4e1{/openapi,null,STOPPED} 10:40:20 2024-01-22T10:40:17,996 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering FilterModel{id=FilterModel-52,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]} 10:40:20 2024-01-22T10:40:17,996 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of FilterModel{id=FilterModel-52,name='org.opendaylight.aaa.shiro.filters.AAAShiroFilter',urlPatterns=[/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]}", size=2} 10:40:20 2024-01-22T10:40:17,996 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /auth 10:40:20 2024-01-22T10:40:17,996 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /yanglib 10:40:20 2024-01-22T10:40:17,997 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /rests 10:40:20 2024-01-22T10:40:17,997 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /.well-known 10:40:20 2024-01-22T10:40:17,997 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context /openapi 10:40:20 2024-01-22T10:40:17,997 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Starting Jetty context "/openapi" with default Osgi Context OsgiContextModel{WB,id=OCM-49,name='OpenAPI',path='/openapi',bundle=org.opendaylight.netconf.restconf-openapi,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=539, osgi.http.whiteboard.context.name=OpenAPI, service.bundleid=435, service.scope=singleton, osgi.http.whiteboard.context.path=/openapi}} 10:40:20 2024-01-22T10:40:17,998 | INFO | paxweb-config-3-thread-1 | ContextHandler | 156 - org.eclipse.jetty.util - 9.4.52.v20230823 | Started o.o.p.w.s.j.i.PaxWebServletContextHandler@6df6e4e1{/openapi,null,AVAILABLE} 10:40:20 2024-01-22T10:40:17,998 | INFO | paxweb-config-3-thread-1 | OsgiServletContext | 554 - org.ops4j.pax.web.pax-web-spi - 8.0.22 | Registering OsgiServletContext{model=OsgiContextModel{WB,id=OCM-49,name='OpenAPI',path='/openapi',bundle=org.opendaylight.netconf.restconf-openapi,ref={org.osgi.service.http.context.ServletContextHelper}={service.id=539, osgi.http.whiteboard.context.name=OpenAPI, service.bundleid=435, service.scope=singleton, osgi.http.whiteboard.context.path=/openapi}}} as OSGi service for "/openapi" context path 10:40:20 2024-01-22T10:40:17,998 | INFO | Blueprint Extender: 2 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering resources with [/explorer/*] mapping(s) and resource base "explorer" 10:40:20 2024-01-22T10:40:18,000 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Changing filter configuration for context / 10:40:20 2024-01-22T10:40:18,000 | INFO | Blueprint Extender: 2 | WhiteboardWebServer | 204 - org.opendaylight.aaa.web.osgi-impl - 0.18.3 | Bundle org.opendaylight.netconf.restconf-openapi_6.0.5 [435] registered context path /openapi with 4 service(s) 10:40:20 2024-01-22T10:40:18,000 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-53,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/api/v3/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]} 10:40:20 2024-01-22T10:40:18,000 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-53,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/api/v3/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]}", size=1} 10:40:20 2024-01-22T10:40:18,000 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-53,name='org.glassfish.jersey.servlet.ServletContainer',urlPatterns=[/api/v3/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]} 10:40:20 2024-01-22T10:40:18,001 | INFO | paxweb-config-3-thread-1 | HttpServiceEnabled | 553 - org.ops4j.pax.web.pax-web-runtime - 8.0.22 | Registering ServletModel{id=ServletModel-54,name='default-dcb1444b-b904-4ea5-98d5-e781195d543b',urlPatterns=[/explorer/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]} 10:40:20 2024-01-22T10:40:18,001 | INFO | paxweb-config-3-thread-1 | JettyServerController | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Receiving Batch{"Registration of ServletModel{id=ServletModel-54,name='default-dcb1444b-b904-4ea5-98d5-e781195d543b',urlPatterns=[/explorer/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]}", size=1} 10:40:20 2024-01-22T10:40:18,001 | INFO | paxweb-config-3-thread-1 | JettyServerWrapper | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Adding servlet ServletModel{id=ServletModel-54,name='default-dcb1444b-b904-4ea5-98d5-e781195d543b',urlPatterns=[/explorer/*],contexts=[{WB,OCM-49,OpenAPI,/openapi}]} 10:40:20 2024-01-22T10:40:18,001 | INFO | Blueprint Extender: 2 | BlueprintContainerImpl | 89 - org.apache.aries.blueprint.core - 1.10.3 | Blueprint bundle org.opendaylight.aaa.shiro/0.18.3 has been started 10:40:20 2024-01-22T10:40:18,008 | INFO | Blueprint Event Dispatcher: 1 | BlueprintBundleTracker | 274 - org.opendaylight.controller.blueprint - 8.0.3 | Blueprint container for bundle org.opendaylight.aaa.shiro_0.18.3 [200] was successfully created 10:40:20 2024-01-22T10:40:18,010 | INFO | paxweb-config-3-thread-1 | JettyResourceServlet | 551 - org.ops4j.pax.web.pax-web-jetty - 8.0.22 | Initialized Jetty Resource Servlet for base="explorer" with cache maxSize=4096kB, maxEntrySize=2048kB, maxEntries=2048 10:40:20 2024-01-22T10:40:18,937 | INFO | awaitility[checkBundleDiagInfos] | KarafSystemReady | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | checkBundleDiagInfos: Elapsed time 5s, remaining time 294s, diag: Active {Installed=0, Resolved=10, Unknown=0, GracePeriod=0, Waiting=0, Starting=0, Active=561, Stopping=0, Failure=0} 10:40:20 2024-01-22T10:40:18,971 | INFO | SystemReadyService-0 | TestBundleDiag | 303 - org.opendaylight.infrautils.ready-impl - 6.0.4 | diag successful; system state active (diag: Active {Installed=0, Resolved=10, Unknown=0, GracePeriod=0, Waiting=0, Starting=0, Active=561, Stopping=0, Failure=0}) 10:40:20 2024-01-22T10:40:18,972 | INFO | SystemReadyService-0 | SimpleSystemReadyMonitor | 302 - org.opendaylight.infrautils.ready-api - 6.0.4 | System ready; AKA: Aye captain, all warp coils are now operating at peak efficiency! [M.] 10:40:20 2024-01-22T10:40:18,972 | INFO | SystemReadyService-0 | SimpleSystemReadyMonitor | 302 - org.opendaylight.infrautils.ready-api - 6.0.4 | Now notifying all its registered SystemReadyListeners... 10:40:20 2024-01-22T10:40:18,972 | INFO | SystemReadyService-0 | SouthboundProvider | 486 - org.opendaylight.ovsdb.southbound-impl - 1.18.0.SNAPSHOT | Started OVSDB Manager (in system ready listener) 10:40:20 2024-01-22T10:40:18,972 | INFO | SystemReadyService-0 | OpenFlowPluginProviderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | onSystemBootReady() received, starting the switch connections 10:40:20 2024-01-22T10:40:19,064 | INFO | OFP-SwitchConnectionProvider-Udp/TcpHandler_6653-0 | TcpHandler | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | Switch listener started and ready to accept incoming tcp/tls connections on port: 6653 10:40:20 2024-01-22T10:40:19,067 | INFO | OFP-SwitchConnectionProvider-Udp/TcpHandler_6633-0 | TcpHandler | 477 - org.opendaylight.openflowplugin.openflowjava.openflow-protocol-impl - 0.18.0.SNAPSHOT | Switch listener started and ready to accept incoming tcp/tls connections on port: 6633 10:40:20 2024-01-22T10:40:19,068 | INFO | OFP-SwitchConnectionProvider-Udp/TcpHandler_6633-0 | OpenFlowPluginProviderImpl | 466 - org.opendaylight.openflowplugin.impl - 0.18.0.SNAPSHOT | All switchConnectionProviders are up and running (2). 10:40:20 Build step 'Execute shell' marked build as failure 10:40:20 $ ssh-agent -k 10:40:20 unset SSH_AUTH_SOCK; 10:40:20 unset SSH_AGENT_PID; 10:40:20 echo Agent pid 5656 killed; 10:40:20 [ssh-agent] Stopped. 10:40:26 [PostBuildScript] - [INFO] Executing post build scripts. 10:40:26 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins4462122509529116797.sh 10:40:26 Archiving csit artifacts 10:40:26 mv: cannot stat 'odl1_*': No such file or directory 10:40:26 mv: cannot stat 'karaf_1_*_threads*': No such file or directory 10:40:26 mv: cannot stat '*_1.png': No such file or directory 10:40:26 mv: cannot stat '/tmp/odl1_*': No such file or directory 10:40:26 mv: cannot stat 'gclogs-1': No such file or directory 10:40:26 % Total % Received % Xferd Average Speed Time Time Time Current 10:40:26 Dload Upload Total Spent Left Speed 10:40:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 188 0 188 0 0 2984 0 --:--:-- --:--:-- --:--:-- 3032 10:40:26 Archive: robot-plugin.zip 10:40:26 End-of-central-directory signature not found. Either this file is not 10:40:26 a zipfile, or it constitutes one disk of a multi-part archive. In the 10:40:26 latter case the central directory and zipfile comment will be found on 10:40:26 the last disk(s) of this archive. 10:40:26 unzip: cannot find zipfile directory in one of robot-plugin.zip or 10:40:26 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 10:40:26 mv: cannot stat '*.log.gz': No such file or directory 10:40:26 mv: cannot stat '*.csv': No such file or directory 10:40:26 mv: cannot stat '*.png': No such file or directory 10:40:27 [PostBuildScript] - [INFO] Executing post build scripts. 10:40:27 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins3370091941238383326.sh 10:40:27 ---> sysstat.sh 10:40:27 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins16217466828030402848.sh 10:40:27 ---> package-listing.sh 10:40:27 ++ facter osfamily 10:40:27 ++ tr '[:upper:]' '[:lower:]' 10:40:27 + OS_FAMILY=redhat 10:40:27 + workspace=/w/workspace/distribution-check-managed-calcium 10:40:27 + START_PACKAGES=/tmp/packages_start.txt 10:40:27 + END_PACKAGES=/tmp/packages_end.txt 10:40:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:40:27 + PACKAGES=/tmp/packages_start.txt 10:40:27 + '[' /w/workspace/distribution-check-managed-calcium ']' 10:40:27 + PACKAGES=/tmp/packages_end.txt 10:40:27 + case "${OS_FAMILY}" in 10:40:27 + rpm -qa 10:40:27 + sort 10:40:28 + '[' -f /tmp/packages_start.txt ']' 10:40:28 + '[' -f /tmp/packages_end.txt ']' 10:40:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:40:28 + '[' /w/workspace/distribution-check-managed-calcium ']' 10:40:28 + mkdir -p /w/workspace/distribution-check-managed-calcium/archives/ 10:40:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/distribution-check-managed-calcium/archives/ 10:40:28 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins457898848543574.sh 10:40:28 ---> capture-instance-metadata.sh 10:40:28 Setup pyenv: 10:40:28 system 10:40:28 * 3.8.13 (set by /opt/pyenv/version) 10:40:28 * 3.9.13 (set by /opt/pyenv/version) 10:40:28 * 3.10.6 (set by /opt/pyenv/version) 10:40:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tFDf 10:40:32 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:40:36 lf-activate-venv(): INFO: Installing: lftools 10:41:08 lf-activate-venv(): INFO: Adding /tmp/venv-tFDf/bin to PATH 10:41:08 INFO: Running in OpenStack, capturing instance metadata 10:41:09 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins190064981944276415.sh 10:41:09 provisioning config files... 10:41:09 Could not find credentials [logs] for distribution-check-managed-calcium #11 10:41:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/distribution-check-managed-calcium@tmp/config18068179984899335145tmp 10:41:09 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 10:41:09 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 10:41:09 provisioning config files... 10:41:09 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 10:41:09 [EnvInject] - Injecting environment variables from a build step. 10:41:09 [EnvInject] - Injecting as environment variables the properties content 10:41:09 SERVER_ID=logs 10:41:09 10:41:09 [EnvInject] - Variables injected successfully. 10:41:09 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins75566044632129426.sh 10:41:09 ---> create-netrc.sh 10:41:09 WARN: Log server credential not found. 10:41:09 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins5167095530583057362.sh 10:41:09 ---> python-tools-install.sh 10:41:09 Setup pyenv: 10:41:09 system 10:41:09 3.8.13 10:41:09 3.9.13 10:41:09 * 3.10.6 (set by /w/workspace/distribution-check-managed-calcium/.python-version) 10:41:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-tFDf from file:/tmp/.os_lf_venv 10:41:15 lf-activate-venv(): INFO: Installing: lftools 10:41:26 lf-activate-venv(): INFO: Adding /tmp/venv-tFDf/bin to PATH 10:41:26 Generating Requirements File 10:42:00 Python 3.10.6 10:42:00 pip 23.3.2 from /tmp/venv-tFDf/lib/python3.10/site-packages/pip (python 3.10) 10:42:00 appdirs==1.4.4 10:42:00 argcomplete==3.2.1 10:42:00 aspy.yaml==1.3.0 10:42:00 attrs==23.2.0 10:42:00 autopage==0.5.2 10:42:00 beautifulsoup4==4.12.3 10:42:00 boto3==1.34.23 10:42:00 botocore==1.34.23 10:42:00 bs4==0.0.2 10:42:00 cachetools==5.3.2 10:42:00 certifi==2023.11.17 10:42:00 cffi==1.16.0 10:42:00 cfgv==3.4.0 10:42:00 chardet==5.2.0 10:42:00 charset-normalizer==3.3.2 10:42:00 click==8.1.7 10:42:00 cliff==4.5.0 10:42:00 cmd2==2.4.3 10:42:00 cryptography==3.3.2 10:42:00 debtcollector==2.5.0 10:42:00 decorator==5.1.1 10:42:00 defusedxml==0.7.1 10:42:00 Deprecated==1.2.14 10:42:00 distlib==0.3.8 10:42:00 dnspython==2.5.0 10:42:00 docker==4.2.2 10:42:00 dogpile.cache==1.3.0 10:42:00 email-validator==2.1.0.post1 10:42:00 filelock==3.13.1 10:42:00 future==0.18.3 10:42:00 gitdb==4.0.11 10:42:00 GitPython==3.1.41 10:42:00 google-auth==2.26.2 10:42:00 httplib2==0.22.0 10:42:00 identify==2.5.33 10:42:00 idna==3.6 10:42:00 importlib-resources==1.5.0 10:42:00 iso8601==2.1.0 10:42:00 Jinja2==3.1.3 10:42:00 jmespath==1.0.1 10:42:00 jsonpatch==1.33 10:42:00 jsonpointer==2.4 10:42:00 jsonschema==4.21.1 10:42:00 jsonschema-specifications==2023.12.1 10:42:00 keystoneauth1==5.5.0 10:42:00 kubernetes==29.0.0 10:42:00 lftools==0.37.8 10:42:00 lxml==5.1.0 10:42:00 MarkupSafe==2.1.4 10:42:00 msgpack==1.0.7 10:42:00 multi_key_dict==2.0.3 10:42:00 munch==4.0.0 10:42:00 netaddr==0.10.1 10:42:00 netifaces==0.11.0 10:42:00 niet==1.4.2 10:42:00 nodeenv==1.8.0 10:42:00 oauth2client==4.1.3 10:42:00 oauthlib==3.2.2 10:42:00 openstacksdk==0.62.0 10:42:00 os-client-config==2.1.0 10:42:00 os-service-types==1.7.0 10:42:00 osc-lib==3.0.0 10:42:00 oslo.config==9.3.0 10:42:00 oslo.context==5.3.0 10:42:00 oslo.i18n==6.2.0 10:42:00 oslo.log==5.4.0 10:42:00 oslo.serialization==5.3.0 10:42:00 oslo.utils==7.0.0 10:42:00 packaging==23.2 10:42:00 pbr==6.0.0 10:42:00 platformdirs==4.1.0 10:42:00 prettytable==3.9.0 10:42:00 pyasn1==0.5.1 10:42:00 pyasn1-modules==0.3.0 10:42:00 pycparser==2.21 10:42:00 pygerrit2==2.0.15 10:42:00 PyGithub==2.1.1 10:42:00 pyinotify==0.9.6 10:42:00 PyJWT==2.8.0 10:42:00 PyNaCl==1.5.0 10:42:00 pyparsing==2.4.7 10:42:00 pyperclip==1.8.2 10:42:00 pyrsistent==0.20.0 10:42:00 python-cinderclient==9.4.0 10:42:00 python-dateutil==2.8.2 10:42:00 python-heatclient==3.4.0 10:42:00 python-jenkins==1.8.2 10:42:00 python-keystoneclient==5.3.0 10:42:00 python-magnumclient==4.3.0 10:42:00 python-novaclient==18.4.0 10:42:00 python-openstackclient==6.0.0 10:42:00 python-swiftclient==4.4.0 10:42:00 pytz==2023.3.post1 10:42:00 PyYAML==6.0.1 10:42:00 referencing==0.32.1 10:42:00 requests==2.31.0 10:42:00 requests-oauthlib==1.3.1 10:42:00 requestsexceptions==1.4.0 10:42:00 rfc3986==2.0.0 10:42:00 rpds-py==0.17.1 10:42:00 rsa==4.9 10:42:00 ruamel.yaml==0.18.5 10:42:00 ruamel.yaml.clib==0.2.8 10:42:00 s3transfer==0.10.0 10:42:00 simplejson==3.19.2 10:42:00 six==1.16.0 10:42:00 smmap==5.0.1 10:42:00 soupsieve==2.5 10:42:00 stevedore==5.1.0 10:42:00 tabulate==0.9.0 10:42:00 toml==0.10.2 10:42:00 tomlkit==0.12.3 10:42:00 tqdm==4.66.1 10:42:00 typing_extensions==4.9.0 10:42:00 tzdata==2023.4 10:42:00 urllib3==1.26.18 10:42:00 virtualenv==20.25.0 10:42:00 wcwidth==0.2.13 10:42:00 websocket-client==1.7.0 10:42:00 wrapt==1.16.0 10:42:00 xdg==6.0.0 10:42:00 xmltodict==0.13.0 10:42:00 yq==3.2.3 10:42:00 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins517494950805361955.sh 10:42:00 ---> sudo-logs.sh 10:42:00 Archiving 'sudo' log.. 10:42:01 [distribution-check-managed-calcium] $ /bin/bash /tmp/jenkins16849719919100951075.sh 10:42:01 ---> job-cost.sh 10:42:01 Setup pyenv: 10:42:01 system 10:42:01 3.8.13 10:42:01 3.9.13 10:42:01 * 3.10.6 (set by /w/workspace/distribution-check-managed-calcium/.python-version) 10:42:01 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-tFDf from file:/tmp/.os_lf_venv 10:42:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:42:12 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. 10:42:12 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.1.0 which is incompatible. 10:42:12 lf-activate-venv(): INFO: Adding /tmp/venv-tFDf/bin to PATH 10:42:12 INFO: No Stack... 10:42:12 INFO: Retrieving Pricing Info for: v3-standard-8 10:42:12 INFO: Archiving Costs 10:42:12 [distribution-check-managed-calcium] $ /bin/bash -l /tmp/jenkins7443187615541580788.sh 10:42:12 ---> logs-deploy.sh 10:42:12 Setup pyenv: 10:42:13 system 10:42:13 3.8.13 10:42:13 3.9.13 10:42:13 * 3.10.6 (set by /w/workspace/distribution-check-managed-calcium/.python-version) 10:42:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-tFDf from file:/tmp/.os_lf_venv 10:42:14 lf-activate-venv(): INFO: Installing: lftools 10:42:27 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. 10:42:27 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 10:42:28 lf-activate-venv(): INFO: Adding /tmp/venv-tFDf/bin to PATH 10:42:28 WARNING: Nexus logging server not set 10:42:28 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/distribution-check-managed-calcium/11/ 10:42:28 INFO: archiving logs to S3 10:42:30 ---> uname -a: 10:42:30 Linux prd-centos8-builder-8c-8g-18865.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 10:42:30 10:42:30 10:42:30 ---> lscpu: 10:42:30 Architecture: x86_64 10:42:30 CPU op-mode(s): 32-bit, 64-bit 10:42:30 Byte Order: Little Endian 10:42:30 CPU(s): 8 10:42:30 On-line CPU(s) list: 0-7 10:42:30 Thread(s) per core: 1 10:42:30 Core(s) per socket: 1 10:42:30 Socket(s): 8 10:42:30 NUMA node(s): 1 10:42:30 Vendor ID: AuthenticAMD 10:42:30 CPU family: 23 10:42:30 Model: 49 10:42:30 Model name: AMD EPYC-Rome Processor 10:42:30 Stepping: 0 10:42:30 CPU MHz: 2800.000 10:42:30 BogoMIPS: 5600.00 10:42:30 Virtualization: AMD-V 10:42:30 Hypervisor vendor: KVM 10:42:30 Virtualization type: full 10:42:30 L1d cache: 32K 10:42:30 L1i cache: 32K 10:42:30 L2 cache: 512K 10:42:30 L3 cache: 16384K 10:42:30 NUMA node0 CPU(s): 0-7 10:42:30 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 10:42:30 10:42:30 10:42:30 ---> nproc: 10:42:30 8 10:42:30 10:42:30 10:42:30 ---> df -h: 10:42:30 Filesystem Size Used Avail Use% Mounted on 10:42:30 devtmpfs 16G 0 16G 0% /dev 10:42:30 tmpfs 16G 0 16G 0% /dev/shm 10:42:30 tmpfs 16G 17M 16G 1% /run 10:42:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:42:30 /dev/vda1 160G 14G 147G 9% / 10:42:30 tmpfs 3.2G 0 3.2G 0% /run/user/1001 10:42:30 10:42:30 10:42:30 ---> free -m: 10:42:30 total used free shared buff/cache available 10:42:30 Mem: 31888 1050 23926 19 6911 30367 10:42:30 Swap: 1023 0 1023 10:42:30 10:42:30 10:42:30 ---> ip addr: 10:42:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:42:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:42:30 inet 127.0.0.1/8 scope host lo 10:42:30 valid_lft forever preferred_lft forever 10:42:30 inet6 ::1/128 scope host 10:42:30 valid_lft forever preferred_lft forever 10:42:30 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 10:42:30 link/ether fa:16:3e:bd:2e:4a brd ff:ff:ff:ff:ff:ff 10:42:30 altname enp0s3 10:42:30 altname ens3 10:42:30 inet 10.30.171.228/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 10:42:30 valid_lft 85841sec preferred_lft 85841sec 10:42:30 inet6 fe80::f816:3eff:febd:2e4a/64 scope link 10:42:30 valid_lft forever preferred_lft forever 10:42:30 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 10:42:30 link/ether 02:42:cf:d5:2e:8f brd ff:ff:ff:ff:ff:ff 10:42:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:42:30 valid_lft forever preferred_lft forever 10:42:30 10:42:30 10:42:30 ---> sar -b -r -n DEV: 10:42:30 Linux 4.18.0-535.el8.x86_64 (centos-stream-8-builder-01553518-6ad5-4af7-aad7-8a6b223c35ad.nov) 01/22/2024 _x86_64_ (8 CPU) 10:42:30 10:42:30 10:33:07 LINUX RESTART (8 CPU) 10:42:30 10:42:30 10:34:01 AM tps rtps wtps bread/s bwrtn/s 10:42:30 10:35:01 AM 220.96 3.55 217.41 375.47 7383.27 10:42:30 10:36:01 AM 237.22 0.98 236.24 34.12 42859.36 10:42:30 10:37:01 AM 263.34 0.22 263.12 6.40 131055.36 10:42:30 10:38:01 AM 177.59 5.48 172.11 434.66 75142.39 10:42:30 10:39:01 AM 70.21 0.00 70.21 0.00 28182.67 10:42:30 10:40:01 AM 8.23 0.00 8.23 0.00 396.30 10:42:30 10:41:01 AM 89.42 14.01 75.40 2289.75 4132.63 10:42:30 10:42:01 AM 129.55 0.38 129.17 47.31 8476.36 10:42:30 Average: 149.56 3.08 146.49 398.43 37201.68 10:42:30 10:42:30 10:34:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:42:30 10:35:01 AM 27942580 29990024 4710888 14.43 2688 2374436 2443816 7.25 184740 4103392 400188 10:42:30 10:36:01 AM 25156648 29906728 7496820 22.96 2688 5063832 2492400 7.40 1400752 5623852 1858344 10:42:30 10:37:01 AM 23091652 29586104 9561816 29.28 2688 6796376 2948340 8.75 957344 8096352 747200 10:42:30 10:38:01 AM 21166080 27247756 11487388 35.18 2688 6386768 6219548 18.45 878828 10100436 836812 10:42:30 10:39:01 AM 17913432 23995112 14740036 45.14 2688 6386768 8642868 25.64 879052 13345436 24 10:42:30 10:40:01 AM 24090760 30176440 8562708 26.22 2688 6390680 2309076 6.85 893384 7164076 3500 10:42:30 10:41:01 AM 24705096 31108492 7948372 24.34 2688 6705528 1550812 4.60 1259552 6177684 86936 10:42:30 10:42:01 AM 24591996 31175492 8061472 24.69 2688 6870524 1439912 4.27 1256268 6246744 105780 10:42:30 Average: 23582280 29148268 9071188 27.78 2688 5871864 3505846 10.40 963740 7607246 504848 10:42:30 10:42:30 10:34:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:42:30 10:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:35:01 AM eth0 868.58 728.21 7799.83 144.51 0.00 0.00 0.00 0.00 10:42:30 10:35:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:36:01 AM eth0 288.75 241.29 2663.39 44.95 0.00 0.00 0.00 0.00 10:42:30 10:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:37:01 AM eth0 38.44 32.31 11.60 11.97 0.00 0.00 0.00 0.00 10:42:30 10:37:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:38:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:38:01 AM eth0 135.15 166.18 41.21 5143.92 0.00 0.00 0.00 0.00 10:42:30 10:38:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:39:01 AM eth0 2.37 0.88 1.82 0.18 0.00 0.00 0.00 0.00 10:42:30 10:39:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:40:01 AM eth0 1.23 0.95 0.66 0.50 0.00 0.00 0.00 0.00 10:42:30 10:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:41:01 AM lo 0.62 0.62 0.06 0.06 0.00 0.00 0.00 0.00 10:42:30 10:41:01 AM eth0 67.61 54.19 731.04 33.67 0.00 0.00 0.00 0.00 10:42:30 10:41:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:42:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:42:01 AM eth0 36.35 31.65 342.53 6.88 0.00 0.00 0.00 0.00 10:42:30 10:42:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 Average: lo 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:42:30 Average: eth0 179.81 156.96 1449.03 673.34 0.00 0.00 0.00 0.00 10:42:30 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:42:30 10:42:30 10:42:30 ---> sar -P ALL: 10:42:30 Linux 4.18.0-535.el8.x86_64 (centos-stream-8-builder-01553518-6ad5-4af7-aad7-8a6b223c35ad.nov) 01/22/2024 _x86_64_ (8 CPU) 10:42:30 10:42:30 10:33:07 LINUX RESTART (8 CPU) 10:42:30 10:42:30 10:34:01 AM CPU %user %nice %system %iowait %steal %idle 10:42:30 10:35:01 AM all 16.08 0.00 2.54 0.91 0.26 80.21 10:42:30 10:35:01 AM 0 14.35 0.00 1.10 0.07 0.10 84.38 10:42:30 10:35:01 AM 1 28.20 0.00 2.74 0.82 0.12 68.12 10:42:30 10:35:01 AM 2 11.69 0.00 2.63 1.30 0.35 84.03 10:42:30 10:35:01 AM 3 19.52 0.00 0.91 0.13 1.00 78.44 10:42:30 10:35:01 AM 4 16.32 0.00 6.21 2.49 0.15 74.82 10:42:30 10:35:01 AM 5 5.68 0.00 1.41 0.74 0.10 92.07 10:42:30 10:35:01 AM 6 16.36 0.00 3.39 0.56 0.14 79.55 10:42:30 10:35:01 AM 7 16.50 0.00 2.01 1.16 0.08 80.24 10:42:30 10:36:01 AM all 13.32 0.00 1.60 2.89 0.06 82.14 10:42:30 10:36:01 AM 0 13.91 0.00 1.54 0.81 0.08 83.66 10:42:30 10:36:01 AM 1 13.32 0.00 1.35 3.84 0.05 81.43 10:42:30 10:36:01 AM 2 52.67 0.00 5.27 4.53 0.08 37.45 10:42:30 10:36:01 AM 3 6.62 0.00 0.95 0.33 0.05 92.04 10:42:30 10:36:01 AM 4 1.49 0.00 0.85 5.98 0.05 91.63 10:42:30 10:36:01 AM 5 6.45 0.00 0.20 0.00 0.05 93.30 10:42:30 10:36:01 AM 6 3.13 0.00 0.70 0.45 0.07 95.65 10:42:30 10:36:01 AM 7 9.07 0.00 1.92 7.13 0.05 81.82 10:42:30 10:37:01 AM all 19.44 0.00 2.56 7.95 0.06 69.99 10:42:30 10:37:01 AM 0 22.67 0.00 1.34 2.22 0.07 73.70 10:42:30 10:37:01 AM 1 12.05 0.00 5.11 14.60 0.05 68.19 10:42:30 10:37:01 AM 2 14.85 0.00 4.87 15.83 0.07 64.38 10:42:30 10:37:01 AM 3 44.28 0.00 4.28 7.07 0.08 44.28 10:42:30 10:37:01 AM 4 7.17 0.00 1.55 10.49 0.05 80.73 10:42:30 10:37:01 AM 5 22.64 0.00 1.98 5.34 0.05 69.99 10:42:30 10:37:01 AM 6 9.61 0.00 0.59 4.52 0.05 85.23 10:42:30 10:37:01 AM 7 22.18 0.00 0.76 3.50 0.07 73.50 10:42:30 10:38:01 AM all 17.81 0.00 2.02 3.54 0.07 76.55 10:42:30 10:38:01 AM 0 23.50 0.00 2.35 1.35 0.07 72.72 10:42:30 10:38:01 AM 1 24.85 0.00 4.04 2.07 0.10 68.93 10:42:30 10:38:01 AM 2 18.17 0.00 1.52 1.57 0.05 78.69 10:42:30 10:38:01 AM 3 29.04 0.00 4.60 17.67 0.07 48.62 10:42:30 10:38:01 AM 4 13.90 0.00 0.92 1.96 0.08 83.14 10:42:30 10:38:01 AM 5 7.54 0.00 0.79 0.08 0.08 91.50 10:42:30 10:38:01 AM 6 14.93 0.00 0.85 1.92 0.05 82.25 10:42:30 10:38:01 AM 7 10.71 0.00 1.14 1.68 0.05 86.42 10:42:30 10:39:01 AM all 36.99 0.00 4.11 1.30 0.11 57.50 10:42:30 10:39:01 AM 0 31.32 0.00 3.09 0.00 0.10 65.48 10:42:30 10:39:01 AM 1 62.02 0.00 6.49 0.88 0.12 30.49 10:42:30 10:39:01 AM 2 34.87 0.00 3.44 0.02 0.12 61.56 10:42:30 10:39:01 AM 3 40.77 0.00 4.28 0.00 0.12 54.83 10:42:30 10:39:01 AM 4 34.24 0.00 4.41 2.23 0.08 59.03 10:42:30 10:39:01 AM 5 22.61 0.00 2.61 3.56 0.10 71.12 10:42:30 10:39:01 AM 6 40.77 0.00 5.87 3.65 0.12 49.59 10:42:30 10:39:01 AM 7 28.91 0.00 2.60 0.00 0.10 68.39 10:42:30 10:40:01 AM all 74.29 0.00 1.74 0.02 0.09 23.85 10:42:30 10:40:01 AM 0 65.82 0.00 1.67 0.00 0.10 32.41 10:42:30 10:40:01 AM 1 92.51 0.00 4.52 0.00 0.12 2.85 10:42:30 10:40:01 AM 2 64.66 0.00 1.33 0.03 0.10 33.88 10:42:30 10:40:01 AM 3 67.15 0.00 1.88 0.00 0.08 30.89 10:42:30 10:40:01 AM 4 86.41 0.00 0.75 0.00 0.08 12.76 10:42:30 10:40:01 AM 5 86.60 0.00 0.88 0.00 0.08 12.43 10:42:30 10:40:01 AM 6 64.86 0.00 1.45 0.13 0.08 33.47 10:42:30 10:40:01 AM 7 65.97 0.00 1.46 0.00 0.10 32.47 10:42:30 10:41:01 AM all 22.26 0.00 1.58 0.46 0.07 75.62 10:42:30 10:41:01 AM 0 18.71 0.00 1.00 0.10 0.08 80.10 10:42:30 10:41:01 AM 1 37.49 0.00 2.92 1.25 0.07 58.26 10:42:30 10:41:01 AM 2 41.51 0.00 2.51 0.53 0.08 55.36 10:42:30 10:41:01 AM 3 12.08 0.00 0.99 0.05 0.08 86.80 10:42:30 10:41:01 AM 4 23.60 0.00 1.17 0.10 0.07 75.06 10:42:30 10:41:01 AM 5 8.00 0.00 1.14 0.22 0.07 90.58 10:42:30 10:41:01 AM 6 12.47 0.00 1.47 1.19 0.05 84.83 10:42:30 10:41:01 AM 7 24.19 0.00 1.44 0.25 0.08 74.03 10:42:30 10:42:01 AM all 8.70 0.00 1.20 1.40 0.04 88.65 10:42:30 10:42:01 AM 0 0.73 0.00 0.40 0.30 0.03 98.53 10:42:30 10:42:01 AM 1 20.48 0.00 3.04 0.93 0.07 75.48 10:42:30 10:42:01 AM 2 7.11 0.00 0.95 6.88 0.03 85.03 10:42:30 10:42:01 AM 3 2.66 0.00 0.55 0.67 0.03 96.09 10:42:30 10:42:01 AM 4 7.48 0.00 1.34 0.52 0.03 90.64 10:42:30 10:42:01 AM 5 1.84 0.00 0.52 0.23 0.07 97.34 10:42:30 10:42:01 AM 6 1.84 0.00 0.67 0.67 0.03 96.79 10:42:30 10:42:01 AM 7 27.45 0.00 2.15 0.97 0.05 69.38 10:42:30 Average: all 26.08 0.00 2.17 2.31 0.10 69.35 10:42:30 Average: 0 23.82 0.00 1.55 0.61 0.08 73.94 10:42:30 Average: 1 36.35 0.00 3.77 3.06 0.09 56.73 10:42:30 Average: 2 30.65 0.00 2.81 3.84 0.11 62.58 10:42:30 Average: 3 27.71 0.00 2.30 3.25 0.19 66.56 10:42:30 Average: 4 23.84 0.00 2.15 2.97 0.08 70.97 10:42:30 Average: 5 20.18 0.00 1.19 1.26 0.08 77.29 10:42:30 Average: 6 20.45 0.00 1.86 1.64 0.07 75.98 10:42:30 Average: 7 25.60 0.00 1.68 1.84 0.07 70.80 10:42:30 10:42:30 10:42:30