15:20 $ mvn archetype:generate -DarchetypeGroupId=org.opendaylight.archetypes -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeCatalog=remote -DarchetypeVersion=1.2.2 [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> maven-archetype-plugin:3.1.2:generate (default-cli) > generate-sources @ standalone-pom >>> [INFO] [INFO] <<< maven-archetype-plugin:3.1.2:generate (default-cli) < generate-sources @ standalone-pom <<< [INFO] [INFO] [INFO] --- maven-archetype-plugin:3.1.2:generate (default-cli) @ standalone-pom --- [INFO] Generating project in Interactive mode [INFO] Archetype repository not defined. Using the one from [org.opendaylight.archetypes:opendaylight-startup-archetype:1.2.2] found in catalog remote Define value for property 'groupId': org.opendaylight.example Define value for property 'artifactId': example [INFO] Using property: version = 0.1.0 Define value for property 'package' org.opendaylight.example: : Define value for property 'classPrefix' Example: : ${artifactId.substring(0,1).toUpperCase()}${artifactId.substring(1)} Define value for property 'copyright': Copyright (c) 2015 Yoyodyne, Inc. [INFO] Using property: copyrightYear = 2018 Confirm properties configuration: groupId: org.opendaylight.example artifactId: example version: 0.1.0 package: org.opendaylight.example classPrefix: ${artifactId.substring(0,1).toUpperCase()}${artifactId.substring(1)} copyright: Copyright (c) 2015 Yoyodyne, Inc. copyrightYear: 2018 Y: : [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: opendaylight-startup-archetype:1.2.2 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: org.opendaylight.example [INFO] Parameter: artifactId, Value: example [INFO] Parameter: version, Value: 0.1.0 [INFO] Parameter: package, Value: org.opendaylight.example [INFO] Parameter: packageInPathFormat, Value: org/opendaylight/example [INFO] Parameter: classPrefix, Value: Example [INFO] Parameter: package, Value: org.opendaylight.example [INFO] Parameter: version, Value: 0.1.0 [INFO] Parameter: copyright, Value: Copyright (c) 2015 Yoyodyne, Inc. [INFO] Parameter: groupId, Value: org.opendaylight.example [INFO] Parameter: artifactId, Value: example [INFO] Parameter: copyrightYear, Value: 2018 [WARNING] Don't override file /tmp/odl_example_project/example/pom.xml [INFO] Project created from Archetype in dir: /tmp/odl_example_project/example [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.075 s [INFO] Finished at: 2020-04-03T15:21:46-07:00 [INFO] ------------------------------------------------------------------------ You have new mail in /var/spool/mail/ec2-user \u2714 /tmp/odl_example_project [master L|\u20261] 15:21 $ cd example/ You have new mail in /var/spool/mail/ec2-user \u2714 /tmp/odl_example_project/example [master L|\u20261] 15:23 $ mvn clean install -DskipTests [INFO] Scanning for projects... Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-parent/1.10.2/mdsal-it-parent-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-parent/1.10.2/mdsal-it-parent-1.10.2.pom (6.9 kB at 6.9 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-artifacts/1.10.2/mdsal-artifacts-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-artifacts/1.10.2/mdsal-artifacts-1.10.2.pom (18 kB at 66 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-artifacts/1.10.2/restconf-artifacts-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-artifacts/1.10.2/restconf-artifacts-1.10.2.pom (5.0 kB at 9.6 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.opendaylight.example:example-api:bundle:0.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:findbugs-maven-plugin is missing. @ line 37, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.opendaylight.example:example-impl:bundle:0.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:findbugs-maven-plugin is missing. @ line 76, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.opendaylight.example:example-cli:bundle:0.1.0 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:findbugs-maven-plugin is missing. @ line 76, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ODL :: org.opendaylight.example :: example-api [bundle] [INFO] ODL :: org.opendaylight.example :: example-impl [bundle] [INFO] OpenDaylight :: example :: API [Karaf Feature] [feature] [INFO] OpenDaylight :: example :: Impl [Karaf Feature] [feature] [INFO] ODL :: org.opendaylight.example :: example-cli [bundle] [INFO] OpenDaylight :: example :: CLI [Karaf Feature] [feature] [INFO] OpenDaylight :: example :: REST [Karaf Feature] [feature] [INFO] ODL :: org.opendaylight.example :: features-example [feature] [INFO] ODL :: org.opendaylight.example :: example-features-aggregator [pom] [INFO] ODL :: org.opendaylight.example :: example-artifacts [pom] [INFO] ODL :: org.opendaylight.example :: example-it [jar] [INFO] ODL :: org.opendaylight.example :: example-karaf [jar] [INFO] example [pom] [INFO] [INFO] ----------------< org.opendaylight.example:example-api >---------------- [INFO] Building ODL :: org.opendaylight.example :: example-api 0.1.0 [1/13] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from opendaylight-snapshot: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/codehaus/mojo/findbugs-maven-plugin/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/findbugs-maven-plugin/maven-metadata.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/maven-metadata.xml Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/findbugs-maven-plugin/maven-metadata.xml (1.1 kB at 11 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/maven-metadata.xml (1.1 kB at 1.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/3.0.5/findbugs-maven-plugin-3.0.5.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/3.0.5/findbugs-maven-plugin-3.0.5.pom (23 kB at 89 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/3.0.5/findbugs-maven-plugin-3.0.5.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/codehaus/mojo/findbugs-maven-plugin/3.0.5/findbugs-maven-plugin-3.0.5.jar (145 kB at 423 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-api --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-api --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/api/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- yang-maven-plugin:3.0.9:generate-sources (binding) @ example-api --- [INFO] yang-to-sources: Code generator instantiated from org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl [INFO] yang-to-sources: Inspecting /tmp/odl_example_project/example/api/src/main/yang [INFO] yang-to-sources: Found 0 dependencies in 63.38 ms [INFO] yang-to-sources: Project model files found: 1 [INFO] yang-to-sources: 1 YANG models processed in 118.6 ms [INFO] yang-to-sources: Sources will be generated to /tmp/odl_example_project/example/api/target/generated-sources/mdsal-binding [INFO] Found 0 Binding types in 92.50 ms [INFO] Generating 0 Binding source files into 0 directories [INFO] yang-to-sources: Sources generated by org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl: 3 in 137.4 ms [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-yang-sources) @ example-api --- [INFO] Source directory: /tmp/odl_example_project/example/api/target/generated-sources/mdsal-binding added. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-api --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-api --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-api >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-api --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-api <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-api --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-api --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ example-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/api/src/main/resources [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ example-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /tmp/odl_example_project/example/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ example-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ example-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ example-api --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-api --- [INFO] executing beanshell script [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ example-api --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-api --- [INFO] Building jar: /tmp/odl_example_project/example/api/target/example-api-0.1.0-javadoc.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-api --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-api --- [INFO] Building jar: /tmp/odl_example_project/example/api/target/example-api-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-api --- [INFO] Installing /tmp/odl_example_project/example/api/target/example-api-0.1.0.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-api/0.1.0/example-api-0.1.0.jar [INFO] Installing /tmp/odl_example_project/example/api/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-api/0.1.0/example-api-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/api/target/example-api-0.1.0-javadoc.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-api/0.1.0/example-api-0.1.0-javadoc.jar [INFO] Installing /tmp/odl_example_project/example/api/target/example-api-0.1.0-sources.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-api/0.1.0/example-api-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ example-api --- [INFO] Installing org/opendaylight/example/example-api/0.1.0/example-api-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] ---------------< org.opendaylight.example:example-impl >---------------- [INFO] Building ODL :: org.opendaylight.example :: example-impl 0.1.0 [2/13] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-api/1.10.2/sal-binding-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-api/1.10.2/sal-binding-api-1.10.2.pom (1.8 kB at 4.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/1.10.2/mdsal-parent-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-parent/1.10.2/mdsal-parent-1.10.2.pom (2.1 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-api/1.10.2/sal-common-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-api/1.10.2/sal-common-api-1.10.2.pom (1.9 kB at 9.7 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-api/1.10.2/sal-binding-api-1.10.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-api/1.10.2/sal-common-api-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-api/1.10.2/sal-binding-api-1.10.2.jar (48 kB at 139 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-api/1.10.2/sal-common-api-1.10.2.jar (38 kB at 71 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-impl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-impl --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-impl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-impl --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/impl/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-impl --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-impl --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-impl >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-impl --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-impl <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-impl --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-impl --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ example-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/impl/target/generated-sources/spi [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/impl/target/generated-sources/yang [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ example-impl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /tmp/odl_example_project/example/impl/target/classes [WARNING] /tmp/odl_example_project/example/impl/src/main/java/org/opendaylight/example/impl/ExampleProvider.java:[10,54] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [WARNING] /tmp/odl_example_project/example/impl/src/main/java/org/opendaylight/example/impl/ExampleProvider.java:[18,19] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [WARNING] /tmp/odl_example_project/example/impl/src/main/java/org/opendaylight/example/impl/ExampleProvider.java:[20,34] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ example-impl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/impl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ example-impl --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ example-impl --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-impl --- [INFO] executing beanshell script [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ example-impl --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-impl --- [INFO] Building jar: /tmp/odl_example_project/example/impl/target/example-impl-0.1.0-javadoc.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-impl --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-impl --- [INFO] Building jar: /tmp/odl_example_project/example/impl/target/example-impl-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-impl --- [INFO] Installing /tmp/odl_example_project/example/impl/target/example-impl-0.1.0.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-impl/0.1.0/example-impl-0.1.0.jar [INFO] Installing /tmp/odl_example_project/example/impl/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-impl/0.1.0/example-impl-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/impl/target/example-impl-0.1.0-javadoc.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-impl/0.1.0/example-impl-0.1.0-javadoc.jar [INFO] Installing /tmp/odl_example_project/example/impl/target/example-impl-0.1.0-sources.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-impl/0.1.0/example-impl-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ example-impl --- [INFO] Installing org/opendaylight/example/example-impl/0.1.0/example-impl-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.opendaylight.example:odl-example-api >-------------- [INFO] Building OpenDaylight :: example :: API [Karaf Feature] 0.1.0 [3/13] [INFO] ------------------------------[ feature ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ odl-example-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ odl-example-api --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ odl-example-api --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ odl-example-api --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ odl-example-api --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ odl-example-api --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ odl-example-api --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ odl-example-api >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ odl-example-api --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ odl-example-api <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ odl-example-api --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ odl-example-api --- [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ odl-example-api --- [INFO] Created: /tmp/odl_example_project/example/features/odl-example-api/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- karaf-maven-plugin:4.2.6:features-generate-descriptor (default-features-generate-descriptor) @ odl-example-api --- [INFO] Generating feature descriptor file /tmp/odl_example_project/example/features/odl-example-api/target/feature/feature.xml [INFO] ...done! [INFO] Attaching features XML [INFO] [INFO] --- karaf-maven-plugin:4.2.6:verify (default-verify) @ odl-example-api --- [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://repo.maven.apache.org/maven2@id=central [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default) @ odl-example-api --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ odl-example-api --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ odl-example-api --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ odl-example-api --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ odl-example-api --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-example-api --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/features/odl-example-api/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-api/0.1.0/odl-example-api-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/features/odl-example-api/target/feature/feature.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-api/0.1.0/odl-example-api-0.1.0-features.xml [INFO] [INFO] ----------------< org.opendaylight.example:odl-example >---------------- [INFO] Building OpenDaylight :: example :: Impl [Karaf Feature] 0.1.0 [4/13] [INFO] ------------------------------[ feature ]------------------------------- Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/1.10.2/odl-mdsal-broker-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/1.10.2/odl-mdsal-broker-1.10.2.pom (3.3 kB at 7.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/1.10.2/odl-mdsal-remoterpc-connector-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/1.10.2/odl-mdsal-remoterpc-connector-1.10.2.pom (1.9 kB at 9.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/1.10.2/odl-mdsal-distributed-datastore-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/1.10.2/odl-mdsal-distributed-datastore-1.10.2.pom (6.4 kB at 33 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/1.10.2/odl-mdsal-clustering-commons-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/1.10.2/odl-mdsal-clustering-commons-1.10.2.pom (4.5 kB at 23 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/1.10.2/sal-clustering-commons-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/1.10.2/sal-clustering-commons-1.10.2.pom (5.5 kB at 29 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/1.10.2/sal-akka-raft-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/1.10.2/sal-akka-raft-1.10.2.pom (3.9 kB at 20 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/1.10.2/sal-akka-segmented-journal-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/1.10.2/sal-akka-segmented-journal-1.10.2.pom (4.0 kB at 21 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/1.10.2/odl-controller-blueprint-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/1.10.2/odl-controller-blueprint-1.10.2.pom (2.8 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-binding-api/1.10.2/odl-controller-binding-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-binding-api/1.10.2/odl-controller-binding-api-1.10.2.pom (2.5 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/1.10.2/odl-controller-mdsal-common-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/1.10.2/odl-controller-mdsal-common-1.10.2.pom (2.5 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-impl/1.10.2/sal-common-impl-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-impl/1.10.2/sal-common-impl-1.10.2.pom (2.3 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/1.10.2/sal-common-util-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/1.10.2/sal-common-util-1.10.2.pom (1.5 kB at 6.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-util/1.10.2/sal-binding-util-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-util/1.10.2/sal-binding-util-1.10.2.pom (1.1 kB at 6.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-dom-api/1.10.2/odl-controller-dom-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-dom-api/1.10.2/odl-controller-dom-api-1.10.2.pom (2.7 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-api/1.10.2/sal-core-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-api/1.10.2/sal-core-api-1.10.2.pom (1.9 kB at 9.7 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-spi/1.10.2/sal-core-spi-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-spi/1.10.2/sal-core-spi-1.10.2.pom (1.2 kB at 6.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-compat/1.10.2/sal-core-compat-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-compat/1.10.2/sal-core-compat-1.10.2.pom (1.5 kB at 8.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/0.11.2/blueprint-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/0.11.2/blueprint-0.11.2.pom (5.3 kB at 27 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/1.6.2/cds-access-api-1.6.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/1.6.2/cds-access-api-1.6.2.pom (2.3 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/1.6.2/cds-access-client-1.6.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/1.6.2/cds-access-client-1.6.2.pom (2.7 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/1.6.2/cds-dom-api-1.6.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/1.6.2/cds-dom-api-1.6.2.pom (1.5 kB at 7.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/1.10.2/sal-distributed-datastore-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/1.10.2/sal-distributed-datastore-1.10.2.pom (9.2 kB at 49 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/1.10.2/sal-cluster-admin-api-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/1.10.2/sal-cluster-admin-api-1.10.2.pom (811 B at 4.3 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/1.10.2/sal-cluster-admin-impl-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/1.10.2/sal-cluster-admin-impl-1.10.2.pom (4.0 kB at 21 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2.pom (2.6 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/1.10.2/sal-remoterpc-connector-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/1.10.2/sal-remoterpc-connector-1.10.2.pom (5.8 kB at 31 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-config-netty/0.11.2/odl-config-netty-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-config-netty/0.11.2/odl-config-netty-0.11.2.pom (3.2 kB at 17 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/config-artifacts/0.11.2/config-artifacts-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/config-artifacts/0.11.2/config-artifacts-0.11.2.pom (2.4 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.11.2/netty-event-executor-config-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.11.2/netty-event-executor-config-0.11.2.pom (1.0 kB at 5.3 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/config-subsystem/0.11.2/config-subsystem-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/config-subsystem/0.11.2/config-subsystem-0.11.2.pom (1.3 kB at 7.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-config-api/0.11.2/netty-config-api-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-config-api/0.11.2/netty-config-api-0.11.2.pom (789 B at 4.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.11.2/netty-threadgroup-config-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.11.2/netty-threadgroup-config-0.11.2.pom (897 B at 4.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.11.2/netty-timer-config-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.11.2/netty-timer-config-0.11.2.pom (883 B at 4.7 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.11.2/threadpool-config-api-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.11.2/threadpool-config-api-0.11.2.pom (642 B at 3.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.11.2/threadpool-config-impl-0.11.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.11.2/threadpool-config-impl-0.11.2.pom (925 B at 4.9 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-broker-impl/1.10.2/sal-broker-impl-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-broker-impl/1.10.2/sal-broker-impl-1.10.2.pom (4.4 kB at 23 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-broker-impl/1.10.2/sal-binding-broker-impl-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-broker-impl/1.10.2/sal-binding-broker-impl-1.10.2.pom (5.0 kB at 27 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-inmemory-datastore/1.10.2/sal-inmemory-datastore-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-inmemory-datastore/1.10.2/sal-inmemory-datastore-1.10.2.pom (4.0 kB at 21 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/1.10.2/odl-mdsal-broker-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/1.10.2/sal-remoterpc-connector-1.10.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/1.10.2/odl-mdsal-remoterpc-connector-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/1.10.2/sal-clustering-commons-1.10.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/1.10.2/odl-mdsal-distributed-datastore-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-broker/1.10.2/odl-mdsal-broker-1.10.2-features.xml (1.6 kB at 8.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/1.10.2/odl-mdsal-clustering-commons-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-clustering-commons/1.10.2/odl-mdsal-clustering-commons-1.10.2-features.xml (2.2 kB at 5.9 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/1.10.2/sal-akka-raft-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-distributed-datastore/1.10.2/odl-mdsal-distributed-datastore-1.10.2-features.xml (3.2 kB at 7.3 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/1.10.2/sal-akka-segmented-journal-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-mdsal-remoterpc-connector/1.10.2/odl-mdsal-remoterpc-connector-1.10.2-features.xml (763 B at 1.7 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/1.10.2/odl-controller-blueprint-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-blueprint/1.10.2/odl-controller-blueprint-1.10.2-features.xml (1.3 kB at 2.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-binding-api/1.10.2/odl-controller-binding-api-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-remoterpc-connector/1.10.2/sal-remoterpc-connector-1.10.2.jar (117 kB at 168 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/0.11.2/blueprint-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-commons/1.10.2/sal-clustering-commons-1.10.2.jar (224 kB at 293 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/1.6.2/cds-access-api-1.6.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-binding-api/1.10.2/odl-controller-binding-api-1.10.2-features.xml (911 B at 1.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/1.6.2/cds-access-client-1.6.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/blueprint/0.11.2/blueprint-0.11.2.jar (95 kB at 105 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/1.6.2/cds-dom-api-1.6.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-raft/1.10.2/sal-akka-raft-1.10.2.jar (285 kB at 315 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/1.10.2/sal-distributed-datastore-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-akka-segmented-journal/1.10.2/sal-akka-segmented-journal-1.10.2.jar (275 kB at 290 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/1.10.2/sal-cluster-admin-api-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-api/1.6.2/cds-access-api-1.6.2.jar (173 kB at 179 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/1.10.2/sal-cluster-admin-impl-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-dom-api/1.6.2/cds-dom-api-1.6.2.jar (12 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-akkaconf.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-api/1.10.2/sal-cluster-admin-api-1.10.2.jar (225 kB at 196 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-factoryakkaconf.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-cluster-admin-impl/1.10.2/sal-cluster-admin-impl-1.10.2.jar (47 kB at 40 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-moduleshardconf.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/cds-access-client/1.6.2/cds-access-client-1.6.2.jar (70 kB at 60 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-moduleconf.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-akkaconf.xml (1.3 kB at 1.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-datastore.cfg Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-distributed-datastore/1.10.2/sal-distributed-datastore-1.10.2.jar (1.2 MB at 938 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-config-netty/0.11.2/odl-config-netty-0.11.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-factoryakkaconf.xml (5.5 kB at 4.1 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-moduleshardconf.xml (1.4 kB at 1.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-dom-api/1.10.2/odl-controller-dom-api-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/1.10.2/odl-controller-mdsal-common-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-moduleconf.xml (871 B at 648 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.11.2/netty-event-executor-config-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-clustering-config/1.10.2/sal-clustering-config-1.10.2-datastore.cfg (5.8 kB at 4.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-config-api/0.11.2/netty-config-api-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-config-netty/0.11.2/odl-config-netty-0.11.2-features.xml (1.6 kB at 1.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.11.2/netty-threadgroup-config-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-dom-api/1.10.2/odl-controller-dom-api-1.10.2-features.xml (1.0 kB at 681 B/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-controller-mdsal-common/1.10.2/odl-controller-mdsal-common-1.10.2-features.xml (1.0 kB at 685 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.11.2/netty-timer-config-0.11.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.11.2/threadpool-config-api-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-event-executor-config/0.11.2/netty-event-executor-config-0.11.2.jar (12 kB at 8.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.11.2/threadpool-config-impl-0.11.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-config-api/0.11.2/netty-config-api-0.11.2.jar (7.1 kB at 4.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-broker-impl/1.10.2/sal-broker-impl-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-threadgroup-config/0.11.2/netty-threadgroup-config-0.11.2.jar (10 kB at 6.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-impl/1.10.2/sal-common-impl-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-api/0.11.2/threadpool-config-api-0.11.2.jar (8.9 kB at 5.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/1.10.2/sal-common-util-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/threadpool-config-impl/0.11.2/threadpool-config-impl-0.11.2.jar (16 kB at 9.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-api/1.10.2/sal-core-api-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/netty-timer-config/0.11.2/netty-timer-config-0.11.2.jar (11 kB at 6.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-spi/1.10.2/sal-core-spi-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-broker-impl/1.10.2/sal-broker-impl-1.10.2.jar (106 kB at 58 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-compat/1.10.2/sal-core-compat-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-impl/1.10.2/sal-common-impl-1.10.2.jar (41 kB at 22 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-broker-impl/1.10.2/sal-binding-broker-impl-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-common-util/1.10.2/sal-common-util-1.10.2.jar (18 kB at 9.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-util/1.10.2/sal-binding-util-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-api/1.10.2/sal-core-api-1.10.2.jar (37 kB at 20 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-inmemory-datastore/1.10.2/sal-inmemory-datastore-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-spi/1.10.2/sal-core-spi-1.10.2.jar (64 kB at 34 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-core-compat/1.10.2/sal-core-compat-1.10.2.jar (79 kB at 39 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-broker-impl/1.10.2/sal-binding-broker-impl-1.10.2.jar (148 kB at 73 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-inmemory-datastore/1.10.2/sal-inmemory-datastore-1.10.2.jar (18 kB at 8.6 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/sal-binding-util/1.10.2/sal-binding-util-1.10.2.jar (17 kB at 8.2 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ odl-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ odl-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ odl-example --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ odl-example --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ odl-example --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ odl-example --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ odl-example --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ odl-example >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ odl-example --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ odl-example <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ odl-example --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ odl-example --- [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ odl-example --- [INFO] Created: /tmp/odl_example_project/example/features/odl-example/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- karaf-maven-plugin:4.2.6:features-generate-descriptor (default-features-generate-descriptor) @ odl-example --- [INFO] Generating feature descriptor file /tmp/odl_example_project/example/features/odl-example/target/feature/feature.xml [INFO] ...done! [INFO] Attaching features XML [INFO] [INFO] --- karaf-maven-plugin:4.2.6:verify (default-verify) @ odl-example --- [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://repo.maven.apache.org/maven2@id=central [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default) @ odl-example --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ odl-example --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ odl-example --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ odl-example --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ odl-example --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-example --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/features/odl-example/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example/0.1.0/odl-example-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/features/odl-example/target/feature/feature.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example/0.1.0/odl-example-0.1.0-features.xml [INFO] [INFO] ----------------< org.opendaylight.example:example-cli >---------------- [INFO] Building ODL :: org.opendaylight.example :: example-cli 0.1.0 [5/13] [INFO] -------------------------------[ bundle ]------------------------------- Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.table/4.2.6/org.apache.karaf.shell.table-4.2.6.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/karaf/shell/org.apache.karaf.shell.table/4.2.6/org.apache.karaf.shell.table-4.2.6.pom (2.5 kB at 5.9 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-cli --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-cli --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-cli --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/cli/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-cli >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-cli --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-cli <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-cli --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-cli --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ example-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/cli/target/generated-sources/spi [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/cli/target/generated-sources/yang [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ example-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /tmp/odl_example_project/example/cli/target/classes [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[10,39] org.apache.karaf.shell.commands.Command in org.apache.karaf.shell.commands has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[11,39] org.apache.karaf.shell.commands.Option in org.apache.karaf.shell.commands has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[12,38] org.apache.karaf.shell.console.AbstractAction in org.apache.karaf.shell.console has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/impl/ExampleCliCommandsImpl.java:[10,54] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[23,44] org.apache.karaf.shell.console.AbstractAction in org.apache.karaf.shell.console has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[21,2] org.apache.karaf.shell.commands.Command in org.apache.karaf.shell.commands has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/commands/ExampleCliTestCommand.java:[37,6] org.apache.karaf.shell.commands.Option in org.apache.karaf.shell.commands has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/impl/ExampleCliCommandsImpl.java:[18,19] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/impl/ExampleCliCommandsImpl.java:[20,41] org.opendaylight.controller.md.sal.binding.api.DataBroker in org.opendaylight.controller.md.sal.binding.api has been deprecated [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ example-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ example-cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ example-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-cli --- [INFO] executing beanshell script [INFO] [INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ example-cli --- [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-cli --- [INFO] 2 warnings [WARNING] Javadoc Warnings [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/api/ExampleCliCommands.java:16: warning: no @param for testArgument [WARNING] Object testCommand(Object testArgument); [WARNING] ^ [WARNING] /tmp/odl_example_project/example/cli/src/main/java/org/opendaylight/example/cli/api/ExampleCliCommands.java:16: warning: no @return [WARNING] Object testCommand(Object testArgument); [WARNING] ^ [INFO] Building jar: /tmp/odl_example_project/example/cli/target/example-cli-0.1.0-javadoc.jar [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-cli --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-cli --- [INFO] Building jar: /tmp/odl_example_project/example/cli/target/example-cli-0.1.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-cli --- [INFO] Installing /tmp/odl_example_project/example/cli/target/example-cli-0.1.0.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-cli/0.1.0/example-cli-0.1.0.jar [INFO] Installing /tmp/odl_example_project/example/cli/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-cli/0.1.0/example-cli-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/cli/target/example-cli-0.1.0-javadoc.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-cli/0.1.0/example-cli-0.1.0-javadoc.jar [INFO] Installing /tmp/odl_example_project/example/cli/target/example-cli-0.1.0-sources.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-cli/0.1.0/example-cli-0.1.0-sources.jar [INFO] [INFO] --- maven-bundle-plugin:4.2.1:install (default-install) @ example-cli --- [INFO] Installing org/opendaylight/example/example-cli/0.1.0/example-cli-0.1.0.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.opendaylight.example:odl-example-cli >-------------- [INFO] Building OpenDaylight :: example :: CLI [Karaf Feature] 0.1.0 [6/13] [INFO] ------------------------------[ feature ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ odl-example-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ odl-example-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ odl-example-cli --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ odl-example-cli --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ odl-example-cli --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ odl-example-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ odl-example-cli --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ odl-example-cli >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ odl-example-cli --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ odl-example-cli <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ odl-example-cli --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ odl-example-cli --- [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ odl-example-cli --- [INFO] Created: /tmp/odl_example_project/example/features/odl-example-cli/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- karaf-maven-plugin:4.2.6:features-generate-descriptor (default-features-generate-descriptor) @ odl-example-cli --- [INFO] Generating feature descriptor file /tmp/odl_example_project/example/features/odl-example-cli/target/feature/feature.xml [INFO] ...done! [INFO] Attaching features XML [INFO] [INFO] --- karaf-maven-plugin:4.2.6:verify (default-verify) @ odl-example-cli --- [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://repo.maven.apache.org/maven2@id=central [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default) @ odl-example-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ odl-example-cli --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ odl-example-cli --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ odl-example-cli --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ odl-example-cli --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-example-cli --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/features/odl-example-cli/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-cli/0.1.0/odl-example-cli-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/features/odl-example-cli/target/feature/feature.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-cli/0.1.0/odl-example-cli-0.1.0-features.xml [INFO] [INFO] -------------< org.opendaylight.example:odl-example-rest >-------------- [INFO] Building OpenDaylight :: example :: REST [Karaf Feature] 0.1.0 [7/13] [INFO] ------------------------------[ feature ]------------------------------- Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/1.10.2/odl-restconf-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/1.10.2/odl-restconf-1.10.2.pom (1.6 kB at 8.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-bierman02/1.10.2/odl-restconf-nb-bierman02-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-bierman02/1.10.2/odl-restconf-nb-bierman02-1.10.2.pom (2.7 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/1.10.2/odl-restconf-common-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/1.10.2/odl-restconf-common-1.10.2.pom (4.8 kB at 23 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.10.2/aaa-artifacts-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-artifacts/0.10.2/aaa-artifacts-0.10.2.pom (8.6 kB at 43 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/1.7.2/netconf-artifacts-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-artifacts/1.7.2/netconf-artifacts-1.7.2.pom (19 kB at 99 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.10.2/odl-aaa-shiro-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.10.2/odl-aaa-shiro-0.10.2.pom (7.7 kB at 41 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.10.2/aaa-parent-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-parent/0.10.2/aaa-parent-0.10.2.pom (3.7 kB at 19 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.10.2/odl-aaa-password-service-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.10.2/odl-aaa-password-service-0.10.2.pom (2.7 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.10.2/aaa-password-service-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.10.2/aaa-password-service-api-0.10.2.pom (1.7 kB at 8.6 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2.pom (3.1 kB at 16 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/1.13.2/odl-jolokia-1.13.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/1.13.2/odl-jolokia-1.13.2.pom (1.6 kB at 8.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/0.10.2/odl-jolokia-osgi-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/0.10.2/odl-jolokia-osgi-0.10.2.pom (2.0 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.10.2/odl-aaa-web-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.10.2/odl-aaa-web-0.10.2.pom (3.3 kB at 18 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.10.2/web-osgi-impl-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.10.2/web-osgi-impl-0.10.2.pom (2.2 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.10.2/web-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.10.2/web-api-0.10.2.pom (1.7 kB at 8.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.10.2/servlet-jersey2-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.10.2/servlet-jersey2-0.10.2.pom (2.9 kB at 15 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.10.2/servlet-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.10.2/servlet-api-0.10.2.pom (1.6 kB at 8.3 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2.pom (9.2 kB at 48 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.10.2/aaa-shiro-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.10.2/aaa-shiro-api-0.10.2.pom (1.6 kB at 8.5 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.10.2/aaa-authn-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.10.2/aaa-authn-api-0.10.2.pom (1.4 kB at 7.5 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2.pom (2.9 kB at 15 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.10.2/aaa-encrypt-service-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.10.2/aaa-encrypt-service-0.10.2.pom (931 B at 5.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2.pom (3.0 kB at 16 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.10.2/odl-aaa-encryption-service-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.10.2/odl-aaa-encryption-service-0.10.2.pom (2.3 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2.pom (3.1 kB at 17 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.10.2/odl-aaa-api-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.10.2/odl-aaa-api-0.10.2.pom (1.9 kB at 10 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.10.2/odl-aaa-cert-0.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.10.2/odl-aaa-cert-0.10.2.pom (2.1 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf/1.10.2/ietf-restconf-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf/1.10.2/ietf-restconf-1.10.2.pom (1.2 kB at 6.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-parent/1.10.2/restconf-parent-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-parent/1.10.2/restconf-parent-1.10.2.pom (3.0 kB at 16 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/1.6.2/infrautils-artifacts-1.6.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/infrautils/infrautils-artifacts/1.6.2/infrautils-artifacts-1.6.2.pom (10 kB at 54 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf-monitoring/1.10.2/ietf-restconf-monitoring-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf-monitoring/1.10.2/ietf-restconf-monitoring-1.10.2.pom (1.2 kB at 6.7 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/1.10.2/restconf-common-models-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/1.10.2/restconf-common-models-1.10.2.pom (995 B at 5.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/1.10.2/restconf-common-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/1.10.2/restconf-common-1.10.2.pom (1.9 kB at 10 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-bierman02/1.10.2/restconf-nb-bierman02-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-bierman02/1.10.2/restconf-nb-bierman02-1.10.2.pom (8.8 kB at 47 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-util/1.7.2/netconf-util-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-util/1.7.2/netconf-util-1.7.2.pom (4.0 kB at 21 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/1.7.2/netconf-parent-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-parent/1.7.2/netconf-parent-1.7.2.pom (2.3 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/1.7.2/netconf-api-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/1.7.2/netconf-api-1.7.2.pom (2.0 kB at 10 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring/1.7.2/ietf-netconf-monitoring-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring/1.7.2/ietf-netconf-monitoring-1.7.2.pom (1.2 kB at 6.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring-extension/1.7.2/ietf-netconf-monitoring-extension-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring-extension/1.7.2/ietf-netconf-monitoring-extension-1.7.2.pom (1.2 kB at 6.6 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-mapping-api/1.7.2/netconf-mapping-api-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-mapping-api/1.7.2/netconf-mapping-api-1.7.2.pom (1.2 kB at 6.6 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/sal-rest-connector-config/1.10.2/sal-rest-connector-config-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/sal-rest-connector-config/1.10.2/sal-rest-connector-config-1.10.2.pom (1.8 kB at 9.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-rfc8040/1.10.2/odl-restconf-nb-rfc8040-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-rfc8040/1.10.2/odl-restconf-nb-rfc8040-1.10.2.pom (2.3 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/1.7.2/odl-netconf-api-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/1.7.2/odl-netconf-api-1.7.2.pom (3.7 kB at 8.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/1.7.2/netconf-auth-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/1.7.2/netconf-auth-1.7.2.pom (1.0 kB at 5.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-notifications/1.7.2/ietf-netconf-notifications-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-notifications/1.7.2/ietf-netconf-notifications-1.7.2.pom (1.3 kB at 6.8 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf/1.7.2/ietf-netconf-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf/1.7.2/ietf-netconf-1.7.2.pom (1.2 kB at 6.5 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-nmda/1.7.2/ietf-netconf-nmda-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-nmda/1.7.2/ietf-netconf-nmda-1.7.2.pom (1.6 kB at 8.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-with-defaults/1.7.2/ietf-netconf-with-defaults-1.7.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-with-defaults/1.7.2/ietf-netconf-with-defaults-1.7.2.pom (1.2 kB at 6.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-rfc8040/1.10.2/restconf-nb-rfc8040-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-rfc8040/1.10.2/restconf-nb-rfc8040-1.10.2.pom (7.4 kB at 38 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/1.10.2/odl-restconf-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-bierman02/1.10.2/odl-restconf-nb-bierman02-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/1.10.2/odl-restconf-common-1.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.10.2/odl-aaa-shiro-0.10.2-features.xml Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.10.2/odl-aaa-password-service-0.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-password-service/0.10.2/odl-aaa-password-service-0.10.2-features.xml (1.6 kB at 8.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.10.2/aaa-password-service-api-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-api/0.10.2/aaa-password-service-api-0.10.2.jar (20 kB at 55 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-common/1.10.2/odl-restconf-common-1.10.2-features.xml (1.8 kB at 4.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2-aaa-password-service-config.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf/1.10.2/odl-restconf-1.10.2-features.xml (857 B at 2.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/1.13.2/odl-jolokia-1.13.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-bierman02/1.10.2/odl-restconf-nb-bierman02-1.10.2-features.xml (1.9 kB at 4.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/0.10.2/odl-jolokia-osgi-0.10.2-configuration.cfg Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-shiro/0.10.2/odl-aaa-shiro-0.10.2-features.xml (3.7 kB at 8.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.10.2/odl-aaa-web-0.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2.jar (14 kB at 25 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.10.2/servlet-jersey2-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-password-service-impl/0.10.2/aaa-password-service-impl-0.10.2-aaa-password-service-config.xml (215 B at 350 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.10.2/web-osgi-impl-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia-osgi/0.10.2/odl-jolokia-osgi-0.10.2-configuration.cfg (630 B at 1.0 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/odl-jolokia/1.13.2/odl-jolokia-1.13.2-features.xml (950 B at 1.5 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-web/0.10.2/odl-aaa-web-0.10.2-features.xml (1.4 kB at 2.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.10.2/odl-aaa-encryption-service-0.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-jersey2/0.10.2/servlet-jersey2-0.10.2.jar (7.7 kB at 10 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.10.2/aaa-encrypt-service-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-encryption-service/0.10.2/odl-aaa-encryption-service-0.10.2-features.xml (1.1 kB at 1.3 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-osgi-impl/0.10.2/web-osgi-impl-0.10.2.jar (19 kB at 22 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2-config.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service/0.10.2/aaa-encrypt-service-0.10.2.jar (26 kB at 28 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.10.2/odl-aaa-api-0.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2.jar (167 kB at 161 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.10.2/odl-aaa-cert-0.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2.jar (172 kB at 165 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2-config.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2-config.xml (518 B at 482 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-aaa-app-config.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-encrypt-service-impl/0.10.2/aaa-encrypt-service-impl-0.10.2.jar (18 kB at 16 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-aaa-datastore-config.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-api/0.10.2/odl-aaa-api-0.10.2-features.xml (1.0 kB at 908 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-idmtool.py Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/odl-aaa-cert/0.10.2/odl-aaa-cert-0.10.2-features.xml (1.2 kB at 954 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2-config.cfg Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-cert/0.10.2/aaa-cert-0.10.2-config.xml (687 B at 562 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf/1.10.2/ietf-restconf-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-aaa-app-config.xml (15 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf-monitoring/1.10.2/ietf-restconf-monitoring-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-aaa-datastore-config.xml (182 B at 141 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/1.10.2/restconf-common-models-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro/0.10.2/aaa-shiro-0.10.2-idmtool.py (18 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/1.10.2/restconf-common-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2-config.cfg (18 B at 12 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-bierman02/1.10.2/restconf-nb-bierman02-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf/1.10.2/ietf-restconf-1.10.2.jar (46 kB at 33 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-util/1.7.2/netconf-util-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common/1.10.2/restconf-common-1.10.2.jar (45 kB at 30 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-mapping-api/1.7.2/netconf-mapping-api-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-restconf-monitoring/1.10.2/ietf-restconf-monitoring-1.10.2.jar (47 kB at 31 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.10.2/web-api-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-util/1.7.2/netconf-util-1.7.2.jar (72 kB at 46 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.10.2/servlet-api-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-common-models/1.10.2/restconf-common-models-1.10.2.jar (125 kB at 77 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-bierman02/1.10.2/restconf-nb-bierman02-1.10.2.jar (244 kB at 147 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.10.2/aaa-shiro-api-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-mapping-api/1.7.2/netconf-mapping-api-1.7.2.jar (14 kB at 8.4 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.10.2/aaa-authn-api-0.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/web-api/0.10.2/web-api-0.10.2.jar (36 kB at 21 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/sal-rest-connector-config/1.10.2/sal-rest-connector-config-1.10.2-restconf.cfg Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/web/servlet-api/0.10.2/servlet-api-0.10.2.jar (9.1 kB at 5.1 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-rfc8040/1.10.2/odl-restconf-nb-rfc8040-1.10.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-filterchain/0.10.2/aaa-filterchain-0.10.2.jar (26 kB at 14 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/1.7.2/odl-netconf-api-1.7.2-features.xml Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-authn-api/0.10.2/aaa-authn-api-0.10.2.jar (31 kB at 17 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/aaa/aaa-shiro-api/0.10.2/aaa-shiro-api-0.10.2.jar (132 kB at 71 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/1.7.2/netconf-api-1.7.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring/1.7.2/ietf-netconf-monitoring-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/sal-rest-connector-config/1.10.2/sal-rest-connector-config-1.10.2-restconf.cfg (86 B at 45 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/1.7.2/netconf-auth-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-restconf-nb-rfc8040/1.10.2/odl-restconf-nb-rfc8040-1.10.2-features.xml (2.2 kB at 1.2 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring-extension/1.7.2/ietf-netconf-monitoring-extension-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/odl-netconf-api/1.7.2/odl-netconf-api-1.7.2-features.xml (1.8 kB at 884 B/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-notifications/1.7.2/ietf-netconf-notifications-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-api/1.7.2/netconf-api-1.7.2.jar (59 kB at 29 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf/1.7.2/ietf-netconf-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/netconf-auth/1.7.2/netconf-auth-1.7.2.jar (8.1 kB at 3.9 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-nmda/1.7.2/ietf-netconf-nmda-1.7.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring/1.7.2/ietf-netconf-monitoring-1.7.2.jar (142 kB at 67 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-monitoring-extension/1.7.2/ietf-netconf-monitoring-extension-1.7.2.jar (18 kB at 8.6 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-with-defaults/1.7.2/ietf-netconf-with-defaults-1.7.2.jar Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-rfc8040/1.10.2/restconf-nb-rfc8040-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-notifications/1.7.2/ietf-netconf-notifications-1.7.2.jar (132 kB at 60 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf/1.7.2/ietf-netconf-1.7.2.jar (368 kB at 164 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-with-defaults/1.7.2/ietf-netconf-with-defaults-1.7.2.jar (28 kB at 12 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/ietf-netconf-nmda/1.7.2/ietf-netconf-nmda-1.7.2.jar (106 kB at 45 kB/s) Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/netconf/restconf-nb-rfc8040/1.10.2/restconf-nb-rfc8040-1.10.2.jar (318 kB at 133 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ odl-example-rest --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ odl-example-rest --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ odl-example-rest --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ odl-example-rest --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ odl-example-rest --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ odl-example-rest --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ odl-example-rest --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ odl-example-rest >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ odl-example-rest --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ odl-example-rest <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ odl-example-rest --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ odl-example-rest --- [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ odl-example-rest --- [INFO] Created: /tmp/odl_example_project/example/features/odl-example-rest/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- karaf-maven-plugin:4.2.6:features-generate-descriptor (default-features-generate-descriptor) @ odl-example-rest --- [INFO] Generating feature descriptor file /tmp/odl_example_project/example/features/odl-example-rest/target/feature/feature.xml [INFO] ...done! [INFO] Attaching features XML [INFO] [INFO] --- karaf-maven-plugin:4.2.6:verify (default-verify) @ odl-example-rest --- [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://repo.maven.apache.org/maven2@id=central [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default) @ odl-example-rest --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ odl-example-rest --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ odl-example-rest --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ odl-example-rest --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ odl-example-rest --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ odl-example-rest --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/features/odl-example-rest/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-rest/0.1.0/odl-example-rest-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/features/odl-example-rest/target/feature/feature.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/odl-example-rest/0.1.0/odl-example-rest-0.1.0-features.xml [INFO] [INFO] -------------< org.opendaylight.example:features-example >-------------- [INFO] Building ODL :: org.opendaylight.example :: features-example 0.1.0 [8/13] [INFO] ------------------------------[ feature ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ features-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ features-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ features-example --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ features-example --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ features-example --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ features-example --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ features-example --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ features-example >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ features-example --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ features-example <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ features-example --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ features-example --- [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ features-example --- [INFO] Created: /tmp/odl_example_project/example/features/features-example/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- karaf-maven-plugin:4.2.6:features-generate-descriptor (default-features-generate-descriptor) @ features-example --- [INFO] Generating feature descriptor file /tmp/odl_example_project/example/features/features-example/target/feature/feature.xml [INFO] ...done! [INFO] Attaching features XML [INFO] [INFO] --- karaf-maven-plugin:4.2.6:verify (default-verify) @ features-example --- [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://repo.maven.apache.org/maven2@id=central [INFO] Features verified: 0, failures: 0, ignored: 0, skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default) @ features-example --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ features-example --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ features-example --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ features-example --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ features-example --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ features-example --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/features/features-example/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/features-example/0.1.0/features-example-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/features/features-example/target/feature/feature.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/features-example/0.1.0/features-example-0.1.0-features.xml [INFO] [INFO] --------< org.opendaylight.example:example-features-aggregator >-------- [INFO] Building ODL :: org.opendaylight.example :: example-features-aggregator 0.1.0 [9/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-features-aggregator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-features-aggregator --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-features-aggregator --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-features-aggregator --- [INFO] Installing /tmp/odl_example_project/example/features/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-features-aggregator/0.1.0/example-features-aggregator-0.1.0.pom [INFO] [INFO] -------------< org.opendaylight.example:example-artifacts >------------- [INFO] Building ODL :: org.opendaylight.example :: example-artifacts 0.1.0 [10/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-artifacts --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-artifacts --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-artifacts --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-artifacts --- [INFO] Installing /tmp/odl_example_project/example/artifacts/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-artifacts/0.1.0/example-artifacts-0.1.0.pom [INFO] [INFO] ----------------< org.opendaylight.example:example-it >----------------- [INFO] Building ODL :: org.opendaylight.example :: example-it 0.1.0 [11/13] [INFO] --------------------------------[ jar ]--------------------------------- Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 27 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 693 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-base/1.10.2/mdsal-it-base-1.10.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-base/1.10.2/mdsal-it-base-1.10.2.pom (3.4 kB at 18 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/org.ops4j.pax.tipi.junit/4.12.0.1/org.ops4j.pax.tipi.junit-4.12.0.1.pom (2.8 kB at 15 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/tipi-master/1.1.0/tipi-master-1.1.0.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/tipi-master/1.1.0/tipi-master-1.1.0.pom (11 kB at 63 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/org.ops4j.pax.tipi.hamcrest.core/1.3.0.1/org.ops4j.pax.tipi.hamcrest.core-1.3.0.1.pom (2.4 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/tipi-master/1.0.0/tipi-master-1.0.0.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/tipi/tipi-master/1.0.0/tipi-master-1.0.0.pom (10 kB at 55 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/3.1.0/master-3.1.0.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/master/3.1.0/master-3.1.0.pom (13 kB at 73 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-features/4.13.1/pax-exam-features-4.13.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-features/4.13.1/pax-exam-features-4.13.1.pom (2.4 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-extender-service/4.13.1/pax-exam-extender-service-4.13.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-extender-service/4.13.1/pax-exam-extender-service-4.13.1.pom (2.3 kB at 13 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/swissbox/pax-swissbox-extender/1.8.2/pax-swissbox-extender-1.8.2.pom (2.0 kB at 10 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.pom (2.0 kB at 11 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.1/pax-exam-invoker-junit-4.13.1.pom Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/ops4j/pax/exam/pax-exam-invoker-junit/4.13.1/pax-exam-invoker-junit-4.13.1.pom (2.3 kB at 12 kB/s) Downloading from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-base/1.10.2/mdsal-it-base-1.10.2.jar Downloaded from opendaylight-mirror: https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/controller/mdsal-it-base/1.10.2/mdsal-it-base-1.10.2.jar (12 kB at 68 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-it --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-it --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-it --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-it --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-it --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/it/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-it --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-it --- [INFO] Starting audit... [WARN] /tmp/odl_example_project/example/it/src/test/java/org/opendaylight/example/it/ExampleTest.java:15:8: Unused import - org.junit.Ignore. [UnusedImports] Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-it >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-it --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-it <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-it --- [INFO] [INFO] [INFO] --- depends-maven-plugin:1.4.0:generate-depends-file (generate-depends-file) @ example-it --- [INFO] Created: /tmp/odl_example_project/example/it/target/classes/META-INF/maven/dependencies.properties [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-it --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ example-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/it/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ example-it --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ example-it --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/it/src/test/resources [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (unpack-karaf-resources) @ example-it --- [INFO] Unpacking /home/ec2-user/.m2/repository/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.jar to /tmp/odl_example_project/example/it/target/test-classes with includes "" and excludes "META-INF\/**" [INFO] Unpacking /home/ec2-user/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar to /tmp/odl_example_project/example/it/target/test-classes with includes "" and excludes "META-INF\/**" [INFO] Unpacking /home/ec2-user/.m2/repository/org/opendaylight/controller/mdsal-it-base/1.10.2/mdsal-it-base-1.10.2.jar to /tmp/odl_example_project/example/it/target/test-classes with includes "" and excludes "META-INF\/**" [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ example-it --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /tmp/odl_example_project/example/it/target/test-classes [WARNING] /tmp/odl_example_project/example/it/src/test/java/org/opendaylight/example/it/ExampleTest.java:[51,17] logConfiguration(java.lang.Class) in org.opendaylight.controller.mdsal.it.base.AbstractMdsalTestBase has been deprecated [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ example-it --- [INFO] Tests are skipped. [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-it --- [INFO] executing beanshell script [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ example-it --- [INFO] Building jar: /tmp/odl_example_project/example/it/target/example-it-0.1.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-it --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ example-it --- [INFO] Tests are skipped. [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-it --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ example-it --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-it --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-it --- [INFO] Installing /tmp/odl_example_project/example/it/target/example-it-0.1.0.jar to /home/ec2-user/.m2/repository/org/opendaylight/example/example-it/0.1.0/example-it-0.1.0.jar [INFO] Installing /tmp/odl_example_project/example/it/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-it/0.1.0/example-it-0.1.0.pom [INFO] [INFO] ---------------< org.opendaylight.example:example-karaf >--------------- [INFO] Building ODL :: org.opendaylight.example :: example-karaf 0.1.0 [12/13] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-karaf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-karaf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-karaf --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-karaf --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-karaf --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/karaf/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-karaf --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-karaf --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-karaf >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-karaf --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-karaf <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-karaf --- [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-karaf --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ example-karaf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/karaf/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (process-resources) @ example-karaf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/karaf/src/main/resources [INFO] [INFO] --- karaf-maven-plugin:4.2.6:assembly (process-resources) @ example-karaf --- [INFO] Using repositories: [INFO] https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/@id=opendaylight-snapshot@noreleases@snapshots [INFO] https://nexus.opendaylight.org/content/repositories/public/@id=opendaylight-mirror [INFO] https://repo.maven.apache.org/maven2@id=central [INFO] Creating work directory: /tmp/odl_example_project/example/karaf/target/assembly [INFO] Loading direct KAR and features XML dependencies [INFO] Standard startup Karaf KAR found: mvn:org.apache.karaf.features/framework/4.2.6/kar [INFO] Feature framework will be added as a startup feature [INFO] Generating Karaf assembly: /tmp/odl_example_project/example/karaf/target/assembly [INFO] Unzipping kars [INFO] processing KAR: mvn:org.apache.karaf.features/framework/4.2.6/kar [INFO] found repository: mvn:org.apache.karaf.features/framework/4.2.6/xml/features [INFO] Loading profiles from: [INFO] Found existing features processor configuration: etc/org.apache.karaf.features.xml [INFO] Loading repositories [INFO] Generating generated-startup profile [INFO] Generating generated-boot profile with parents: generated-startup [INFO] Generating generated-installed profile [INFO] Configuring etc/config.properties and etc/system.properties [INFO] Downloading libraries for generated profiles [INFO] Downloading additional libraries [INFO] Writing configurations [INFO] adding config file: etc/profile.cfg [INFO] Startup stage [INFO] Loading startup repositories [INFO] Resolving startup features and bundles [INFO] Features: framework [INFO] Bundles: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0, mvn:org.osgi/org.osgi.service.event/1.3.1, mvn:org.apache.felix/org.apache.felix.metatype/1.2.2, mvn:org.opendaylight.odlparent/karaf.branding/5.0.5 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/5.0.5 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.14 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.6.4 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.2 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.6 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/1.18 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/1.10.2 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/1.10.2 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.1 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.3.1 [INFO] Boot stage [INFO] Loading boot repositories [INFO] adding feature repository: mvn:org.apache.karaf.features/framework/4.2.6/xml/features [INFO] adding feature repository: mvn:org.opendaylight.example/features-example/0.1.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.example/odl-example-api/0.1.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.example/odl-example-rest/0.1.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.example/odl-example-cli/0.1.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.example/odl-example/0.1.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-broker/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb-bierman02/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-remoterpc-connector/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-distributed-datastore/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-config-netty/0.11.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-draft-bierman-netconf-restconf-02/2.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-common/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-codec/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-dom/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-broker/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-dom-adapter/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-mdsal-clustering-commons/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-blueprint/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-netty-4/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc6991/2.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jetty/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-export/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7895/2.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-shiro/0.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-gson/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-stax2-api/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-common/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-lmax-3/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-dom-api/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-runtime/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-api/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-akka-system-2.5/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-dom-api/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-lang3/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-dropwizard-metrics/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-servlet-api/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-binding-api/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-javassist-3/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-binding-base/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-parser-api/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-karaf-feat-jdbc/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-codec/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-apache-commons-text/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-jolokia/1.13.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-web/0.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-encryption-service/0.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-api/0.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-eos-binding/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-antlr4/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-data-api/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-dom/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-common/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-akka-scala-2.12/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.controller/odl-controller-mdsal-common/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-common/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-xpath-api/1.0.9/xml/features [INFO] adding feature repository: mvn:org.apache.karaf.features/enterprise/4.2.6/xml/features [INFO] adding feature repository: mvn:org.apache.karaf.features/standard/4.2.6/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-guava/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-jersey-2/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.yangtools/odl-yangtools-util/3.0.9/xml/features [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-restconf-nb-rfc8040/1.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-ws-rs-api/5.0.5/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.1/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.3.5/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.4.3/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.web/pax-web-features/7.2.10/xml/features [INFO] adding feature repository: mvn:org.apache.aries.jpa/jpa-features/2.7.2/xml/features [INFO] adding feature repository: mvn:org.apache.openjpa/openjpa-features/3.0.0/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-cert/0.10.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.aaa/odl-aaa-password-service/0.10.2/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.transx/pax-transx-features/0.4.2/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-akka-clustering-2.5/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-akka-persistence-2.5/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.odlparent/odl-akka-leveldb-0.10/5.0.5/xml/features [INFO] adding feature repository: mvn:org.opendaylight.netconf/odl-netconf-api/1.7.2/xml/features [INFO] adding feature repository: mvn:tech.pantheon.triemap/pt-triemap/1.1.0/xml/features [INFO] adding feature repository: mvn:org.ops4j.pax.jms/pax-jms-features/1.0.4/xml/features [INFO] adding feature repository: mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/6.0.16.Final/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal/odl-mdsal-singleton-common/4.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc8342/2.0.11/xml/features [INFO] adding feature repository: mvn:org.opendaylight.mdsal.model/odl-mdsal-model-rfc7952/2.0.11/xml/features [INFO] Feature odl-yangtools-util/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/util/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/concepts/3.0.9 [INFO] Feature odl-apache-commons-lang3/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.commons/commons-lang3/3.9 [INFO] Feature odl-example-cli/0.1.0 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.example/example-cli/0.1.0 [INFO] Feature pax-http-service/7.2.10 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.http/org.apache.karaf.http.core/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.webconsole/org.apache.karaf.webconsole.http/4.2.6 [INFO] Feature odl-dropwizard-metrics/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:io.dropwizard.metrics/metrics-core/4.0.5 [INFO] adding maven artifact: mvn:io.dropwizard.metrics/metrics-jmx/4.0.5 [INFO] adding maven artifact: mvn:io.dropwizard.metrics/metrics-healthchecks/4.0.5 [INFO] adding maven artifact: mvn:io.dropwizard.metrics/metrics-jvm/4.0.5 [INFO] Feature odl-servlet-api/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:javax.servlet/javax.servlet-api/3.1.0 [INFO] Feature odl-aaa-shiro/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.dependencymanager/4.4.1 [INFO] adding maven artifact: mvn:org.apache.shiro/shiro-web/1.3.2 [INFO] adding maven artifact: wrap:mvn:net.sf.kxml/kxml2/2.2.2 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-shiro/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-shiro-api/0.10.2 [INFO] adding maven artifact: mvn:net.sf.ehcache/ehcache/2.10.6 [INFO] adding maven artifact: mvn:com.h2database/h2/1.4.200 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-filterchain/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-shiro/0.10.2/xml/aaa-app-config [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-shiro/0.10.2/xml/aaa-datastore-config [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-password-service-impl/0.10.2/xml/aaa-password-service-config [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-shiro/0.10.2/py/idmtool [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-filterchain/0.10.2/cfg/config [INFO] Feature odl-karaf-feat-jetty/5.0.5 is defined as a boot feature [INFO] Feature odl-mdsal-singleton-dom/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-singleton-dom-impl/4.0.11 [INFO] Feature odl-mdsal-eos-common/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-eos-common-api/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-eos-common-spi/4.0.11 [INFO] Feature feature/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.command/4.2.6 [INFO] adding config file: etc/org.apache.karaf.features.repos.cfg [INFO] adding config file: etc/org.apache.karaf.command.acl.feature.cfg [INFO] Feature system/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.system/org.apache.karaf.system.core/4.2.6 [INFO] adding config file: etc/org.apache.karaf.command.acl.system.cfg [INFO] Feature odl-mdsal-distributed-datastore/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/cds-dom-api/1.6.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/cds-access-api/1.6.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-cluster-admin-impl/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-distributed-datastore/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/cds-access-client/1.6.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-cluster-admin-api/1.10.2 [INFO] adding maven artifact: wrap:mvn:net.java.dev.stax-utils/stax-utils/20070216 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-config/1.10.2/xml/akkaconf [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-config/1.10.2/xml/factoryakkaconf [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-config/1.10.2/xml/moduleshardconf [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-config/1.10.2/xml/moduleconf [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-config/1.10.2/cfg/datastore [INFO] Feature config/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.2.6 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.config.cfg [INFO] adding config file: etc/org.apache.karaf.command.acl.config.cfg [INFO] Feature odl-aaa-password-service/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.shiro/shiro-core/1.3.2 [INFO] adding maven artifact: mvn:commons-beanutils/commons-beanutils/1.9.4 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-password-service-impl/0.10.2 [INFO] adding maven artifact: mvn:commons-collections/commons-collections/3.2.2 [INFO] adding maven artifact: mvn:commons-logging/commons-logging/1.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-password-service-api/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-password-service-impl/0.10.2/xml/aaa-password-service-config [INFO] Feature diagnostic/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.core/4.2.6 [INFO] adding library: lib/boot/org.apache.karaf.diagnostic.boot-4.2.6.jar [INFO] adding maven library: mvn:org.apache.karaf.diagnostic/org.apache.karaf.diagnostic.boot/4.2.6 [INFO] Feature odl-netty-4/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:io.netty/netty-codec-http/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-common/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-transport-native-unix-common/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-transport/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-codec/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-resolver/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-transport-native-epoll/4.1.45.Final/jar/linux-x86_64 [INFO] adding maven artifact: mvn:io.netty/netty-buffer/4.1.45.Final [INFO] adding maven artifact: mvn:io.netty/netty-handler/4.1.45.Final [INFO] Feature wrap/2.6.1 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-wrap/2.6.1/jar/uber [INFO] Feature odl-apache-commons-text/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.commons/commons-text/1.8 [INFO] Feature odl-antlr4/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.antlr/antlr4-runtime/4.7.2 [INFO] Feature odl-ws-rs-api/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:javax.ws.rs/javax.ws.rs-api/2.0.1 [INFO] Feature odl-lmax-3/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:com.lmax/disruptor/3.4.2 [INFO] Feature odl-yangtools-xpath/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-xpath-impl/1.0.9 [INFO] Feature odl-example/0.1.0 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.example/example-impl/0.1.0 [INFO] Feature kar/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.kar/org.apache.karaf.kar.core/4.2.6 [INFO] adding config file: etc/org.apache.karaf.command.acl.kar.cfg [INFO] Feature odl-mdsal-model-rfc8342/2.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-datastores/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342-ietf-origin/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc8342/2.0.11 [INFO] Feature odl-gson/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:com.google.code.gson/gson/2.8.5 [INFO] Feature odl-mdsal-remoterpc-connector/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-remoterpc-connector/1.10.2 [INFO] Feature odl-example-api/0.1.0 is defined as a boot feature [INFO] adding maven artifact: wrap:mvn:org.checkerframework/checker-qual/2.5.8 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/util/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.example/example-api/0.1.0 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/yang-binding/2.0.11 [INFO] adding maven artifact: wrap:mvn:com.google.j2objc/j2objc-annotations/1.1 [INFO] adding maven artifact: mvn:com.google.guava/failureaccess/1.0.1 [INFO] adding maven artifact: wrap:mvn:org.codehaus.mojo/animal-sniffer-annotations/1.17 [INFO] adding maven artifact: wrap:mvn:com.google.errorprone/error_prone_annotations/2.3.3 [INFO] adding maven artifact: mvn:com.google.guava/guava/27.1-jre [INFO] adding maven artifact: mvn:tech.pantheon.triemap/triemap/1.1.0 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-common/3.0.9 [INFO] adding maven artifact: wrap:mvn:com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/concepts/3.0.9 [INFO] Feature aries-blueprint/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.10.2 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0 [INFO] adding maven artifact: mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.3.1 [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.blueprintstate/4.2.6 [INFO] Feature odl-controller-mdsal-common/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-common-api/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-common-util/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-common-impl/1.10.2 [INFO] Feature odl-jersey-2/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:javax.annotation/javax.annotation-api/1.3 [INFO] adding maven artifact: mvn:org.glassfish.jersey.core/jersey-server/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.jersey.containers/jersey-container-servlet/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.hk2/hk2-utils/2.5.0-b32 [INFO] adding maven artifact: mvn:org.glassfish.jersey.containers/jersey-container-servlet-core/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.jersey.core/jersey-common/2.25.1 [INFO] adding maven artifact: mvn:javax.validation/validation-api/1.1.0.Final [INFO] adding maven artifact: mvn:org.glassfish.jersey.bundles.repackaged/jersey-guava/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.hk2/osgi-resource-locator/1.0.1 [INFO] adding maven artifact: mvn:org.glassfish.hk2.external/aopalliance-repackaged/2.5.0-b32 [INFO] adding maven artifact: mvn:org.glassfish.hk2.external/javax.inject/2.5.0-b32 [INFO] adding maven artifact: mvn:org.glassfish.jersey.core/jersey-client/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.jersey.media/jersey-media-jaxb/2.25.1 [INFO] adding maven artifact: mvn:org.glassfish.hk2/hk2-api/2.5.0-b32 [INFO] adding maven artifact: mvn:org.glassfish.hk2/hk2-locator/2.5.0-b32 [INFO] Feature instance/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.instance/org.apache.karaf.instance.core/4.2.6 [INFO] Feature cc21c329-bec1-4e48-9e59-c4df15d113c2/0.0.0 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/karaf.branding/5.0.5 [INFO] adding maven artifact: mvn:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcpkix-framework-ext/5.0.5 [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/bcprov-framework-ext/5.0.5 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.2 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.3.1 [INFO] Feature odl-aaa-encryption-service/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-encrypt-service/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-encrypt-service-impl/0.10.2/xml/config [INFO] Feature odl-mdsal-dom-broker/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-broker/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-schema-service-osgi/4.0.11 [INFO] Feature odl-akka-persistence-2.5/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-persistence_2.12/2.5.26 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.26 [INFO] Feature odl-mdsal-eos-dom/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-eos-dom-api/4.0.11 [INFO] Feature odl-yangtools-data/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-transform/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-impl/3.0.9 [INFO] Feature pax-jdbc/1.3.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ops4j.pax.jdbc/pax-jdbc/1.3.5 [INFO] Feature odl-controller-blueprint/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 [INFO] adding maven artifact: mvn:org.opendaylight.controller/blueprint/0.11.2 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.event/1.3.1 [INFO] Feature jaas-boot/4.2.6 is defined as a boot feature [INFO] adding library: lib/boot/org.apache.karaf.jaas.boot-4.2.6.jar [INFO] adding maven library: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.boot/4.2.6 [INFO] Feature pax-war/7.2.10 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-war/2.6.1/jar/uber [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-extender-war/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-descriptor/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-deployer/7.2.10 [INFO] adding config file: etc/org.ops4j.pax.url.war.cfg [INFO] Feature odl-aaa-web/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-api/7.2.10 [INFO] adding maven artifact: mvn:org.opendaylight.aaa.web/web-osgi-impl/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa.web/servlet-jersey2/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa.web/web-api/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa.web/servlet-api/0.10.2 [INFO] Feature odl-akka-system-2.5/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-osgi_2.12/2.5.26 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-actor_2.12/2.5.26 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-slf4j_2.12/2.5.26 [INFO] adding maven artifact: mvn:com.typesafe/config/1.3.3 [INFO] Feature odl-yangtools-common/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-common/3.0.9 [INFO] Feature bundle/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.core/4.2.6 [INFO] adding config file: etc/jmx.acl.org.apache.karaf.bundle.cfg [INFO] adding config file: etc/org.apache.karaf.command.acl.bundle.cfg [INFO] Feature shell/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.commands/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/4.2.6 [INFO] adding config file: etc/org.apache.karaf.command.acl.shell.cfg [INFO] adding config file: etc/org.apache.karaf.command.acl.scope_bundle.cfg [INFO] adding config file: etc/org.apache.karaf.shell.cfg [INFO] Feature package/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.package/org.apache.karaf.package.core/4.2.6 [INFO] Feature service/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.service/org.apache.karaf.service.core/4.2.6 [INFO] Feature odl-controller-binding-api/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-binding-api/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-binding-util/1.10.2 [INFO] Feature odl-aaa-api/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-authn-api/0.10.2 [INFO] Feature odl-mdsal-model-draft-bierman-netconf-restconf-02/2.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.model/ietf-restconf/2013.10.19.16.11 [INFO] Feature ssh/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.sshd/sshd-core/1.7.0 [INFO] adding maven artifact: mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.not-yet-commons-ssl/0.3.11_1 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.ssh/4.2.6 [INFO] Feature pax-jdbc-spec/1.3.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.jdbc/1.0.0 [INFO] Feature odl-restconf/1.10.2 is defined as a boot feature [INFO] Feature odl-config-netty/0.11.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/threadpool-config-impl/0.11.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/netty-config-api/0.11.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/netty-event-executor-config/0.11.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/netty-timer-config/0.11.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/threadpool-config-api/0.11.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/netty-threadgroup-config/0.11.2 [INFO] Feature odl-mdsal-broker/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-broker-impl/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-inmemory-datastore/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-binding-broker-impl/1.10.2 [INFO] Feature framework/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/2.9.0 [INFO] adding maven artifact: mvn:org.ops4j.pax.url/pax-url-aether/2.6.1 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/1.18 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.coordinator/1.0.2 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.6 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0 [INFO] adding maven artifact: mvn:org.apache.karaf.features/org.apache.karaf.features.core/4.2.6 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-api/1.10.2 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.configadmin/1.9.14 [INFO] adding maven artifact: mvn:org.ops4j.pax.logging/pax-logging-log4j2/1.10.2 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.fileinstall/3.6.4 [INFO] Feature odl-mdsal-eos-binding/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-eos-binding-adapter/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-eos-binding-api/4.0.11 [INFO] Feature shell-compat/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.console/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.shell/org.apache.karaf.shell.table/4.2.6 [INFO] Feature odl-mdsal-binding-base/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.model/yang-ext/2013.09.07.16.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/yang-binding/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-spec-util/2.0.11 [INFO] Feature pax-http-jetty/7.2.10 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-runtime/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-jetty/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-features/7.2.10/xml/jettyconfig [INFO] adding config file: etc/org.ops4j.pax.web.cfg [INFO] Feature odl-javassist-3/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.javassist/javassist/3.26.0-GA [INFO] Feature deployer/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.kar/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.features/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/4.2.6 [INFO] Feature odl-karaf-feat-jdbc/5.0.5 is defined as a boot feature [INFO] Feature jline/3.11.0 is defined as a boot feature [INFO] adding maven artifact: mvn:org.jline/jline-builtins/3.11.0 [INFO] adding maven artifact: mvn:org.jline/jline-reader/3.11.0 [INFO] adding maven artifact: mvn:org.jline/jline-terminal/3.11.0 [INFO] adding maven artifact: mvn:org.jline/jline-terminal-jansi/3.11.0 [INFO] adding maven artifact: mvn:org.fusesource.jansi/jansi/1.18 [INFO] Feature odl-mdsal-model-rfc7895/2.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc7895/2.0.11 [INFO] Feature odl-jolokia/1.13.2 is defined as a boot feature [INFO] adding maven artifact: wrap:mvn:org.jolokia/jolokia-core/1.6.2 [INFO] adding maven artifact: wrap:mvn:org.jolokia/jolokia-jsr160/1.6.2 [INFO] adding maven artifact: mvn:com.googlecode.json-simple/json-simple/1.1.1 [INFO] adding maven artifact: mvn:org.jolokia/jolokia-osgi/1.6.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/odl-jolokia-osgi/0.10.2/cfg/configuration [INFO] Feature odl-example-rest/0.1.0 is defined as a boot feature [INFO] Feature odl-mdsal-model-rfc7952/2.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc7952/2.0.11 [INFO] Feature odl-controller-dom-api/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-core-compat/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-core-spi/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-core-api/1.10.2 [INFO] Feature odl-yangtools-export/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-model-export/3.0.9 [INFO] Feature odl-apache-commons-codec/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:commons-codec/commons-codec/1.13 [INFO] Feature jaas/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.config/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas.blueprint/org.apache.karaf.jaas.blueprint.config/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.jaas/org.apache.karaf.jaas.command/4.2.6 [INFO] adding config file: etc/org.apache.karaf.jaas.cfg [INFO] adding config file: etc/org.apache.karaf.command.acl.jaas.cfg [INFO] Feature odl-restconf-nb-rfc8040/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-server/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-http/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-servlet/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-security/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-api/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-client/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-continuation/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-server/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-io/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-xml/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-util/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-common/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/restconf-nb-rfc8040/1.10.2 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-servlets/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-client/9.4.18.v20190429 [INFO] Feature aries-proxy/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/7.1 [INFO] adding maven artifact: mvn:org.apache.aries.proxy/org.apache.aries.proxy/1.1.4 [INFO] Feature pax-jetty/9.4.18.v20190429 is defined as a boot feature [INFO] adding maven artifact: mvn:javax.annotation/javax.annotation-api/1.3 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-plus/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/2.9.0 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-webapp/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-http/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-server/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-client/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-continuation/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-io/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-api/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.2 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-jaas/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-jndi/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-jmx/9.4.18.v20190429 [INFO] adding maven artifact: mvn:javax.servlet/javax.servlet-api/3.1.0 [INFO] adding maven artifact: mvn:javax.mail/mail/1.4.7 [INFO] adding maven artifact: mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-client/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-server/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-deploy/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-jaspi/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-security/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-common/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-rewrite/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-util-ajax/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-xml/9.4.18.v20190429 [INFO] adding maven artifact: mvn:javax.websocket/javax.websocket-api/1.1 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-servlet/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-servlets/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-util/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/websocket-servlet/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/javax-websocket-server-impl/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty.websocket/javax-websocket-client-impl/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.apache.geronimo.specs/geronimo-jaspic_1.0_spec/1.1 [INFO] Feature odl-mdsal-binding-dom-adapter/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-dom-adapter/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-broker/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-inmemory-datastore/4.0.11 [INFO] Feature odl-restconf-nb-bierman02/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-util/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/netconf-util/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-monitoring/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/netconf-mapping-api/1.7.2 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-http/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/netconf-api/1.7.2 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-continuation/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/restconf-nb-bierman02/1.10.2 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-servlets/9.4.18.v20190429 [INFO] adding maven artifact: mvn:org.eclipse.jetty/jetty-io/9.4.18.v20190429 [INFO] adding maven artifact: wrap:mvn:org.opendaylight.netconf/sal-rest-connector-config/1.10.2/cfg/restconf [INFO] Feature jdbc/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.jdbc/org.apache.karaf.jdbc.core/4.2.6 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.service.jdbc/1.0.0 [INFO] Feature odl-aaa-cert/0.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-cert/0.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.aaa/aaa-cert/0.10.2/xml/config [INFO] Feature odl-mdsal-binding-api/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-api/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-spi/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.model/general-entity/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-util/4.0.11 [INFO] Feature management/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.whiteboard/1.2.0 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.core/1.2.0 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.api/1.1.5 [INFO] adding maven artifact: mvn:org.apache.karaf.management/org.apache.karaf.management.server/4.2.6 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.blueprint.api/1.2.0 [INFO] adding maven artifact: mvn:org.apache.aries/org.apache.aries.util/1.1.3 [INFO] adding maven artifact: mvn:org.apache.aries.jmx/org.apache.aries.jmx.core/1.1.8 [INFO] adding config file: etc/jmx.acl.cfg [INFO] adding config file: etc/jmx.acl.org.apache.karaf.security.jmx.cfg [INFO] adding config file: etc/jmx.acl.java.lang.Memory.cfg [INFO] adding config file: etc/jmx.acl.osgi.compendium.cm.cfg [INFO] adding config file: etc/org.apache.karaf.management.cfg [INFO] Feature log/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.log/org.apache.karaf.log.core/4.2.6 [INFO] adding config file: etc/org.apache.karaf.log.cfg [INFO] Feature odl-mdsal-model-rfc6991/2.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.model/ietf-type-util/3.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-inet-types/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal.binding.model.ietf/rfc6991-ietf-yang-types/2.0.11 [INFO] Feature odl-mdsal-clustering-commons/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-akka-segmented-journal/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-akka-raft/1.10.2 [INFO] adding maven artifact: mvn:io.dropwizard.metrics/metrics-graphite/4.0.5 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/5.2 [INFO] adding maven artifact: mvn:com.rabbitmq/amqp-client/4.4.1 [INFO] adding maven artifact: mvn:org.opendaylight.controller/sal-clustering-commons/1.10.2 [INFO] adding maven artifact: mvn:com.esotericsoftware/minlog/1.3.1 [INFO] adding maven artifact: mvn:com.esotericsoftware/reflectasm/1.11.8 [INFO] adding maven artifact: mvn:com.esotericsoftware/kryo/4.0.2 [INFO] adding maven artifact: mvn:org.objenesis/objenesis/2.6 [INFO] Feature odl-akka-clustering-2.5/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-stream_2.12/2.5.26 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-remote_2.12/2.5.26 [INFO] adding maven artifact: mvn:io.aeron/aeron-client/1.15.3 [INFO] adding maven artifact: mvn:org.scala-lang.modules/scala-parser-combinators_2.12/1.1.2 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-protobuf_2.12/2.5.26 [INFO] adding maven artifact: mvn:io.netty/netty/3.10.6.Final [INFO] adding maven artifact: mvn:io.aeron/aeron-driver/1.15.3 [INFO] adding maven artifact: mvn:org.reactivestreams/reactive-streams/1.0.3 [INFO] adding maven artifact: mvn:com.typesafe/ssl-config-core_2.12/0.3.8 [INFO] adding maven artifact: mvn:com.typesafe.akka/akka-cluster_2.12/2.5.26 [INFO] adding maven artifact: mvn:org.agrona/agrona/0.9.33 [INFO] Feature http/4.2.6 is defined as a boot feature [INFO] Feature odl-yangtools-xpath-api/1.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-xpath-api/1.0.9 [INFO] Feature odl-guava/5.0.5 is defined as a boot feature [INFO] adding maven artifact: wrap:mvn:org.checkerframework/checker-qual/2.5.8 [INFO] adding maven artifact: wrap:mvn:com.google.errorprone/error_prone_annotations/2.3.3 [INFO] adding maven artifact: mvn:com.google.guava/guava/27.1-jre [INFO] adding maven artifact: wrap:mvn:com.google.j2objc/j2objc-annotations/1.1 [INFO] adding maven artifact: wrap:mvn:com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava [INFO] adding maven artifact: mvn:com.google.guava/failureaccess/1.0.1 [INFO] adding maven artifact: wrap:mvn:org.codehaus.mojo/animal-sniffer-annotations/1.17 [INFO] Feature odl-yangtools-parser-api/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/odlext-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-parser-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/openconfig-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8040-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-model-util/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc6241-model-api/1.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc6536-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc7952-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8528-model-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-model-api/3.0.9 [INFO] Feature odl-mdsal-singleton-common/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-singleton-common-api/4.0.11 [INFO] Feature odl-akka-scala-2.12/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.scala-lang/scala-reflect/2.12.10 [INFO] adding maven artifact: mvn:org.scala-lang/scala-library/2.12.10 [INFO] adding maven artifact: mvn:org.scala-lang.modules/scala-java8-compat_2.12/0.8.0 [INFO] Feature odl-yangtools-data-api/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8528-data-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc7952-data-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-api/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-util/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8528-data-util/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc7952-data-util/3.0.9 [INFO] Feature pax-http/7.2.10 is defined as a boot feature [INFO] Feature pax-web-core/7.2.10 is defined as a boot feature [INFO] adding maven artifact: mvn:org.ow2.asm/asm-analysis/7.1 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-api/7.2.10 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-tree/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-commons/7.1 [INFO] adding maven artifact: mvn:org.ow2.asm/asm-util/7.1 [INFO] adding maven artifact: mvn:org.apache.xbean/xbean-reflect/4.12 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-spi/7.2.10 [INFO] adding maven artifact: mvn:org.apache.xbean/xbean-bundleutils/4.12 [INFO] adding maven artifact: mvn:org.ow2.asm/asm/7.1 [INFO] adding maven artifact: mvn:org.apache.xbean/xbean-finder/4.12 [INFO] Feature odl-yangtools-codec/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-codec-gson/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-data-codec-xml/3.0.9 [INFO] Feature odl-netconf-api/1.7.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.netconf/netconf-auth/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-notifications/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-monitoring/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-monitoring-extension/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-nmda/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/netconf-api/1.7.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-netconf-with-defaults/1.7.2 [INFO] Feature odl-akka-leveldb-0.10/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.odlparent/leveldbjni-all/5.0.5 [INFO] adding maven artifact: wrap:mvn:org.iq80.leveldb/leveldb/0.10 [INFO] Feature war/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.karaf.web/org.apache.karaf.web.core/4.2.6 [INFO] Feature odl-mdsal-common/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-common-api/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-common-util/4.0.11 [INFO] Feature scr/4.2.6 is defined as a boot feature [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.function/1.0.0 [INFO] adding maven artifact: mvn:org.osgi/org.osgi.util.promise/1.0.0 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.management/4.2.6 [INFO] adding maven artifact: mvn:org.apache.karaf.scr/org.apache.karaf.scr.state/4.2.6 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.webconsole.plugins.ds/2.1.0 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.metatype/1.2.2 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.scr/2.1.16 [INFO] adding maven artifact: mvn:org.apache.felix/org.apache.felix.inventory/1.0.4 [INFO] Feature pax-jdbc-config/1.3.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.2_1 [INFO] adding maven artifact: mvn:org.ops4j.pax.jdbc/pax-jdbc-config/1.3.5 [INFO] adding maven artifact: mvn:org.ops4j.pax.jdbc/pax-jdbc-pool-common/1.3.5 [INFO] adding maven artifact: mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 [INFO] Feature odl-restconf-common/1.10.2 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-restconf/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/restconf-common-models/1.10.2 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/restconf-common/1.10.2 [INFO] adding maven artifact: wrap:mvn:org.json/json/20131018 [INFO] adding maven artifact: mvn:org.opendaylight.netconf/ietf-restconf-monitoring/1.10.2 [INFO] Feature odl-mdsal-binding-runtime/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-dom-codec-osgi/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-generator-util/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-generator-api/2.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-binding-generator-impl/2.0.11 [INFO] Feature odl-yangtools-parser/3.0.9 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/openconfig-parser-support/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-parser-rfc7950/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8528-parser-support/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-parser-spi/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc6241-parser-support/1.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-parser-impl/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc6536-parser-support/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/yang-parser-reactor/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/odlext-parser-support/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc7952-parser-support/3.0.9 [INFO] adding maven artifact: mvn:org.opendaylight.yangtools/rfc8040-parser-support/3.0.9 [INFO] Feature standard/4.2.6 is defined as a boot feature [INFO] Feature odl-stax2-api/5.0.5 is defined as a boot feature [INFO] adding maven artifact: mvn:org.codehaus.woodstox/stax2-api/4.2 [INFO] Feature odl-mdsal-dom-api/4.0.11 is defined as a boot feature [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-api/4.0.11 [INFO] adding maven artifact: mvn:org.opendaylight.mdsal/mdsal-dom-spi/4.0.11 [INFO] Feature pax-http-whiteboard/7.2.10 is defined as a boot feature [INFO] adding maven artifact: mvn:org.eclipse.jdt.core.compiler/ecj/4.5.1 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/7.2.10 [INFO] adding maven artifact: mvn:org.ops4j.pax.web/pax-web-jsp/7.2.10 [INFO] adding maven artifact: mvn:javax.el/javax.el-api/3.0.0 [INFO] Feature pt-triemap/1.1.0 is defined as a boot feature [INFO] adding maven artifact: mvn:tech.pantheon.triemap/triemap/1.1.0 [INFO] Install stage [INFO] Loading installed repositories [INFO] Feature wrapper/4.2.6 is defined as an installed feature [INFO] adding maven artifact: mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/4.2.6 [INFO] adding maven artifact: mvn:org.slf4j/slf4j-api/1.7.25 [INFO] adding maven artifact: mvn:org.eclipse.jdt/org.eclipse.jdt.annotation/2.2.100 [INFO] adding maven artifact: mvn:com.github.spotbugs/spotbugs-annotations/3.1.12 [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ example-karaf --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ example-karaf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/karaf/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ example-karaf --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ example-karaf --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (apply-branding) @ example-karaf --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (unpack-karaf-resources) @ example-karaf --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (org.ops4j.pax.url.mvn.cfg) @ example-karaf --- [INFO] Configured Artifact: org.opendaylight.odlparent:opendaylight-karaf-resources:config:?:properties [INFO] Copying opendaylight-karaf-resources-5.0.5-config.properties to /tmp/odl_example_project/example/karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy (add-pax-logging-1.10.1) @ example-karaf --- [INFO] Configured Artifact: org.ops4j.pax.logging:pax-logging-api:1.10.1:jar [INFO] Configured Artifact: org.ops4j.pax.logging:pax-logging-logback:1.10.1:jar [INFO] Configured Artifact: org.ops4j.pax.logging:pax-logging-log4j2:1.10.1:jar [INFO] Copying pax-logging-api-1.10.1.jar to /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-api/1.10.1/pax-logging-api-1.10.1.jar [INFO] Copying pax-logging-logback-1.10.1.jar to /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-logback/1.10.1/pax-logging-logback-1.10.1.jar [INFO] Copying pax-logging-log4j2-1.10.1.jar to /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-log4j2/1.10.1/pax-logging-log4j2-1.10.1.jar [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-karaf --- [INFO] executing beanshell script [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ example-karaf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/odl_example_project/example/karaf/src/main/assembly [INFO] [INFO] --- karaf-plugin:5.0.5:populate-local-repo (populate-local-repo) @ example-karaf --- [INFO] Feature repository discovered recursively: 93386910-44ef-44de-9567-5b40cb2c340e [INFO] Feature repository discovered recursively: features-example [INFO] Feature repository discovered recursively: odl-example-api [INFO] Feature repository discovered recursively: odl-example [INFO] Feature repository discovered recursively: odl-mdsal-1.10.2 [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom [INFO] Feature repository discovered recursively: odl-mdsal-eos-common [INFO] Feature repository discovered recursively: odl-yangtools-data-api [INFO] Feature repository discovered recursively: odl-mdsal-dom-api [INFO] Feature repository discovered recursively: odl-lmax-3 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime [INFO] Feature repository discovered recursively: odl-mdsal-binding-base [INFO] Feature repository discovered recursively: odl-mdsal-binding-api [INFO] Feature repository discovered recursively: odl-mdsal-dom-api [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common [INFO] Feature repository discovered recursively: odl-mdsal-common [INFO] Feature repository discovered recursively: odl-yangtools-common [INFO] Feature repository discovered recursively: odl-yangtools-util [INFO] Feature repository discovered recursively: pt-triemap [INFO] Feature repository discovered recursively: odl-guava [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector [INFO] Feature repository discovered recursively: odl-controller-1.10.2 [INFO] Feature repository discovered recursively: odl-apache-commons-text [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 [INFO] Feature repository discovered recursively: odl-yangtools-codec [INFO] Feature repository discovered recursively: odl-gson [INFO] Feature repository discovered recursively: odl-stax2-api [INFO] Feature repository discovered recursively: odl-yangtools-data [INFO] Feature repository discovered recursively: odl-antlr4 [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker [INFO] Feature repository discovered recursively: odl-yangtools-parser [INFO] Feature repository discovered recursively: odl-yangtools-xpath [INFO] Feature repository discovered recursively: odl-controller-1.10.2 [INFO] Feature repository discovered recursively: odl-akka-system-2.5 [INFO] Feature repository discovered recursively: odl-akka-scala-2.12 [INFO] Feature repository discovered recursively: odl-akka-persistence-2.5 [INFO] Feature repository discovered recursively: odl-akka-leveldb-0.10 [INFO] Feature repository discovered recursively: odl-akka-clustering-2.5 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics [INFO] Feature repository discovered recursively: odl-servlet-api [INFO] Feature repository discovered recursively: odl-controller-blueprint-1.10.2 [INFO] Feature repository discovered recursively: odl-controller-binding-api-1.10.2 [INFO] Feature repository discovered recursively: odl-config-netty [INFO] Feature repository discovered recursively: odl-netty-4 [INFO] Feature repository discovered recursively: odl-javassist-3 [INFO] Feature repository discovered recursively: odl-controller-dom-api-1.10.2 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-1.10.2 [INFO] Feature repository discovered recursively: odl-example-cli [INFO] Feature repository discovered recursively: odl-example-rest [INFO] Feature repository discovered recursively: odl-restconf [INFO] Feature repository discovered recursively: odl-netconf-1.10.2 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-bierman-netconf-restconf-02 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 [INFO] Feature repository discovered recursively: odl-netconf-1.10.2 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty [INFO] Feature repository discovered recursively: odl-yangtools-export [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7895 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-extras-1.13.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-jersey-2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-ws-rs-api [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-apache-commons-codec [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc [INFO] Feature repository discovered recursively: enterprise-4.2.6 [INFO] Feature repository discovered recursively: odl-restconf-nb-rfc8040 [INFO] Feature repository discovered recursively: odl-netconf-1.7.2 [INFO] Feature repository discovered recursively: odl-yangtools-parser-api [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 [INFO] Feature repository discovered recursively: framework-4.2.6 [INFO] Feature repository discovered recursively: standard-4.2.6 [INFO] Feature repository discovered recursively: framework-4.2.6 [INFO] Feature repository discovered recursively: features-example [INFO] Feature repository discovered recursively: odl-example-api [INFO] Feature repository discovered recursively: odl-example [INFO] Feature repository discovered recursively: odl-mdsal-1.10.2 [INFO] Feature repository discovered recursively: odl-mdsal-singleton-dom [INFO] Feature repository discovered recursively: odl-mdsal-singleton-common [INFO] Feature repository discovered recursively: odl-mdsal-eos-common [INFO] Feature repository discovered recursively: odl-yangtools-data-api [INFO] Feature repository discovered recursively: odl-yangtools-parser-api [INFO] Feature repository discovered recursively: odl-yangtools-common [INFO] Feature repository discovered recursively: odl-yangtools-util [INFO] Feature repository discovered recursively: odl-guava [INFO] Feature repository discovered recursively: pt-triemap [INFO] Feature repository discovered recursively: odl-yangtools-xpath-api [INFO] Feature repository discovered recursively: odl-mdsal-eos-dom [INFO] Feature repository discovered recursively: odl-mdsal-common [INFO] Feature repository discovered recursively: odl-mdsal-eos-binding [INFO] Feature repository discovered recursively: odl-mdsal-dom-api [INFO] Feature repository discovered recursively: odl-lmax-3 [INFO] Feature repository discovered recursively: odl-mdsal-binding-runtime [INFO] Feature repository discovered recursively: odl-javassist-3 [INFO] Feature repository discovered recursively: odl-yangtools-data [INFO] Feature repository discovered recursively: odl-antlr4 [INFO] Feature repository discovered recursively: odl-yangtools-parser [INFO] Feature repository discovered recursively: odl-yangtools-xpath [INFO] Feature repository discovered recursively: odl-mdsal-binding-base [INFO] Feature repository discovered recursively: odl-mdsal-binding-api [INFO] Feature repository discovered recursively: odl-mdsal-dom-api [INFO] Feature repository discovered recursively: odl-mdsal-remoterpc-connector [INFO] Feature repository discovered recursively: odl-controller-1.10.2 [INFO] Feature repository discovered recursively: odl-apache-commons-text [INFO] Feature repository discovered recursively: odl-apache-commons-lang3 [INFO] Feature repository discovered recursively: odl-yangtools-codec [INFO] Feature repository discovered recursively: odl-gson [INFO] Feature repository discovered recursively: odl-stax2-api [INFO] Feature repository discovered recursively: odl-mdsal-dom-broker [INFO] Feature repository discovered recursively: odl-controller-1.10.2 [INFO] Feature repository discovered recursively: odl-akka-system-2.5 [INFO] Feature repository discovered recursively: odl-akka-scala-2.12 [INFO] Feature repository discovered recursively: odl-akka-persistence-2.5 [INFO] Feature repository discovered recursively: odl-akka-leveldb-0.10 [INFO] Feature repository discovered recursively: odl-akka-clustering-2.5 [INFO] Feature repository discovered recursively: odl-dropwizard-metrics [INFO] Feature repository discovered recursively: odl-servlet-api [INFO] Feature repository discovered recursively: odl-controller-blueprint-1.10.2 [INFO] Feature repository discovered recursively: odl-controller-binding-api-1.10.2 [INFO] Feature repository discovered recursively: odl-controller-mdsal-common-1.10.2 [INFO] Feature repository discovered recursively: odl-controller-dom-api-1.10.2 [INFO] Feature repository discovered recursively: odl-config-netty [INFO] Feature repository discovered recursively: odl-netty-4 [INFO] Feature repository discovered recursively: odl-example-cli [INFO] Feature repository discovered recursively: odl-example-rest [INFO] Feature repository discovered recursively: odl-restconf [INFO] Feature repository discovered recursively: odl-netconf-1.10.2 [INFO] Feature repository discovered recursively: odl-mdsal-model-draft-bierman-netconf-restconf-02 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc6991 [INFO] Feature repository discovered recursively: odl-netconf-1.10.2 [INFO] Feature repository discovered recursively: odl-karaf-feat-jetty [INFO] Feature repository discovered recursively: odl-yangtools-export [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7895 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-karaf-feat-jdbc [INFO] Feature repository discovered recursively: enterprise-4.2.6 [INFO] Feature repository discovered recursively: hibernate-validator-osgi-features [INFO] Feature repository discovered recursively: org.ops4j.pax.cdi-1.1.1 [INFO] Feature repository discovered recursively: org.ops4j.pax.jdbc-1.3.5 [INFO] Feature repository discovered recursively: pax-transx-0.4.2 [INFO] Feature repository discovered recursively: pax-jms-1.0.4 [INFO] Feature repository discovered recursively: pax-transx-0.4.3 [INFO] Feature repository discovered recursively: standard-4.2.6 [INFO] Feature repository discovered recursively: org.ops4j.pax.web-7.2.10 [INFO] Feature repository discovered recursively: aries-jpa-2.7.2 [INFO] Feature repository discovered recursively: openjpa-3.0.0 [INFO] Feature repository discovered recursively: odl-apache-commons-codec [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-extras-1.13.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-jersey-2 [INFO] Feature repository discovered recursively: odl-ws-rs-api [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-aaa-0.10.2 [INFO] Feature repository discovered recursively: odl-restconf-nb-rfc8040 [INFO] Feature repository discovered recursively: odl-netconf-1.7.2 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc8342 [INFO] Feature repository discovered recursively: odl-mdsal-model-rfc7952 [WARNING] Duplicate versions for org.apache.aries.transaction:org.apache.aries.transaction.blueprint::jar, 1.1.1 and 2.2.0 [WARNING] Duplicate versions for org.apache.commons:commons-pool2::jar, 2.6.2 and 2.5.0 [WARNING] Duplicate versions for org.apache.geronimo.components:geronimo-connector::jar, 3.1.4 and 3.1.1 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-api::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-geronimo::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-atomikos::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-tm-narayana::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-connector::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jdbc::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.ops4j.pax.transx:pax-transx-jms::jar, 0.4.2 and 0.4.3 [WARNING] Duplicate versions for org.eclipse.persistence:javax.persistence::jar, 2.2.0 and 2.1.0 [INFO] [INFO] --- maven-antrun-plugin:1.8:run (fix-permissions) @ example-karaf --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:1.8:run (remove-pax-logging-1.10.2) @ example-karaf --- [INFO] Executing tasks main: [delete] Deleting directory /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-api/1.10.2 [delete] Deleting directory /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-logback/1.10.2 [delete] Deleting directory /tmp/odl_example_project/example/karaf/target/assembly/system/org/ops4j/pax/logging/pax-logging-log4j2/1.10.2 [INFO] Executed tasks [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ example-karaf --- [INFO] Building jar: /tmp/odl_example_project/example/karaf/target/example-karaf-0.1.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-karaf --- [INFO] [INFO] --- karaf-maven-plugin:4.2.6:archive (package) @ example-karaf --- [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-karaf --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-karaf --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-karaf --- [INFO] No primary artifact to install, installing attached artifacts instead. [INFO] Installing /tmp/odl_example_project/example/karaf/pom.xml to /home/ec2-user/.m2/repository/org/opendaylight/example/example-karaf/0.1.0/example-karaf-0.1.0.pom [INFO] Installing /tmp/odl_example_project/example/karaf/target/example-karaf-0.1.0.tar.gz to /home/ec2-user/.m2/repository/org/opendaylight/example/example-karaf/0.1.0/example-karaf-0.1.0.tar.gz [INFO] Installing /tmp/odl_example_project/example/karaf/target/example-karaf-0.1.0.zip to /home/ec2-user/.m2/repository/org/opendaylight/example/example-karaf/0.1.0/example-karaf-0.1.0.zip [INFO] [INFO] ------------< org.opendaylight.example:example-aggregator >------------- [INFO] Building example 0.1.0 [13/13] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ example-aggregator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ example-aggregator --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-banned-dependencies) @ example-aggregator --- [INFO] [INFO] --- git-commit-id-plugin:3.0.1:revision (get-git-infos) @ example-aggregator --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (pre-unit-test) @ example-aggregator --- [INFO] argLine set to -javaagent:/home/ec2-user/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/tmp/odl_example_project/example/target/code-coverage/jacoco.exec,excludes=**/gen/**:**/generated-sources/**:**/generated-test-sources/**:**/yang-gen/**:**/yang-gen-config/**:**/yang-gen-sal/**:**/yang-gen-code/**:**/pax/** [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (check-license) @ example-aggregator --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @ example-aggregator --- [INFO] Starting audit... Audit done. [INFO] [INFO] >>> maven-pmd-plugin:3.11.0:cpd-check (cpd) > :cpd @ example-aggregator >>> [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd (cpd) @ example-aggregator --- [INFO] [INFO] <<< maven-pmd-plugin:3.11.0:cpd-check (cpd) < :cpd @ example-aggregator <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.11.0:cpd-check (cpd) @ example-aggregator --- [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (unpack-license) @ example-aggregator --- [INFO] [INFO] --- script-maven-plugin:1.0.0:execute (default) @ example-aggregator --- [INFO] executing beanshell script [INFO] [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ example-aggregator --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- duplicate-finder-maven-plugin:1.3.0:check (find-duplicate-classpath-entries) @ example-aggregator --- [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ example-aggregator --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ example-aggregator --- [INFO] Skipping artifact installation [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for example 0.1.0: [INFO] [INFO] ODL :: org.opendaylight.example :: example-api ..... SUCCESS [ 14.566 s] [INFO] ODL :: org.opendaylight.example :: example-impl .... SUCCESS [ 3.678 s] [INFO] OpenDaylight :: example :: API [Karaf Feature] ..... SUCCESS [ 4.059 s] [INFO] OpenDaylight :: example :: Impl [Karaf Feature] .... SUCCESS [ 10.994 s] [INFO] ODL :: org.opendaylight.example :: example-cli ..... SUCCESS [ 2.513 s] [INFO] OpenDaylight :: example :: CLI [Karaf Feature] ..... SUCCESS [ 0.472 s] [INFO] OpenDaylight :: example :: REST [Karaf Feature] .... SUCCESS [ 13.341 s] [INFO] ODL :: org.opendaylight.example :: features-example SUCCESS [ 0.562 s] [INFO] ODL :: org.opendaylight.example :: example-features-aggregator SUCCESS [ 0.173 s] [INFO] ODL :: org.opendaylight.example :: example-artifacts SUCCESS [ 0.017 s] [INFO] ODL :: org.opendaylight.example :: example-it ...... SUCCESS [ 5.005 s] [INFO] ODL :: org.opendaylight.example :: example-karaf ... SUCCESS [ 29.075 s] [INFO] example ............................................ SUCCESS [ 0.254 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:29 min [INFO] Finished at: 2020-04-03T15:24:47-07:00 [INFO] ------------------------------------------------------------------------