akshitajha

ubuntu14_5rel_dock.log

Feb 5th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 149.29 KB | None | 0 0
  1. RS_SET=ubuntu-14-docker INSTALL_METHOD=deb REPO='ppa:odl-team/boron' bundle exec rake beaker
  2. /usr/bin/ruby2.3 -I/var/lib/gems/2.3.0/gems/rspec-core-3.5.4/lib:/var/lib/gems/2.3.0/gems/rspec-support-3.5.0/lib /var/lib/gems/2.3.0/gems/rspec-core-3.5.4/exe/rspec spec/acceptance --color
  3. /var/lib/gems/2.3.0/gems/beaker-rspec-6.0.0/lib/beaker-rspec/helpers/serverspec.rb:43: warning: already initialized constant Module::VALID_OPTIONS_KEYS
  4. /var/lib/gems/2.3.0/gems/specinfra-2.66.7/lib/specinfra/configuration.rb:4: warning: previous definition of VALID_OPTIONS_KEYS was here
  5. Hypervisor for ubuntu-14-docker is docker
  6. Beaker::Hypervisor, found some docker boxes to create
  7. get
  8. /v1.16/version
  9. {}
  10.  
  11. Provisioning docker
  12. provisioning ubuntu-14-docker
  13. Creating image
  14. Dockerfile is FROM ubuntu:14.04
  15. ENV container docker
  16. RUN apt-get update
  17. RUN apt-get install -y openssh-server openssh-client curl ntpdate lsb-release
  18. RUN mkdir -p /var/run/sshd
  19. RUN echo root:root | chpasswd
  20. RUN sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
  21. RUN sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
  22. RUN apt-get install -y software-properties-common
  23. EXPOSE 22
  24. CMD ["sh", "-c", "service ssh start ; tail -f /dev/null"]
  25. post
  26. /v1.16/build
  27. {:rm=>true}
  28. Dockerfile
  29. FROM ubuntu:14.04
  30. ENV container docker
  31. RUN apt-get update
  32. RUN apt-get install -y openssh-server openssh-client curl ntpdate lsb-release
  33. RUN mkdir -p /var/run/sshd
  34. RUN echo root:root | chpasswd
  35. RUN sed -ri 's/^#?PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config
  36. RUN sed -ri 's/^#?PasswordAuthentication .*/PasswordAuthentication yes/' /etc/ssh/sshd_config
  37. RUN apt-get install -y software-properties-common
  38. EXPOSE 22
  39. CMD ["sh", "-c", "service ssh start ; tail -f /dev/null"]
  40.  
  41. Creating container from image 1e5c469827c9
  42. post
  43. /v1.16/containers/create
  44. {}
  45. {"Image":"1e5c469827c9","Hostname":"ubuntu-14-docker"}
  46. Starting container 60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338
  47. post
  48. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338/start
  49. {}
  50. {"PublishAllPorts":true,"Privileged":true}
  51. get
  52. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338/json
  53. {}
  54.  
  55. Using docker server at 0.0.0.0
  56. get
  57. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338/json
  58. {}
  59.  
  60. node available as ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@0.0.0.0 -p 32780
  61. get
  62. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338/json
  63. {}
  64.  
  65. 
  66. ubuntu-14-docker 14:37:14$ cat /etc/resolv.conf
  67.  Attempting ssh connection to 0.0.0.0, user: root, opts: {:password=>"root", :port=>"32780", :forward_agent=>false}
  68.  Warning: Try 1 -- Host 0.0.0.0 unreachable: Errno::ECONNRESET - Connection reset by peer
  69.  Warning: Trying again in 3 seconds
  70.  Attempting ssh connection to 0.0.0.0, user: root, opts: {:password=>"root", :port=>"32780", :forward_agent=>false, :user=>"root"}
  71.  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  72. # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  73. search iiit.ac.in
  74.  
  75. nameserver 8.8.8.8
  76. nameserver 8.8.4.4
  77. 
  78. ubuntu-14-docker executed in 3.16 seconds
  79. 
  80. ubuntu-14-docker 14:37:17$ echo '127.0.0.1 localhost localhost.localdomain
  81. 172.17.0.3 ubuntu-14-docker.iiit.ac.in ubuntu-14-docker
  82. ' >> /etc/hosts
  83. 
  84. ubuntu-14-docker executed in 0.01 seconds
  85. 
  86. ubuntu-14-docker 14:37:17$ dpkg -s curl
  87.  Package: curl
  88. Status: install ok installed
  89. Priority: optional
  90. Section: web
  91. Installed-Size: 308
  92. Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  93. Architecture: amd64
  94. Multi-Arch: foreign
  95. Version: 7.35.0-1ubuntu2.10
  96. Depends: libc6 (>= 2.17), libcurl3 (= 7.35.0-1ubuntu2.10), zlib1g (>= 1:1.1.4)
  97. Description: command line tool for transferring data with URL syntax
  98. curl is a command line tool for transferring data with URL syntax, supporting
  99. DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
  100. POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
  101. .
  102. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form
  103. based upload, proxies, cookies, user+password authentication (Basic, Digest,
  104. NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a
  105. busload of other useful tricks.
  106. Homepage: http://curl.haxx.se
  107. Original-Maintainer: Alessandro Ghedini <ghedo@debian.org>
  108. 
  109. ubuntu-14-docker executed in 0.01 seconds
  110. 
  111. ubuntu-14-docker 14:37:17$ dpkg -s ntpdate
  112.  Package: ntpdate
  113. Status: install ok installed
  114. Priority: optional
  115. Section: net
  116. Installed-Size: 246
  117. Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  118. Architecture: amd64
  119. Source: ntp
  120. Version: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.10
  121. Depends: netbase, libc6 (>= 2.17), libssl1.0.0 (>= 1.0.1d)
  122. Pre-Depends: dpkg (>= 1.15.7.2)
  123. Recommends: lockfile-progs
  124. Breaks: dhcp3-client (<< 4.1.0-1)
  125. Conffiles:
  126. /etc/network/if-up.d/ntpdate 5f00df58559b2b50f7d5ef52ecbfa4dd
  127. /etc/dhcp/dhclient-exit-hooks.d/ntpdate 1d4c6af64ca132451ee95a08686ea111
  128. /etc/logcheck/ignore.d.server/ntpdate 68d4df7cceb0e97bde87126c3a56b219
  129. /etc/default/ntpdate 39415ec9778476795fdbb832adc43b9b
  130. Description: client for setting system time from NTP servers
  131. NTP, the Network Time Protocol, is used to keep computer clocks
  132. accurate by synchronizing them over the Internet or a local network,
  133. or by following an accurate hardware receiver that interprets GPS,
  134. DCF-77, NIST or similar time signals.
  135. .
  136. ntpdate is a simple NTP client that sets a system's clock to match
  137. the time obtained by communicating with one or more NTP servers. It
  138. is not sufficient, however, for maintaining an accurate clock in the
  139. long run. ntpdate by itself is useful for occasionally setting the
  140. time on machines that do not have full-time network access, such as
  141. laptops.
  142. .
  143. If the full NTP daemon from the package "ntp" is installed, then
  144. ntpdate is not necessary.
  145. Homepage: http://support.ntp.org/
  146. Original-Maintainer: Debian NTP Team <pkg-ntp-maintainers@lists.alioth.debian.org>
  147. 
  148. ubuntu-14-docker executed in 0.01 seconds
  149. setting local environment on ubuntu-14-docker
  150. 
  151. ubuntu-14-docker 14:37:17$ getent passwd root
  152.  root:x:0:0:root:/root:/bin/bash
  153. 
  154. ubuntu-14-docker executed in 0.01 seconds
  155. 
  156. ubuntu-14-docker 14:37:17$ mktemp -dt .XXXXXX
  157.  /tmp/.i3rcvd
  158. 
  159. ubuntu-14-docker executed in 0.01 seconds
  160. 
  161. ubuntu-14-docker 14:37:17$ chown root:root /tmp/.i3rcvd
  162. 
  163. ubuntu-14-docker executed in 0.00 seconds
  164. 
  165. ubuntu-14-docker 14:37:17$ echo 'PermitUserEnvironment yes' | cat - /etc/ssh/sshd_config > /tmp/.i3rcvd/sshd_config.permit
  166. 
  167. ubuntu-14-docker executed in 0.00 seconds
  168. 
  169. ubuntu-14-docker 14:37:17$ mv /tmp/.i3rcvd/sshd_config.permit /etc/ssh/sshd_config
  170. 
  171. ubuntu-14-docker executed in 0.01 seconds
  172. 
  173. ubuntu-14-docker 14:37:17$ service ssh restart
  174.  * Restarting OpenBSD Secure Shell server sshd
  175.  ...done.
  176. 
  177. ubuntu-14-docker executed in 0.04 seconds
  178. 
  179. ubuntu-14-docker 14:37:17$ mkdir -p ~/.ssh
  180. 
  181. ubuntu-14-docker executed in 0.00 seconds
  182. 
  183. ubuntu-14-docker 14:37:17$ chmod 0600 ~/.ssh
  184. 
  185. ubuntu-14-docker executed in 0.00 seconds
  186. 
  187. ubuntu-14-docker 14:37:17$ touch ~/.ssh/environment
  188. 
  189. ubuntu-14-docker executed in 0.00 seconds
  190. 
  191. ubuntu-14-docker 14:37:17$ grep ^PATH=.*\$PATH ~/.ssh/environment
  192. 
  193. ubuntu-14-docker executed in 0.00 seconds
  194. Exited: 1
  195. 
  196. ubuntu-14-docker 14:37:17$ grep ^PATH= ~/.ssh/environment
  197. 
  198. ubuntu-14-docker executed in 0.00 seconds
  199. Exited: 1
  200. 
  201. ubuntu-14-docker 14:37:17$ echo "PATH=$PATH" >> ~/.ssh/environment
  202. 
  203. ubuntu-14-docker executed in 0.00 seconds
  204. will not mirror environment to /etc/profile.d on non-sles/debian platform host
  205. 
  206. ubuntu-14-docker 14:37:17$ echo "/usr/bin"
  207.  /usr/bin
  208. 
  209. ubuntu-14-docker executed in 0.00 seconds
  210. 
  211. ubuntu-14-docker 14:37:17$ echo "/opt/puppet-git-repos/hiera/bin"
  212.  /opt/puppet-git-repos/hiera/bin
  213. 
  214. ubuntu-14-docker executed in 0.00 seconds
  215. 
  216. ubuntu-14-docker 14:37:17$ grep ^PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment
  217. 
  218. ubuntu-14-docker executed in 0.00 seconds
  219. Exited: 1
  220. 
  221. ubuntu-14-docker 14:37:17$ grep ^PATH= ~/.ssh/environment
  222.  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  223. 
  224. ubuntu-14-docker executed in 0.00 seconds
  225. 
  226. ubuntu-14-docker 14:37:17$ sed -i -e "s/^PATH=/PATH=\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin:/" ~/.ssh/environment
  227. 
  228. ubuntu-14-docker executed in 0.00 seconds
  229. will not mirror environment to /etc/profile.d on non-sles/debian platform host
  230. 
  231. ubuntu-14-docker 14:37:17$ grep ^PATH=.*PATH ~/.ssh/environment
  232. 
  233. ubuntu-14-docker executed in 0.00 seconds
  234. Exited: 1
  235. 
  236. ubuntu-14-docker 14:37:17$ grep ^PATH= ~/.ssh/environment
  237.  PATH=/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  238. 
  239. ubuntu-14-docker executed in 0.00 seconds
  240. 
  241. ubuntu-14-docker 14:37:17$ sed -i -e "s/^PATH=/PATH=PATH:/" ~/.ssh/environment
  242. 
  243. ubuntu-14-docker executed in 0.00 seconds
  244. will not mirror environment to /etc/profile.d on non-sles/debian platform host
  245. ssh connection to ubuntu-14-docker has been terminated
  246. 
  247. ubuntu-14-docker 14:37:17$ cat ~/.ssh/environment
  248.  Attempting ssh connection to 0.0.0.0, user: root, opts: {:password=>"root", :port=>"32780", :forward_agent=>false, :user=>"root"}
  249.  PATH=PATH:/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  250. 
  251. ubuntu-14-docker executed in 0.12 seconds
  252. Disabling updates.puppetlabs.com by modifying hosts file to resolve updates to 127.0.0.1 on ubuntu-14-docker
  253. 
  254. ubuntu-14-docker 14:37:17$ echo '127.0.0.1 updates.puppetlabs.com
  255. ' >> /etc/hosts
  256. 
  257. ubuntu-14-docker executed in 0.00 seconds
  258. 
  259. ubuntu-14-docker 14:37:17$ wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppetlabs-release-trusty.deb
  260.  --2017-02-05 09:07:17-- http://apt.puppetlabs.com/puppetlabs-release-trusty.deb
  261.  Resolving apt.puppetlabs.com (apt.puppetlabs.com)...  192.155.89.90, 2600:3c03::f03c:91ff:fedb:6b1d
  262.  Connecting to apt.puppetlabs.com (apt.puppetlabs.com)|192.155.89.90|:80...  connected.
  263.  HTTP request sent, awaiting response...  200 OK
  264. Length: 16944 (17K) [application/x-debian-package]
  265.  Saving to: '/tmp/puppet.deb'
  266. 
  267. 0K .. . . ... ... . . . ...  100% 70.1K=0.2s
  268.  2017-02-05 09:07:18 (70.1 KB/s) - '/tmp/puppet.deb' saved [16944/16944]
  269. 
  270. ubuntu-14-docker executed in 0.81 seconds
  271. 
  272. ubuntu-14-docker 14:37:18$ dpkg -i --force-all /tmp/puppet.deb
  273.  Selecting previously unselected package puppetlabs-release.
  274.  (Reading database ... 16952 files and directories currently installed.)
  275.  Preparing to unpack /tmp/puppet.deb ...
  276.  Unpacking puppetlabs-release (1.1-1) ...
  277.  Setting up puppetlabs-release (1.1-1) ...
  278. 
  279. Configuration file `/etc/apt/trusted.gpg.d/puppetlabs-keyring.gpg', does not exist on system.
  280. Installing new config file as you requested.
  281. 
  282. Configuration file `/etc/apt/trusted.gpg.d/puppetlabs-nightly-keyring.gpg', does not exist on system.
  283. Installing new config file as you requested.
  284. 
  285. Configuration file `/etc/apt/sources.list.d/puppetlabs.list', does not exist on system.
  286. Installing new config file as you requested.
  287. 
  288. ubuntu-14-docker executed in 2.94 seconds
  289. 
  290. ubuntu-14-docker 14:37:21$ apt-get update
  291.  Ign http://archive.ubuntu.com trusty InRelease
  292.  Ign http://apt.puppetlabs.com trusty InRelease
  293.  Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
  294.  Get:2 http://apt.puppetlabs.com trusty Release.gpg [836 B]
  295.  Get:3 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
  296. Get:4 http://apt.puppetlabs.com trusty Release [54.2 kB]
  297.  Hit http://archive.ubuntu.com trusty Release.gpg
  298.  Hit http://archive.ubuntu.com trusty Release
  299.  Get:5 http://archive.ubuntu.com trusty-updates/main Sources [483 kB]
  300.  Get:6 http://apt.puppetlabs.com trusty/main Sources [30.1 kB]
  301.  Get:7 http://apt.puppetlabs.com trusty/dependencies Sources [1418 B]
  302.  Get:8 http://archive.ubuntu.com trusty-updates/restricted Sources [5957 B]
  303.  Get:9 http://archive.ubuntu.com trusty-updates/universe Sources [218 kB]
  304.  Get:10 http://apt.puppetlabs.com trusty/main amd64 Packages [44.4 kB]
  305.  Get:11 http://apt.puppetlabs.com trusty/dependencies amd64 Packages [932 B]
  306.  Get:12 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1180 kB]
  307.  Get:13 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [20.4 kB]
  308.  Get:14 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [513 kB]
  309.  Get:15 http://archive.ubuntu.com trusty-security/main Sources [158 kB]
  310.  Get:16 http://archive.ubuntu.com trusty-security/restricted Sources [4667 B]
  311.  Get:17 http://archive.ubuntu.com trusty-security/universe Sources [57.6 kB]
  312.  Get:18 http://archive.ubuntu.com trusty-security/main amd64 Packages [718 kB]
  313.  Get:19 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [17.0 kB]
  314.  Get:20 http://archive.ubuntu.com trusty-security/universe amd64 Packages [197 kB]
  315.  Hit http://archive.ubuntu.com trusty/main Sources
  316.  Hit http://archive.ubuntu.com trusty/restricted Sources
  317.  Hit http://archive.ubuntu.com trusty/universe Sources
  318.  Hit http://archive.ubuntu.com trusty/main amd64 Packages
  319.  Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  320.  Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  321.  Fetched 3836 kB in 10s (356 kB/s)
  322. Reading package lists...
  323. 
  324. ubuntu-14-docker executed in 12.93 seconds
  325. 
  326. ubuntu-14-docker 14:37:34$ echo "/usr/bin"
  327.  /usr/bin
  328. 
  329. ubuntu-14-docker executed in 0.00 seconds
  330. 
  331. ubuntu-14-docker 14:37:34$ echo "/opt/puppet-git-repos/hiera/bin"
  332.  /opt/puppet-git-repos/hiera/bin
  333. 
  334. ubuntu-14-docker executed in 0.00 seconds
  335. 
  336. ubuntu-14-docker 14:37:34$ grep ^PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment
  337.  PATH=PATH:/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  338. 
  339. ubuntu-14-docker executed in 0.00 seconds
  340. 
  341. ubuntu-14-docker 14:37:34$ grep ^PATH=.*PATH ~/.ssh/environment
  342.  PATH=PATH:/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  343. 
  344. ubuntu-14-docker executed in 0.00 seconds
  345. 
  346. ubuntu-14-docker 14:37:34$ apt-get update
  347.  Ign http://archive.ubuntu.com trusty InRelease
  348.  Ign http://apt.puppetlabs.com trusty InRelease
  349.  Hit http://archive.ubuntu.com trusty-updates InRelease
  350.  Hit http://archive.ubuntu.com trusty-security InRelease
  351.  Hit http://archive.ubuntu.com trusty Release.gpg
  352.  Hit http://apt.puppetlabs.com trusty Release.gpg
  353.  Hit http://archive.ubuntu.com trusty-updates/main Sources
  354.  Hit http://archive.ubuntu.com trusty-updates/restricted Sources
  355.  Hit http://apt.puppetlabs.com trusty Release
  356.  Hit http://archive.ubuntu.com trusty-updates/universe Sources
  357.  Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
  358.  Hit http://apt.puppetlabs.com trusty/main Sources
  359.  Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
  360.  Hit http://apt.puppetlabs.com trusty/dependencies Sources
  361.  Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
  362.  Hit http://archive.ubuntu.com trusty Release
  363.  Hit http://apt.puppetlabs.com trusty/main amd64 Packages
  364.  Hit http://archive.ubuntu.com trusty-security/main Sources
  365.  Hit http://apt.puppetlabs.com trusty/dependencies amd64 Packages
  366.  Hit http://archive.ubuntu.com trusty-security/restricted Sources
  367.  Hit http://archive.ubuntu.com trusty-security/universe Sources
  368.  Hit http://archive.ubuntu.com trusty-security/main amd64 Packages
  369.  Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages
  370.  Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages
  371.  Hit http://archive.ubuntu.com trusty/main Sources
  372.  Hit http://archive.ubuntu.com trusty/restricted Sources
  373.  Hit http://archive.ubuntu.com trusty/universe Sources
  374.  Hit http://archive.ubuntu.com trusty/main amd64 Packages
  375.  Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  376.  Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  377.  Reading package lists...
  378. 
  379. ubuntu-14-docker executed in 8.59 seconds
  380. 
  381. ubuntu-14-docker 14:37:42$ apt-get install --force-yes -y puppet
  382.  Reading package lists...
  383.  Building dependency tree...
  384. Reading state information...
  385.  The following extra packages will be installed:
  386. augeas-lenses debconf-utils dmidecode facter hiera libaugeas-ruby libaugeas0
  387. libpci3 libruby1.9.1 libyaml-0-2 pciutils puppet-common ruby ruby-augeas
  388. ruby-json ruby-shadow ruby1.9.1 virt-what
  389.  Suggested packages:
  390. augeas-doc augeas-tools puppet-el vim-puppet ruby-selinux libselinux-ruby1.8
  391. librrd-ruby1.9.1 librrd-ruby1.8 ri ruby-dev ruby1.9.1-examples ri1.9.1
  392. graphviz ruby1.9.1-dev ruby-switch
  393. Recommended packages:
  394. rdoc
  395.  The following NEW packages will be installed:
  396. augeas-lenses debconf-utils dmidecode facter hiera libaugeas-ruby libaugeas0
  397. libpci3 libruby1.9.1 libyaml-0-2 pciutils puppet puppet-common ruby
  398. ruby-augeas ruby-json ruby-shadow ruby1.9.1 virt-what
  399.  0 upgraded, 19 newly installed, 0 to remove and 5 not upgraded.
  400. Need to get 4962 kB of archives.
  401. After this operation, 25.4 MB of additional disk space will be used.
  402. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpci3 amd64 1:3.2.1-1ubuntu5.1 [26.3 kB]
  403.  Get:2 http://apt.puppetlabs.com/ trusty/main facter all 2.4.6-1puppetlabs1 [73.3 kB]
  404.  Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB]
  405.  Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main dmidecode amd64 2.12-2 [45.9 kB]
  406.  Get:5 http://apt.puppetlabs.com/ trusty/main hiera all 1.3.4-1puppetlabs1 [12.0 kB]
  407.  Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main pciutils amd64 1:3.2.1-1ubuntu5.1 [282 kB]
  408.  Get:7 http://apt.puppetlabs.com/ trusty/main puppet-common all 3.8.7-1puppetlabs1 [1269 kB]
  409.  Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main augeas-lenses all 1.2.0-0ubuntu1.2 [229 kB]
  410.  Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB]
  411.  Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [2645 kB]
  412.  Get:11 http://apt.puppetlabs.com/ trusty/main puppet all 3.8.7-1puppetlabs1 [9308 B]
  413.  Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ruby1.9.1 amd64 1.9.3.484-2ubuntu1.2 [35.6 kB]
  414.  Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main ruby all 1:1.9.3.4 [5334 B]
  415.  Get:14 http://archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB]
  416.  Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libaugeas0 amd64 1.2.0-0ubuntu1.2 [135 kB]
  417.  Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-augeas amd64 0.5.0-2 [13.2 kB]
  418.  Get:17 http://archive.ubuntu.com/ubuntu/ trusty/universe libaugeas-ruby all 0.5.0-2 [1394 B]
  419.  Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-shadow amd64 2.2.0-1 [11.2 kB]
  420.  Get:19 http://archive.ubuntu.com/ubuntu/ trusty/main ruby-json amd64 1.8.0-1build1 [49.0 kB]
  421.  perl: warning: Setting locale failed.
  422. perl: warning: Please check that your locale settings:
  423. LANGUAGE = (unset),
  424. LC_ALL = (unset),
  425. LANG = "en_US.UTF-8"
  426. are supported and installed on your system.
  427. perl: warning: Falling back to the standard locale ("C").
  428.  locale:  Cannot set LC_CTYPE to default locale : No such file or directory
  429.  locale:  Cannot set LC_MESSAGES to default locale : No such file or directory
  430.  locale:  Cannot set LC_ALL to default locale : No such file or directory
  431.  debconf: unable to initialize frontend: Dialog
  432. debconf: (TERM is not set, so the dialog frontend is not usable.)
  433.  debconf: falling back to frontend: Readline
  434.  debconf: unable to initialize frontend: Readline
  435. debconf: (This frontend requires a controlling tty.)
  436. debconf: falling back to frontend: Teletype
  437.  dpkg-preconfigure: unable to re-open stdin:
  438.  Fetched 4962 kB in 14s (350 kB/s)
  439.  Selecting previously unselected package libpci3:amd64.
  440.  (Reading database ... 16959 files and directories currently installed.)
  441.  Preparing to unpack .../libpci3_1%3a3.2.1-1ubuntu5.1_amd64.deb ...
  442.  Unpacking libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...
  443.  Selecting previously unselected package libyaml-0-2:amd64.
  444.  Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3.1_amd64.deb ...
  445.  Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...
  446.  Selecting previously unselected package dmidecode.
  447.  Preparing to unpack .../dmidecode_2.12-2_amd64.deb ...
  448.  Unpacking dmidecode (2.12-2) ...
  449.  Selecting previously unselected package pciutils.
  450.  Preparing to unpack .../pciutils_1%3a3.2.1-1ubuntu5.1_amd64.deb ...
  451.  Unpacking pciutils (1:3.2.1-1ubuntu5.1) ...
  452.  Selecting previously unselected package augeas-lenses.
  453. Preparing to unpack .../augeas-lenses_1.2.0-0ubuntu1.2_all.deb ...
  454.  Unpacking augeas-lenses (1.2.0-0ubuntu1.2) ...
  455.  Selecting previously unselected package debconf-utils.
  456.  Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ...
  457.  Unpacking debconf-utils (1.5.51ubuntu2) ...
  458.  Selecting previously unselected package libruby1.9.1.
  459.  Preparing to unpack .../libruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...
  460.  Unpacking libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
  461.  Selecting previously unselected package ruby1.9.1.
  462.  Preparing to unpack .../ruby1.9.1_1.9.3.484-2ubuntu1.2_amd64.deb ...
  463.  Unpacking ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
  464.  Selecting previously unselected package ruby.
  465.  Preparing to unpack .../ruby_1%3a1.9.3.4_all.deb ...
  466.  Unpacking ruby (1:1.9.3.4) ...
  467.  Selecting previously unselected package virt-what.
  468.  Preparing to unpack .../virt-what_1.13-1_amd64.deb ...
  469.  Unpacking virt-what (1.13-1) ...
  470.  Selecting previously unselected package facter.
  471.  Preparing to unpack .../facter_2.4.6-1puppetlabs1_all.deb ...
  472.  Unpacking facter (2.4.6-1puppetlabs1) ...
  473.  Selecting previously unselected package libaugeas0.
  474.  Preparing to unpack .../libaugeas0_1.2.0-0ubuntu1.2_amd64.deb ...
  475.  Unpacking libaugeas0 (1.2.0-0ubuntu1.2) ...
  476.  Selecting previously unselected package ruby-augeas.
  477.  Preparing to unpack .../ruby-augeas_0.5.0-2_amd64.deb ...
  478.  Unpacking ruby-augeas (0.5.0-2) ...
  479.  Selecting previously unselected package libaugeas-ruby.
  480.  Preparing to unpack .../libaugeas-ruby_0.5.0-2_all.deb ...
  481.  Unpacking libaugeas-ruby (0.5.0-2) ...
  482.  Selecting previously unselected package ruby-shadow.
  483.  Preparing to unpack .../ruby-shadow_2.2.0-1_amd64.deb ...
  484.  Unpacking ruby-shadow (2.2.0-1) ...
  485.  Selecting previously unselected package ruby-json.
  486.  Preparing to unpack .../ruby-json_1.8.0-1build1_amd64.deb ...
  487.  Unpacking ruby-json (1.8.0-1build1) ...
  488.  Selecting previously unselected package hiera.
  489.  Preparing to unpack .../hiera_1.3.4-1puppetlabs1_all.deb ...
  490.  Unpacking hiera (1.3.4-1puppetlabs1) ...
  491.  Selecting previously unselected package puppet-common.
  492.  Preparing to unpack .../puppet-common_3.8.7-1puppetlabs1_all.deb ...
  493.  Unpacking puppet-common (3.8.7-1puppetlabs1) ...
  494.  Selecting previously unselected package puppet.
  495.  Preparing to unpack .../puppet_3.8.7-1puppetlabs1_all.deb ...
  496.  Unpacking puppet (3.8.7-1puppetlabs1) ...
  497.  Processing triggers for ureadahead (0.100.0-16) ...
  498.  Setting up libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...
  499.  Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...
  500.  Setting up dmidecode (2.12-2) ...
  501.  Setting up pciutils (1:3.2.1-1ubuntu5.1) ...
  502.  Setting up augeas-lenses (1.2.0-0ubuntu1.2) ...
  503.  Setting up debconf-utils (1.5.51ubuntu2) ...
  504.  Setting up virt-what (1.13-1) ...
  505.  Setting up libaugeas0 (1.2.0-0ubuntu1.2) ...
  506.  Setting up ruby (1:1.9.3.4) ...
  507.  Setting up facter (2.4.6-1puppetlabs1) ...
  508.  Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
  509.  Setting up libruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
  510.  Setting up ruby-augeas (0.5.0-2) ...
  511.  Setting up libaugeas-ruby (0.5.0-2) ...
  512.  Setting up ruby-shadow (2.2.0-1) ...
  513.  Setting up ruby-json (1.8.0-1build1) ...
  514.  Setting up hiera (1.3.4-1puppetlabs1) ...
  515.  Setting up puppet-common (3.8.7-1puppetlabs1) ...
  516.  Setting up puppet (3.8.7-1puppetlabs1) ...
  517.  invoke-rc.d: policy-rc.d denied execution of start.
  518.  Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
  519.  Processing triggers for ureadahead (0.100.0-16) ...
  520. 
  521. ubuntu-14-docker executed in 20.64 seconds
  522. 
  523. ubuntu-14-docker 14:38:03$ echo "/usr/bin"
  524.  /usr/bin
  525. 
  526. ubuntu-14-docker executed in 0.00 seconds
  527. 
  528. ubuntu-14-docker 14:38:03$ echo "/opt/puppet-git-repos/hiera/bin"
  529.  /opt/puppet-git-repos/hiera/bin
  530. 
  531. ubuntu-14-docker executed in 0.00 seconds
  532. 
  533. ubuntu-14-docker 14:38:03$ grep ^PATH=.*\/usr\/bin:\/opt\/puppet\-git\-repos\/hiera\/bin ~/.ssh/environment
  534.  PATH=PATH:/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  535. 
  536. ubuntu-14-docker executed in 0.01 seconds
  537. 
  538. ubuntu-14-docker 14:38:03$ grep ^PATH=.*PATH ~/.ssh/environment
  539.  PATH=PATH:/usr/bin:/opt/puppet-git-repos/hiera/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  540. 
  541. ubuntu-14-docker executed in 0.00 seconds
  542. 
  543. ubuntu-14-docker 14:38:03$ mkdir -p /etc/puppet
  544. 
  545. ubuntu-14-docker executed in 0.00 seconds
  546. 
  547. ubuntu-14-docker 14:38:03$ puppet agent --configprint hiera_config
  548.  /etc/puppet/hiera.yaml
  549. 
  550. ubuntu-14-docker executed in 0.64 seconds
  551. 
  552. ubuntu-14-docker 14:38:04$ echo '' >> /etc/puppet/hiera.yaml
  553. 
  554. ubuntu-14-docker executed in 0.00 seconds
  555. 
  556. ubuntu-14-docker 14:38:04$ echo /etc/puppet/modules
  557.  /etc/puppet/modules
  558. 
  559. ubuntu-14-docker executed in 0.00 seconds
  560. Using scp to transfer /home/akshitajha/df/puppet-opendaylight to /etc/puppet/modules/opendaylight
  561. localhost $ scp /home/akshitajha/df/puppet-opendaylight ubuntu-14-docker:/etc/puppet/modules {:ignore => [".bundle", ".git", ".idea", ".vagrant", ".vendor", "vendor", "acceptance", "bundle", "spec", "tests", "log", ".svn", "junit", "pkg", "example", ".", ".."]}
  562. going to ignore (?-mix:((\/|\A)\.bundle(\/|\z))|((\/|\A)\.git(\/|\z))|((\/|\A)\.idea(\/|\z))|((\/|\A)\.vagrant(\/|\z))|((\/|\A)\.vendor(\/|\z))|((\/|\A)vendor(\/|\z))|((\/|\A)acceptance(\/|\z))|((\/|\A)bundle(\/|\z))|((\/|\A)spec(\/|\z))|((\/|\A)tests(\/|\z))|((\/|\A)log(\/|\z))|((\/|\A)\.svn(\/|\z))|((\/|\A)junit(\/|\z))|((\/|\A)pkg(\/|\z))|((\/|\A)example(\/|\z))|((\/|\A)\.(\/|\z))|((\/|\A)\.\.(\/|\z)))
  563. 
  564. ubuntu-14-docker 14:38:05$ rm -rf /etc/puppet/modules/opendaylight
  565. 
  566. ubuntu-14-docker executed in 0.01 seconds
  567. 
  568. ubuntu-14-docker 14:38:05$ mv /etc/puppet/modules/puppet-opendaylight /etc/puppet/modules/opendaylight
  569. 
  570. ubuntu-14-docker executed in 0.01 seconds
  571. 
  572. ubuntu-14-docker 14:38:05$ puppet module install puppetlabs-stdlib
  573.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  574. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  575.  Notice: Preparing to install into /etc/puppet/modules ...
  576.  Notice: Downloading from https://forgeapi.puppetlabs.com ...
  577.  Notice: Installing -- do not interrupt ...
  578.  /etc/puppet/modules
  579. └── puppetlabs-stdlib (v4.15.0)
  580. 
  581. ubuntu-14-docker executed in 15.25 seconds
  582. 
  583. ubuntu-14-docker 14:38:20$ puppet module install puppetlabs-apt
  584.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  585. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  586.  Notice: Preparing to install into /etc/puppet/modules ...
  587.  Notice: Downloading from https://forgeapi.puppetlabs.com ...
  588.  Notice: Installing -- do not interrupt ...
  589.  /etc/puppet/modules
  590. └─┬ puppetlabs-apt (v2.3.0)
  591. └── puppetlabs-stdlib (v4.15.0)
  592. 
  593. ubuntu-14-docker executed in 13.71 seconds
  594. 
  595. opendaylight class
  596. testing install methods
  597. 
  598. ubuntu-14-docker 14:38:34$ mktemp -t apply_manifest.pp.XXXXXX
  599.  /tmp/apply_manifest.pp.yq55Xj
  600. 
  601. ubuntu-14-docker executed in 0.00 seconds
  602. localhost $ scp /tmp/beaker20170205-25787-ta2ugd ubuntu-14-docker:/tmp/apply_manifest.pp.yq55Xj {:ignore => }
  603. 
  604. ubuntu-14-docker 14:38:34$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.yq55Xj
  605.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  606. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  607.  Info: Loading facts
  608.  Info: Loading facts
  609.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  610.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  611.  Info: Applying configuration version '1486285717'
  612.  Notice: /Stage[main]/Opendaylight::Install/Apt::Ppa[ppa:odl-team/boron]/Exec[add-apt-repository-ppa:odl-team/boron]/returns: executed successfully
  613.  Info: /Stage[main]/Opendaylight::Install/Apt::Ppa[ppa:odl-team/boron]/Exec[add-apt-repository-ppa:odl-team/boron]: Scheduling refresh of Class[Apt::Update]
  614.  Notice: /Stage[main]/Opendaylight::Install/Apt::Ppa[ppa:openjdk-r/ppa]/Exec[add-apt-repository-ppa:openjdk-r/ppa]/returns: executed successfully
  615.  Info: /Stage[main]/Opendaylight::Install/Apt::Ppa[ppa:openjdk-r/ppa]/Exec[add-apt-repository-ppa:openjdk-r/ppa]: Scheduling refresh of Class[Apt::Update]
  616.  Notice: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]/ensure: defined content as '{md5}0962d70c4ec78bbfa6f3544ae0c41974'
  617.  Info: /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]: Scheduling refresh of Class[Apt::Update]
  618.  Notice: /Stage[main]/Apt/File[preferences]/ensure: created
  619.  Info: /Stage[main]/Apt/File[preferences]: Scheduling refresh of Class[Apt::Update]
  620.  Info: Class[Apt::Update]: Scheduling refresh of Exec[apt_update]
  621.  Notice: /Stage[main]/Apt::Update/Exec[apt_update]: Triggered 'refresh' from 1 events
  622.  Notice: /Stage[main]/Opendaylight::Install/Package[opendaylight]/ensure: ensure changed 'purged' to 'present'
  623.  Info: Computing checksum on file /opt/opendaylight/etc/jetty.xml
  624.  Info: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Filebucketed /opt/opendaylight/etc/jetty.xml to puppet with sum 9193aa0b354d9dc21269f4d4c507247b
  625.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}9193aa0b354d9dc21269f4d4c507247b' to '{md5}e9fb34e252734115abb355b035071d25'
  626.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  627.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 5114b5102808c64edda26ac58c11b9cc
  628.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}5114b5102808c64edda26ac58c11b9cc' to '{md5}711ef6390bfff3e696dec1e89a72fec6'
  629.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  630.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  631.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  632.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  633.  Info: Creating state file /var/lib/puppet/state/state.yaml
  634.  Notice: Finished catalog run in 1278.53 seconds
  635. 
  636. ubuntu-14-docker executed in 1281.77 seconds
  637. Exited: 6
  638.  should work idempotently with no errors (FAILED - 1)
  639. Ppa "ppa:odl-team/boron"
  640. 
  641. ubuntu-14-docker 14:59:56$ /bin/sh -c uname\ -sr
  642.  Linux 4.4.0-59-generic
  643. 
  644. ubuntu-14-docker executed in 0.00 seconds
  645. 
  646. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/fedora-release
  647.  ls: cannot access /etc/fedora-release: No such file or directory
  648. 
  649. ubuntu-14-docker executed in 0.00 seconds
  650. Exited: 2
  651. 
  652. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/redhat-release
  653.  ls: cannot access /etc/redhat-release: No such file or directory
  654. 
  655. ubuntu-14-docker executed in 0.00 seconds
  656. Exited: 2
  657. 
  658. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/system-release
  659.  ls: cannot access /etc/system-release: No such file or directory
  660. 
  661. ubuntu-14-docker executed in 0.00 seconds
  662. Exited: 2
  663. 
  664. ubuntu-14-docker 14:59:56$ /bin/sh -c uname\ -sr
  665.  Linux 4.4.0-59-generic
  666. 
  667. ubuntu-14-docker executed in 0.00 seconds
  668. 
  669. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /var/run/current-system/sw
  670.  ls: cannot access /var/run/current-system/sw: No such file or directory
  671. 
  672. ubuntu-14-docker executed in 0.00 seconds
  673. Exited: 2
  674. 
  675. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/gentoo-release
  676.  ls: cannot access /etc/gentoo-release: No such file or directory
  677. 
  678. ubuntu-14-docker executed in 0.00 seconds
  679. Exited: 2
  680. 
  681. ubuntu-14-docker 14:59:56$ /bin/sh -c cat\ /etc/debian_version
  682.  jessie/sid
  683. 
  684. ubuntu-14-docker executed in 0.00 seconds
  685. 
  686. ubuntu-14-docker 14:59:56$ /bin/sh -c lsb_release\ -ir
  687.  Distributor ID: Ubuntu
  688. Release: 14.04
  689. 
  690. ubuntu-14-docker executed in 0.04 seconds
  691. 
  692. ubuntu-14-docker 14:59:56$ /bin/sh -c uname\ -m
  693.  x86_64
  694. 
  695. ubuntu-14-docker executed in 0.00 seconds
  696. 
  697. ubuntu-14-docker 14:59:56$ /bin/sh -c find\ /etc/apt/\ -name\ \*.list\ \|\ xargs\ grep\ -o\ -E\ \"deb\ \+\[\\\"\'\]\?http://ppa.launchpad.net/odl-team/boron\"
  698.  /etc/apt/sources.list.d/odl-team-boron-trusty.list:deb http://ppa.launchpad.net/odl-team/boron
  699. 
  700. ubuntu-14-docker executed in 0.01 seconds
  701.  should exist
  702. 
  703. ubuntu-14-docker 14:59:56$ /bin/sh -c find\ /etc/apt/\ -name\ \*.list\ \|\ xargs\ grep\ -o\ -E\ \"\^deb\ \+\[\\\"\'\]\?http://ppa.launchpad.net/odl-team/boron\"
  704.  /etc/apt/sources.list.d/odl-team-boron-trusty.list:deb http://ppa.launchpad.net/odl-team/boron
  705. 
  706. ubuntu-14-docker executed in 0.00 seconds
  707.  should be enabled
  708. Package "opendaylight"
  709. 
  710. ubuntu-14-docker 14:59:56$ /bin/sh -c dpkg-query\ -f\ \'\$\{Status\}\'\ -W\ opendaylight\ \|\ grep\ -E\ \'\^\(install\|hold\)\ ok\ installed\$\'
  711.  install ok installed
  712. 
  713. ubuntu-14-docker executed in 0.01 seconds
  714.  should be installed
  715. File "/opt/opendaylight/"
  716. 
  717. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -d\ /opt/opendaylight/
  718. 
  719. ubuntu-14-docker executed in 0.00 seconds
  720.  should be directory
  721. 
  722. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/\ \|\ grep\ --\ \\\^odl\\\$
  723.  odl
  724. 
  725. ubuntu-14-docker executed in 0.00 seconds
  726.  should be owned by "odl"
  727. 
  728. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/\ \|\ grep\ --\ \\\^odl\\\$
  729.  odl
  730. 
  731. ubuntu-14-docker executed in 0.00 seconds
  732.  should be grouped into "odl"
  733. Service "opendaylight"
  734. 
  735. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/rc3.d/\ \|\ grep\ --\ \'\^S..opendaylight\$\'\ \|\|\ grep\ \'\^\ \*start\ on\'\ /etc/init/opendaylight.conf
  736.  start on runlevel [2345]
  737. 
  738. ubuntu-14-docker executed in 0.00 seconds
  739.  should be enabled
  740. 
  741. ubuntu-14-docker 14:59:56$ /bin/sh -c ls\ /etc/rc3.d/\ \|\ grep\ --\ \'\^S..opendaylight\$\'\ \|\|\ grep\ \'\^\ \*start\ on\'\ /etc/init/opendaylight.conf
  742.  start on runlevel [2345]
  743. 
  744. ubuntu-14-docker executed in 0.01 seconds
  745.  should be enabled with level 3
  746. 
  747. ubuntu-14-docker 14:59:56$ /bin/sh -c service\ opendaylight\ status\ \&\&\ service\ opendaylight\ status\ \|\ egrep\ \'running\|online\'
  748.  opendaylight: unrecognized service
  749. 
  750. ubuntu-14-docker executed in 0.01 seconds
  751. Exited: 1
  752. 
  753. ubuntu-14-docker 14:59:56$ /bin/sh -c ps\ aux\ \|\ grep\ -w\ --\ opendaylight\ \|\ grep\ -qv\ grep
  754. 
  755. ubuntu-14-docker executed in 0.00 seconds
  756. Exited: 1
  757.  should be running (FAILED - 2)
  758. User "odl"
  759. 
  760. ubuntu-14-docker 14:59:56$ /bin/sh -c id\ odl
  761.  uid=104(odl) gid=107(odl) groups=107(odl)
  762. 
  763. ubuntu-14-docker executed in 0.00 seconds
  764.  should exist
  765. 
  766. ubuntu-14-docker 14:59:56$ /bin/sh -c id\ odl\ \|\ sed\ \'s/\ context\=.\*//g\'\ \|\ cut\ -f\ 4\ -d\ \'\=\'\ \|\ grep\ --\ odl
  767.  107(odl)
  768. 
  769. ubuntu-14-docker executed in 0.00 seconds
  770.  should belong to group "odl"
  771. 
  772. ubuntu-14-docker 14:59:56$ /bin/sh -c getent\ passwd\ odl\ \|\ cut\ -f\ 6\ -d\ \':\'\ \|\ grep\ -w\ --\ /opt/opendaylight
  773.  /opt/opendaylight
  774. 
  775. ubuntu-14-docker executed in 0.00 seconds
  776.  should have home directory "/opt/opendaylight"
  777. Group "odl"
  778. 
  779. ubuntu-14-docker 14:59:56$ /bin/sh -c getent\ group\ odl
  780.  odl:x:107:
  781. 
  782. ubuntu-14-docker executed in 0.00 seconds
  783.  should exist
  784. File "/home/odl"
  785. 
  786. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -d\ /home/odl
  787. 
  788. ubuntu-14-docker executed in 0.00 seconds
  789. Exited: 1
  790.  should not be directory
  791. Process "java"
  792. 
  793. ubuntu-14-docker 14:59:56$ /bin/sh -c ps\ -C\ java\ -o\ pid\=\ \|\ head\ -1
  794. 
  795. ubuntu-14-docker executed in 0.00 seconds
  796.  should be running (FAILED - 3)
  797. File "/opt/opendaylight/etc/org.apache.karaf.features.cfg"
  798. 
  799. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.apache.karaf.features.cfg
  800. 
  801. ubuntu-14-docker executed in 0.00 seconds
  802.  should be file
  803. 
  804. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  805.  odl
  806. 
  807. ubuntu-14-docker executed in 0.00 seconds
  808.  should be owned by "odl"
  809. 
  810. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  811.  odl
  812. 
  813. ubuntu-14-docker executed in 0.00 seconds
  814.  should be grouped into "odl"
  815. File "/opt/opendaylight/etc/jetty.xml"
  816. 
  817. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/jetty.xml
  818. 
  819. ubuntu-14-docker executed in 0.00 seconds
  820.  should be file
  821. 
  822. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  823.  odl
  824. 
  825. ubuntu-14-docker executed in 0.00 seconds
  826.  should be owned by "odl"
  827. 
  828. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  829.  odl
  830. 
  831. ubuntu-14-docker executed in 0.01 seconds
  832.  should be grouped into "odl"
  833. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  834. 
  835. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  836. 
  837. ubuntu-14-docker executed in 0.00 seconds
  838.  should be file
  839. 
  840. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  841.  odl
  842. 
  843. ubuntu-14-docker executed in 0.00 seconds
  844.  should be owned by "odl"
  845. 
  846. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  847.  odl
  848. 
  849. ubuntu-14-docker executed in 0.00 seconds
  850.  should be grouped into "odl"
  851. File "/etc/init/opendaylight.conf"
  852. 
  853. ubuntu-14-docker 14:59:56$ /bin/sh -c test\ -f\ /etc/init/opendaylight.conf
  854. 
  855. ubuntu-14-docker executed in 0.00 seconds
  856.  should be file
  857. 
  858. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%U\ /etc/init/opendaylight.conf\ \|\ grep\ --\ \\\^root\\\$
  859.  root
  860. 
  861. ubuntu-14-docker executed in 0.00 seconds
  862.  should be owned by "root"
  863. 
  864. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%G\ /etc/init/opendaylight.conf\ \|\ grep\ --\ \\\^root\\\$
  865.  root
  866. 
  867. ubuntu-14-docker executed in 0.00 seconds
  868.  should be grouped into "root"
  869. 
  870. ubuntu-14-docker 14:59:56$ /bin/sh -c stat\ -c\ \%a\ /etc/init/opendaylight.conf\ \|\ grep\ --\ \\\^644\\\$
  871.  644
  872. 
  873. ubuntu-14-docker executed in 0.00 seconds
  874.  should be mode "644"
  875. Package "openjdk-8-jre-headless"
  876. 
  877. ubuntu-14-docker 14:59:56$ /bin/sh -c dpkg-query\ -f\ \'\$\{Status\}\'\ -W\ openjdk-8-jre-headless\ \|\ grep\ -E\ \'\^\(install\|hold\)\ ok\ installed\$\'
  878.  install ok installed
  879. 
  880. ubuntu-14-docker executed in 0.01 seconds
  881.  should be installed
  882. testing Karaf config file
  883. using default features
  884. and not passing extra features
  885. 
  886. ubuntu-14-docker 14:59:56$ mktemp -t apply_manifest.pp.XXXXXX
  887.  /tmp/apply_manifest.pp.TYXoI4
  888. 
  889. ubuntu-14-docker executed in 0.00 seconds
  890. localhost $ scp /tmp/beaker20170205-25787-3kircx ubuntu-14-docker:/tmp/apply_manifest.pp.TYXoI4 {:ignore => }
  891. 
  892. ubuntu-14-docker 14:59:56$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.TYXoI4
  893.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  894. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  895.  Info: Loading facts
  896.  Info: Loading facts
  897.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  898.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  899.  Info: Applying configuration version '1486286999'
  900.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  901.  Notice: Finished catalog run in 0.06 seconds
  902. 
  903. ubuntu-14-docker executed in 3.17 seconds
  904. Exited: 4
  905.  should work idempotently with no errors (FAILED - 4)
  906. File "/opt/opendaylight/etc/org.apache.karaf.features.cfg"
  907. 
  908. ubuntu-14-docker 14:59:59$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.apache.karaf.features.cfg
  909. 
  910. ubuntu-14-docker executed in 0.00 seconds
  911.  should be file
  912. 
  913. ubuntu-14-docker 14:59:59$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  914.  odl
  915. 
  916. ubuntu-14-docker executed in 0.00 seconds
  917.  should be owned by "odl"
  918. 
  919. ubuntu-14-docker 14:59:59$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  920.  odl
  921. 
  922. ubuntu-14-docker executed in 0.00 seconds
  923.  should be grouped into "odl"
  924. content
  925. 
  926. ubuntu-14-docker 14:59:59$ /bin/sh -c cat\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  927.  ################################################################################
  928. #
  929. # Licensed to the Apache Software Foundation (ASF) under one or more
  930. # contributor license agreements. See the NOTICE file distributed with
  931. # this work for additional information regarding copyright ownership.
  932. # The ASF licenses this file to You under the Apache License, Version 2.0
  933. # (the "License"); you may not use this file except in compliance with
  934. # the License. You may obtain a copy of the License at
  935. #
  936. # http://www.apache.org/licenses/LICENSE-2.0
  937. #
  938. # Unless required by applicable law or agreed to in writing, software
  939. # distributed under the License is distributed on an "AS IS" BASIS,
  940. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  941. # See the License for the specific language governing permissions and
  942. # limitations under the License.
  943. #
  944. ################################################################################
  945.  
  946. #
  947. # Defines if the startlvl should be respected during feature startup. The default value is true. The default
  948. # behavior for 2.x is false (!) for this property
  949. #
  950. # Be aware that this property is deprecated and will be removed in Karaf 4.0. So, if you need to
  951. # set this to false, please use this only as a temporary solution!
  952. #
  953. #respectStartLvlDuringFeatureStartup=true
  954.  
  955.  
  956. #
  957. # Defines if the startlvl should be respected during feature uninstall. The default value is true.
  958. # If true, means stop bundles respecting the descend order of start level in a certain feature.
  959. #
  960. #respectStartLvlDuringFeatureUninstall=true
  961.  
  962. #
  963. # Comma separated list of features repositories to register by default
  964. #
  965. featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.7/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.7/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.2.9/xml/features,mvn:org.apache.karaf.features/spring/3.0.7/xml/features,mvn:org.opendaylight.integration/features-integration-index/0.5.2-Boron-SR2/xml/features
  966.  
  967. #
  968. # Comma separated list of features to install at startup
  969. #
  970. featuresBoot=config,standard,region,package,kar,ssh,management
  971.  
  972. #
  973. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  974. #
  975. featuresBootAsynchronous=false
  976.  
  977. #
  978. # Store cfg file for config element in feature
  979. #
  980. #configCfgStore=true
  981. 
  982. ubuntu-14-docker executed in 0.01 seconds
  983.  should match /^featuresBoot=config,standard,region,package,kar,ssh,management/
  984. and passing extra features
  985. 
  986. ubuntu-14-docker 14:59:59$ mktemp -t apply_manifest.pp.XXXXXX
  987.  /tmp/apply_manifest.pp.BNTbYn
  988. 
  989. ubuntu-14-docker executed in 0.00 seconds
  990. localhost $ scp /tmp/beaker20170205-25787-1ahognz ubuntu-14-docker:/tmp/apply_manifest.pp.BNTbYn {:ignore => }
  991. 
  992. ubuntu-14-docker 14:59:59$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.BNTbYn
  993.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  994. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  995.  Info: Loading facts
  996.  Info: Loading facts
  997.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  998.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  999.  Info: Applying configuration version '1486287002'
  1000.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  1001.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1002.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1003.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1004.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1005.  Notice: Finished catalog run in 0.07 seconds
  1006. 
  1007. ubuntu-14-docker executed in 3.17 seconds
  1008. Exited: 6
  1009.  should work idempotently with no errors (FAILED - 5)
  1010. File "/opt/opendaylight/etc/org.apache.karaf.features.cfg"
  1011. 
  1012. ubuntu-14-docker 15:00:02$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.apache.karaf.features.cfg
  1013. 
  1014. ubuntu-14-docker executed in 0.00 seconds
  1015.  should be file
  1016. 
  1017. ubuntu-14-docker 15:00:02$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1018.  odl
  1019. 
  1020. ubuntu-14-docker executed in 0.00 seconds
  1021.  should be owned by "odl"
  1022. 
  1023. ubuntu-14-docker 15:00:02$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1024.  odl
  1025. 
  1026. ubuntu-14-docker executed in 0.00 seconds
  1027.  should be grouped into "odl"
  1028. content
  1029. 
  1030. ubuntu-14-docker 15:00:02$ /bin/sh -c cat\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1031.  ################################################################################
  1032. #
  1033. # Licensed to the Apache Software Foundation (ASF) under one or more
  1034. # contributor license agreements. See the NOTICE file distributed with
  1035. # this work for additional information regarding copyright ownership.
  1036. # The ASF licenses this file to You under the Apache License, Version 2.0
  1037. # (the "License"); you may not use this file except in compliance with
  1038. # the License. You may obtain a copy of the License at
  1039. #
  1040. # http://www.apache.org/licenses/LICENSE-2.0
  1041. #
  1042. # Unless required by applicable law or agreed to in writing, software
  1043. # distributed under the License is distributed on an "AS IS" BASIS,
  1044. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1045. # See the License for the specific language governing permissions and
  1046. # limitations under the License.
  1047. #
  1048. ################################################################################
  1049.  
  1050. #
  1051. # Defines if the startlvl should be respected during feature startup. The default value is true. The default
  1052. # behavior for 2.x is false (!) for this property
  1053. #
  1054. # Be aware that this property is deprecated and will be removed in Karaf 4.0. So, if you need to
  1055. # set this to false, please use this only as a temporary solution!
  1056. #
  1057. #respectStartLvlDuringFeatureStartup=true
  1058.  
  1059.  
  1060. #
  1061. # Defines if the startlvl should be respected during feature uninstall. The default value is true.
  1062. # If true, means stop bundles respecting the descend order of start level in a certain feature.
  1063. #
  1064. #respectStartLvlDuringFeatureUninstall=true
  1065.  
  1066. #
  1067. # Comma separated list of features repositories to register by default
  1068. #
  1069. featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.7/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.7/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.2.9/xml/features,mvn:org.apache.karaf.features/spring/3.0.7/xml/features,mvn:org.opendaylight.integration/features-integration-index/0.5.2-Boron-SR2/xml/features
  1070.  
  1071. #
  1072. # Comma separated list of features to install at startup
  1073. #
  1074. featuresBoot=config,standard,region,package,kar,ssh,management,odl-base-all,odl-ovsdb-all
  1075.  
  1076. #
  1077. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  1078. #
  1079. featuresBootAsynchronous=false
  1080.  
  1081. #
  1082. # Store cfg file for config element in feature
  1083. #
  1084. #configCfgStore=true
  1085. 
  1086. ubuntu-14-docker executed in 0.01 seconds
  1087.  should match /^featuresBoot=config,standard,region,package,kar,ssh,management,odl-base-all,odl-ovsdb-all/
  1088. overriding default features
  1089. and not passing extra features
  1090. 
  1091. ubuntu-14-docker 15:00:02$ mktemp -t apply_manifest.pp.XXXXXX
  1092.  /tmp/apply_manifest.pp.Kwq4w1
  1093. 
  1094. ubuntu-14-docker executed in 0.00 seconds
  1095. localhost $ scp /tmp/beaker20170205-25787-d2bcho ubuntu-14-docker:/tmp/apply_manifest.pp.Kwq4w1 {:ignore => }
  1096. 
  1097. ubuntu-14-docker 15:00:02$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.Kwq4w1
  1098.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1099. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1100.  Info: Loading facts
  1101.  Info: Loading facts
  1102.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1103.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1104.  Info: Applying configuration version '1486287005'
  1105.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  1106.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1107.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1108.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1109.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1110.  Notice: Finished catalog run in 0.07 seconds
  1111. 
  1112. ubuntu-14-docker executed in 3.13 seconds
  1113. Exited: 6
  1114.  should work idempotently with no errors (FAILED - 6)
  1115. File "/opt/opendaylight/etc/org.apache.karaf.features.cfg"
  1116. 
  1117. ubuntu-14-docker 15:00:06$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.apache.karaf.features.cfg
  1118. 
  1119. ubuntu-14-docker executed in 0.00 seconds
  1120.  should be file
  1121. 
  1122. ubuntu-14-docker 15:00:06$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1123.  odl
  1124. 
  1125. ubuntu-14-docker executed in 0.00 seconds
  1126.  should be owned by "odl"
  1127. 
  1128. ubuntu-14-docker 15:00:06$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1129.  odl
  1130. 
  1131. ubuntu-14-docker executed in 0.00 seconds
  1132.  should be grouped into "odl"
  1133. content
  1134. 
  1135. ubuntu-14-docker 15:00:06$ /bin/sh -c cat\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1136.  ################################################################################
  1137. #
  1138. # Licensed to the Apache Software Foundation (ASF) under one or more
  1139. # contributor license agreements. See the NOTICE file distributed with
  1140. # this work for additional information regarding copyright ownership.
  1141. # The ASF licenses this file to You under the Apache License, Version 2.0
  1142. # (the "License"); you may not use this file except in compliance with
  1143. # the License. You may obtain a copy of the License at
  1144. #
  1145. # http://www.apache.org/licenses/LICENSE-2.0
  1146. #
  1147. # Unless required by applicable law or agreed to in writing, software
  1148. # distributed under the License is distributed on an "AS IS" BASIS,
  1149. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1150. # See the License for the specific language governing permissions and
  1151. # limitations under the License.
  1152. #
  1153. ################################################################################
  1154.  
  1155. #
  1156. # Defines if the startlvl should be respected during feature startup. The default value is true. The default
  1157. # behavior for 2.x is false (!) for this property
  1158. #
  1159. # Be aware that this property is deprecated and will be removed in Karaf 4.0. So, if you need to
  1160. # set this to false, please use this only as a temporary solution!
  1161. #
  1162. #respectStartLvlDuringFeatureStartup=true
  1163.  
  1164.  
  1165. #
  1166. # Defines if the startlvl should be respected during feature uninstall. The default value is true.
  1167. # If true, means stop bundles respecting the descend order of start level in a certain feature.
  1168. #
  1169. #respectStartLvlDuringFeatureUninstall=true
  1170.  
  1171. #
  1172. # Comma separated list of features repositories to register by default
  1173. #
  1174. featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.7/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.7/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.2.9/xml/features,mvn:org.apache.karaf.features/spring/3.0.7/xml/features,mvn:org.opendaylight.integration/features-integration-index/0.5.2-Boron-SR2/xml/features
  1175.  
  1176. #
  1177. # Comma separated list of features to install at startup
  1178. #
  1179. featuresBoot=standard,ssh
  1180.  
  1181. #
  1182. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  1183. #
  1184. featuresBootAsynchronous=false
  1185.  
  1186. #
  1187. # Store cfg file for config element in feature
  1188. #
  1189. #configCfgStore=true
  1190. 
  1191. ubuntu-14-docker executed in 0.01 seconds
  1192.  should match /^featuresBoot=standard,ssh/
  1193. and passing extra features
  1194. 
  1195. ubuntu-14-docker 15:00:06$ mktemp -t apply_manifest.pp.XXXXXX
  1196.  /tmp/apply_manifest.pp.5s8Y8u
  1197. 
  1198. ubuntu-14-docker executed in 0.00 seconds
  1199. localhost $ scp /tmp/beaker20170205-25787-1c4ouq8 ubuntu-14-docker:/tmp/apply_manifest.pp.5s8Y8u {:ignore => }
  1200. 
  1201. ubuntu-14-docker 15:00:06$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.5s8Y8u
  1202.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1203. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1204.  Info: Loading facts
  1205.  Info: Loading facts
  1206.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1207.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1208.  Info: Applying configuration version '1486287008'
  1209.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  1210.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1211.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1212.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1213.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1214.  Notice: Finished catalog run in 0.07 seconds
  1215. 
  1216. ubuntu-14-docker executed in 3.13 seconds
  1217. Exited: 6
  1218.  should work idempotently with no errors (FAILED - 7)
  1219. File "/opt/opendaylight/etc/org.apache.karaf.features.cfg"
  1220. 
  1221. ubuntu-14-docker 15:00:09$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.apache.karaf.features.cfg
  1222. 
  1223. ubuntu-14-docker executed in 0.00 seconds
  1224.  should be file
  1225. 
  1226. ubuntu-14-docker 15:00:09$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1227.  odl
  1228. 
  1229. ubuntu-14-docker executed in 0.00 seconds
  1230.  should be owned by "odl"
  1231. 
  1232. ubuntu-14-docker 15:00:09$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1233.  odl
  1234. 
  1235. ubuntu-14-docker executed in 0.00 seconds
  1236.  should be grouped into "odl"
  1237. content
  1238. 
  1239. ubuntu-14-docker 15:00:09$ /bin/sh -c cat\ /opt/opendaylight/etc/org.apache.karaf.features.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1240.  ################################################################################
  1241. #
  1242. # Licensed to the Apache Software Foundation (ASF) under one or more
  1243. # contributor license agreements. See the NOTICE file distributed with
  1244. # this work for additional information regarding copyright ownership.
  1245. # The ASF licenses this file to You under the Apache License, Version 2.0
  1246. # (the "License"); you may not use this file except in compliance with
  1247. # the License. You may obtain a copy of the License at
  1248. #
  1249. # http://www.apache.org/licenses/LICENSE-2.0
  1250. #
  1251. # Unless required by applicable law or agreed to in writing, software
  1252. # distributed under the License is distributed on an "AS IS" BASIS,
  1253. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1254. # See the License for the specific language governing permissions and
  1255. # limitations under the License.
  1256. #
  1257. ################################################################################
  1258.  
  1259. #
  1260. # Defines if the startlvl should be respected during feature startup. The default value is true. The default
  1261. # behavior for 2.x is false (!) for this property
  1262. #
  1263. # Be aware that this property is deprecated and will be removed in Karaf 4.0. So, if you need to
  1264. # set this to false, please use this only as a temporary solution!
  1265. #
  1266. #respectStartLvlDuringFeatureStartup=true
  1267.  
  1268.  
  1269. #
  1270. # Defines if the startlvl should be respected during feature uninstall. The default value is true.
  1271. # If true, means stop bundles respecting the descend order of start level in a certain feature.
  1272. #
  1273. #respectStartLvlDuringFeatureUninstall=true
  1274.  
  1275. #
  1276. # Comma separated list of features repositories to register by default
  1277. #
  1278. featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.7/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.7/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.2.9/xml/features,mvn:org.apache.karaf.features/spring/3.0.7/xml/features,mvn:org.opendaylight.integration/features-integration-index/0.5.2-Boron-SR2/xml/features
  1279.  
  1280. #
  1281. # Comma separated list of features to install at startup
  1282. #
  1283. featuresBoot=standard,ssh,odl-base-all,odl-ovsdb-all
  1284.  
  1285. #
  1286. # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
  1287. #
  1288. featuresBootAsynchronous=false
  1289.  
  1290. #
  1291. # Store cfg file for config element in feature
  1292. #
  1293. #configCfgStore=true
  1294. 
  1295. ubuntu-14-docker executed in 0.01 seconds
  1296.  should match /^featuresBoot=standard,ssh,odl-base-all,odl-ovsdb-all/
  1297. testing REST port config file
  1298. using default port
  1299. 
  1300. ubuntu-14-docker 15:00:09$ mktemp -t apply_manifest.pp.XXXXXX
  1301.  /tmp/apply_manifest.pp.qA4ymK
  1302. 
  1303. ubuntu-14-docker executed in 0.00 seconds
  1304. localhost $ scp /tmp/beaker20170205-25787-t69jyy ubuntu-14-docker:/tmp/apply_manifest.pp.qA4ymK {:ignore => }
  1305. 
  1306. ubuntu-14-docker 15:00:09$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.qA4ymK
  1307.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1308. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1309.  Info: Loading facts
  1310.  Info: Loading facts
  1311.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1312.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1313.  Info: Applying configuration version '1486287012'
  1314.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  1315.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1316.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1317.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1318.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1319.  Notice: Finished catalog run in 0.07 seconds
  1320. 
  1321. ubuntu-14-docker executed in 3.15 seconds
  1322. Exited: 6
  1323.  should work idempotently with no errors (FAILED - 8)
  1324. File "/opt/opendaylight/etc/jetty.xml"
  1325. 
  1326. ubuntu-14-docker 15:00:12$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/jetty.xml
  1327. 
  1328. ubuntu-14-docker executed in 0.00 seconds
  1329.  should be file
  1330. 
  1331. ubuntu-14-docker 15:00:12$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  1332.  odl
  1333. 
  1334. ubuntu-14-docker executed in 0.00 seconds
  1335.  should be owned by "odl"
  1336. 
  1337. ubuntu-14-docker 15:00:12$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  1338.  odl
  1339. 
  1340. ubuntu-14-docker executed in 0.00 seconds
  1341.  should be grouped into "odl"
  1342. content
  1343. 
  1344. ubuntu-14-docker 15:00:12$ /bin/sh -c cat\ /opt/opendaylight/etc/jetty.xml\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1345.  <?xml version="1.0"?>
  1346. <!--
  1347. Licensed to the Apache Software Foundation (ASF) under one
  1348. or more contributor license agreements. See the NOTICE file
  1349. distributed with this work for additional information
  1350. regarding copyright ownership. The ASF licenses this file
  1351. to you under the Apache License, Version 2.0 (the
  1352. "License"); you may not use this file except in compliance
  1353. with the License. You may obtain a copy of the License at
  1354.  
  1355. http://www.apache.org/licenses/LICENSE-2.0
  1356.  
  1357. Unless required by applicable law or agreed to in writing,
  1358. software distributed under the License is distributed on an
  1359. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  1360. KIND, either express or implied. See the License for the
  1361. specific language governing permissions and limitations
  1362. under the License.
  1363. -->
  1364. <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//
  1365. DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
  1366.  
  1367. <Configure class="org.eclipse.jetty.server.Server">
  1368.  
  1369. <!-- =========================================================== -->
  1370. <!-- Set connectors -->
  1371. <!-- =========================================================== -->
  1372. <!-- One of each type! -->
  1373. <!-- =========================================================== -->
  1374.  
  1375. <!-- Use this connector for many frequently idle connections and for
  1376. threadless continuations. -->
  1377. <Call name="addConnector">
  1378. <Arg>
  1379. <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
  1380. <Set name="host">0.0.0.0
  1381. <Property name="jetty.host" />
  1382. </Set>
  1383. <Set name="port">
  1384. <Property name="jetty.port" default="8181" />
  1385. </Set>
  1386. <Set name="maxIdleTime">300000</Set>
  1387. <Set name="Acceptors">2</Set>
  1388. <Set name="statsOn">false</Set>
  1389. <Set name="confidentialPort">8543</Set>
  1390. <Set name="lowResourcesConnections">20000</Set>
  1391. <Set name="lowResourcesMaxIdleTime">5000</Set>
  1392. </New>
  1393. </Arg>
  1394. </Call>
  1395. <Call name="addConnector">
  1396. <Arg>
  1397. <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
  1398. <Set name="host">0.0.0.0
  1399. <Property name="jetty.host" />
  1400. </Set>
  1401. <Set name="port">
  1402. <Property name="jetty.port" default="8080" />
  1403. </Set>
  1404. <Set name="maxIdleTime">300000</Set>
  1405. <Set name="Acceptors">2</Set>
  1406. <Set name="statsOn">false</Set>
  1407. <Set name="confidentialPort">8443</Set>
  1408. <Set name="lowResourcesConnections">20000</Set>
  1409. <Set name="lowResourcesMaxIdleTime">5000</Set>
  1410. </New>
  1411. </Arg>
  1412. </Call>
  1413.  
  1414. <!-- =========================================================== -->
  1415. <!-- Configure Authentication Realms -->
  1416. <!-- Realms may be configured for the entire server here, or -->
  1417. <!-- they can be configured for a specific web app in a context -->
  1418. <!-- configuration (see $(jetty.home)/contexts/test.xml for an -->
  1419. <!-- example). -->
  1420. <!-- =========================================================== -->
  1421. <Call name="addBean">
  1422. <Arg>
  1423. <New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
  1424. <Set name="name">karaf</Set>
  1425. <Set name="loginModuleName">karaf</Set>
  1426. <Set name="roleClassNames">
  1427. <Array type="java.lang.String">
  1428. <Item>org.apache.karaf.jaas.boot.principal.RolePrincipal
  1429. </Item>
  1430. </Array>
  1431. </Set>
  1432. </New>
  1433. </Arg>
  1434. </Call>
  1435. <Call name="addBean">
  1436. <Arg>
  1437. <New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
  1438. <Set name="name">default</Set>
  1439. <Set name="loginModuleName">karaf</Set>
  1440. <Set name="roleClassNames">
  1441. <Array type="java.lang.String">
  1442. <Item>org.apache.karaf.jaas.boot.principal.RolePrincipal
  1443. </Item>
  1444. </Array>
  1445. </Set>
  1446. </New>
  1447. </Arg>
  1448. </Call>
  1449.  
  1450. </Configure>
  1451. 
  1452. ubuntu-14-docker executed in 0.01 seconds
  1453.  should match /Property name="jetty.port" default="8080"/
  1454. overriding default port
  1455. 
  1456. ubuntu-14-docker 15:00:12$ mktemp -t apply_manifest.pp.XXXXXX
  1457.  /tmp/apply_manifest.pp.75R38Q
  1458. 
  1459. ubuntu-14-docker executed in 0.00 seconds
  1460. localhost $ scp /tmp/beaker20170205-25787-1h4tlp9 ubuntu-14-docker:/tmp/apply_manifest.pp.75R38Q {:ignore => }
  1461. 
  1462. ubuntu-14-docker 15:00:12$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.75R38Q
  1463.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1464. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1465.  Info: Loading facts
  1466.  Info: Loading facts
  1467.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1468.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1469.  Info: Applying configuration version '1486287015'
  1470.  Info: Computing checksum on file /opt/opendaylight/etc/jetty.xml
  1471.  Info: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Filebucketed /opt/opendaylight/etc/jetty.xml to puppet with sum e9fb34e252734115abb355b035071d25
  1472.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}e9fb34e252734115abb355b035071d25' to '{md5}f1f7940beb0c2682868e353ce063500e'
  1473.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1474.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1475.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1476.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1477.  Notice: Finished catalog run in 0.08 seconds
  1478. 
  1479. ubuntu-14-docker executed in 3.17 seconds
  1480. Exited: 6
  1481.  should work idempotently with no errors (FAILED - 9)
  1482. File "/opt/opendaylight/etc/jetty.xml"
  1483. 
  1484. ubuntu-14-docker 15:00:15$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/jetty.xml
  1485. 
  1486. ubuntu-14-docker executed in 0.00 seconds
  1487.  should be file
  1488. 
  1489. ubuntu-14-docker 15:00:15$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  1490.  odl
  1491. 
  1492. ubuntu-14-docker executed in 0.00 seconds
  1493.  should be owned by "odl"
  1494. 
  1495. ubuntu-14-docker 15:00:15$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/jetty.xml\ \|\ grep\ --\ \\\^odl\\\$
  1496.  odl
  1497. 
  1498. ubuntu-14-docker executed in 0.00 seconds
  1499.  should be grouped into "odl"
  1500. content
  1501. 
  1502. ubuntu-14-docker 15:00:15$ /bin/sh -c cat\ /opt/opendaylight/etc/jetty.xml\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1503.  <?xml version="1.0"?>
  1504. <!--
  1505. Licensed to the Apache Software Foundation (ASF) under one
  1506. or more contributor license agreements. See the NOTICE file
  1507. distributed with this work for additional information
  1508. regarding copyright ownership. The ASF licenses this file
  1509. to you under the Apache License, Version 2.0 (the
  1510. "License"); you may not use this file except in compliance
  1511. with the License. You may obtain a copy of the License at
  1512.  
  1513. http://www.apache.org/licenses/LICENSE-2.0
  1514.  
  1515. Unless required by applicable law or agreed to in writing,
  1516. software distributed under the License is distributed on an
  1517. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  1518. KIND, either express or implied. See the License for the
  1519. specific language governing permissions and limitations
  1520. under the License.
  1521. -->
  1522. <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//
  1523. DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd">
  1524.  
  1525. <Configure class="org.eclipse.jetty.server.Server">
  1526.  
  1527. <!-- =========================================================== -->
  1528. <!-- Set connectors -->
  1529. <!-- =========================================================== -->
  1530. <!-- One of each type! -->
  1531. <!-- =========================================================== -->
  1532.  
  1533. <!-- Use this connector for many frequently idle connections and for
  1534. threadless continuations. -->
  1535. <Call name="addConnector">
  1536. <Arg>
  1537. <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
  1538. <Set name="host">0.0.0.0
  1539. <Property name="jetty.host" />
  1540. </Set>
  1541. <Set name="port">
  1542. <Property name="jetty.port" default="8181" />
  1543. </Set>
  1544. <Set name="maxIdleTime">300000</Set>
  1545. <Set name="Acceptors">2</Set>
  1546. <Set name="statsOn">false</Set>
  1547. <Set name="confidentialPort">8543</Set>
  1548. <Set name="lowResourcesConnections">20000</Set>
  1549. <Set name="lowResourcesMaxIdleTime">5000</Set>
  1550. </New>
  1551. </Arg>
  1552. </Call>
  1553. <Call name="addConnector">
  1554. <Arg>
  1555. <New class="org.eclipse.jetty.server.nio.SelectChannelConnector">
  1556. <Set name="host">0.0.0.0
  1557. <Property name="jetty.host" />
  1558. </Set>
  1559. <Set name="port">
  1560. <Property name="jetty.port" default="7777" />
  1561. </Set>
  1562. <Set name="maxIdleTime">300000</Set>
  1563. <Set name="Acceptors">2</Set>
  1564. <Set name="statsOn">false</Set>
  1565. <Set name="confidentialPort">8443</Set>
  1566. <Set name="lowResourcesConnections">20000</Set>
  1567. <Set name="lowResourcesMaxIdleTime">5000</Set>
  1568. </New>
  1569. </Arg>
  1570. </Call>
  1571.  
  1572. <!-- =========================================================== -->
  1573. <!-- Configure Authentication Realms -->
  1574. <!-- Realms may be configured for the entire server here, or -->
  1575. <!-- they can be configured for a specific web app in a context -->
  1576. <!-- configuration (see $(jetty.home)/contexts/test.xml for an -->
  1577. <!-- example). -->
  1578. <!-- =========================================================== -->
  1579. <Call name="addBean">
  1580. <Arg>
  1581. <New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
  1582. <Set name="name">karaf</Set>
  1583. <Set name="loginModuleName">karaf</Set>
  1584. <Set name="roleClassNames">
  1585. <Array type="java.lang.String">
  1586. <Item>org.apache.karaf.jaas.boot.principal.RolePrincipal
  1587. </Item>
  1588. </Array>
  1589. </Set>
  1590. </New>
  1591. </Arg>
  1592. </Call>
  1593. <Call name="addBean">
  1594. <Arg>
  1595. <New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
  1596. <Set name="name">default</Set>
  1597. <Set name="loginModuleName">karaf</Set>
  1598. <Set name="roleClassNames">
  1599. <Array type="java.lang.String">
  1600. <Item>org.apache.karaf.jaas.boot.principal.RolePrincipal
  1601. </Item>
  1602. </Array>
  1603. </Set>
  1604. </New>
  1605. </Arg>
  1606. </Call>
  1607.  
  1608. </Configure>
  1609. 
  1610. ubuntu-14-docker executed in 0.01 seconds
  1611.  should match /Property name="jetty.port" default="7777"/
  1612. testing custom logging verbosity
  1613. using default log levels
  1614. 
  1615. ubuntu-14-docker 15:00:15$ mktemp -t apply_manifest.pp.XXXXXX
  1616.  /tmp/apply_manifest.pp.t1u1h6
  1617. 
  1618. ubuntu-14-docker executed in 0.00 seconds
  1619. localhost $ scp /tmp/beaker20170205-25787-1lhrrl8 ubuntu-14-docker:/tmp/apply_manifest.pp.t1u1h6 {:ignore => }
  1620. 
  1621. ubuntu-14-docker 15:00:15$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.t1u1h6
  1622.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1623. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1624.  Info: Loading facts
  1625.  Info: Loading facts
  1626.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1627.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1628.  Info: Applying configuration version '1486287018'
  1629.  Info: Computing checksum on file /opt/opendaylight/etc/jetty.xml
  1630.  Info: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Filebucketed /opt/opendaylight/etc/jetty.xml to puppet with sum f1f7940beb0c2682868e353ce063500e
  1631.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}f1f7940beb0c2682868e353ce063500e' to '{md5}e9fb34e252734115abb355b035071d25'
  1632.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1633.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1634.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1635.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1636.  Notice: Finished catalog run in 0.09 seconds
  1637. 
  1638. ubuntu-14-docker executed in 3.20 seconds
  1639. Exited: 6
  1640.  should work idempotently with no errors (FAILED - 10)
  1641. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1642. 
  1643. ubuntu-14-docker 15:00:19$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1644. 
  1645. ubuntu-14-docker executed in 0.00 seconds
  1646.  should be file
  1647. 
  1648. ubuntu-14-docker 15:00:19$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1649.  odl
  1650. 
  1651. ubuntu-14-docker executed in 0.01 seconds
  1652.  should be owned by "odl"
  1653. 
  1654. ubuntu-14-docker 15:00:19$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1655.  odl
  1656. 
  1657. ubuntu-14-docker executed in 0.01 seconds
  1658.  should be grouped into "odl"
  1659. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1660. 
  1661. ubuntu-14-docker 15:00:19$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1662. 
  1663. ubuntu-14-docker executed in 0.00 seconds
  1664.  should be file
  1665. 
  1666. ubuntu-14-docker 15:00:19$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1667.  odl
  1668. 
  1669. ubuntu-14-docker executed in 0.01 seconds
  1670.  should be owned by "odl"
  1671. 
  1672. ubuntu-14-docker 15:00:19$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1673.  odl
  1674. 
  1675. ubuntu-14-docker executed in 0.01 seconds
  1676.  should be grouped into "odl"
  1677. content
  1678. 
  1679. ubuntu-14-docker 15:00:19$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1680.  ################################################################################
  1681. #
  1682. # Licensed to the Apache Software Foundation (ASF) under one or more
  1683. # contributor license agreements. See the NOTICE file distributed with
  1684. # this work for additional information regarding copyright ownership.
  1685. # The ASF licenses this file to You under the Apache License, Version 2.0
  1686. # (the "License"); you may not use this file except in compliance with
  1687. # the License. You may obtain a copy of the License at
  1688. #
  1689. # http://www.apache.org/licenses/LICENSE-2.0
  1690. #
  1691. # Unless required by applicable law or agreed to in writing, software
  1692. # distributed under the License is distributed on an "AS IS" BASIS,
  1693. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1694. # See the License for the specific language governing permissions and
  1695. # limitations under the License.
  1696. #
  1697. ################################################################################
  1698.  
  1699. # Root logger
  1700. log4j.rootLogger=INFO, async, osgi:*
  1701. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  1702.  
  1703. # CONSOLE appender not used by default
  1704. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  1705. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  1706. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1707.  
  1708. # Async appender forwarding to file appender
  1709. log4j.appender.async=org.apache.log4j.AsyncAppender
  1710. log4j.appender.async.appenders=out
  1711.  
  1712. # File appender
  1713. log4j.appender.out=org.apache.log4j.RollingFileAppender
  1714. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  1715. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1716. log4j.appender.out.file=${karaf.data}/log/karaf.log
  1717. log4j.appender.out.append=true
  1718. log4j.appender.out.maxFileSize=1MB
  1719. log4j.appender.out.maxBackupIndex=10
  1720.  
  1721. # Sift appender
  1722. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  1723. log4j.appender.sift.key=bundle.name
  1724. log4j.appender.sift.default=karaf
  1725. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  1726. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  1727. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  1728. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  1729. log4j.appender.sift.appender.append=true
  1730. 
  1731. ubuntu-14-docker executed in 0.01 seconds
  1732.  should not match /# Log level config added by puppet-opendaylight/
  1733. adding one custom log level
  1734. 
  1735. ubuntu-14-docker 15:00:19$ mktemp -t apply_manifest.pp.XXXXXX
  1736.  /tmp/apply_manifest.pp.6DmEuW
  1737. 
  1738. ubuntu-14-docker executed in 0.00 seconds
  1739. localhost $ scp /tmp/beaker20170205-25787-1a6r604 ubuntu-14-docker:/tmp/apply_manifest.pp.6DmEuW {:ignore => }
  1740. 
  1741. ubuntu-14-docker 15:00:19$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.6DmEuW
  1742.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1743. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1744.  Info: Loading facts
  1745.  Info: Loading facts
  1746.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1747.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1748.  Info: Applying configuration version '1486287022'
  1749.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1750.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 711ef6390bfff3e696dec1e89a72fec6
  1751.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}711ef6390bfff3e696dec1e89a72fec6' to '{md5}2a64114490e14e9e20a33a9bac3d5bf0'
  1752.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1753.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1754.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1755.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1756.  Notice: Finished catalog run in 0.08 seconds
  1757. 
  1758. ubuntu-14-docker executed in 3.54 seconds
  1759. Exited: 6
  1760.  should work idempotently with no errors (FAILED - 11)
  1761. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1762. 
  1763. ubuntu-14-docker 15:00:22$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1764. 
  1765. ubuntu-14-docker executed in 0.00 seconds
  1766.  should be file
  1767. 
  1768. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1769.  odl
  1770. 
  1771. ubuntu-14-docker executed in 0.00 seconds
  1772.  should be owned by "odl"
  1773. 
  1774. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1775.  odl
  1776. 
  1777. ubuntu-14-docker executed in 0.00 seconds
  1778.  should be grouped into "odl"
  1779. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1780. 
  1781. ubuntu-14-docker 15:00:22$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1782. 
  1783. ubuntu-14-docker executed in 0.00 seconds
  1784.  should be file
  1785. 
  1786. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1787.  odl
  1788. 
  1789. ubuntu-14-docker executed in 0.00 seconds
  1790.  should be owned by "odl"
  1791. 
  1792. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1793.  odl
  1794. 
  1795. ubuntu-14-docker executed in 0.00 seconds
  1796.  should be grouped into "odl"
  1797. content
  1798. 
  1799. ubuntu-14-docker 15:00:22$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1800.  ################################################################################
  1801. #
  1802. # Licensed to the Apache Software Foundation (ASF) under one or more
  1803. # contributor license agreements. See the NOTICE file distributed with
  1804. # this work for additional information regarding copyright ownership.
  1805. # The ASF licenses this file to You under the Apache License, Version 2.0
  1806. # (the "License"); you may not use this file except in compliance with
  1807. # the License. You may obtain a copy of the License at
  1808. #
  1809. # http://www.apache.org/licenses/LICENSE-2.0
  1810. #
  1811. # Unless required by applicable law or agreed to in writing, software
  1812. # distributed under the License is distributed on an "AS IS" BASIS,
  1813. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1814. # See the License for the specific language governing permissions and
  1815. # limitations under the License.
  1816. #
  1817. ################################################################################
  1818.  
  1819. # Root logger
  1820. log4j.rootLogger=INFO, async, osgi:*
  1821. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  1822.  
  1823. # CONSOLE appender not used by default
  1824. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  1825. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  1826. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1827.  
  1828. # Async appender forwarding to file appender
  1829. log4j.appender.async=org.apache.log4j.AsyncAppender
  1830. log4j.appender.async.appenders=out
  1831.  
  1832. # File appender
  1833. log4j.appender.out=org.apache.log4j.RollingFileAppender
  1834. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  1835. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1836. log4j.appender.out.file=${karaf.data}/log/karaf.log
  1837. log4j.appender.out.append=true
  1838. log4j.appender.out.maxFileSize=1MB
  1839. log4j.appender.out.maxBackupIndex=10
  1840.  
  1841. # Sift appender
  1842. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  1843. log4j.appender.sift.key=bundle.name
  1844. log4j.appender.sift.default=karaf
  1845. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  1846. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  1847. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  1848. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  1849. log4j.appender.sift.appender.append=true
  1850.  
  1851. # Log level config added by puppet-opendaylight
  1852. log4j.logger.org.opendaylight.ovsdb = TRACE
  1853. 
  1854. ubuntu-14-docker executed in 0.01 seconds
  1855.  should match /# Log level config added by puppet-opendaylight/
  1856. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1857. 
  1858. ubuntu-14-docker 15:00:22$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1859. 
  1860. ubuntu-14-docker executed in 0.00 seconds
  1861.  should be file
  1862. 
  1863. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1864.  odl
  1865. 
  1866. ubuntu-14-docker executed in 0.00 seconds
  1867.  should be owned by "odl"
  1868. 
  1869. ubuntu-14-docker 15:00:22$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1870.  odl
  1871. 
  1872. ubuntu-14-docker executed in 0.00 seconds
  1873.  should be grouped into "odl"
  1874. content
  1875. 
  1876. ubuntu-14-docker 15:00:22$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  1877.  ################################################################################
  1878. #
  1879. # Licensed to the Apache Software Foundation (ASF) under one or more
  1880. # contributor license agreements. See the NOTICE file distributed with
  1881. # this work for additional information regarding copyright ownership.
  1882. # The ASF licenses this file to You under the Apache License, Version 2.0
  1883. # (the "License"); you may not use this file except in compliance with
  1884. # the License. You may obtain a copy of the License at
  1885. #
  1886. # http://www.apache.org/licenses/LICENSE-2.0
  1887. #
  1888. # Unless required by applicable law or agreed to in writing, software
  1889. # distributed under the License is distributed on an "AS IS" BASIS,
  1890. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1891. # See the License for the specific language governing permissions and
  1892. # limitations under the License.
  1893. #
  1894. ################################################################################
  1895.  
  1896. # Root logger
  1897. log4j.rootLogger=INFO, async, osgi:*
  1898. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  1899.  
  1900. # CONSOLE appender not used by default
  1901. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  1902. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  1903. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1904.  
  1905. # Async appender forwarding to file appender
  1906. log4j.appender.async=org.apache.log4j.AsyncAppender
  1907. log4j.appender.async.appenders=out
  1908.  
  1909. # File appender
  1910. log4j.appender.out=org.apache.log4j.RollingFileAppender
  1911. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  1912. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  1913. log4j.appender.out.file=${karaf.data}/log/karaf.log
  1914. log4j.appender.out.append=true
  1915. log4j.appender.out.maxFileSize=1MB
  1916. log4j.appender.out.maxBackupIndex=10
  1917.  
  1918. # Sift appender
  1919. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  1920. log4j.appender.sift.key=bundle.name
  1921. log4j.appender.sift.default=karaf
  1922. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  1923. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  1924. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  1925. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  1926. log4j.appender.sift.appender.append=true
  1927.  
  1928. # Log level config added by puppet-opendaylight
  1929. log4j.logger.org.opendaylight.ovsdb = TRACE
  1930. 
  1931. ubuntu-14-docker executed in 0.01 seconds
  1932.  should match /^log4j.logger.org.opendaylight.ovsdb = TRACE/
  1933. adding two custom log level
  1934. 
  1935. ubuntu-14-docker 15:00:22$ mktemp -t apply_manifest.pp.XXXXXX
  1936.  /tmp/apply_manifest.pp.tWZ4nI
  1937. 
  1938. ubuntu-14-docker executed in 0.00 seconds
  1939. localhost $ scp /tmp/beaker20170205-25787-1iv8nd4 ubuntu-14-docker:/tmp/apply_manifest.pp.tWZ4nI {:ignore => }
  1940. 
  1941. ubuntu-14-docker 15:00:22$ puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.tWZ4nI
  1942.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  1943. (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  1944.  Info: Loading facts
  1945.  Info: Loading facts
  1946.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  1947.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  1948.  Info: Applying configuration version '1486287025'
  1949.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1950.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 2a64114490e14e9e20a33a9bac3d5bf0
  1951.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}2a64114490e14e9e20a33a9bac3d5bf0' to '{md5}3a24173e7756979f27e165de546b51d3'
  1952.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  1953.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  1954.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  1955.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  1956.  Notice: Finished catalog run in 0.09 seconds
  1957. 
  1958. ubuntu-14-docker executed in 3.22 seconds
  1959. Exited: 6
  1960.  should work idempotently with no errors (FAILED - 12)
  1961. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1962. 
  1963. ubuntu-14-docker 15:00:25$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1964. 
  1965. ubuntu-14-docker executed in 0.00 seconds
  1966.  should be file
  1967. 
  1968. ubuntu-14-docker 15:00:25$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1969.  odl
  1970. 
  1971. ubuntu-14-docker executed in 0.00 seconds
  1972.  should be owned by "odl"
  1973. 
  1974. ubuntu-14-docker 15:00:25$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1975.  odl
  1976. 
  1977. ubuntu-14-docker executed in 0.00 seconds
  1978.  should be grouped into "odl"
  1979. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  1980. 
  1981. ubuntu-14-docker 15:00:26$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  1982. 
  1983. ubuntu-14-docker executed in 0.00 seconds
  1984.  should be file
  1985. 
  1986. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1987.  odl
  1988. 
  1989. ubuntu-14-docker executed in 0.00 seconds
  1990.  should be owned by "odl"
  1991. 
  1992. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  1993.  odl
  1994. 
  1995. ubuntu-14-docker executed in 0.00 seconds
  1996.  should be grouped into "odl"
  1997. content
  1998. 
  1999. ubuntu-14-docker 15:00:26$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  2000.  ################################################################################
  2001. #
  2002. # Licensed to the Apache Software Foundation (ASF) under one or more
  2003. # contributor license agreements. See the NOTICE file distributed with
  2004. # this work for additional information regarding copyright ownership.
  2005. # The ASF licenses this file to You under the Apache License, Version 2.0
  2006. # (the "License"); you may not use this file except in compliance with
  2007. # the License. You may obtain a copy of the License at
  2008. #
  2009. # http://www.apache.org/licenses/LICENSE-2.0
  2010. #
  2011. # Unless required by applicable law or agreed to in writing, software
  2012. # distributed under the License is distributed on an "AS IS" BASIS,
  2013. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2014. # See the License for the specific language governing permissions and
  2015. # limitations under the License.
  2016. #
  2017. ################################################################################
  2018.  
  2019. # Root logger
  2020. log4j.rootLogger=INFO, async, osgi:*
  2021. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  2022.  
  2023. # CONSOLE appender not used by default
  2024. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  2025. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  2026. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2027.  
  2028. # Async appender forwarding to file appender
  2029. log4j.appender.async=org.apache.log4j.AsyncAppender
  2030. log4j.appender.async.appenders=out
  2031.  
  2032. # File appender
  2033. log4j.appender.out=org.apache.log4j.RollingFileAppender
  2034. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  2035. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2036. log4j.appender.out.file=${karaf.data}/log/karaf.log
  2037. log4j.appender.out.append=true
  2038. log4j.appender.out.maxFileSize=1MB
  2039. log4j.appender.out.maxBackupIndex=10
  2040.  
  2041. # Sift appender
  2042. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  2043. log4j.appender.sift.key=bundle.name
  2044. log4j.appender.sift.default=karaf
  2045. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  2046. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  2047. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  2048. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  2049. log4j.appender.sift.appender.append=true
  2050.  
  2051. # Log level config added by puppet-opendaylight
  2052. log4j.logger.org.opendaylight.ovsdb = TRACE
  2053.  
  2054. # Log level config added by puppet-opendaylight
  2055. log4j.logger.org.opendaylight.ovsdb.lib = INFO
  2056. 
  2057. ubuntu-14-docker executed in 0.01 seconds
  2058.  should match /# Log level config added by puppet-opendaylight/
  2059. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  2060. 
  2061. ubuntu-14-docker 15:00:26$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  2062. 
  2063. ubuntu-14-docker executed in 0.00 seconds
  2064.  should be file
  2065. 
  2066. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  2067.  odl
  2068. 
  2069. ubuntu-14-docker executed in 0.00 seconds
  2070.  should be owned by "odl"
  2071. 
  2072. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  2073.  odl
  2074. 
  2075. ubuntu-14-docker executed in 0.00 seconds
  2076.  should be grouped into "odl"
  2077. content
  2078. 
  2079. ubuntu-14-docker 15:00:26$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  2080.  ################################################################################
  2081. #
  2082. # Licensed to the Apache Software Foundation (ASF) under one or more
  2083. # contributor license agreements. See the NOTICE file distributed with
  2084. # this work for additional information regarding copyright ownership.
  2085. # The ASF licenses this file to You under the Apache License, Version 2.0
  2086. # (the "License"); you may not use this file except in compliance with
  2087. # the License. You may obtain a copy of the License at
  2088. #
  2089. # http://www.apache.org/licenses/LICENSE-2.0
  2090. #
  2091. # Unless required by applicable law or agreed to in writing, software
  2092. # distributed under the License is distributed on an "AS IS" BASIS,
  2093. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2094. # See the License for the specific language governing permissions and
  2095. # limitations under the License.
  2096. #
  2097. ################################################################################
  2098.  
  2099. # Root logger
  2100. log4j.rootLogger=INFO, async, osgi:*
  2101. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  2102.  
  2103. # CONSOLE appender not used by default
  2104. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  2105. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  2106. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2107.  
  2108. # Async appender forwarding to file appender
  2109. log4j.appender.async=org.apache.log4j.AsyncAppender
  2110. log4j.appender.async.appenders=out
  2111.  
  2112. # File appender
  2113. log4j.appender.out=org.apache.log4j.RollingFileAppender
  2114. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  2115. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2116. log4j.appender.out.file=${karaf.data}/log/karaf.log
  2117. log4j.appender.out.append=true
  2118. log4j.appender.out.maxFileSize=1MB
  2119. log4j.appender.out.maxBackupIndex=10
  2120.  
  2121. # Sift appender
  2122. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  2123. log4j.appender.sift.key=bundle.name
  2124. log4j.appender.sift.default=karaf
  2125. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  2126. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  2127. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  2128. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  2129. log4j.appender.sift.appender.append=true
  2130.  
  2131. # Log level config added by puppet-opendaylight
  2132. log4j.logger.org.opendaylight.ovsdb = TRACE
  2133.  
  2134. # Log level config added by puppet-opendaylight
  2135. log4j.logger.org.opendaylight.ovsdb.lib = INFO
  2136. 
  2137. ubuntu-14-docker executed in 0.01 seconds
  2138.  should match /^log4j.logger.org.opendaylight.ovsdb = TRACE/
  2139. File "/opt/opendaylight/etc/org.ops4j.pax.logging.cfg"
  2140. 
  2141. ubuntu-14-docker 15:00:26$ /bin/sh -c test\ -f\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  2142. 
  2143. ubuntu-14-docker executed in 0.00 seconds
  2144.  should be file
  2145. 
  2146. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%U\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  2147.  odl
  2148. 
  2149. ubuntu-14-docker executed in 0.00 seconds
  2150.  should be owned by "odl"
  2151. 
  2152. ubuntu-14-docker 15:00:26$ /bin/sh -c stat\ -c\ \%G\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ \|\ grep\ --\ \\\^odl\\\$
  2153.  odl
  2154. 
  2155. ubuntu-14-docker executed in 0.00 seconds
  2156.  should be grouped into "odl"
  2157. content
  2158. 
  2159. ubuntu-14-docker 15:00:26$ /bin/sh -c cat\ /opt/opendaylight/etc/org.ops4j.pax.logging.cfg\ 2\>\ /dev/null\ \|\|\ echo\ -n
  2160.  ################################################################################
  2161. #
  2162. # Licensed to the Apache Software Foundation (ASF) under one or more
  2163. # contributor license agreements. See the NOTICE file distributed with
  2164. # this work for additional information regarding copyright ownership.
  2165. # The ASF licenses this file to You under the Apache License, Version 2.0
  2166. # (the "License"); you may not use this file except in compliance with
  2167. # the License. You may obtain a copy of the License at
  2168. #
  2169. # http://www.apache.org/licenses/LICENSE-2.0
  2170. #
  2171. # Unless required by applicable law or agreed to in writing, software
  2172. # distributed under the License is distributed on an "AS IS" BASIS,
  2173. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  2174. # See the License for the specific language governing permissions and
  2175. # limitations under the License.
  2176. #
  2177. ################################################################################
  2178.  
  2179. # Root logger
  2180. log4j.rootLogger=INFO, async, osgi:*
  2181. log4j.throwableRenderer=org.apache.log4j.OsgiThrowableRenderer
  2182.  
  2183. # CONSOLE appender not used by default
  2184. log4j.appender.stdout=org.apache.log4j.ConsoleAppender
  2185. log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
  2186. log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2187.  
  2188. # Async appender forwarding to file appender
  2189. log4j.appender.async=org.apache.log4j.AsyncAppender
  2190. log4j.appender.async.appenders=out
  2191.  
  2192. # File appender
  2193. log4j.appender.out=org.apache.log4j.RollingFileAppender
  2194. log4j.appender.out.layout=org.apache.log4j.PatternLayout
  2195. log4j.appender.out.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %X{bundle.id} - %X{bundle.name} - %X{bundle.version} | %m%n
  2196. log4j.appender.out.file=${karaf.data}/log/karaf.log
  2197. log4j.appender.out.append=true
  2198. log4j.appender.out.maxFileSize=1MB
  2199. log4j.appender.out.maxBackupIndex=10
  2200.  
  2201. # Sift appender
  2202. log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppender
  2203. log4j.appender.sift.key=bundle.name
  2204. log4j.appender.sift.default=karaf
  2205. log4j.appender.sift.appender=org.apache.log4j.FileAppender
  2206. log4j.appender.sift.appender.layout=org.apache.log4j.PatternLayout
  2207. log4j.appender.sift.appender.layout.ConversionPattern=%d{ISO8601} | %-5.5p | %-16.16t | %-32.32c{1} | %m%n
  2208. log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log
  2209. log4j.appender.sift.appender.append=true
  2210.  
  2211. # Log level config added by puppet-opendaylight
  2212. log4j.logger.org.opendaylight.ovsdb = TRACE
  2213.  
  2214. # Log level config added by puppet-opendaylight
  2215. log4j.logger.org.opendaylight.ovsdb.lib = INFO
  2216. 
  2217. ubuntu-14-docker executed in 0.01 seconds
  2218.  should match /^log4j.logger.org.opendaylight.ovsdb.lib = INFO/
  2219. ssh connection to ubuntu-14-docker has been terminated
  2220. Cleaning up docker
  2221. stop container 60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338
  2222. post
  2223. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338/stop
  2224. {}
  2225. {}
  2226. delete container 60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338
  2227. delete
  2228. /v1.16/containers/60fc7d71b66e7a6765f1c3c4493d946a6025c81761b8737bdc23487042462338
  2229. {}
  2230.  
  2231. delete image 1e5c469827c9
  2232. delete
  2233. /v1.16/images/1e5c469827c9
  2234. {}
  2235.  
  2236. 
  2237. Failures:
  2238.  
  2239. 1) opendaylight class testing install methods should work idempotently with no errors
  2240. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2241. Beaker::Host::CommandFailure:
  2242.  Host 'ubuntu-14-docker' exited with 6 running:
  2243.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.yq55Xj
  2244.  Last 10 lines of output were:
  2245.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}9193aa0b354d9dc21269f4d4c507247b' to '{md5}e9fb34e252734115abb355b035071d25'
  2246.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  2247.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 5114b5102808c64edda26ac58c11b9cc
  2248.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}5114b5102808c64edda26ac58c11b9cc' to '{md5}711ef6390bfff3e696dec1e89a72fec6'
  2249.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2250.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2251.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2252.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2253.  Info: Creating state file /var/lib/puppet/state/state.yaml
  2254.  Notice: Finished catalog run in 1278.53 seconds
  2255.  
  2256. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2257. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2258. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2259. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2260. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2261. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2262. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2263. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2264. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2265. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2266. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2267.  
  2268. 2) opendaylight class testing install methods Service "opendaylight" should be running
  2269. Failure/Error: it { should be_running }
  2270.  expected Service "opendaylight" to be running
  2271.  
  2272. # ./spec/spec_helper_acceptance.rb:114:in `block (2 levels) in generic_validations'
  2273.  
  2274. 3) opendaylight class testing install methods Process "java" should be running
  2275. Failure/Error: it { should be_running }
  2276.  expected Process "java" to be running
  2277.  
  2278. # ./spec/spec_helper_acceptance.rb:143:in `block (2 levels) in generic_validations'
  2279.  
  2280. 4) opendaylight class testing Karaf config file using default features and not passing extra features should work idempotently with no errors
  2281. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2282. Beaker::Host::CommandFailure:
  2283.  Host 'ubuntu-14-docker' exited with 4 running:
  2284.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.TYXoI4
  2285.  Last 10 lines of output were:
  2286.  Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
  2287.  (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
  2288.  Info: Loading facts
  2289.  Info: Loading facts
  2290.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  2291.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2292.  Info: Applying configuration version '1486286999'
  2293.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2294.  Notice: Finished catalog run in 0.06 seconds
  2295.  
  2296. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2297. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2298. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2299. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2300. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2301. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2302. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2303. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2304. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2305. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2306. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2307.  
  2308. 5) opendaylight class testing Karaf config file using default features and passing extra features should work idempotently with no errors
  2309. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2310. Beaker::Host::CommandFailure:
  2311.  Host 'ubuntu-14-docker' exited with 6 running:
  2312.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.BNTbYn
  2313.  Last 10 lines of output were:
  2314.  Info: Loading facts
  2315.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  2316.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2317.  Info: Applying configuration version '1486287002'
  2318.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  2319.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2320.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2321.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2322.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2323.  Notice: Finished catalog run in 0.07 seconds
  2324.  
  2325. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2326. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2327. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2328. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2329. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2330. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2331. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2332. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2333. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2334. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2335. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2336.  
  2337. 6) opendaylight class testing Karaf config file overriding default features and not passing extra features should work idempotently with no errors
  2338. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2339. Beaker::Host::CommandFailure:
  2340.  Host 'ubuntu-14-docker' exited with 6 running:
  2341.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.Kwq4w1
  2342.  Last 10 lines of output were:
  2343.  Info: Loading facts
  2344.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  2345.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2346.  Info: Applying configuration version '1486287005'
  2347.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  2348.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2349.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2350.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2351.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2352.  Notice: Finished catalog run in 0.07 seconds
  2353.  
  2354. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2355. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2356. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2357. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2358. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2359. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2360. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2361. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2362. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2363. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2364. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2365.  
  2366. 7) opendaylight class testing Karaf config file overriding default features and passing extra features should work idempotently with no errors
  2367. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2368. Beaker::Host::CommandFailure:
  2369.  Host 'ubuntu-14-docker' exited with 6 running:
  2370.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.5s8Y8u
  2371.  Last 10 lines of output were:
  2372.  Info: Loading facts
  2373.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  2374.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2375.  Info: Applying configuration version '1486287008'
  2376.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  2377.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2378.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2379.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2380.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2381.  Notice: Finished catalog run in 0.07 seconds
  2382.  
  2383. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2384. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2385. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2386. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2387. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2388. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2389. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2390. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2391. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2392. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2393. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2394.  
  2395. 8) opendaylight class testing REST port config file using default port should work idempotently with no errors
  2396. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2397. Beaker::Host::CommandFailure:
  2398.  Host 'ubuntu-14-docker' exited with 6 running:
  2399.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.qA4ymK
  2400.  Last 10 lines of output were:
  2401.  Info: Loading facts
  2402.  Warning: Scope(Class[Opendaylight]): Debian has limited support, is less stable, less tested.
  2403.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2404.  Info: Applying configuration version '1486287012'
  2405.  Notice: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]/ensure: created
  2406.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2407.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2408.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2409.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2410.  Notice: Finished catalog run in 0.07 seconds
  2411.  
  2412. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2413. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2414. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2415. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2416. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2417. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2418. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2419. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2420. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2421. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2422. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2423.  
  2424. 9) opendaylight class testing REST port config file overriding default port should work idempotently with no errors
  2425. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2426. Beaker::Host::CommandFailure:
  2427.  Host 'ubuntu-14-docker' exited with 6 running:
  2428.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.75R38Q
  2429.  Last 10 lines of output were:
  2430.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2431.  Info: Applying configuration version '1486287015'
  2432.  Info: Computing checksum on file /opt/opendaylight/etc/jetty.xml
  2433.  Info: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Filebucketed /opt/opendaylight/etc/jetty.xml to puppet with sum e9fb34e252734115abb355b035071d25
  2434.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}e9fb34e252734115abb355b035071d25' to '{md5}f1f7940beb0c2682868e353ce063500e'
  2435.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2436.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2437.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2438.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2439.  Notice: Finished catalog run in 0.08 seconds
  2440.  
  2441. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2442. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2443. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2444. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2445. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2446. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2447. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2448. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2449. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2450. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2451. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2452.  
  2453. 10) opendaylight class testing custom logging verbosity using default log levels should work idempotently with no errors
  2454. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2455. Beaker::Host::CommandFailure:
  2456.  Host 'ubuntu-14-docker' exited with 6 running:
  2457.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.t1u1h6
  2458.  Last 10 lines of output were:
  2459.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2460.  Info: Applying configuration version '1486287018'
  2461.  Info: Computing checksum on file /opt/opendaylight/etc/jetty.xml
  2462.  Info: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Filebucketed /opt/opendaylight/etc/jetty.xml to puppet with sum f1f7940beb0c2682868e353ce063500e
  2463.  Notice: /Stage[main]/Opendaylight::Config/File[jetty.xml]/content: content changed '{md5}f1f7940beb0c2682868e353ce063500e' to '{md5}e9fb34e252734115abb355b035071d25'
  2464.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2465.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2466.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2467.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2468.  Notice: Finished catalog run in 0.09 seconds
  2469.  
  2470. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2471. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2472. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2473. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2474. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2475. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2476. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2477. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2478. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2479. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2480. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2481.  
  2482. 11) opendaylight class testing custom logging verbosity adding one custom log level should work idempotently with no errors
  2483. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2484. Beaker::Host::CommandFailure:
  2485.  Host 'ubuntu-14-docker' exited with 6 running:
  2486.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.6DmEuW
  2487.  Last 10 lines of output were:
  2488.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2489.  Info: Applying configuration version '1486287022'
  2490.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  2491.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 711ef6390bfff3e696dec1e89a72fec6
  2492.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}711ef6390bfff3e696dec1e89a72fec6' to '{md5}2a64114490e14e9e20a33a9bac3d5bf0'
  2493.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2494.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2495.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2496.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2497.  Notice: Finished catalog run in 0.08 seconds
  2498.  
  2499. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2500. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2501. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2502. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2503. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2504. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2505. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2506. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2507. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2508. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2509. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2510.  
  2511. 12) opendaylight class testing custom logging verbosity adding two custom log level should work idempotently with no errors
  2512. Failure/Error: apply_manifest(pp, :catch_failures => true)
  2513. Beaker::Host::CommandFailure:
  2514.  Host 'ubuntu-14-docker' exited with 6 running:
  2515.  puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest.pp.tWZ4nI
  2516.  Last 10 lines of output were:
  2517.  Notice: Compiled catalog for ubuntu-14-docker.iiit.ac.in in environment production in 0.15 seconds
  2518.  Info: Applying configuration version '1486287025'
  2519.  Info: Computing checksum on file /opt/opendaylight/etc/org.ops4j.pax.logging.cfg
  2520.  Info: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Filebucketed /opt/opendaylight/etc/org.ops4j.pax.logging.cfg to puppet with sum 2a64114490e14e9e20a33a9bac3d5bf0
  2521.  Notice: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]/content: content changed '{md5}2a64114490e14e9e20a33a9bac3d5bf0' to '{md5}3a24173e7756979f27e165de546b51d3'
  2522.  Info: Class[Opendaylight::Config]: Scheduling refresh of Class[Opendaylight::Service]
  2523.  Info: Class[Opendaylight::Service]: Scheduling refresh of Service[opendaylight]
  2524.  Error: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Could not evaluate: undefined method `[]' for nil:NilClass
  2525.  Notice: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Triggered 'refresh' from 1 events
  2526.  Notice: Finished catalog run in 0.09 seconds
  2527.  
  2528. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/host.rb:373:in `exec'
  2529. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:83:in `block in on'
  2530. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2531. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2532. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/host_helpers.rb:63:in `on'
  2533. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:504:in `block in apply_manifest_on'
  2534. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/shared/host_manager.rb:127:in `run_block_on'
  2535. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/patterns.rb:37:in `block_on'
  2536. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:433:in `apply_manifest_on'
  2537. # /var/lib/gems/2.3.0/gems/beaker-3.10.0/lib/beaker/dsl/helpers/puppet_helpers.rb:511:in `apply_manifest'
  2538. # ./spec/spec_helper_acceptance.rb:90:in `block in install_odl'
  2539.  
  2540. Finished in 22 minutes 35 seconds (files took 51.28 seconds to load)
  2541. 96 examples, 12 failures
  2542.  
  2543. Failed examples:
  2544.  
  2545. rspec ./spec/acceptance/class_spec.rb[1:1:1] # opendaylight class testing install methods should work idempotently with no errors
  2546. rspec ./spec/acceptance/class_spec.rb[1:1:5:3] # opendaylight class testing install methods Service "opendaylight" should be running
  2547. rspec ./spec/acceptance/class_spec.rb[1:1:9:1] # opendaylight class testing install methods Process "java" should be running
  2548. rspec ./spec/acceptance/class_spec.rb[1:2:1:1:1] # opendaylight class testing Karaf config file using default features and not passing extra features should work idempotently with no errors
  2549. rspec ./spec/acceptance/class_spec.rb[1:2:1:2:1] # opendaylight class testing Karaf config file using default features and passing extra features should work idempotently with no errors
  2550. rspec ./spec/acceptance/class_spec.rb[1:2:2:1:1] # opendaylight class testing Karaf config file overriding default features and not passing extra features should work idempotently with no errors
  2551. rspec ./spec/acceptance/class_spec.rb[1:2:2:2:1] # opendaylight class testing Karaf config file overriding default features and passing extra features should work idempotently with no errors
  2552. rspec ./spec/acceptance/class_spec.rb[1:3:1:1] # opendaylight class testing REST port config file using default port should work idempotently with no errors
  2553. rspec ./spec/acceptance/class_spec.rb[1:3:2:1] # opendaylight class testing REST port config file overriding default port should work idempotently with no errors
  2554. rspec ./spec/acceptance/class_spec.rb[1:4:1:1] # opendaylight class testing custom logging verbosity using default log levels should work idempotently with no errors
  2555. rspec ./spec/acceptance/class_spec.rb[1:4:2:1] # opendaylight class testing custom logging verbosity adding one custom log level should work idempotently with no errors
  2556. rspec ./spec/acceptance/class_spec.rb[1:4:3:1] # opendaylight class testing custom logging verbosity adding two custom log level should work idempotently with no errors
  2557.  
  2558. /usr/bin/ruby2.3 -I/var/lib/gems/2.3.0/gems/rspec-core-3.5.4/lib:/var/lib/gems/2.3.0/gems/rspec-support-3.5.0/lib /var/lib/gems/2.3.0/gems/rspec-core-3.5.4/exe/rspec spec/acceptance --color failed
  2559. rake aborted!
  2560. Command failed with status (1): [RS_SET=ubuntu-14-docker INSTALL_METHOD=deb...]
  2561. /home/akshitajha/df/puppet-opendaylight/Rakefile:101:in `block in <top (required)>'
  2562. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli/exec.rb:74:in `load'
  2563. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli/exec.rb:74:in `kernel_load'
  2564. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli/exec.rb:27:in `run'
  2565. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli.rb:335:in `exec'
  2566. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  2567. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  2568. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
  2569. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli.rb:20:in `dispatch'
  2570. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
  2571. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/cli.rb:11:in `start'
  2572. /var/lib/gems/2.3.0/gems/bundler-1.14.3/exe/bundle:32:in `block in <top (required)>'
  2573. /var/lib/gems/2.3.0/gems/bundler-1.14.3/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'
  2574. /var/lib/gems/2.3.0/gems/bundler-1.14.3/exe/bundle:24:in `<top (required)>'
  2575. /usr/local/bin/bundle:23:in `load'
  2576. /usr/local/bin/bundle:23:in `<main>'
  2577. Tasks: TOP => ubuntu14_5rel_dock
  2578. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment