Advertisement
Guest User

ODL build

a guest
Feb 4th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.23 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.opendaylight.hello:hello-features:jar:1.0-SNAPSHOT
  4. [WARNING] 'parent.relativePath' points at org.opendaylight.hello:hello-aggregator instead of org.opendaylight.odlparent:features-parent, please verify your project structure @ line 9, column 11
  5. [WARNING]
  6. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  7. [WARNING]
  8. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  9. [WARNING]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Reactor Build Order:
  12. [INFO]
  13. [INFO] hello-api
  14. [INFO] hello-impl
  15. [INFO] hello-features
  16. [INFO] hello-karaf
  17. [INFO] hello-artifacts
  18. [INFO] hello-aggregator
  19. [INFO]
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Building hello-api 1.0-SNAPSHOT
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO]
  24. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ hello-api ---
  25. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-api/target
  26. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-api/src/main/yang-gen-sal (includes = [**], excludes = [])
  27. [INFO]
  28. [INFO] --- yang-maven-plugin:0.7.0-SNAPSHOT:generate-sources (binding) @ hello-api ---
  29. [INFO] yang-to-sources: Inspecting /home/ubuntu/odl-apps/hello/hello-api/src/main/yang
  30. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar]
  31. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar]
  32. [INFO] yang-to-sources: YANG files parsed from [META-INF/yang/hello.yang]
  33. [INFO] yang-to-sources: Code generator instantiated from org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
  34. [INFO] yang-to-sources: Sources will be generated to /home/ubuntu/odl-apps/hello/hello-api/src/main/yang-gen-sal
  35. [INFO] Adding ModuleInfo providers [org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.hello.rev150105.$YangModelBindingProvider]
  36. [INFO] yang-to-sources: Sources generated by org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl: [/home/ubuntu/odl-apps/hello/hello-api/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/rev150105/$YangModuleInfoImpl.java, /home/ubuntu/odl-apps/hello/hello-api/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/rev150105/$YangModelBindingProvider.java, /home/ubuntu/odl-apps/hello/hello-api/target/generated-sources/spi/META-INF/services/org.opendaylight.yangtools.yang.binding.YangModelBindingProvider]
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hello-api ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-api/src/main/resources
  41. [INFO] Copying 1 resource
  42. [INFO] Copying 1 resource
  43. [INFO]
  44. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hello-api ---
  45. [INFO] Changes detected - recompiling the module!
  46. [INFO] Compiling 2 source files to /home/ubuntu/odl-apps/hello/hello-api/target/classes
  47. [INFO]
  48. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hello-api ---
  49. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  50. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-api/src/test/resources
  51. [INFO]
  52. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hello-api ---
  53. [INFO] No sources to compile
  54. [INFO]
  55. [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hello-api ---
  56. [INFO] No tests to run.
  57. [INFO]
  58. [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ hello-api ---
  59. [INFO]
  60. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hello-api ---
  61. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-api/1.0-SNAPSHOT/hello-api-1.0-SNAPSHOT.jar
  62. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-api/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-api/1.0-SNAPSHOT/hello-api-1.0-SNAPSHOT.pom
  63. [INFO]
  64. [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ hello-api ---
  65. [INFO] Installing org/opendaylight/hello/hello-api/1.0-SNAPSHOT/hello-api-1.0-SNAPSHOT.jar
  66. [INFO] Writing OBR metadata
  67. [INFO]
  68. [INFO] ------------------------------------------------------------------------
  69. [INFO] Building hello-impl 1.0-SNAPSHOT
  70. [INFO] ------------------------------------------------------------------------
  71. [INFO]
  72. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ hello-impl ---
  73. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-impl/target
  74. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-config (includes = [**], excludes = [])
  75. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal (includes = [**], excludes = [])
  76. [INFO]
  77. [INFO] --- yang-maven-plugin:0.7.0-SNAPSHOT:generate-sources (binding) @ hello-impl ---
  78. [INFO] yang-to-sources: Inspecting /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang
  79. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-api/1.2.0-SNAPSHOT/sal-binding-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-common-api/1.2.0-SNAPSHOT/sal-common-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar]
  80. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-api/1.2.0-SNAPSHOT/sal-binding-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-common-api/1.2.0-SNAPSHOT/sal-common-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar]
  81. [INFO] yang-to-sources: Found 1 yang files in /home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar: [META-INF/yang/hello.yang]
  82. [INFO] yang-to-sources: Found 2 yang files in /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar: [META-INF/yang/config.yang, META-INF/yang/rpc-context.yang]
  83. [INFO] yang-to-sources: Found 1 yang files in /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar: [META-INF/yang/opendaylight-md-sal-binding.yang]
  84. [INFO] yang-to-sources: YANG files parsed from [META-INF/yang/hello-impl.yang]
  85. [INFO] yang-to-sources: Code generator instantiated from org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
  86. [INFO] yang-to-sources: Sources will be generated to /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal
  87. [INFO] Adding ModuleInfo providers [org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.hello.impl.rev141210.$YangModelBindingProvider]
  88. [INFO] yang-to-sources: Sources generated by org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl: [/home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/modules/module/configuration/hello/impl/Broker.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/modules/module/configuration/hello/impl/BrokerBuilder.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/modules/module/configuration/HelloImpl.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/modules/module/configuration/HelloImplBuilder.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/HelloImpl.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/$YangModuleInfoImpl.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-sal/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/$YangModelBindingProvider.java, /home/ubuntu/odl-apps/hello/hello-impl/target/generated-sources/spi/META-INF/services/org.opendaylight.yangtools.yang.binding.YangModelBindingProvider]
  89. [INFO]
  90. [INFO] --- yang-maven-plugin:0.7.0-SNAPSHOT:generate-sources (config) @ hello-impl ---
  91. [INFO] yang-to-sources: Inspecting /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang
  92. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-api/1.2.0-SNAPSHOT/sal-binding-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-common-api/1.2.0-SNAPSHOT/sal-common-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar]
  93. [INFO] yang-to-sources: Searching for yang files in following dependencies: [/home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-common/0.7.0-SNAPSHOT/yang-common-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar, /home/ubuntu/.m2/repository/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/concepts/0.7.0-SNAPSHOT/concepts-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/object-cache-api/0.7.0-SNAPSHOT/object-cache-api-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.core/5.0.0/org.osgi.core-5.0.0.jar, /home/ubuntu/.m2/repository/org/osgi/org.osgi.compendium/5.0.0/org.osgi.compendium-5.0.0.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-api/1.2.0-SNAPSHOT/sal-binding-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-common-api/1.2.0-SNAPSHOT/sal-common-api-1.2.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/yang-binding/0.7.0-SNAPSHOT/yang-binding-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/org/opendaylight/yangtools/util/0.7.0-SNAPSHOT/util-0.7.0-SNAPSHOT.jar, /home/ubuntu/.m2/repository/com/github/romix/java-concurrent-hash-trie-map/0.2.23/java-concurrent-hash-trie-map-0.2.23.jar]
  94. [INFO] yang-to-sources: Found 1 yang files in /home/ubuntu/odl-apps/hello/hello-api/target/hello-api-1.0-SNAPSHOT.jar: [META-INF/yang/hello.yang]
  95. [INFO] yang-to-sources: Found 2 yang files in /home/ubuntu/.m2/repository/org/opendaylight/controller/config-api/0.3.0-SNAPSHOT/config-api-0.3.0-SNAPSHOT.jar: [META-INF/yang/config.yang, META-INF/yang/rpc-context.yang]
  96. [INFO] yang-to-sources: Found 1 yang files in /home/ubuntu/.m2/repository/org/opendaylight/controller/sal-binding-config/1.2.0-SNAPSHOT/sal-binding-config-1.2.0-SNAPSHOT.jar: [META-INF/yang/opendaylight-md-sal-binding.yang]
  97. [INFO] yang-to-sources: YANG files parsed from [META-INF/yang/hello-impl.yang]
  98. [INFO] yang-to-sources: Code generator instantiated from org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
  99. [INFO] yang-to-sources: Sources will be generated to /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-config
  100. [INFO] yang-to-sources: Sources generated by org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator: [/home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-config/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/HelloImplModuleMXBean.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-config/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/AbstractHelloImplModule.java, /home/ubuntu/odl-apps/hello/hello-impl/src/main/yang-gen-config/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hello/impl/rev141210/AbstractHelloImplModuleFactory.java]
  101. [INFO]
  102. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hello-impl ---
  103. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  104. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-impl/src/main/resources
  105. [INFO] Copying 2 resources
  106. [INFO] Copying 1 resource
  107. [INFO] Copying 2 resources
  108. [INFO] Copying 1 resource
  109. [INFO]
  110. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hello-impl ---
  111. [INFO] Changes detected - recompiling the module!
  112. [INFO] Compiling 13 source files to /home/ubuntu/odl-apps/hello/hello-impl/target/classes
  113. [INFO]
  114. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hello-impl ---
  115. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  116. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-impl/src/test/resources
  117. [INFO]
  118. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hello-impl ---
  119. [INFO] No sources to compile
  120. [INFO]
  121. [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hello-impl ---
  122. [INFO] No tests to run.
  123. [INFO]
  124. [INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ hello-impl ---
  125. [INFO]
  126. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hello-impl ---
  127. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-impl/target/hello-impl-1.0-SNAPSHOT.jar to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-impl/1.0-SNAPSHOT/hello-impl-1.0-SNAPSHOT.jar
  128. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-impl/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-impl/1.0-SNAPSHOT/hello-impl-1.0-SNAPSHOT.pom
  129. [INFO]
  130. [INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ hello-impl ---
  131. [INFO] Installing org/opendaylight/hello/hello-impl/1.0-SNAPSHOT/hello-impl-1.0-SNAPSHOT.jar
  132. [INFO] Writing OBR metadata
  133. [INFO]
  134. [INFO] ------------------------------------------------------------------------
  135. [INFO] Building hello-features 1.0-SNAPSHOT
  136. [INFO] ------------------------------------------------------------------------
  137. [INFO]
  138. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ hello-features ---
  139. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-features/target
  140. [INFO]
  141. [INFO] --- maven-dependency-plugin:2.1:resolve (default) @ hello-features ---
  142. [INFO]
  143. [INFO] --- script-maven-plugin:1.0.0:execute (add-version-to-features) @ hello-features ---
  144. [INFO] executing groovy script
  145. [INFO] Processing feature: odl-hello-api
  146. [INFO] Processing feature: odl-hello-impl
  147. [INFO] Processing feature: odl-hello-impl-rest
  148. [INFO] Processing feature: odl-hello-impl-ui
  149. [INFO]
  150. [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (default) @ hello-features ---
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:2.7:resources (filter) @ hello-features ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-features/src/main/resources
  155. [INFO] Copying 1 resource
  156. [INFO]
  157. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hello-features ---
  158. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  159. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-features/src/main/resources
  160. [INFO] Copying 1 resource
  161. [INFO]
  162. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hello-features ---
  163. [INFO] No sources to compile
  164. [INFO]
  165. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hello-features ---
  166. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  167. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-features/src/test/resources
  168. [INFO]
  169. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hello-features ---
  170. [INFO] No sources to compile
  171. [INFO]
  172. [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hello-features ---
  173. [INFO] Surefire report directory: /home/ubuntu/odl-apps/hello/hello-features/target/surefire-reports
  174.  
  175. -------------------------------------------------------
  176. T E S T S
  177. -------------------------------------------------------
  178. [info] Creating test runners for repoURL file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml recursive false
  179. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  180. [info] Pax Exam System (Version: 3.5.0) created.
  181. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308295-0
  182. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21413
  183. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 1 out of 98 ports are in use. Port range is from 21413 up to 21511
  184. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21414
  185. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 2 out of 98 ports are in use. Port range is from 21413 up to 21511
  186. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  187. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  188. [info] mvnLocalRepo ""
  189. [debug] main org.ops4j.pax.exam.spi.DefaultExamSystem: creating default probe
  190. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  191. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff parent=null root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@1f2139c
  192. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  193. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308396-0
  194. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-8a3fa493-355b-40d1-88ae-bfbfd09747bf parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@a7476f
  195. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  196. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21415
  197. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 3 out of 98 ports are in use. Port range is from 21413 up to 21511
  198. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21416
  199. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 4 out of 98 ports are in use. Port range is from 21413 up to 21511
  200. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  201. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  202. [info] mvnLocalRepo ""
  203. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  204. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-7805f121-1636-4241-a00b-f17c3e39d22e parent=null root=[TestAddress:PaxExam-7805f121-1636-4241-a00b-f17c3e39d22e root:PaxExam-7805f121-1636-4241-a00b-f17c3e39d22e] args=[Ljava.lang.Object;@1d5ea70
  205. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  206. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308409-0
  207. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-6e2f607e-6c0a-4ce0-8999-3a678960dad1 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@1127dc0
  208. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  209. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21417
  210. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 5 out of 98 ports are in use. Port range is from 21413 up to 21511
  211. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21418
  212. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 6 out of 98 ports are in use. Port range is from 21413 up to 21511
  213. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  214. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  215. [info] mvnLocalRepo ""
  216. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  217. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-5b6f5ae1-a10d-498c-852b-1f3749f17532 parent=null root=[TestAddress:PaxExam-5b6f5ae1-a10d-498c-852b-1f3749f17532 root:PaxExam-5b6f5ae1-a10d-498c-852b-1f3749f17532] args=[Ljava.lang.Object;@1e0bd7c
  218. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  219. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308416-0
  220. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-1f9994eb-3594-4d2d-b075-ca7d8d617b63 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@1b8597a
  221. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  222. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21419
  223. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 7 out of 98 ports are in use. Port range is from 21413 up to 21511
  224. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21420
  225. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 8 out of 98 ports are in use. Port range is from 21413 up to 21511
  226. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  227. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  228. [info] mvnLocalRepo ""
  229. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  230. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-a5954771-d842-4d84-90e2-b623ccfed943 parent=null root=[TestAddress:PaxExam-a5954771-d842-4d84-90e2-b623ccfed943 root:PaxExam-a5954771-d842-4d84-90e2-b623ccfed943] args=[Ljava.lang.Object;@12d9bc
  231. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  232. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308425-0
  233. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-36f6eded-c2b2-42a5-b957-e494b6e9a937 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@194e059
  234. Running org.opendaylight.odlparent.featuretest.SingleFeatureTest
  235. [info] Creating test runners for repoURL file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml recursive false
  236. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  237. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21421
  238. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 9 out of 98 ports are in use. Port range is from 21413 up to 21511
  239. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21422
  240. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 10 out of 98 ports are in use. Port range is from 21413 up to 21511
  241. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  242. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  243. [info] mvnLocalRepo ""
  244. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  245. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-050217a2-a264-4df5-80ae-02bb3f4ebc3a parent=null root=[TestAddress:PaxExam-050217a2-a264-4df5-80ae-02bb3f4ebc3a root:PaxExam-050217a2-a264-4df5-80ae-02bb3f4ebc3a] args=[Ljava.lang.Object;@1f7f824
  246. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  247. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308510-0
  248. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-4a0392fd-399c-4f1f-b579-e82be6f60edc parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@c40bac
  249. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  250. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21423
  251. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 11 out of 98 ports are in use. Port range is from 21413 up to 21511
  252. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21424
  253. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 12 out of 98 ports are in use. Port range is from 21413 up to 21511
  254. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  255. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  256. [info] mvnLocalRepo ""
  257. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  258. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-491ed2bd-9cf8-4a3f-8980-7bcd4e13dd2d parent=null root=[TestAddress:PaxExam-491ed2bd-9cf8-4a3f-8980-7bcd4e13dd2d root:PaxExam-491ed2bd-9cf8-4a3f-8980-7bcd4e13dd2d] args=[Ljava.lang.Object;@16731a8
  259. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  260. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308523-0
  261. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-54267761-806c-4368-b35d-405eb5aa4524 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@1ed3030
  262. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  263. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21425
  264. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 13 out of 98 ports are in use. Port range is from 21413 up to 21511
  265. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21426
  266. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 14 out of 98 ports are in use. Port range is from 21413 up to 21511
  267. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  268. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  269. [info] mvnLocalRepo ""
  270. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  271. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-88141fdb-5031-485d-a5c2-a9a0b6d3b0fc parent=null root=[TestAddress:PaxExam-88141fdb-5031-485d-a5c2-a9a0b6d3b0fc root:PaxExam-88141fdb-5031-485d-a5c2-a9a0b6d3b0fc] args=[Ljava.lang.Object;@1a0e408
  272. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  273. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308531-0
  274. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-4e675bf3-1d02-4a4d-9b4b-8a676f14a437 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@1dace28
  275. [info] creating PaxExam runner for class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  276. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21427
  277. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 15 out of 98 ports are in use. Port range is from 21413 up to 21511
  278. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Created Registry on 21428
  279. [debug] main org.ops4j.pax.exam.karaf.container.internal.RMIRegistry: Currently 16 out of 98 ports are in use. Port range is from 21413 up to 21511
  280. [debug] main org.ops4j.pax.exam.spi.PaxExamRuntime: Found TestContainerFactory: org.ops4j.pax.exam.karaf.container.internal.KarafTestContainerFactory
  281. [info] Using karaf distro [org.apache.karaf, apache-karaf, 3.0.1, zip] {} {} {}
  282. [info] mvnLocalRepo ""
  283. [debug] main org.ops4j.pax.exam.spi.reactors.ReactorManager: No User defined probe hook found
  284. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-3f57749c-cc4a-49e1-82f9-3ce2509d4a43 parent=null root=[TestAddress:PaxExam-3f57749c-cc4a-49e1-82f9-3ce2509d4a43 root:PaxExam-3f57749c-cc4a-49e1-82f9-3ce2509d4a43] args=[Ljava.lang.Object;@1f0940e
  285. [debug] main org.ops4j.pax.exam.spi.DefaultExamReactor: Staging reactor with probes: 1 using strategy: org.ops4j.pax.exam.spi.reactors.PerMethod@1e3bb25
  286. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308541-0
  287. [debug] main org.ops4j.pax.exam.spi.intern.DefaultTestAddress: NEW ADDRESS= PaxExam-1355e333-7eaf-48aa-a46c-0ce3deaba129 parent=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] root=[TestAddress:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] args=[Ljava.lang.Object;@188262d
  288. [info] About to run test for file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  289. [info] About to run test for feature: odl-hello-api 1.0-SNAPSHOT
  290. [info] running test class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  291. [debug] main org.ops4j.pax.exam.junit.PaxExam: Invoke installFeature @ [TestAddress:PaxExam-4a0392fd-399c-4f1f-b579-e82be6f60edc root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] Arguments: [Ljava.lang.Object;@1f2139c
  292. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059308554-0
  293. [debug] main org.ops4j.pax.url.mvn.internal.Connection: Resolving [mvn:org.apache.karaf/apache-karaf/3.0.1/zip]
  294. [debug] main org.ops4j.pax.url.maven.commons.MavenConfigurationImpl: Using repositories [[http://nexus.opendaylight.org/content/groups/public/,releases=true,snapshots=false, http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/,releases=false,snapshots=true, http://repo1.maven.org/maven2/,releases=true,snapshots=false]]
  295. [debug] main org.ops4j.pax.url.mvn.internal.AetherBasedResolver: Resolved (org.apache.karaf:apache-karaf:zip:3.0.1) as /home/ubuntu/.m2/repository/org/apache/karaf/apache-karaf/3.0.1/apache-karaf-3.0.1.zip
  296. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Test Container started in 37 millis
  297. [info] Wait for test container to finish its initialization [ RelativeTimeout value = 180000 ]
  298. [info] Waiting for remote bundle context.. on 21422 name: ee49d700-fbb5-46c2-b79e-46a2a1385ef8 timout: [ RelativeTimeout value = 180000 ]
  299. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Remote bundle context found after 9733 millis
  300. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/tb
  301. [debug] main org.ops4j.pax.tinybundles.core.intern.RawBuilder: make()
  302. [debug] main org.ops4j.store.intern.TemporaryStore: Enter store()
  303. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Creating manifest from added headers.
  304. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: DynamicImport-Package = *
  305. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Ignore-Package =
  306. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-Executable = PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff,
  307. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff = org.opendaylight.odlparent.featuretest.SingleFeatureTest;installFeature
  308. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-SymbolicName = PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d
  309. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-ManifestVersion = 2
  310. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copying resource org/opendaylight/odlparent/featuretest/SingleFeatureTest.class
  311. [debug] Thread-4 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copy thread finished.
  312. [debug] main org.ops4j.store.intern.TemporaryStore: Exit store(): 53e5a96120a952856d95cca484f286f884afc6ec
  313. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Preparing and Installing bundle (from stream )..
  314. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Packing probe into memory for true RMI. Hopefully things will fill in..
  315. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Installed bundle (from stream) as ID: 94
  316. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: call [[TestAddress:PaxExam-4a0392fd-399c-4f1f-b579-e82be6f60edc root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff]]
  317. 2015-02-04 06:15:20,994 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to add repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  318. 2015-02-04 06:15:21,053 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfully loaded repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  319. 2015-02-04 06:15:21,053 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to install feature odl-hello-api 1.0-SNAPSHOT
  320. 2015-02-04 06:15:21,888 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfull installed feature odl-hello-api 1.0-SNAPSHOT
  321. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Shutting down the test container (Pax Runner)
  322. [info] suite finished
  323. [info] About to run test for file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  324. [info] About to run test for feature: odl-hello-impl 1.0-SNAPSHOT
  325. [info] running test class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  326. [debug] main org.ops4j.pax.exam.junit.PaxExam: Invoke installFeature @ [TestAddress:PaxExam-54267761-806c-4368-b35d-405eb5aa4524 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] Arguments: [Ljava.lang.Object;@1f2139c
  327. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059323367-0
  328. [debug] main org.ops4j.pax.url.mvn.internal.Connection: Resolving [mvn:org.apache.karaf/apache-karaf/3.0.1/zip]
  329. [debug] main org.ops4j.pax.url.maven.commons.MavenConfigurationImpl: Using repositories [[http://nexus.opendaylight.org/content/groups/public/,releases=true,snapshots=false, http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/,releases=false,snapshots=true, http://repo1.maven.org/maven2/,releases=true,snapshots=false]]
  330. [debug] main org.ops4j.pax.url.mvn.internal.AetherBasedResolver: Resolved (org.apache.karaf:apache-karaf:zip:3.0.1) as /home/ubuntu/.m2/repository/org/apache/karaf/apache-karaf/3.0.1/apache-karaf-3.0.1.zip
  331. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Test Container started in 10 millis
  332. [info] Wait for test container to finish its initialization [ RelativeTimeout value = 180000 ]
  333. [info] Waiting for remote bundle context.. on 21424 name: abe0ddd7-d45c-47a0-b2be-004ba0fd0590 timout: [ RelativeTimeout value = 180000 ]
  334. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Remote bundle context found after 8770 millis
  335. [debug] main org.ops4j.pax.tinybundles.core.intern.RawBuilder: make()
  336. [debug] main org.ops4j.store.intern.TemporaryStore: Enter store()
  337. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Creating manifest from added headers.
  338. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: DynamicImport-Package = *
  339. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Ignore-Package =
  340. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-Executable = PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff,
  341. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff = org.opendaylight.odlparent.featuretest.SingleFeatureTest;installFeature
  342. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-SymbolicName = PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d
  343. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-ManifestVersion = 2
  344. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copying resource org/opendaylight/odlparent/featuretest/SingleFeatureTest.class
  345. [debug] Thread-7 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copy thread finished.
  346. [debug] main org.ops4j.store.intern.TemporaryStore: Exit store(): 4f1930d238a667d80cb5701666c7a88f88a16be9
  347. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Preparing and Installing bundle (from stream )..
  348. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Packing probe into memory for true RMI. Hopefully things will fill in..
  349. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Installed bundle (from stream) as ID: 94
  350. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: call [[TestAddress:PaxExam-54267761-806c-4368-b35d-405eb5aa4524 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff]]
  351. 2015-02-04 06:15:33,779 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to add repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  352. 2015-02-04 06:15:33,837 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfully loaded repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  353. 2015-02-04 06:15:33,846 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to install feature odl-hello-impl 1.0-SNAPSHOT
  354. 2015-02-04 06:15:42,177 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfull installed feature odl-hello-impl 1.0-SNAPSHOT
  355. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Shutting down the test container (Pax Runner)
  356. 2015-02-04 06:15:44,225 | WARN | FelixShutdown | core | 90 - org.apache.aries.jmx.core - 1.1.1 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.ServiceEvent[source=[javax.management.MBeanServer]]] - Dispatcher may have been shutdown
  357. 2015-02-04 06:15:44,722 | ERROR | config-pusher | TransactionProvider | 158 - org.opendaylight.controller.config-netconf-connector - 0.3.0.SNAPSHOT | Exception while commit of org.opendaylight.controller:TransactionName=ConfigTransaction-32-33,type=ConfigTransaction, aborting transaction
  358. org.opendaylight.controller.config.api.ConflictingVersionException: Optimistic lock failed. Expected parent version 34, was 32
  359. at org.opendaylight.controller.config.manager.impl.ConfigRegistryImpl.commitConfig(ConfigRegistryImpl.java:215)
  360. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_76]
  361. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_76]
  362. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  363. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  364. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
  365. at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
  366. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  367. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  368. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)[:1.7.0_76]
  369. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193)[:1.7.0_76]
  370. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175)[:1.7.0_76]
  371. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117)[:1.7.0_76]
  372. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54)[:1.7.0_76]
  373. at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)[:1.7.0_76]
  374. at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)[:1.7.0_76]
  375. at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)[:1.7.0_76]
  376. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)[:1.7.0_76]
  377. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)[:1.7.0_76]
  378. at com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:150)[:1.7.0_76]
  379. at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:167)[:1.7.0_76]
  380. at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:252)[:1.7.0_76]
  381. at com.sun.proxy.$Proxy20.commitConfig(Unknown Source)[140:org.opendaylight.controller.config-api:0.3.0.SNAPSHOT]
  382. at org.opendaylight.controller.config.util.ConfigRegistryJMXClient.commitConfig(ConfigRegistryJMXClient.java:102)[141:org.opendaylight.controller.config-util:0.3.0.SNAPSHOT]
  383. at org.opendaylight.controller.netconf.confignetconfconnector.transactions.TransactionProvider.commitTransaction(TransactionProvider.java:110)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  384. at org.opendaylight.controller.netconf.confignetconfconnector.operations.Commit.handleWithNoSubsequentOperations(Commit.java:54)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  385. at org.opendaylight.controller.netconf.util.mapping.AbstractLastNetconfOperation.handle(AbstractLastNetconfOperation.java:33)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  386. at org.opendaylight.controller.netconf.util.mapping.AbstractNetconfOperation.handle(AbstractNetconfOperation.java:100)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  387. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.sendRequestGetResponseCheckIsOK(ConfigPusherImpl.java:280)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  388. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfig(ConfigPusherImpl.java:239)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  389. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:128)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  390. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:101)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  391. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:76)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  392. at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:175)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  393. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  394. 2015-02-04 06:15:45,368 | WARN | config-pusher | BindingIndependentConnector | 184 - org.opendaylight.controller.sal-binding-broker-impl - 1.2.0.SNAPSHOT | Unable to start Notification forwarding. Reason: DOM Notification Service is not initialized properly!
  395. [info] suite finished
  396. [info] About to run test for file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  397. [info] About to run test for feature: odl-hello-impl-rest 1.0-SNAPSHOT
  398. [info] running test class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  399. [debug] main org.ops4j.pax.exam.junit.PaxExam: Invoke installFeature @ [TestAddress:PaxExam-4e675bf3-1d02-4a4d-9b4b-8a676f14a437 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] Arguments: [Ljava.lang.Object;@1f2139c
  400. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059357612-0
  401. [debug] main org.ops4j.pax.url.mvn.internal.Connection: Resolving [mvn:org.apache.karaf/apache-karaf/3.0.1/zip]
  402. [debug] main org.ops4j.pax.url.maven.commons.MavenConfigurationImpl: Using repositories [[http://nexus.opendaylight.org/content/groups/public/,releases=true,snapshots=false, http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/,releases=false,snapshots=true, http://repo1.maven.org/maven2/,releases=true,snapshots=false]]
  403. [debug] main org.ops4j.pax.url.mvn.internal.AetherBasedResolver: Resolved (org.apache.karaf:apache-karaf:zip:3.0.1) as /home/ubuntu/.m2/repository/org/apache/karaf/apache-karaf/3.0.1/apache-karaf-3.0.1.zip
  404. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Test Container started in 1 millis
  405. [info] Wait for test container to finish its initialization [ RelativeTimeout value = 180000 ]
  406. [info] Waiting for remote bundle context.. on 21426 name: 25ce6ed4-1a42-469d-b94e-233bf88e3fbe timout: [ RelativeTimeout value = 180000 ]
  407. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Remote bundle context found after 8934 millis
  408. [debug] main org.ops4j.pax.tinybundles.core.intern.RawBuilder: make()
  409. [debug] main org.ops4j.store.intern.TemporaryStore: Enter store()
  410. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Creating manifest from added headers.
  411. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: DynamicImport-Package = *
  412. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Ignore-Package =
  413. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-Executable = PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff,
  414. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff = org.opendaylight.odlparent.featuretest.SingleFeatureTest;installFeature
  415. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-SymbolicName = PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d
  416. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-ManifestVersion = 2
  417. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copying resource org/opendaylight/odlparent/featuretest/SingleFeatureTest.class
  418. [debug] Thread-10 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copy thread finished.
  419. [debug] main org.ops4j.store.intern.TemporaryStore: Exit store(): 3ad030e4de3bbd07b80d5f497e9e42704ce65b92
  420. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Preparing and Installing bundle (from stream )..
  421. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Packing probe into memory for true RMI. Hopefully things will fill in..
  422. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Installed bundle (from stream) as ID: 94
  423. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: call [[TestAddress:PaxExam-4e675bf3-1d02-4a4d-9b4b-8a676f14a437 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff]]
  424. 2015-02-04 06:16:08,230 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to add repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  425. 2015-02-04 06:16:08,267 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfully loaded repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  426. 2015-02-04 06:16:08,268 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to install feature odl-hello-impl-rest 1.0-SNAPSHOT
  427. 2015-02-04 06:16:20,466 | WARN | ion(3)-127.0.0.1 | ConfigurationFactory | 226 - net.sf.ehcache - 2.8.3 | No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: bundle://226.0:1/ehcache-failsafe.xml
  428. 2015-02-04 06:16:24,044 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfull installed feature odl-hello-impl-rest 1.0-SNAPSHOT
  429. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Shutting down the test container (Pax Runner)
  430. 2015-02-04 06:16:26,029 | WARN | pool-12-thread-3 | Errors | 222 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes:
  431. WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.updateConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  432. WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  433. WARNING: Parameter 1 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  434. 2015-02-04 06:16:26,619 | WARN | FelixShutdown | core | 90 - org.apache.aries.jmx.core - 1.1.1 | Task rejected for JMX Notification dispatch of event [org.osgi.framework.ServiceEvent[source=[javax.management.MBeanServer]]] - Dispatcher may have been shutdown
  435. 2015-02-04 06:16:27,402 | ERROR | config-pusher | TransactionProvider | 158 - org.opendaylight.controller.config-netconf-connector - 0.3.0.SNAPSHOT | Exception while commit of org.opendaylight.controller:TransactionName=ConfigTransaction-33-35,type=ConfigTransaction, aborting transaction
  436. org.opendaylight.controller.config.api.ConflictingVersionException: Optimistic lock failed. Expected parent version 36, was 33
  437. at org.opendaylight.controller.config.manager.impl.ConfigRegistryImpl.commitConfig(ConfigRegistryImpl.java:215)
  438. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_76]
  439. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_76]
  440. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  441. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  442. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
  443. at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
  444. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  445. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  446. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)[:1.7.0_76]
  447. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193)[:1.7.0_76]
  448. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175)[:1.7.0_76]
  449. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117)[:1.7.0_76]
  450. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54)[:1.7.0_76]
  451. at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)[:1.7.0_76]
  452. at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)[:1.7.0_76]
  453. at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)[:1.7.0_76]
  454. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)[:1.7.0_76]
  455. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)[:1.7.0_76]
  456. at com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:150)[:1.7.0_76]
  457. at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:167)[:1.7.0_76]
  458. at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:252)[:1.7.0_76]
  459. at com.sun.proxy.$Proxy21.commitConfig(Unknown Source)[140:org.opendaylight.controller.config-api:0.3.0.SNAPSHOT]
  460. at org.opendaylight.controller.config.util.ConfigRegistryJMXClient.commitConfig(ConfigRegistryJMXClient.java:102)[141:org.opendaylight.controller.config-util:0.3.0.SNAPSHOT]
  461. at org.opendaylight.controller.netconf.confignetconfconnector.transactions.TransactionProvider.commitTransaction(TransactionProvider.java:110)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  462. at org.opendaylight.controller.netconf.confignetconfconnector.operations.Commit.handleWithNoSubsequentOperations(Commit.java:54)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  463. at org.opendaylight.controller.netconf.util.mapping.AbstractLastNetconfOperation.handle(AbstractLastNetconfOperation.java:33)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  464. at org.opendaylight.controller.netconf.util.mapping.AbstractNetconfOperation.handle(AbstractNetconfOperation.java:100)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  465. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.sendRequestGetResponseCheckIsOK(ConfigPusherImpl.java:280)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  466. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfig(ConfigPusherImpl.java:239)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  467. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:128)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  468. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:101)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  469. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:76)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  470. at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:175)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  471. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  472. 2015-02-04 06:16:27,889 | ERROR | config-pusher | TransactionProvider | 158 - org.opendaylight.controller.config-netconf-connector - 0.3.0.SNAPSHOT | Exception while commit of org.opendaylight.controller:TransactionName=ConfigTransaction-38-39,type=ConfigTransaction, aborting transaction
  473. org.opendaylight.controller.config.api.ConflictingVersionException: Optimistic lock failed. Expected parent version 40, was 38
  474. at org.opendaylight.controller.config.manager.impl.ConfigRegistryImpl.commitConfig(ConfigRegistryImpl.java:215)
  475. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_76]
  476. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_76]
  477. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  478. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  479. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
  480. at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
  481. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  482. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  483. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)[:1.7.0_76]
  484. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193)[:1.7.0_76]
  485. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175)[:1.7.0_76]
  486. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117)[:1.7.0_76]
  487. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54)[:1.7.0_76]
  488. at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)[:1.7.0_76]
  489. at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)[:1.7.0_76]
  490. at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)[:1.7.0_76]
  491. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)[:1.7.0_76]
  492. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)[:1.7.0_76]
  493. at com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:150)[:1.7.0_76]
  494. at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:167)[:1.7.0_76]
  495. at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:252)[:1.7.0_76]
  496. at com.sun.proxy.$Proxy21.commitConfig(Unknown Source)[140:org.opendaylight.controller.config-api:0.3.0.SNAPSHOT]
  497. at org.opendaylight.controller.config.util.ConfigRegistryJMXClient.commitConfig(ConfigRegistryJMXClient.java:102)[141:org.opendaylight.controller.config-util:0.3.0.SNAPSHOT]
  498. at org.opendaylight.controller.netconf.confignetconfconnector.transactions.TransactionProvider.commitTransaction(TransactionProvider.java:110)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  499. at org.opendaylight.controller.netconf.confignetconfconnector.operations.Commit.handleWithNoSubsequentOperations(Commit.java:54)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  500. at org.opendaylight.controller.netconf.util.mapping.AbstractLastNetconfOperation.handle(AbstractLastNetconfOperation.java:33)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  501. at org.opendaylight.controller.netconf.util.mapping.AbstractNetconfOperation.handle(AbstractNetconfOperation.java:100)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  502. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.sendRequestGetResponseCheckIsOK(ConfigPusherImpl.java:280)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  503. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfig(ConfigPusherImpl.java:239)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  504. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:128)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  505. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:101)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  506. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:76)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  507. at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:175)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  508. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  509. [info] suite finished
  510. [info] About to run test for file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  511. [info] About to run test for feature: odl-hello-impl-ui 1.0-SNAPSHOT
  512. [info] running test class org.opendaylight.odlparent.featuretest.SingleFeatureTest
  513. [debug] main org.ops4j.pax.exam.junit.PaxExam: Invoke installFeature @ [TestAddress:PaxExam-1355e333-7eaf-48aa-a46c-0ce3deaba129 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff] Arguments: [Ljava.lang.Object;@1f2139c
  514. [debug] main org.ops4j.store.intern.TemporaryStore: Storage Area is /tmp/1423059399875-0
  515. [debug] main org.ops4j.pax.url.mvn.internal.Connection: Resolving [mvn:org.apache.karaf/apache-karaf/3.0.1/zip]
  516. [debug] main org.ops4j.pax.url.maven.commons.MavenConfigurationImpl: Using repositories [[http://nexus.opendaylight.org/content/groups/public/,releases=true,snapshots=false, http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/,releases=false,snapshots=true, http://repo1.maven.org/maven2/,releases=true,snapshots=false]]
  517. [debug] main org.ops4j.pax.url.mvn.internal.AetherBasedResolver: Resolved (org.apache.karaf:apache-karaf:zip:3.0.1) as /home/ubuntu/.m2/repository/org/apache/karaf/apache-karaf/3.0.1/apache-karaf-3.0.1.zip
  518. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Test Container started in 1 millis
  519. [info] Wait for test container to finish its initialization [ RelativeTimeout value = 180000 ]
  520. [info] Waiting for remote bundle context.. on 21428 name: 38219c28-0d17-4112-beff-065ef792ce7a timout: [ RelativeTimeout value = 180000 ]
  521. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Remote bundle context found after 8401 millis
  522. [debug] main org.ops4j.pax.tinybundles.core.intern.RawBuilder: make()
  523. [debug] main org.ops4j.store.intern.TemporaryStore: Enter store()
  524. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Creating manifest from added headers.
  525. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: DynamicImport-Package = *
  526. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Ignore-Package =
  527. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-Executable = PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff,
  528. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff = org.opendaylight.odlparent.featuretest.SingleFeatureTest;installFeature
  529. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-SymbolicName = PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d
  530. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Bundle-ManifestVersion = 2
  531. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copying resource org/opendaylight/odlparent/featuretest/SingleFeatureTest.class
  532. [debug] Thread-13 org.ops4j.pax.tinybundles.core.intern.RawBuilder: Copy thread finished.
  533. [debug] main org.ops4j.store.intern.TemporaryStore: Exit store(): 64c33ea42aad69958e1379807b23ee8aae802ba8
  534. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Preparing and Installing bundle (from stream )..
  535. [debug] main org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient: Packing probe into memory for true RMI. Hopefully things will fill in..
  536. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: Installed bundle (from stream) as ID: 94
  537. [debug] main org.ops4j.pax.exam.container.remote.RBCRemoteTarget: call [[TestAddress:PaxExam-1355e333-7eaf-48aa-a46c-0ce3deaba129 root:PaxExam-b312155c-6da1-4283-ad55-9b9867d5c8ff]]
  538. 2015-02-04 06:16:49,938 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to add repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  539. 2015-02-04 06:16:49,996 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfully loaded repository file:/home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml
  540. 2015-02-04 06:16:49,997 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Attempting to install feature odl-hello-impl-ui 1.0-SNAPSHOT
  541. 2015-02-04 06:16:54,982 | WARN | Thread-14 | BndUtils | 3 - org.ops4j.pax.swissbox.bnd - 1.7.0 | Bundle cannot be generated
  542. java.lang.Exception: Problem writing resource META-INF/maven/org.json/json/pom.xml
  543. at aQute.bnd.osgi.Jar.writeResource(Jar.java:530)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
  544. at aQute.bnd.osgi.Jar.write(Jar.java:307)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
  545. at org.ops4j.pax.swissbox.bnd.BndUtils$1.run(BndUtils.java:194)[3:org.ops4j.pax.swissbox.bnd:1.7.0]
  546. Caused by: java.io.IOException: Pipe closed
  547. at java.io.PipedInputStream.checkStateForReceive(PipedInputStream.java:261)[:1.7.0_76]
  548. at java.io.PipedInputStream.receive(PipedInputStream.java:227)[:1.7.0_76]
  549. at java.io.PipedOutputStream.write(PipedOutputStream.java:149)[:1.7.0_76]
  550. at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:253)[:1.7.0_76]
  551. at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:238)[:1.7.0_76]
  552. at aQute.bnd.osgi.Jar.writeResource(Jar.java:527)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
  553. ... 2 more
  554. 2015-02-04 06:17:01,549 | WARN | ion(3)-127.0.0.1 | ConfigurationFactory | 226 - net.sf.ehcache - 2.8.3 | No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: bundle://226.0:1/ehcache-failsafe.xml
  555. 2015-02-04 06:17:05,360 | ERROR | pool-12-thread-2 | RegisterWebAppVisitorWC | 212 - org.ops4j.pax.web.pax-web-extender-war - 3.1.0 | Registration exception. Skipping
  556. java.lang.IllegalArgumentException: Security Mapping [free access] is already registered.
  557. at org.ops4j.pax.web.service.spi.model.ServiceModel.addSecurityConstraintMappingModel(ServiceModel.java:330)[205:org.ops4j.pax.web.pax-web-spi:3.1.0]
  558. at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerConstraintMapping(HttpServiceStarted.java:929)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  559. at org.ops4j.pax.web.service.internal.HttpServiceProxy.registerConstraintMapping(HttpServiceProxy.java:356)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  560. at org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC.visit(RegisterWebAppVisitorWC.java:329)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  561. at org.ops4j.pax.web.extender.war.internal.model.WebApp.accept(WebApp.java:669)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  562. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.register(WebAppPublisher.java:237)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  563. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:182)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  564. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:135)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  565. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf-org.osgi.core.jar:]
  566. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)[karaf-org.osgi.core.jar:]
  567. at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf-org.osgi.core.jar:]
  568. at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)[karaf-org.osgi.core.jar:]
  569. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:317)[karaf-org.osgi.core.jar:]
  570. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)[karaf-org.osgi.core.jar:]
  571. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher.publish(WebAppPublisher.java:101)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  572. at org.ops4j.pax.web.extender.war.internal.WebObserver.deploy(WebObserver.java:213)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  573. at org.ops4j.pax.web.extender.war.internal.WebObserver$1.doStart(WebObserver.java:175)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  574. at org.ops4j.pax.web.extender.war.internal.extender.SimpleExtension.start(SimpleExtension.java:58)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  575. at org.ops4j.pax.web.extender.war.internal.extender.AbstractExtender$1.run(AbstractExtender.java:266)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  576. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_76]
  577. at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_76]
  578. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)[:1.7.0_76]
  579. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)[:1.7.0_76]
  580. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_76]
  581. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_76]
  582. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  583. 2015-02-04 06:17:05,362 | ERROR | pool-12-thread-2 | RegisterWebAppVisitorWC | 212 - org.ops4j.pax.web.pax-web-extender-war - 3.1.0 | Registration exception. Skipping
  584. java.lang.IllegalArgumentException: Security Mapping [free access] is already registered.
  585. at org.ops4j.pax.web.service.spi.model.ServiceModel.addSecurityConstraintMappingModel(ServiceModel.java:330)[205:org.ops4j.pax.web.pax-web-spi:3.1.0]
  586. at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerConstraintMapping(HttpServiceStarted.java:929)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  587. at org.ops4j.pax.web.service.internal.HttpServiceProxy.registerConstraintMapping(HttpServiceProxy.java:356)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  588. at org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC.visit(RegisterWebAppVisitorWC.java:329)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  589. at org.ops4j.pax.web.extender.war.internal.model.WebApp.accept(WebApp.java:669)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  590. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.register(WebAppPublisher.java:237)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  591. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:182)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  592. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:135)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  593. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf-org.osgi.core.jar:]
  594. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)[karaf-org.osgi.core.jar:]
  595. at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf-org.osgi.core.jar:]
  596. at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)[karaf-org.osgi.core.jar:]
  597. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:317)[karaf-org.osgi.core.jar:]
  598. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)[karaf-org.osgi.core.jar:]
  599. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher.publish(WebAppPublisher.java:101)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  600. at org.ops4j.pax.web.extender.war.internal.WebObserver.deploy(WebObserver.java:213)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  601. at org.ops4j.pax.web.extender.war.internal.WebObserver$1.doStart(WebObserver.java:175)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  602. at org.ops4j.pax.web.extender.war.internal.extender.SimpleExtension.start(SimpleExtension.java:58)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  603. at org.ops4j.pax.web.extender.war.internal.extender.AbstractExtender$1.run(AbstractExtender.java:266)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  604. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_76]
  605. at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_76]
  606. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)[:1.7.0_76]
  607. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)[:1.7.0_76]
  608. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_76]
  609. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_76]
  610. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  611. 2015-02-04 06:17:05,363 | ERROR | pool-12-thread-2 | RegisterWebAppVisitorWC | 212 - org.ops4j.pax.web.pax-web-extender-war - 3.1.0 | Registration exception. Skipping
  612. java.lang.IllegalArgumentException: Security Mapping [free access] is already registered.
  613. at org.ops4j.pax.web.service.spi.model.ServiceModel.addSecurityConstraintMappingModel(ServiceModel.java:330)[205:org.ops4j.pax.web.pax-web-spi:3.1.0]
  614. at org.ops4j.pax.web.service.internal.HttpServiceStarted.registerConstraintMapping(HttpServiceStarted.java:929)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  615. at org.ops4j.pax.web.service.internal.HttpServiceProxy.registerConstraintMapping(HttpServiceProxy.java:356)[206:org.ops4j.pax.web.pax-web-runtime:3.1.0]
  616. at org.ops4j.pax.web.extender.war.internal.RegisterWebAppVisitorWC.visit(RegisterWebAppVisitorWC.java:329)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  617. at org.ops4j.pax.web.extender.war.internal.model.WebApp.accept(WebApp.java:669)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  618. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.register(WebAppPublisher.java:237)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  619. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:182)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  620. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher$WebAppDependencyListener.addingService(WebAppPublisher.java:135)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  621. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:932)[karaf-org.osgi.core.jar:]
  622. at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:864)[karaf-org.osgi.core.jar:]
  623. at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)[karaf-org.osgi.core.jar:]
  624. at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)[karaf-org.osgi.core.jar:]
  625. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:317)[karaf-org.osgi.core.jar:]
  626. at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)[karaf-org.osgi.core.jar:]
  627. at org.ops4j.pax.web.extender.war.internal.WebAppPublisher.publish(WebAppPublisher.java:101)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  628. at org.ops4j.pax.web.extender.war.internal.WebObserver.deploy(WebObserver.java:213)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  629. at org.ops4j.pax.web.extender.war.internal.WebObserver$1.doStart(WebObserver.java:175)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  630. at org.ops4j.pax.web.extender.war.internal.extender.SimpleExtension.start(SimpleExtension.java:58)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  631. at org.ops4j.pax.web.extender.war.internal.extender.AbstractExtender$1.run(AbstractExtender.java:266)[212:org.ops4j.pax.web.pax-web-extender-war:3.1.0]
  632. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)[:1.7.0_76]
  633. at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_76]
  634. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)[:1.7.0_76]
  635. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)[:1.7.0_76]
  636. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_76]
  637. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_76]
  638. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  639. 2015-02-04 06:17:06,218 | INFO | ion(3)-127.0.0.1 | SingleFeatureTest | 94 - PAXEXAM-PROBE-4b5788f3-67d7-4ff3-85ae-ce363214258d - 0.0.0 | Successfull installed feature odl-hello-impl-ui 1.0-SNAPSHOT
  640. [debug] main org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer: Shutting down the test container (Pax Runner)
  641. 2015-02-04 06:17:07,176 | WARN | pool-12-thread-3 | Errors | 222 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes:
  642. WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.updateConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  643. WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  644. WARNING: Parameter 1 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type
  645. 2015-02-04 06:17:10,167 | ERROR | config-pusher | TransactionProvider | 158 - org.opendaylight.controller.config-netconf-connector - 0.3.0.SNAPSHOT | Exception while commit of org.opendaylight.controller:TransactionName=ConfigTransaction-34-35,type=ConfigTransaction, aborting transaction
  646. org.opendaylight.controller.config.api.ConflictingVersionException: Optimistic lock failed. Expected parent version 36, was 34
  647. at org.opendaylight.controller.config.manager.impl.ConfigRegistryImpl.commitConfig(ConfigRegistryImpl.java:215)
  648. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_76]
  649. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)[:1.7.0_76]
  650. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  651. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  652. at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:75)
  653. at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
  654. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.7.0_76]
  655. at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_76]
  656. at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:279)[:1.7.0_76]
  657. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193)[:1.7.0_76]
  658. at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175)[:1.7.0_76]
  659. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117)[:1.7.0_76]
  660. at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54)[:1.7.0_76]
  661. at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237)[:1.7.0_76]
  662. at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)[:1.7.0_76]
  663. at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:252)[:1.7.0_76]
  664. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)[:1.7.0_76]
  665. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)[:1.7.0_76]
  666. at com.sun.jmx.mbeanserver.MXBeanProxy$InvokeHandler.invoke(MXBeanProxy.java:150)[:1.7.0_76]
  667. at com.sun.jmx.mbeanserver.MXBeanProxy.invoke(MXBeanProxy.java:167)[:1.7.0_76]
  668. at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:252)[:1.7.0_76]
  669. at com.sun.proxy.$Proxy21.commitConfig(Unknown Source)[140:org.opendaylight.controller.config-api:0.3.0.SNAPSHOT]
  670. at org.opendaylight.controller.config.util.ConfigRegistryJMXClient.commitConfig(ConfigRegistryJMXClient.java:102)[141:org.opendaylight.controller.config-util:0.3.0.SNAPSHOT]
  671. at org.opendaylight.controller.netconf.confignetconfconnector.transactions.TransactionProvider.commitTransaction(TransactionProvider.java:110)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  672. at org.opendaylight.controller.netconf.confignetconfconnector.operations.Commit.handleWithNoSubsequentOperations(Commit.java:54)[158:org.opendaylight.controller.config-netconf-connector:0.3.0.SNAPSHOT]
  673. at org.opendaylight.controller.netconf.util.mapping.AbstractLastNetconfOperation.handle(AbstractLastNetconfOperation.java:33)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  674. at org.opendaylight.controller.netconf.util.mapping.AbstractNetconfOperation.handle(AbstractNetconfOperation.java:100)[157:org.opendaylight.controller.netconf-util:0.3.0.SNAPSHOT]
  675. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.sendRequestGetResponseCheckIsOK(ConfigPusherImpl.java:280)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  676. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfig(ConfigPusherImpl.java:239)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  677. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.pushConfigWithConflictingVersionRetries(ConfigPusherImpl.java:128)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  678. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.internalPushConfigs(ConfigPusherImpl.java:101)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  679. at org.opendaylight.controller.netconf.persist.impl.ConfigPusherImpl.process(ConfigPusherImpl.java:76)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  680. at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:175)[161:org.opendaylight.controller.config-persister-impl:0.3.0.SNAPSHOT]
  681. at java.lang.Thread.run(Thread.java:745)[:1.7.0_76]
  682. [info] suite finished
  683. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 134.46 sec - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
  684.  
  685. Results :
  686.  
  687.  
  688.  
  689.  
  690. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
  691.  
  692. [INFO]
  693. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ hello-features ---
  694. [INFO] Building jar: /home/ubuntu/odl-apps/hello/hello-features/target/hello-features-1.0-SNAPSHOT.jar
  695. [INFO]
  696. [INFO] --- karaf-maven-plugin:3.0.1:features-create-kar (features-create-kar) @ hello-features ---
  697. [INFO] Building jar: /home/ubuntu/odl-apps/hello/hello-features/target/hello-features-1.0-SNAPSHOT.kar
  698. [INFO] repository/org/opendaylight/hello/hello-impl/1.0-SNAPSHOT/maven-metadata-local.xml already added, skipping
  699. [WARNING] Your project should use the "kar" packaging or configure a "classifier" for kar attachment
  700. [INFO]
  701. [INFO] --- build-helper-maven-plugin:1.9.1:attach-artifact (attach-artifacts) @ hello-features ---
  702. [INFO]
  703. [INFO] --- maven-install-plugin:2.3:install (default-install) @ hello-features ---
  704. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-features/target/hello-features-1.0-SNAPSHOT.jar to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-features/1.0-SNAPSHOT/hello-features-1.0-SNAPSHOT.jar
  705. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-features/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-features/1.0-SNAPSHOT/hello-features-1.0-SNAPSHOT.pom
  706. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-features/target/hello-features-1.0-SNAPSHOT.kar to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-features/1.0-SNAPSHOT/hello-features-1.0-SNAPSHOT.kar
  707. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-features/target/classes/features.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-features/1.0-SNAPSHOT/hello-features-1.0-SNAPSHOT-features.xml
  708. [INFO]
  709. [INFO] ------------------------------------------------------------------------
  710. [INFO] Building hello-karaf 1.0-SNAPSHOT
  711. [INFO] ------------------------------------------------------------------------
  712. [INFO]
  713. [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ hello-karaf ---
  714. [INFO] Deleting /home/ubuntu/odl-apps/hello/hello-karaf/target
  715. [INFO]
  716. [INFO] --- maven-checkstyle-plugin:2.13:check (default) @ hello-karaf ---
  717. [INFO] Starting audit...
  718. Audit done.
  719.  
  720. [INFO]
  721. [INFO] >>> karaf-maven-plugin:3.0.1:features-add-to-repository (populate-system) @ hello-karaf >>>
  722. [INFO]
  723. [INFO] --- maven-checkstyle-plugin:2.13:check (default) @ hello-karaf ---
  724. [INFO] Starting audit...
  725. Audit done.
  726.  
  727. [INFO]
  728. [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ hello-karaf ---
  729. [INFO] Configured Artifact: org.opendaylight.controller:karaf.branding:?:jar
  730. [INFO] Copying karaf.branding-1.1.0-SNAPSHOT.jar to /home/ubuntu/odl-apps/hello/hello-karaf/target/assembly/lib/karaf.branding-1.1.0-SNAPSHOT.jar
  731. [INFO]
  732. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hello-karaf ---
  733. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  734. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-karaf/src/main/resources
  735. [INFO]
  736. [INFO] --- karaf-maven-plugin:3.0.1:install-kars (process-resources) @ hello-karaf ---
  737. [INFO] Installing feature file:/home/ubuntu/odl-apps/hello/hello-karaf/target/assembly/system/org/apache/karaf/features/framework/3.0.1/framework-3.0.1-features.xml to system and startup.properties
  738. [INFO] Adding feature repository to system: mvn:org.opendaylight.hello/hello-features/1.0-SNAPSHOT/xml/features
  739. [INFO]
  740. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hello-karaf ---
  741. [INFO] No sources to compile
  742. [INFO]
  743. [INFO] <<< karaf-maven-plugin:3.0.1:features-add-to-repository (populate-system) @ hello-karaf <<<
  744. [INFO]
  745. [INFO] --- karaf-maven-plugin:3.0.1:features-add-to-repository (populate-system) @ hello-karaf ---
  746. [INFO] Base repo: file:///home/ubuntu/.m2/repository/
  747. [INFO] Copying artifact: org.apache.karaf.features:standard:xml:features:3.0.1
  748. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-features:xml:features:3.1.0
  749. [INFO] Copying artifact: org.apache.karaf.management:org.apache.karaf.management.server:jar:3.0.1
  750. [INFO] Copying artifact: org.apache.aries.jmx:org.apache.aries.jmx.api:jar:1.1.0
  751. [INFO] Copying artifact: org.apache.aries.jmx:org.apache.aries.jmx.core:jar:1.1.1
  752. [INFO] Copying artifact: org.apache.aries.jmx:org.apache.aries.jmx.blueprint.api:jar:1.1.0
  753. [INFO] Copying artifact: org.apache.aries.jmx:org.apache.aries.jmx.blueprint.core:jar:1.1.0
  754. [INFO] Copying artifact: org.apache.aries.jmx:org.apache.aries.jmx.whiteboard:jar:1.0.0
  755. [INFO] Copying artifact: org.apache.karaf.web:org.apache.karaf.web.core:jar:3.0.1
  756. [INFO] Copying artifact: org.apache.karaf.web:org.apache.karaf.web.command:jar:3.0.1
  757. [INFO] Copying artifact: org.apache.karaf.http:org.apache.karaf.http.core:jar:3.0.1
  758. [INFO] Copying artifact: org.apache.karaf.http:org.apache.karaf.http.command:jar:3.0.1
  759. [INFO] Copying artifact: org.apache.servicemix.specs:org.apache.servicemix.specs.activation-api-1.1:jar:2.2.0
  760. [INFO] Copying artifact: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
  761. [INFO] Copying artifact: javax.mail:mail:jar:1.4.4
  762. [INFO] Copying artifact: org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1
  763. [INFO] Copying artifact: org.apache.geronimo.specs:geronimo-annotation_1.1_spec:jar:1.0.1
  764. [INFO] Copying artifact: org.apache.geronimo.specs:geronimo-jaspic_1.0_spec:jar:1.1
  765. [INFO] Copying artifact: org.eclipse.jetty.aggregate:jetty-all-server:jar:8.1.14.v20131031
  766. [INFO] Copying artifact: org.apache.karaf.kar:org.apache.karaf.kar.core:jar:3.0.1
  767. [INFO] Copying artifact: org.apache.karaf.kar:org.apache.karaf.kar.command:jar:3.0.1
  768. [INFO] Copying artifact: org.apache.karaf.deployer:org.apache.karaf.deployer.kar:jar:3.0.1
  769. [INFO] Copying artifact: org.apache.mina:mina-core:jar:2.0.7
  770. [INFO] Copying artifact: org.apache.sshd:sshd-core:jar:0.9.0
  771. [INFO] Copying artifact: org.apache.karaf.shell:org.apache.karaf.shell.ssh:jar:3.0.1
  772. [INFO] Copying artifact: org.apache.karaf.config:org.apache.karaf.config.core:jar:3.0.1
  773. [INFO] Copying artifact: org.apache.karaf.config:org.apache.karaf.config.command:jar:3.0.1
  774. [INFO] Copying artifact: org.apache.felix:org.apache.felix.gogo.runtime:jar:0.10.0
  775. [INFO] Copying artifact: org.apache.karaf.shell:org.apache.karaf.shell.console:jar:3.0.1
  776. [INFO] Copying artifact: org.apache.karaf.features:org.apache.karaf.features.core:jar:3.0.1
  777. [INFO] Copying artifact: org.apache.karaf.features:org.apache.karaf.features.command:jar:3.0.1
  778. [INFO] Copying artifact: org.apache.karaf.instance:org.apache.karaf.instance.core:jar:3.0.1
  779. [INFO] Copying artifact: org.apache.karaf.instance:org.apache.karaf.instance.command:jar:3.0.1
  780. [INFO] Copying artifact: org.apache.karaf.jaas:org.apache.karaf.jaas.modules:jar:3.0.1
  781. [INFO] Copying artifact: org.apache.karaf.jaas:org.apache.karaf.jaas.config:jar:3.0.1
  782. [INFO] Copying artifact: org.apache.karaf.jaas:org.apache.karaf.jaas.command:jar:3.0.1
  783. [INFO] Copying artifact: org.apache.karaf.diagnostic:org.apache.karaf.diagnostic.core:jar:3.0.1
  784. [INFO] Copying artifact: org.apache.karaf.diagnostic:org.apache.karaf.diagnostic.command:jar:3.0.1
  785. [INFO] Copying artifact: org.apache.karaf.log:org.apache.karaf.log.core:jar:3.0.1
  786. [INFO] Copying artifact: org.apache.karaf.log:org.apache.karaf.log.command:jar:3.0.1
  787. [INFO] Copying artifact: org.apache.karaf.service:org.apache.karaf.service.core:jar:3.0.1
  788. [INFO] Copying artifact: org.apache.karaf.service:org.apache.karaf.service.command:jar:3.0.1
  789. [INFO] Copying artifact: org.apache.karaf.webconsole:org.apache.karaf.webconsole.instance:jar:3.0.1
  790. [INFO] Copying artifact: org.apache.karaf.webconsole:org.apache.karaf.webconsole.features:jar:3.0.1
  791. [INFO] Copying artifact: org.apache.karaf.webconsole:org.apache.karaf.webconsole.gogo:jar:3.0.1
  792. [INFO] Copying artifact: org.apache.karaf.webconsole:org.apache.karaf.webconsole.http:jar:3.0.1
  793. [INFO] Copying artifact: org.apache.karaf.package:org.apache.karaf.package.core:jar:3.0.1
  794. [INFO] Copying artifact: org.apache.karaf.package:org.apache.karaf.package.command:jar:3.0.1
  795. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-jsp:jar:3.1.0
  796. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-extender-whiteboard:jar:3.1.0
  797. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-jsp:jar:3.1.0
  798. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-extender-war:jar:3.1.0
  799. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-extender-whiteboard:jar:3.1.0
  800. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-deployer:jar:3.1.0
  801. [INFO] Copying artifact: org.ops4j.pax.url:pax-url-war:jar:1.4.2
  802. [INFO] Copying artifact: org.ops4j.pax.url:pax-url-commons:jar:1.4.2
  803. [INFO] Copying artifact: org.ops4j.pax.swissbox:pax-swissbox-bnd:jar:1.6.0
  804. [INFO] Copying artifact: org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.6.0
  805. [INFO] Copying artifact: org.ops4j.base:ops4j-base-net:jar:1.4.0
  806. [INFO] Copying artifact: org.ops4j.base:ops4j-base-lang:jar:1.4.0
  807. [INFO] Copying artifact: org.ops4j.base:ops4j-base-monitors:jar:1.4.0
  808. [INFO] Copying artifact: org.ops4j.base:ops4j-base-util-property:jar:1.4.0
  809. [INFO] Copying artifact: biz.aQute:bndlib:jar:1.43.0
  810. [INFO] Copying artifact: org.ops4j.base:ops4j-base-lang:jar:1.4.0
  811. [INFO] Copying artifact: org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.6.0
  812. [INFO] Copying artifact: org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.6.0
  813. [INFO] Copying artifact: org.apache.xbean:xbean-bundleutils:jar:3.16
  814. [INFO] Copying artifact: org.apache.xbean:xbean-asm4-shaded:jar:3.16
  815. [INFO] Copying artifact: org.apache.xbean:xbean-reflect:jar:3.16
  816. [INFO] Copying artifact: org.apache.xbean:xbean-finder-shaded:jar:3.16
  817. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-api:jar:3.1.0
  818. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-spi:jar:3.1.0
  819. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-runtime:jar:3.1.0
  820. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-jetty:jar:3.1.0
  821. [INFO] Copying artifact: org.ops4j.pax.web:pax-web-features:xml:jettyconfig:3.1.0
  822. [INFO]
  823. [INFO] --- maven-dependency-plugin:2.1:copy (copy) @ hello-karaf ---
  824. [INFO] Configured Artifact: org.opendaylight.controller:karaf.branding:?:jar
  825. [INFO] org.opendaylight.controller:karaf.branding:1.1.0-SNAPSHOT:jar already exists in /home/ubuntu/odl-apps/hello/hello-karaf/target/assembly/lib
  826. [INFO]
  827. [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hello-karaf ---
  828. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  829. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-karaf/src/main/resources
  830. [INFO]
  831. [INFO] --- karaf-maven-plugin:3.0.1:install-kars (process-resources) @ hello-karaf ---
  832. [INFO] Installing feature file:/home/ubuntu/odl-apps/hello/hello-karaf/target/assembly/system/org/apache/karaf/features/framework/3.0.1/framework-3.0.1-features.xml to system and startup.properties
  833. [INFO] Adding feature repository to system: mvn:org.opendaylight.hello/hello-features/1.0-SNAPSHOT/xml/features
  834. [INFO]
  835. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hello-karaf ---
  836. [INFO] No sources to compile
  837. [INFO]
  838. [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hello-karaf ---
  839. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  840. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-karaf/src/test/resources
  841. [INFO]
  842. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hello-karaf ---
  843. [INFO] No sources to compile
  844. [INFO]
  845. [INFO] --- maven-surefire-plugin:2.18:test (default-test) @ hello-karaf ---
  846. [INFO] No tests to run.
  847. [INFO]
  848. [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ hello-karaf ---
  849. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  850. [INFO] skip non existing resourceDirectory /home/ubuntu/odl-apps/hello/hello-karaf/src/main/assembly
  851. [INFO]
  852. [INFO] --- maven-dependency-plugin:2.1:unpack-dependencies (unpack-karaf-resources) @ hello-karaf ---
  853. [INFO] Unpacking /home/ubuntu/.m2/repository/org/opendaylight/controller/opendaylight-karaf-resources/1.5.0-SNAPSHOT/opendaylight-karaf-resources-1.5.0-SNAPSHOT.jar to
  854. /home/ubuntu/odl-apps/hello/hello-karaf/target/assembly
  855. with includes null and excludes:META-INF\/**
  856. [INFO]
  857. [INFO] --- maven-dependency-plugin:2.1:copy (org.ops4j.pax.url.mvn.cfg) @ hello-karaf ---
  858. [INFO] Configured Artifact: org.opendaylight.controller:opendaylight-karaf-resources:config:?:properties
  859. [INFO] Copying opendaylight-karaf-resources-1.5.0-SNAPSHOT-config.properties to /home/ubuntu/odl-apps/hello/hello-karaf/target/assembly/etc/org.ops4j.pax.url.mvn.cfg
  860. [INFO]
  861. [INFO] --- maven-antrun-plugin:1.7:run (default) @ hello-karaf ---
  862. [WARNING] Parameter tasks is deprecated, use target instead
  863. [INFO] Executing tasks
  864.  
  865. main:
  866. [INFO] Executed tasks
  867. [INFO]
  868. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ hello-karaf ---
  869. [WARNING] JAR will be empty - no content was marked for inclusion!
  870. [INFO] Building jar: /home/ubuntu/odl-apps/hello/hello-karaf/target/hello-karaf-1.0-SNAPSHOT.jar
  871. [INFO]
  872. [INFO] --- karaf-maven-plugin:3.0.1:instance-create-archive (package) @ hello-karaf ---
  873. [INFO]
  874. [INFO] --- maven-install-plugin:2.3:install (default-install) @ hello-karaf ---
  875. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-karaf/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-karaf/1.0-SNAPSHOT/hello-karaf-1.0-SNAPSHOT.jar
  876. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-karaf/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-karaf/1.0-SNAPSHOT/hello-karaf-1.0-SNAPSHOT.pom
  877. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-karaf/target/hello-karaf-1.0-SNAPSHOT.tar.gz to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-karaf/1.0-SNAPSHOT/hello-karaf-1.0-SNAPSHOT.tar.gz
  878. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-karaf/target/hello-karaf-1.0-SNAPSHOT.zip to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-karaf/1.0-SNAPSHOT/hello-karaf-1.0-SNAPSHOT.zip
  879. [INFO]
  880. [INFO] ------------------------------------------------------------------------
  881. [INFO] Building hello-artifacts 1.0-SNAPSHOT
  882. [INFO] ------------------------------------------------------------------------
  883. [INFO]
  884. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hello-artifacts ---
  885. [INFO]
  886. [INFO] --- maven-install-plugin:2.3:install (default-install) @ hello-artifacts ---
  887. [INFO] Installing /home/ubuntu/odl-apps/hello/hello-artifacts/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-artifacts/1.0-SNAPSHOT/hello-artifacts-1.0-SNAPSHOT.pom
  888. [INFO]
  889. [INFO] ------------------------------------------------------------------------
  890. [INFO] Building hello-aggregator 1.0-SNAPSHOT
  891. [INFO] ------------------------------------------------------------------------
  892. [INFO]
  893. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hello-aggregator ---
  894. [INFO]
  895. [INFO] --- maven-install-plugin:2.3:install (default-install) @ hello-aggregator ---
  896. [INFO] Installing /home/ubuntu/odl-apps/hello/pom.xml to /home/ubuntu/.m2/repository/org/opendaylight/hello/hello-aggregator/1.0-SNAPSHOT/hello-aggregator-1.0-SNAPSHOT.pom
  897. [INFO] ------------------------------------------------------------------------
  898. [INFO] Reactor Summary:
  899. [INFO]
  900. [INFO] hello-api ......................................... SUCCESS [7.440s]
  901. [INFO] hello-impl ........................................ SUCCESS [3.283s]
  902. [INFO] hello-features .................................... SUCCESS [2:23.254s]
  903. [INFO] hello-karaf ....................................... SUCCESS [10.061s]
  904. [INFO] hello-artifacts ................................... SUCCESS [0.072s]
  905. [INFO] hello-aggregator .................................. SUCCESS [0.005s]
  906. [INFO] ------------------------------------------------------------------------
  907. [INFO] BUILD SUCCESS
  908. [INFO] ------------------------------------------------------------------------
  909. [INFO] Total time: 2:46.854s
  910. [INFO] Finished at: Wed Feb 04 06:17:34 PST 2015
  911. [INFO] Final Memory: 62M/390M
  912. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement