akshitajha

ubuntu16_5rel_dock.log

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