Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Issues with homestead and homestead-prov under Kubernetes #86

Closed
blsaws opened this issue Jan 29, 2018 · 7 comments
Closed

Issues with homestead and homestead-prov under Kubernetes #86

blsaws opened this issue Jan 29, 2018 · 7 comments
Assignees

Comments

@blsaws
Copy link

blsaws commented Jan 29, 2018

Hi, I wanted to first float these issues on the clearwater list but am getting no response to list subscription requests. So reaching out here for help. I'm working on deploying clearwater-docker under Kubernetes for use in the OPNFV Models and VES projects. I'm having issues with homestead and homestead-prov crashing, and never completely coming up. It appears to be related to the snmp daemon, for which some binaries are missing. See below for the logs (output of "kubectl logs --namespace default homestead-1026420941-q3lk4 homestead", similar output for homestead-prov). I've looked into the Dockerfiles and AFAICT the issue must be somewhere in the package build process for homestead, vs the packages used for the other containers (for which this snmp issue does not occur). I have tried this with the latest (master) and stable repos.

I can provide build output for the container image as needed. Nothing unusual there, beyond a couple of errors that do not fail the build, and which are also present for the containers that do work.

From comparing the bono and homestead containers live, it's clear that there are files in /usr/share/clearwater/bin/ named clearwater-socket-factory* (a set of files) that are not present in the homestead container, as built. I believe side-effects of this error are that the homestead container never fully initializes, and the necessary DNS name for homestead not registered (as are all the other container names, even homestead-prov curiously), and thus sprout rejects registration requests as it can't find the homestead server.

Here is the log.

$ kubectl logs --namespace default homestead-1026420941-q3lk4 homestead
2018-01-28 22:55:22,011 CRIT Supervisor running as root (no user in config file)
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/socket-factory.supervisord.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/clearwater-group.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/homestead-prov.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/snmpd.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/clearwater-infrastructure.conf" during parsing
2018-01-28 22:55:22,011 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2018-01-28 22:55:22,032 INFO RPC interface 'supervisor' initialized
2018-01-28 22:55:22,032 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-01-28 22:55:22,032 INFO supervisord started with pid 7980
2018-01-28 22:55:24,504 INFO spawned: 'snmpd' with pid 7988
2018-01-28 22:55:24,505 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper'
2018-01-28 22:55:24,506 INFO spawned: 'clearwater-infrastructure' with pid 7989
2018-01-28 22:55:24,507 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper'
2018-01-28 22:55:24,516 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:24,516 INFO success: clearwater-infrastructure entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:24,914 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:27,466 INFO spawned: 'snmpd' with pid 8036
2018-01-28 22:55:27,467 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper'
2018-01-28 22:55:27,467 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper'
2018-01-28 22:55:27,477 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:29,130 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:29,132 INFO spawned: 'snmpd' with pid 8044
2018-01-28 22:55:29,133 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:30,139 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper'
2018-01-28 22:55:30,140 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper'
2018-01-28 22:55:30,591 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:31,594 INFO spawned: 'snmpd' with pid 8096
2018-01-28 22:55:31,607 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:33,269 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper'
2018-01-28 22:55:33,269 INFO gave up: socket-factory-sig entered FATAL state, too many start retries too quickly
2018-01-28 22:55:33,269 INFO spawnerr: can't find command '/usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper'
2018-01-28 22:55:33,269 INFO gave up: socket-factory-mgmt entered FATAL state, too many start retries too quickly
2018-01-28 22:55:33,270 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:33,300 INFO spawned: 'snmpd' with pid 8187
2018-01-28 22:55:33,306 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:33,715 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:34,707 INFO spawned: 'snmpd' with pid 8239
2018-01-28 22:55:34,712 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:34,717 INFO spawned: 'homestead-prov' with pid 8242
2018-01-28 22:55:34,720 INFO spawned: 'nginx' with pid 8243
2018-01-28 22:55:35,738 INFO success: homestead-prov entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-28 22:55:35,738 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-28 22:55:36,239 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:36,241 INFO spawned: 'snmpd' with pid 8260
2018-01-28 22:55:36,241 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:36,246 INFO exited: clearwater-infrastructure (exit status 0; expected)
2018-01-28 22:55:37,733 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:39,376 INFO spawned: 'snmpd' with pid 8273
2018-01-28 22:55:39,381 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:55:39,696 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:55:40,698 INFO spawned: 'snmpd' with pid 8280
... (last  2 lines repeated a bunch of times, every ~2 secs)
2018-01-28 22:56:39,585 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:56:39,610 INFO spawned: 'snmpd' with pid 8402
2018-01-28 22:56:39,610 WARN received SIGTERM indicating exit request
2018-01-28 22:56:39,610 INFO waiting for snmpd, homestead-prov, nginx to die
2018-01-28 22:56:39,620 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-28 22:56:39,942 INFO exited: snmpd (exit status 1; not expected)
2018-01-28 22:56:42,373 INFO stopped: homestead-prov (terminated by SIGTERM)
2018-01-28 22:56:42,374 INFO stopped: nginx (exit status 0)
@richardwhiuk
Copy link
Contributor

richardwhiuk commented Jan 29, 2018

@blsaws

Yep - it'd be useful if you could provide your build logs. On our internal k8s cluster, we get the following when we run the homestead container:

2018-01-29 18:34:08,053 CRIT Supervisor running as root (no user in config file)
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/socket-factory.supervisord.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/clearwater-group.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/homestead.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/snmpd.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/clearwater-infrastructure.conf" during parsing
2018-01-29 18:34:08,053 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2018-01-29 18:34:08,071 INFO RPC interface 'supervisor' initialized
2018-01-29 18:34:08,071 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2018-01-29 18:34:08,071 INFO supervisord started with pid 1
2018-01-29 18:34:09,074 INFO spawned: 'snmpd' with pid 9
2018-01-29 18:34:09,076 INFO spawned: 'socket-factory-sig' with pid 10
2018-01-29 18:34:09,078 INFO spawned: 'clearwater-infrastructure' with pid 12
2018-01-29 18:34:09,079 INFO spawned: 'socket-factory-mgmt' with pid 13
2018-01-29 18:34:09,080 INFO success: snmpd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-29 18:34:09,080 INFO success: clearwater-infrastructure entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2018-01-29 18:34:09,111 INFO exited: snmpd (exit status 0; expected)
2018-01-29 18:34:09,111 CRIT reaped unknown pid 42)
2018-01-29 18:34:10,153 INFO success: socket-factory-sig entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-29 18:34:10,153 INFO success: socket-factory-mgmt entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-29 18:34:11,158 CRIT reaped unknown pid 69)
2018-01-29 18:34:11,159 CRIT reaped unknown pid 68)
2018-01-29 18:34:11,403 CRIT reaped unknown pid 152)
2018-01-29 18:34:11,403 CRIT reaped unknown pid 151)
2018-01-29 18:34:11,417 CRIT reaped unknown pid 177)
2018-01-29 18:34:12,585 CRIT reaped unknown pid 213)
2018-01-29 18:34:12,698 INFO spawned: 'nginx' with pid 216
2018-01-29 18:34:12,699 INFO spawned: 'homestead' with pid 217
2018-01-29 18:34:12,768 INFO exited: socket-factory-mgmt (exit status 2; expected)
2018-01-29 18:34:12,805 INFO spawned: 'socket-factory-mgmt' with pid 842
2018-01-29 18:34:13,808 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-29 18:34:13,809 INFO success: homestead entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-29 18:34:13,809 INFO success: socket-factory-mgmt entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-01-29 18:34:14,822 INFO exited: clearwater-infrastructure (exit status 0; expected)

Note, it might be useful to do a clean build of the Docker images, without the cache to ensure you've got a consistent set of packages. We normally build with the following command:

for i in base astaire cassandra chronos bono ellis homer homestead homestead-prov ralf sprout; do docker build --no-cache -t clearwater/$i $i; done

@blsaws
Copy link
Author

blsaws commented Jan 29, 2018

I also use --no-cache if I think there's a potential issue.
Here is the build log for the homestead container using the stable branch. It's followed by the log built using master:

build:58 (Fri Jan 26 14:14:46 PST 2018) Building homestead
Sending build context to Docker daemon 5.632 kB
Step 1/9 : FROM clearwater/base
 ---> 145f2c2bdd26
Step 2/9 : MAINTAINER maintainers@projectclearwater.org
 ---> Using cache
 ---> cdc8cec914a2
Step 3/9 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes homestead
 ---> Running in b100e9e784f5
Ign http://repo.cw-ngv.com binary/ InRelease
Hit http://repo.cw-ngv.com binary/ Release.gpg
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Hit http://repo.cw-ngv.com binary/ Release
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty-backports InRelease
Hit http://repo.cw-ngv.com binary/ Packages
Hit http://archive.ubuntu.com trusty Release.gpg
Get:3 http://archive.ubuntu.com trusty-updates/universe Sources [246 kB]
Get:4 http://security.ubuntu.com trusty-security/universe Sources [80.7 kB]
Get:5 http://security.ubuntu.com trusty-security/main amd64 Packages [876 kB]
Get:6 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,309 kB]
Get:7 http://security.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
Get:8 http://security.ubuntu.com trusty-security/universe amd64 Packages [256 kB]
Get:9 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,718 B]
Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.4 kB]
Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [568 kB]
Get:12 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.0 kB]
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Fetched 3,527 kB in 30s (115 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability
  fontconfig-config fonts-dejavu-core geoip-database homestead-libs
  libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0
  libevent-2.0-5 libevent-core-2.0-5 libevent-pthreads-2.0-5 libfontconfig1
  libfreetype6 libgd3 libgeoip1 libicu52 libjbig0 libjpeg-turbo8 libjpeg8
  libsctp1 libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxml2 libxpm4 libxslt1.1 lksctp-tools nginx nginx-common nginx-core
  python-netsnmp sgml-base xml-core
Suggested packages:
  clearwater-snmp-handler-alarm homestead-dbg clearwater-logging
  clearwater-snmp-alarm-agent libgd-tools geoip-bin fcgiwrap nginx-doc
  sgml-base-doc debhelper
The following NEW packages will be installed:
  clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability
  fontconfig-config fonts-dejavu-core geoip-database homestead homestead-libs
  libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0
  libevent-2.0-5 libevent-core-2.0-5 libevent-pthreads-2.0-5 libfontconfig1
  libfreetype6 libgd3 libgeoip1 libicu52 libjbig0 libjpeg-turbo8 libjpeg8
  libsctp1 libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxml2 libxpm4 libxslt1.1 lksctp-tools nginx nginx-common nginx-core
  python-netsnmp sgml-base xml-core
0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded.
Need to get 14.6 MB of archives.
After this operation, 57.8 MB of additional disk space will be used.
Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgeoip1 amd64 1.6.0-1 [71.0 kB]
Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]
Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]
Get:5 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libxau6 amd64 1:1.0.8-1 [8,376 B]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libxdmcp6 amd64 1:1.1.1-1 [12.8 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb1 amd64 1.10-2ubuntu1 [38.0 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-data all 2:1.6.2-1ubuntu2 [111 kB]
Get:10 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]
Get:11 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-171215.122632 [450 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-6 amd64 2:1.6.2-1ubuntu2 [560 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.12 [573 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main sgml-base all 1.26+nmu4ubuntu1 [12.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libicu52 amd64 52.1-3ubuntu0.7 [6,748 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [126 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6 amd64 2.5.2-1ubuntu2.8 [304 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.7 [144 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main geoip-database all 20140313-1 [1,196 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main xml-core all 0.13+nmu2 [23.3 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]
Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 14.6 MB in 55s (266 kB/s)
Selecting previously unselected package libgeoip1:amd64.
(Reading database ... 20146 files and directories currently installed.)
Preparing to unpack .../libgeoip1_1.6.0-1_amd64.deb ...
Unpacking libgeoip1:amd64 (1.6.0-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-2ubuntu1_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-2ubuntu1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-1ubuntu2_all.deb ...
Unpacking libx11-data (2:1.6.2-1ubuntu2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-1ubuntu2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-1ubuntu2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ...
Unpacking sgml-base (1.26+nmu4ubuntu1) ...
Selecting previously unselected package libboost-system1.54.0:amd64.
Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libboost-filesystem1.54.0:amd64.
Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libicu52:amd64.
Preparing to unpack .../libicu52_52.1-3ubuntu0.7_amd64.deb ...
Unpacking libicu52:amd64 (52.1-3ubuntu0.7) ...
Selecting previously unselected package libboost-regex1.54.0:amd64.
Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libevent-2.0-5:amd64.
Preparing to unpack .../libevent-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package libevent-core-2.0-5:amd64.
Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package libevent-pthreads-2.0-5:amd64.
Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...
Unpacking fonts-dejavu-core (2.34-1ubuntu1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...
Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.5.2-1ubuntu2.8_amd64.deb ...
Unpacking libfreetype6:amd64 (2.5.2-1ubuntu2.8) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.7_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.7) ...
Selecting previously unselected package libvpx1:amd64.
Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...
Unpacking libvpx1:amd64 (1.3.0-2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...
Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...
Selecting previously unselected package geoip-database.
Preparing to unpack .../geoip-database_20140313-1_all.deb ...
Unpacking geoip-database (20140313-1) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
Unpacking xml-core (0.13+nmu2) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...
Unpacking nginx-common (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package nginx-core.
Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...
Unpacking nginx-core (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package nginx.
Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...
Unpacking nginx (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package clearwater-nginx.
Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...
Unpacking clearwater-nginx (1.0-171012.111833) ...
Selecting previously unselected package clearwater-socket-factory.
Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...
Unpacking clearwater-socket-factory (1.0-171215.180814) ...
Selecting previously unselected package clearwater-tcp-scalability.
Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...
Unpacking clearwater-tcp-scalability (1.0-171215.180814) ...
Selecting previously unselected package homestead-libs.
Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...
Unpacking homestead-libs (1.0-171215.122632) ...
Selecting previously unselected package python-netsnmp.
Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...
Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...
Selecting previously unselected package homestead.
Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...
Unpacking homestead (1.0-171215.122632) ...
Selecting previously unselected package lksctp-tools.
Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...
Unpacking lksctp-tools (1.0.15+dfsg-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libgeoip1:amd64 (1.6.0-1) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libxdmcp6:amd64 (1:1.1.1-1) ...
Setting up libxcb1:amd64 (1.10-2ubuntu1) ...
Setting up libx11-data (2:1.6.2-1ubuntu2) ...
Setting up libx11-6:amd64 (2:1.6.2-1ubuntu2) ...
Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...
Setting up sgml-base (1.26+nmu4ubuntu1) ...
Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libicu52:amd64 (52.1-3ubuntu0.7) ...
Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libevent-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up fonts-dejavu-core (2.34-1ubuntu1) ...
Setting up fontconfig-config (2.11.0-0ubuntu4.2) ...
Setting up libfreetype6:amd64 (2.5.2-1ubuntu2.8) ...
Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...
Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ...
Setting up libtiff5:amd64 (4.0.3-7ubuntu0.7) ...
Setting up libvpx1:amd64 (1.3.0-2) ...
Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...
Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...
Setting up libsctp1:amd64 (1.0.15+dfsg-1) ...
Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...
Setting up geoip-database (20140313-1) ...
Setting up xml-core (0.13+nmu2) ...
Setting up nginx-common (1.4.6-1ubuntu3.8) ...
Setting up clearwater-socket-factory (1.0-171215.180814) ...
Setting up clearwater-tcp-scalability (1.0-171215.180814) ...
Setting up homestead-libs (1.0-171215.122632) ...
Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ...
Setting up lksctp-tools (1.0.15+dfsg-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up nginx-core (1.4.6-1ubuntu3.8) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up nginx (1.4.6-1ubuntu3.8) ...
Setting up clearwater-nginx (1.0-171012.111833) ...
Testing nginx configuration...
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.
Generating a 2048 bit RSA private key
.................+++
....................................+++
writing new private key to 'nginx.key'
-----
Signature ok
subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown
Getting Private key
Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'
Setting up homestead (1.0-171215.122632) ...
 * Restarting clearwater-infrastructure clearwater-infrastructure
mv: cannot move ‘/tmp/hosts.739’ to ‘/etc/hosts’: Device or resource busy
 * Restarting DNS forwarder and DHCP server dnsmasq

dnsmasq: setting capabilities failed: Operation not permitted
   ...fail!
** Note: Please use the --sec-param instead of --bits
Generating a 1024 bit RSA private key...
Generating a self signed certificate...
X.509 Certificate Information:
	Version: 3
	Serial Number (hex): 5a6ba8f7
	Validity:
		Not Before: Fri Jan 26 22:17:27 UTC 2018
		Not After: Mon Jan 24 22:17:27 UTC 2028
	Subject: CN=172.17.0.3
	Subject Public Key Algorithm: RSA
	Certificate Security Level: Weak
		Modulus (bits 1024):
			00:c7:99:81:8c:29:e4:28:33:20:b7:25:35:5d:37:3b
			ad:64:78:c5:1e:a5:d4:d9:1e:7e:a6:9e:e5:8c:e7:82
			e8:3b:03:e2:86:b9:c0:19:28:8d:b9:5e:f0:de:6f:86
			dd:cd:8c:47:0d:c8:59:83:2d:1d:f4:91:85:c6:a5:9c
			ec:04:cc:3b:72:e0:b2:63:be:b2:f2:21:5c:61:04:4a
			f9:d1:dc:34:23:e4:39:d8:a5:6d:db:c8:72:08:47:64
			21:e8:67:aa:90:10:f6:6a:1b:e9:37:a2:2b:66:f7:1d
			b5:1b:d4:8c:91:1c:dd:1f:49:cb:c0:72:f0:41:60:8e
			49
		Exponent (bits 24):
			01:00:01
	Extensions:
		Basic Constraints (critical):
			Certificate Authority (CA): FALSE
		Subject Key Identifier (not critical):
			9491e8303bbac80c519c05f5d1a6a1b3fb8ea47d
Other Information:
	Public Key Id:
		9491e8303bbac80c519c05f5d1a6a1b3fb8ea47d



Signing certificate...
hostname: you must be root to change the host name
mv: cannot move ‘/tmp/hosts.782’ to ‘/etc/hosts’: Device or resource busy
ERROR: unable to move /tmp/hosts.782 to /etc/hosts
   ...done.
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
 ---> 5be1c5d725e8
Removing intermediate container b100e9e784f5
Step 4/9 : RUN sed -e 's/\(echo 0 > \/proc\/sys\/kernel\/yama\/ptrace_scope\)/# \1/g' -i /etc/init.d/homestead
 ---> Running in 580379bf7bba
 ---> aa5e7651c75a
Removing intermediate container 580379bf7bba
Step 5/9 : COPY homestead.supervisord.conf /etc/supervisor/conf.d/homestead.conf
 ---> ac0ba08fee74
Removing intermediate container 2efcb1aa4e99
Step 6/9 : COPY nginx.supervisord.conf /etc/supervisor/conf.d/nginx.conf
 ---> f8a6b4251b3e
Removing intermediate container 00eaa57c83be
Step 7/9 : COPY clearwater-group.supervisord.conf /etc/supervisor/conf.d/clearwater-group.conf
 ---> 66d85df5cac8
Removing intermediate container cbd8d7c44add
Step 8/9 : RUN cp /etc/clearwater/socket-factory.supervisord.conf /etc/supervisor/conf.d/
 ---> Running in 9c3a67f14bc2
 ---> 2b3dabd454b2
Removing intermediate container 9c3a67f14bc2
Step 9/9 : EXPOSE 8888
 ---> Running in 3bafe2f87d8e
 ---> 90a6ffa65f9b
Removing intermediate container 3bafe2f87d8e
Successfully built 90a6ffa65f9b


***** MASTER BRANCH
build:58 (Fri Jan 26 14:14:46 PST 2018) Building homestead
Sending build context to Docker daemon 5.632 kB
Step 1/9 : FROM clearwater/base
 ---> 145f2c2bdd26
Step 2/9 : MAINTAINER maintainers@projectclearwater.org
 ---> Using cache
 ---> cdc8cec914a2
Step 3/9 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes homestead
 ---> Running in b100e9e784f5
Ign http://repo.cw-ngv.com binary/ InRelease
Hit http://repo.cw-ngv.com binary/ Release.gpg
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Hit http://repo.cw-ngv.com binary/ Release
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty-backports InRelease
Hit http://repo.cw-ngv.com binary/ Packages
Hit http://archive.ubuntu.com trusty Release.gpg
Get:3 http://archive.ubuntu.com trusty-updates/universe Sources [246 kB]
Get:4 http://security.ubuntu.com trusty-security/universe Sources [80.7 kB]
Get:5 http://security.ubuntu.com trusty-security/main amd64 Packages [876 kB]
Get:6 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,309 kB]
Get:7 http://security.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
Get:8 http://security.ubuntu.com trusty-security/universe amd64 Packages [256 kB]
Get:9 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,718 B]
Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.4 kB]
Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [568 kB]
Get:12 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.0 kB]
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Fetched 3,527 kB in 30s (115 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability
  fontconfig-config fonts-dejavu-core geoip-database homestead-libs
  libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0
  libevent-2.0-5 libevent-core-2.0-5 libevent-pthreads-2.0-5 libfontconfig1
  libfreetype6 libgd3 libgeoip1 libicu52 libjbig0 libjpeg-turbo8 libjpeg8
  libsctp1 libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxml2 libxpm4 libxslt1.1 lksctp-tools nginx nginx-common nginx-core
  python-netsnmp sgml-base xml-core
Suggested packages:
  clearwater-snmp-handler-alarm homestead-dbg clearwater-logging
  clearwater-snmp-alarm-agent libgd-tools geoip-bin fcgiwrap nginx-doc
  sgml-base-doc debhelper
The following NEW packages will be installed:
  clearwater-nginx clearwater-socket-factory clearwater-tcp-scalability
  fontconfig-config fonts-dejavu-core geoip-database homestead homestead-libs
  libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0
  libevent-2.0-5 libevent-core-2.0-5 libevent-pthreads-2.0-5 libfontconfig1
  libfreetype6 libgd3 libgeoip1 libicu52 libjbig0 libjpeg-turbo8 libjpeg8
  libsctp1 libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxml2 libxpm4 libxslt1.1 lksctp-tools nginx nginx-common nginx-core
  python-netsnmp sgml-base xml-core
0 upgraded, 40 newly installed, 0 to remove and 4 not upgraded.
Need to get 14.6 MB of archives.
After this operation, 57.8 MB of additional disk space will be used.
Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libgeoip1 amd64 1.6.0-1 [71.0 kB]
Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]
Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]
Get:5 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libxau6 amd64 1:1.0.8-1 [8,376 B]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libxdmcp6 amd64 1:1.1.1-1 [12.8 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb1 amd64 1.10-2ubuntu1 [38.0 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-data all 2:1.6.2-1ubuntu2 [111 kB]
Get:10 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]
Get:11 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-171215.122632 [450 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-6 amd64 2:1.6.2-1ubuntu2 [560 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.12 [573 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main sgml-base all 1.26+nmu4ubuntu1 [12.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libicu52 amd64 52.1-3ubuntu0.7 [6,748 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [126 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6 amd64 2.5.2-1ubuntu2.8 [304 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.7 [144 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.8 [123 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main geoip-database all 20140313-1 [1,196 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main xml-core all 0.13+nmu2 [23.3 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5,394 B]
Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 14.6 MB in 55s (266 kB/s)
Selecting previously unselected package libgeoip1:amd64.
(Reading database ... 20146 files and directories currently installed.)
Preparing to unpack .../libgeoip1_1.6.0-1_amd64.deb ...
Unpacking libgeoip1:amd64 (1.6.0-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-2ubuntu1_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-2ubuntu1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-1ubuntu2_all.deb ...
Unpacking libx11-data (2:1.6.2-1ubuntu2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-1ubuntu2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-1ubuntu2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ...
Unpacking sgml-base (1.26+nmu4ubuntu1) ...
Selecting previously unselected package libboost-system1.54.0:amd64.
Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libboost-filesystem1.54.0:amd64.
Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libicu52:amd64.
Preparing to unpack .../libicu52_52.1-3ubuntu0.7_amd64.deb ...
Unpacking libicu52:amd64 (52.1-3ubuntu0.7) ...
Selecting previously unselected package libboost-regex1.54.0:amd64.
Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Selecting previously unselected package libevent-2.0-5:amd64.
Preparing to unpack .../libevent-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package libevent-core-2.0-5:amd64.
Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package libevent-pthreads-2.0-5:amd64.
Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...
Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...
Unpacking fonts-dejavu-core (2.34-1ubuntu1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...
Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.5.2-1ubuntu2.8_amd64.deb ...
Unpacking libfreetype6:amd64 (2.5.2-1ubuntu2.8) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.7_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.7) ...
Selecting previously unselected package libvpx1:amd64.
Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...
Unpacking libvpx1:amd64 (1.3.0-2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../libgd3_2.1.0-3ubuntu0.8_amd64.deb ...
Unpacking libgd3:amd64 (2.1.0-3ubuntu0.8) ...
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...
Selecting previously unselected package geoip-database.
Preparing to unpack .../geoip-database_20140313-1_all.deb ...
Unpacking geoip-database (20140313-1) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
Unpacking xml-core (0.13+nmu2) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ...
Unpacking nginx-common (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package nginx-core.
Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ...
Unpacking nginx-core (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package nginx.
Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ...
Unpacking nginx (1.4.6-1ubuntu3.8) ...
Selecting previously unselected package clearwater-nginx.
Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...
Unpacking clearwater-nginx (1.0-171012.111833) ...
Selecting previously unselected package clearwater-socket-factory.
Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...
Unpacking clearwater-socket-factory (1.0-171215.180814) ...
Selecting previously unselected package clearwater-tcp-scalability.
Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...
Unpacking clearwater-tcp-scalability (1.0-171215.180814) ...
Selecting previously unselected package homestead-libs.
Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...
Unpacking homestead-libs (1.0-171215.122632) ...
Selecting previously unselected package python-netsnmp.
Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...
Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...
Selecting previously unselected package homestead.
Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...
Unpacking homestead (1.0-171215.122632) ...
Selecting previously unselected package lksctp-tools.
Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...
Unpacking lksctp-tools (1.0.15+dfsg-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libgeoip1:amd64 (1.6.0-1) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libxdmcp6:amd64 (1:1.1.1-1) ...
Setting up libxcb1:amd64 (1.10-2ubuntu1) ...
Setting up libx11-data (2:1.6.2-1ubuntu2) ...
Setting up libx11-6:amd64 (2:1.6.2-1ubuntu2) ...
Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...
Setting up sgml-base (1.26+nmu4ubuntu1) ...
Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libicu52:amd64 (52.1-3ubuntu0.7) ...
Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
Setting up libevent-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...
Setting up fonts-dejavu-core (2.34-1ubuntu1) ...
Setting up fontconfig-config (2.11.0-0ubuntu4.2) ...
Setting up libfreetype6:amd64 (2.5.2-1ubuntu2.8) ...
Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...
Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ...
Setting up libtiff5:amd64 (4.0.3-7ubuntu0.7) ...
Setting up libvpx1:amd64 (1.3.0-2) ...
Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...
Setting up libgd3:amd64 (2.1.0-3ubuntu0.8) ...
Setting up libsctp1:amd64 (1.0.15+dfsg-1) ...
Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...
Setting up geoip-database (20140313-1) ...
Setting up xml-core (0.13+nmu2) ...
Setting up nginx-common (1.4.6-1ubuntu3.8) ...
Setting up clearwater-socket-factory (1.0-171215.180814) ...
Setting up clearwater-tcp-scalability (1.0-171215.180814) ...
Setting up homestead-libs (1.0-171215.122632) ...
Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ...
Setting up lksctp-tools (1.0.15+dfsg-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up nginx-core (1.4.6-1ubuntu3.8) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up nginx (1.4.6-1ubuntu3.8) ...
Setting up clearwater-nginx (1.0-171012.111833) ...
Testing nginx configuration...
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.
Generating a 2048 bit RSA private key
.................+++
....................................+++
writing new private key to 'nginx.key'
-----
Signature ok
subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown
Getting Private key
Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'
Setting up homestead (1.0-171215.122632) ...
 * Restarting clearwater-infrastructure clearwater-infrastructure
mv: cannot move ‘/tmp/hosts.739’ to ‘/etc/hosts’: Device or resource busy
 * Restarting DNS forwarder and DHCP server dnsmasq

dnsmasq: setting capabilities failed: Operation not permitted
   ...fail!
** Note: Please use the --sec-param instead of --bits
Generating a 1024 bit RSA private key...
Generating a self signed certificate...
X.509 Certificate Information:
	Version: 3
	Serial Number (hex): 5a6ba8f7
	Validity:
		Not Before: Fri Jan 26 22:17:27 UTC 2018
		Not After: Mon Jan 24 22:17:27 UTC 2028
	Subject: CN=172.17.0.3
	Subject Public Key Algorithm: RSA
	Certificate Security Level: Weak
		Modulus (bits 1024):
			00:c7:99:81:8c:29:e4:28:33:20:b7:25:35:5d:37:3b
			ad:64:78:c5:1e:a5:d4:d9:1e:7e:a6:9e:e5:8c:e7:82
			e8:3b:03:e2:86:b9:c0:19:28:8d:b9:5e:f0:de:6f:86
			dd:cd:8c:47:0d:c8:59:83:2d:1d:f4:91:85:c6:a5:9c
			ec:04:cc:3b:72:e0:b2:63:be:b2:f2:21:5c:61:04:4a
			f9:d1:dc:34:23:e4:39:d8:a5:6d:db:c8:72:08:47:64
			21:e8:67:aa:90:10:f6:6a:1b:e9:37:a2:2b:66:f7:1d
			b5:1b:d4:8c:91:1c:dd:1f:49:cb:c0:72:f0:41:60:8e
			49
		Exponent (bits 24):
			01:00:01
	Extensions:
		Basic Constraints (critical):
			Certificate Authority (CA): FALSE
		Subject Key Identifier (not critical):
			9491e8303bbac80c519c05f5d1a6a1b3fb8ea47d
Other Information:
	Public Key Id:
		9491e8303bbac80c519c05f5d1a6a1b3fb8ea47d



Signing certificate...
hostname: you must be root to change the host name
mv: cannot move ‘/tmp/hosts.782’ to ‘/etc/hosts’: Device or resource busy
ERROR: unable to move /tmp/hosts.782 to /etc/hosts
   ...done.
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
 ---> 5be1c5d725e8
Removing intermediate container b100e9e784f5
Step 4/9 : RUN sed -e 's/\(echo 0 > \/proc\/sys\/kernel\/yama\/ptrace_scope\)/# \1/g' -i /etc/init.d/homestead
 ---> Running in 580379bf7bba
 ---> aa5e7651c75a
Removing intermediate container 580379bf7bba
Step 5/9 : COPY homestead.supervisord.conf /etc/supervisor/conf.d/homestead.conf
 ---> ac0ba08fee74
Removing intermediate container 2efcb1aa4e99
Step 6/9 : COPY nginx.supervisord.conf /etc/supervisor/conf.d/nginx.conf
 ---> f8a6b4251b3e
Removing intermediate container 00eaa57c83be
Step 7/9 : COPY clearwater-group.supervisord.conf /etc/supervisor/conf.d/clearwater-group.conf
 ---> 66d85df5cac8
Removing intermediate container cbd8d7c44add
Step 8/9 : RUN cp /etc/clearwater/socket-factory.supervisord.conf /etc/supervisor/conf.d/
 ---> Running in 9c3a67f14bc2
 ---> 2b3dabd454b2
Removing intermediate container 9c3a67f14bc2
Step 9/9 : EXPOSE 8888
 ---> Running in 3bafe2f87d8e
 ---> 90a6ffa65f9b
Removing intermediate container 3bafe2f87d8e
Successfully built 90a6ffa65f9b

@richardwhiuk
Copy link
Contributor

@blsaws Do you have the build log for the base container as well?

@blsaws
Copy link
Author

blsaws commented Jan 30, 2018

Here is the base build log

build:57 (Mon Jan 29 15:17:00 PST 2018) Building base
Sending build context to Docker daemon 11.78 kB
Step 1/29 : FROM ubuntu:14.04
 ---> 02a63d8b2bfa
Step 2/29 : MAINTAINER maintainers@projectclearwater.org
 ---> Running in 196fbe6f92f7
 ---> 87de9c75f77f
Removing intermediate container 196fbe6f92f7
Step 3/29 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y supervisor curl
 ---> Running in b8f29a48d630
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:3 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]
Get:4 http://archive.ubuntu.com trusty Release.gpg [933 B]
Get:5 http://archive.ubuntu.com trusty Release [58.5 kB]
Get:6 http://security.ubuntu.com trusty-security/universe Sources [80.7 kB]
Get:7 http://security.ubuntu.com trusty-security/main amd64 Packages [876 kB]
Get:8 http://archive.ubuntu.com trusty-updates/universe Sources [246 kB]
Get:9 http://security.ubuntu.com trusty-security/restricted amd64 Packages [18.1 kB]
Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [256 kB]
Get:11 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1309 kB]
Get:12 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4718 B]
Get:13 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.4 kB]
Get:14 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [568 kB]
Get:15 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [16.0 kB]
Get:16 http://archive.ubuntu.com trusty-backports/main amd64 Packages [14.7 kB]
Get:17 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [40 B]
Get:18 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [52.5 kB]
Get:19 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1392 B]
Get:20 http://archive.ubuntu.com trusty/universe Sources [7926 kB]
Get:21 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB]
Get:22 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB]
Get:23 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB]
Get:24 http://archive.ubuntu.com trusty/multiverse amd64 Packages [169 kB]
Fetched 21.2 MB in 18s (1117 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  ca-certificates krb5-locales libasn1-8-heimdal libcurl3 libgssapi-krb5-2
  libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libpython-stdlib
  libpython2.7-minimal libpython2.7-stdlib libroken18-heimdal librtmp0
  libsasl2-2 libsasl2-modules libsasl2-modules-db libwind0-heimdal openssl
  python python-meld3 python-minimal python-pkg-resources python2.7
  python2.7-minimal
Suggested packages:
  krb5-doc krb5-user libsasl2-modules-otp libsasl2-modules-ldap
  libsasl2-modules-sql libsasl2-modules-gssapi-mit
  libsasl2-modules-gssapi-heimdal python-doc python-tk python-distribute
  python-distribute-doc python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  ca-certificates curl krb5-locales libasn1-8-heimdal libcurl3
  libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhx509-5-heimdal libidn11 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libpython-stdlib
  libpython2.7-minimal libpython2.7-stdlib libroken18-heimdal librtmp0
  libsasl2-2 libsasl2-modules libsasl2-modules-db libwind0-heimdal openssl
  python python-meld3 python-minimal python-pkg-resources python2.7
  python2.7-minimal supervisor
0 upgraded, 35 newly installed, 0 to remove and 5 not upgraded.
Need to get 6803 kB of archives.
After this operation, 29.4 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libroken18-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [39.9 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasn1-8-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [160 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5support0 amd64 1.12+dfsg-2ubuntu5.3 [30.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libk5crypto3 amd64 1.12+dfsg-2ubuntu5.3 [79.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libkeyutils1 amd64 1.5.6-1 [7318 B]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-3 amd64 1.12+dfsg-2ubuntu5.3 [262 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi-krb5-2 amd64 1.12+dfsg-2ubuntu5.3 [114 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhcrypto4-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [84.1 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimbase1-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [29.0 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libwind0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [47.9 kB]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhx509-5-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [104 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-26-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [196 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimntlm0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [15.2 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi3-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [89.7 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11 amd64 1.28-1ubuntu2.2 [94.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules-db amd64 2.1.25.dfsg1-17build1 [14.9 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-2 amd64 2.1.25.dfsg1-17build1 [56.5 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.4 [153 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librtmp0 amd64 2.4+20121230.gitdf6c518-1ubuntu0.1 [50.4 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.13 [173 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.4 [307 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.4 [1188 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssl amd64 1.0.1f-1ubuntu2.23 [490 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ca-certificates all 20170717~14.04.1 [167 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-locales all 1.12+dfsg-2ubuntu5.3 [13.5 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules amd64 2.1.25.dfsg1-17build1 [64.3 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.13 [123 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.4 [1869 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.4 [196 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty/universe python-meld3 amd64 0.6.10-1 [39.0 kB]
Get:35 http://archive.ubuntu.com/ubuntu/ trusty/universe supervisor all 3.0b2-1 [314 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 6803 kB in 33s (204 kB/s)
Selecting previously unselected package libroken18-heimdal:amd64.
(Reading database ... 11571 files and directories currently installed.)
Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../libasn1-8-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12+dfsg-2ubuntu5.3_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12+dfsg-2ubuntu5.3_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.6-1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12+dfsg-2ubuntu5.3_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2ubuntu5.3_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../libhcrypto4-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../libheimbase1-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../libwind0-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../libhx509-5-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../libkrb5-26-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../libheimntlm0-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../libgssapi3-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.28-1ubuntu2.2_amd64.deb ...
Unpacking libidn11:amd64 (1.28-1ubuntu2.2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17build1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.25.dfsg1-17build1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.4_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.4) ...
Selecting previously unselected package librtmp0:amd64.
Preparing to unpack .../librtmp0_2.4+20121230.gitdf6c518-1ubuntu0.1_amd64.deb ...
Unpacking librtmp0:amd64 (2.4+20121230.gitdf6c518-1ubuntu0.1) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.35.0-1ubuntu2.13_amd64.deb ...
Unpacking libcurl3:amd64 (7.35.0-1ubuntu2.13) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.4_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.4) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.4_amd64.deb ...
Unpacking python2.7-minimal (2.7.6-8ubuntu0.4) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.23_amd64.deb ...
Unpacking openssl (1.0.1f-1ubuntu2.23) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20170717~14.04.1_all.deb ...
Unpacking ca-certificates (20170717~14.04.1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.12+dfsg-2ubuntu5.3_all.deb ...
Unpacking krb5-locales (1.12+dfsg-2ubuntu5.3) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.25.dfsg1-17build1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.25.dfsg1-17build1) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.35.0-1ubuntu2.13_amd64.deb ...
Unpacking curl (7.35.0-1ubuntu2.13) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.4_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.4) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.6-8ubuntu0.4_amd64.deb ...
Unpacking python2.7 (2.7.6-8ubuntu0.4) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python-minimal (2.7.5-5ubuntu3) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ...
Unpacking python (2.7.5-5ubuntu3) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ...
Unpacking python-pkg-resources (3.3-1ubuntu2) ...
Selecting previously unselected package python-meld3.
Preparing to unpack .../python-meld3_0.6.10-1_amd64.deb ...
Unpacking python-meld3 (0.6.10-1) ...
Selecting previously unselected package supervisor.
Preparing to unpack .../supervisor_3.0b2-1_all.deb ...
Unpacking supervisor (3.0b2-1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ...
Setting up libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ...
Setting up libkeyutils1:amd64 (1.5.6-1) ...
Setting up libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ...
Setting up libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ...
Setting up libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ...
Setting up libidn11:amd64 (1.28-1ubuntu2.2) ...
Setting up libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ...
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ...
Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.4) ...
Setting up librtmp0:amd64 (2.4+20121230.gitdf6c518-1ubuntu0.1) ...
Setting up libcurl3:amd64 (7.35.0-1ubuntu2.13) ...
Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.4) ...
Setting up python2.7-minimal (2.7.6-8ubuntu0.4) ...
Setting up openssl (1.0.1f-1ubuntu2.23) ...
Setting up ca-certificates (20170717~14.04.1) ...
Setting up krb5-locales (1.12+dfsg-2ubuntu5.3) ...
Setting up libsasl2-modules:amd64 (2.1.25.dfsg1-17build1) ...
Setting up curl (7.35.0-1ubuntu2.13) ...
Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.4) ...
Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ...
Setting up python2.7 (2.7.6-8ubuntu0.4) ...
Setting up python-minimal (2.7.5-5ubuntu3) ...
Setting up python (2.7.5-5ubuntu3) ...
Setting up python-pkg-resources (3.3-1ubuntu2) ...
Setting up python-meld3 (0.6.10-1) ...
Setting up supervisor (3.0b2-1) ...
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
Processing triggers for ca-certificates (20170717~14.04.1) ...
Updating certificates in /etc/ssl/certs... 148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for ureadahead (0.100.0-16) ...
 ---> bb3da5cd3be7
Removing intermediate container b8f29a48d630
Step 4/29 : RUN apt-get install -y apt-transport-https unzip
 ---> Running in 46b4da05f0fd
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libcurl3-gnutls
Suggested packages:
  zip
The following NEW packages will be installed:
  apt-transport-https libcurl3-gnutls unzip
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 348 kB of archives.
After this operation, 1169 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3-gnutls amd64 7.35.0-1ubuntu2.13 [166 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main apt-transport-https amd64 1.0.1ubuntu2.17 [25.0 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.5 [157 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 348 kB in 9s (35.8 kB/s)
Selecting previously unselected package libcurl3-gnutls:amd64.
(Reading database ... 13171 files and directories currently installed.)
Preparing to unpack .../libcurl3-gnutls_7.35.0-1ubuntu2.13_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.13) ...
Selecting previously unselected package apt-transport-https.
Preparing to unpack .../apt-transport-https_1.0.1ubuntu2.17_amd64.deb ...
Unpacking apt-transport-https (1.0.1ubuntu2.17) ...
Selecting previously unselected package unzip.
Preparing to unpack .../unzip_6.0-9ubuntu1.5_amd64.deb ...
Unpacking unzip (6.0-9ubuntu1.5) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Setting up libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.13) ...
Setting up apt-transport-https (1.0.1ubuntu2.17) ...
Setting up unzip (6.0-9ubuntu1.5) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
 ---> 908784a51f98
Removing intermediate container 46b4da05f0fd
Step 5/29 : RUN mkdir -p /var/log/supervisor
 ---> Running in e6e3e9b71975
 ---> 4a5d9e5b565c
Removing intermediate container e6e3e9b71975
Step 6/29 : RUN echo 'root:root' | chpasswd
 ---> Running in 7300476c9896
 ---> eca78a53755b
Removing intermediate container 7300476c9896
Step 7/29 : EXPOSE 22
 ---> Running in ae2ca56b1085
 ---> fb4f1a43b7b6
Removing intermediate container ae2ca56b1085
Step 8/29 : COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 ---> dc31888e8e6e
Removing intermediate container 7457e90253e5
Step 9/29 : ENTRYPOINT /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
 ---> Running in 948940fa43cc
 ---> 8ef517618a45
Removing intermediate container 948940fa43cc
Step 10/29 : RUN locale-gen en_US.UTF-8
 ---> Running in a2413bd24d33
Generating locales...
  en_US.UTF-8... done
Generation complete.
 ---> 23a29e4d153a
Removing intermediate container a2413bd24d33
Step 11/29 : ENV LANG en_US.UTF-8
 ---> Running in 54b67e63b36e
 ---> 04f71ce89b6c
Removing intermediate container 54b67e63b36e
Step 12/29 : ENV LANGUAGE en_US:en
 ---> Running in 27a99e7228e9
 ---> d67e41a4f8b8
Removing intermediate container 27a99e7228e9
Step 13/29 : ENV LC_ALL en_US.UTF-8
 ---> Running in 50501a179c0d
 ---> 4da9cd057e1c
Removing intermediate container 50501a179c0d
Step 14/29 : COPY sysctl /sbin/sysctl
 ---> ecd2e9d81c9b
Removing intermediate container 7fa76c0ec4eb
Step 15/29 : RUN sed -e 's/\#\(precedence ::ffff:0:0\/96  100\)/\1/g' -i /etc/gai.conf
 ---> Running in c5a386895734
 ---> 9dac0f194892
Removing intermediate container c5a386895734
Step 16/29 : RUN echo deb http://repo.cw-ngv.com/stable binary/ > /etc/apt/sources.list.d/clearwater.list
 ---> Running in 6de251e164cb
 ---> 76f3b2fd0fda
Removing intermediate container 6de251e164cb
Step 17/29 : RUN curl -L http://repo.cw-ngv.com/repo_key | apt-key add -
 ---> Running in 7f85e254f18d
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3149  100  3149    0     0    361      0  0:00:08  0:00:08 --:--:--   987
OK
 ---> 600a37b0f368
Removing intermediate container 7f85e254f18d
Step 18/29 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes clearwater-infrastructure clearwater-auto-config-docker clearwater-management
 ---> Running in db9e0eb7a3cc
Ign http://repo.cw-ngv.com binary/ InRelease
Hit http://security.ubuntu.com trusty-security InRelease
Ign http://archive.ubuntu.com trusty InRelease
Hit http://archive.ubuntu.com trusty-updates InRelease
Hit http://archive.ubuntu.com trusty-backports InRelease
Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]
Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B]
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://security.ubuntu.com trusty-security/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe Sources
Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/universe Sources
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Fetched 25.0 kB in 13s (1,906 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  binutils build-essential clearwater-cluster-manager
  clearwater-config-manager clearwater-diags-monitor clearwater-etcd
  clearwater-log-cleanup clearwater-monit clearwater-queue-manager cpp cpp-4.8
  dnsmasq dnsmasq-base dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8 gnutls-bin
  inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6 libc6-dev
  libcloog-isl4 libdpkg-perl libedit2 libfakeroot libfile-fcntllock-perl
  libgcc-4.8-dev libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libmnl0
  libmpc3 libmpfr4 libnetfilter-conntrack3 libnfnetlink0 libopts25
  libpgm-5.1-0 libquadmath0 libsensors4 libstdc++-4.8-dev libtimedate-perl
  libtsan0 libzmq3 linux-libc-dev make manpages manpages-dev ntp patch
  python-chardet python-chardet-whl python-colorama python-colorama-whl
  python-distlib python-distlib-whl python-html5lib python-html5lib-whl
  python-jsonschema python-mock python-pip python-pip-whl python-requests
  python-requests-whl python-setuptools python-setuptools-whl python-six
  python-six-whl python-urllib3 python-urllib3-whl python-virtualenv
  python-wheel python3-pkg-resources realpath sysstat xz-utils
Suggested packages:
  binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix
  mail-transport-agent cpp-doc gcc-4.8-locales debian-keyring g++-multilib
  g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf
  automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg
  libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg
  libquadmath0-dbg glibc-doc lm-sensors libstdc++-4.8-doc make-doc man-browser
  ntp-doc apparmor ed diffutils-doc python-genshi python-lxml python-mock-doc
  python3-setuptools isag
Recommended packages:
  python-dev-all
The following NEW packages will be installed:
  binutils build-essential clearwater-auto-config-docker
  clearwater-cluster-manager clearwater-config-manager
  clearwater-diags-monitor clearwater-etcd clearwater-infrastructure
  clearwater-log-cleanup clearwater-management clearwater-monit
  clearwater-queue-manager cpp cpp-4.8 dnsmasq dnsmasq-base dpkg-dev fakeroot
  g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl
  libedit2 libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1
  libinotifytools0 libisl10 libitm1 libmnl0 libmpc3 libmpfr4
  libnetfilter-conntrack3 libnfnetlink0 libopts25 libpgm-5.1-0 libquadmath0
  libsensors4 libstdc++-4.8-dev libtimedate-perl libtsan0 libzmq3
  linux-libc-dev make manpages manpages-dev ntp patch python-chardet
  python-chardet-whl python-colorama python-colorama-whl python-distlib
  python-distlib-whl python-html5lib python-html5lib-whl python-jsonschema
  python-mock python-pip python-pip-whl python-requests python-requests-whl
  python-setuptools python-setuptools-whl python-six python-six-whl
  python-urllib3 python-urllib3-whl python-virtualenv python-wheel
  python3-pkg-resources realpath sysstat xz-utils
The following packages will be upgraded:
  libc6
1 upgraded, 88 newly installed, 0 to remove and 4 not upgraded.
Need to get 91.3 MB of archives.
After this operation, 245 MB of additional disk space will be used.
Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-auto-config-docker 1.0-171215.180814 [37.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6 amd64 2.19-0ubuntu6.14 [4,753 kB]
Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]
Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]
Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]
Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libedit2 amd64 3.1-20130712-2 [86.7 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libnfnetlink0 amd64 1.0.1-2 [15.0 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.3 [63.1 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.3 [8,636 B]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.3 [23.1 kB]
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.3 [28.5 kB]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.3 [126 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.3 [94.9 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/universe libzmq3 amd64 4.0.4+dfsg-2 [129 kB]
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.12 [421 kB]
Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]
Get:27 http://archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]
Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]
Get:29 http://archive.ubuntu.com/ubuntu/ trusty/main manpages all 3.54-1ubuntu1 [627 kB]
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-141.190 [769 kB]
Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [4,595 kB]

Get:35 http://archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]
Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1,688 kB]
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [5,047 kB]
Get:38 http://archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1,053 kB]
Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [18.1 MB]
Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]
Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]
Get:43 http://archive.ubuntu.com/ubuntu/ trusty/main libtimedate-perl all 2.3000-1 [37.2 kB]
Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.7 [179 kB]
Get:45 http://archive.ubuntu.com/ubuntu/ trusty/main xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]
Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu2.3 [86.4 kB]
Get:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.7 [726 kB]
Get:48 http://archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]
Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]
Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]
Get:51 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six all 1.5.2-1ubuntu1 [8,238 B]
Get:52 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]
Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]
Get:54 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]
Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]
Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]
Get:57 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]
Get:58 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]
Get:59 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]
Get:60 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]
Get:61 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]
Get:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]
Get:63 http://archive.ubuntu.com/ubuntu/ trusty/main python-chardet all 2.0.1-2build2 [106 kB]
Get:64 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3 all 1.7.1-1ubuntu4 [39.5 kB]
Get:65 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.3 [43.1 kB]
Get:66 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]
Get:67 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]
Get:68 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]
Get:69 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]
Get:70 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]
Get:71 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]
Get:72 http://archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]
Get:73 http://archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]
Get:74 http://archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]
Get:75 http://archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]
Get:76 http://archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]
Get:77 http://archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]
Get:78 http://archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]
Get:79 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
Get:80 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]
Get:81 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
Get:82 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]
Get:83 http://archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]
Get:84 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]
Get:85 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]
Get:86 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]
Get:87 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]
Get:88 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]
Get:89 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 91.3 MB in 56s (1,627 kB/s)
(Reading database ... 13203 files and directories currently installed.)
Preparing to unpack .../libc6_2.19-0ubuntu6.14_amd64.deb ...
Unpacking libc6:amd64 (2.19-0ubuntu6.14) over (2.19-0ubuntu6.13) ...
Setting up libc6:amd64 (2.19-0ubuntu6.14) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
Selecting previously unselected package libedit2:amd64.
(Reading database ... 13203 files and directories currently installed.)
Preparing to unpack .../libedit2_3.1-20130712-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20130712-2) ...
Selecting previously unselected package libnfnetlink0:amd64.
Preparing to unpack .../libnfnetlink0_1.0.1-2_amd64.deb ...
Unpacking libnfnetlink0:amd64 (1.0.1-2) ...
Selecting previously unselected package libasan0:amd64.
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-1) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-1) ...
Selecting previously unselected package libopts25:amd64.
Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...
Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ...
Selecting previously unselected package libpgm-5.1-0:amd64.
Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...
Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libsensors4:amd64.
Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...
Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package libzmq3:amd64.
Preparing to unpack .../libzmq3_4.0.4+dfsg-2_amd64.deb ...
Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ...
Selecting previously unselected package ntp.
Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.12_amd64.deb ...
Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.12) ...
Selecting previously unselected package python-mock.
Preparing to unpack .../python-mock_1.0.1-3_all.deb ...
Unpacking python-mock (1.0.1-3) ...
Selecting previously unselected package python-jsonschema.
Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...
Unpacking python-jsonschema (2.3.0-1build1) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...
Selecting previously unselected package libnetfilter-conntrack3:amd64.
Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...
Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...
Selecting previously unselected package manpages.
Preparing to unpack .../manpages_3.54-1ubuntu1_all.deb ...
Unpacking manpages (3.54-1ubuntu1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...
Unpacking binutils (2.24-5ubuntu14.2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...
Unpacking libc-dev-bin (2.19-0ubuntu6.14) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.13.0-141.190_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.13.0-141.190) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...
Selecting previously unselected package cpp-4.8.
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking cpp (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libgcc-4.8-dev:amd64.
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package gcc-4.8.
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking gcc (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libstdc++-4.8-dev:amd64.
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package g++-4.8.
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ...
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking g++ (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package make.
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...
Unpacking make (3.81-8.2ubuntu3) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../libtimedate-perl_2.3000-1_all.deb ...
Unpacking libtimedate-perl (2.3000-1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.7_all.deb ...
Unpacking libdpkg-perl (1.17.5ubuntu5.7) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.1-4ubuntu2.3_amd64.deb ...
Unpacking patch (2.7.1-4ubuntu2.3) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.7_all.deb ...
Unpacking dpkg-dev (1.17.5ubuntu5.7) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...
Unpacking build-essential (11.6ubuntu6) ...
Selecting previously unselected package clearwater-auto-config-docker.
Preparing to unpack .../clearwater-auto-config-docker_1.0-171215.180814_all.deb ...
Unpacking clearwater-auto-config-docker (1.0-171215.180814) ...
Selecting previously unselected package python-colorama.
Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...
Unpacking python-colorama (0.2.5-0.1ubuntu2) ...
Selecting previously unselected package python-distlib.
Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...
Unpacking python-distlib (0.1.8-1ubuntu1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.5.2-1ubuntu1_all.deb ...
Unpacking python-six (1.5.2-1ubuntu1) ...
Selecting previously unselected package python-html5lib.
Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...
Unpacking python-html5lib (0.999-3~ubuntu1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...
Unpacking python3-pkg-resources (3.3-1ubuntu2) ...
Selecting previously unselected package python-chardet-whl.
Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...
Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ...
Selecting previously unselected package python-colorama-whl.
Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...
Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...
Selecting previously unselected package python-distlib-whl.
Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...
Unpacking python-distlib-whl (0.1.8-1ubuntu1) ...
Selecting previously unselected package python-html5lib-whl.
Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...
Unpacking python-html5lib-whl (0.999-3~ubuntu1) ...
Selecting previously unselected package python-six-whl.
Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ...
Unpacking python-six-whl (1.5.2-1ubuntu1) ...
Selecting previously unselected package python-urllib3-whl.
Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ...
Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ...
Selecting previously unselected package python-requests-whl.
Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ...
Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ...
Selecting previously unselected package python-setuptools-whl.
Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...
Unpacking python-setuptools-whl (3.3-1ubuntu2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...
Unpacking python-pip-whl (1.5.4-1ubuntu4) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../python-chardet_2.0.1-2build2_all.deb ...
Unpacking python-chardet (2.0.1-2build2) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../python-urllib3_1.7.1-1ubuntu4_all.deb ...
Unpacking python-urllib3 (1.7.1-1ubuntu4) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../python-requests_2.2.1-1ubuntu0.3_all.deb ...
Unpacking python-requests (2.2.1-1ubuntu0.3) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...
Unpacking python-setuptools (3.3-1ubuntu2) ...
Selecting previously unselected package python-pip.
Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...
Unpacking python-pip (1.5.4-1ubuntu4) ...
Selecting previously unselected package python-virtualenv.
Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...
Unpacking python-virtualenv (1.11.4-1ubuntu1) ...
Selecting previously unselected package dnsmasq-base.
Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...
Unpacking dnsmasq-base (2.68-1ubuntu0.2) ...
Selecting previously unselected package dnsmasq.
Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...
Unpacking dnsmasq (2.68-1ubuntu0.2) ...
Selecting previously unselected package gnutls-bin.
Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...
Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...
Selecting previously unselected package clearwater-infrastructure.
Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...
Unpacking clearwater-infrastructure (1.0-171215.180814) ...
Selecting previously unselected package clearwater-monit.
Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...
Unpacking clearwater-monit (5.18-171207.172716) ...
Selecting previously unselected package clearwater-log-cleanup.
Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...
Unpacking clearwater-log-cleanup (1.0-171215.180814) ...
Selecting previously unselected package clearwater-etcd.
Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...
Unpacking clearwater-etcd (1.0-171218.103208) ...
Selecting previously unselected package clearwater-cluster-manager.
Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...
Unpacking clearwater-cluster-manager (1.0-171218.103208) ...
Selecting previously unselected package clearwater-queue-manager.
Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...
Unpacking clearwater-queue-manager (1.0-171218.103208) ...
Selecting previously unselected package clearwater-config-manager.
Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...
Unpacking clearwater-config-manager (1.0-171218.103208) ...
Selecting previously unselected package libinotifytools0.
Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...
Unpacking libinotifytools0 (3.14-1ubuntu1) ...
Selecting previously unselected package inotify-tools.
Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...
Unpacking inotify-tools (3.14-1ubuntu1) ...
Selecting previously unselected package realpath.
Preparing to unpack .../realpath_1.19_amd64.deb ...
Unpacking realpath (1.19) ...
Selecting previously unselected package sysstat.
Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ...
Unpacking sysstat (10.2.0-1) ...
Selecting previously unselected package iotop.
Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ...
Unpacking iotop (0.6-1) ...
Selecting previously unselected package clearwater-diags-monitor.
Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...
Unpacking clearwater-diags-monitor (1.0-171215.180814) ...
Selecting previously unselected package clearwater-management.
Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...
Unpacking clearwater-management (1.0-171218.103208) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking fakeroot (1.20-3ubuntu2) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.02-3) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-2) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.14-2build1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...
Unpacking manpages-dev (3.54-1ubuntu1) ...
Selecting previously unselected package python-wheel.
Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ...
Unpacking python-wheel (0.24.0-1~ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libedit2:amd64 (3.1-20130712-2) ...
Setting up libnfnetlink0:amd64 (1.0.1-2) ...
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Setting up libisl10:amd64 (0.12.2-1) ...
Setting up libcloog-isl4:amd64 (0.18.2-1) ...
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libmpfr4:amd64 (3.1.2-1) ...
Setting up libopts25:amd64 (1:5.18-2ubuntu2) ...
Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up libzmq3:amd64 (4.0.4+dfsg-2) ...
Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.12) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python-mock (1.0.1-3) ...
Setting up python-jsonschema (2.3.0-1build1) ...
Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ...
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...
Setting up manpages (3.54-1ubuntu1) ...
Setting up binutils (2.24-5ubuntu14.2) ...
Setting up libc-dev-bin (2.19-0ubuntu6.14) ...
Setting up linux-libc-dev:amd64 (3.13.0-141.190) ...
Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Setting up cpp (4:4.8.2-1ubuntu6) ...
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Setting up gcc (4:4.8.2-1ubuntu6) ...
Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ...
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.3) ...
Setting up g++ (4:4.8.2-1ubuntu6) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (3.81-8.2ubuntu3) ...
Setting up libtimedate-perl (2.3000-1) ...
Setting up libdpkg-perl (1.17.5ubuntu5.7) ...
Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up patch (2.7.1-4ubuntu2.3) ...
Setting up dpkg-dev (1.17.5ubuntu5.7) ...
Setting up build-essential (11.6ubuntu6) ...
Setting up clearwater-auto-config-docker (1.0-171215.180814) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python-colorama (0.2.5-0.1ubuntu2) ...
Setting up python-distlib (0.1.8-1ubuntu1) ...
Setting up python-six (1.5.2-1ubuntu1) ...
Setting up python-html5lib (0.999-3~ubuntu1) ...
Setting up python3-pkg-resources (3.3-1ubuntu2) ...
Setting up python-chardet-whl (2.2.1-2~ubuntu1) ...
Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ...
Setting up python-distlib-whl (0.1.8-1ubuntu1) ...
Setting up python-html5lib-whl (0.999-3~ubuntu1) ...
Setting up python-six-whl (1.5.2-1ubuntu1) ...
Setting up python-urllib3-whl (1.7.1-1ubuntu4) ...
Setting up python-requests-whl (2.2.1-1ubuntu0.3) ...
Setting up python-setuptools-whl (3.3-1ubuntu2) ...
Setting up python-pip-whl (1.5.4-1ubuntu4) ...
Setting up python-chardet (2.0.1-2build2) ...
Setting up python-urllib3 (1.7.1-1ubuntu4) ...
Setting up python-requests (2.2.1-1ubuntu0.3) ...
Setting up python-setuptools (3.3-1ubuntu2) ...
Setting up python-pip (1.5.4-1ubuntu4) ...
Setting up python-virtualenv (1.11.4-1ubuntu1) ...
Setting up dnsmasq-base (2.68-1ubuntu0.2) ...
Setting up dnsmasq (2.68-1ubuntu0.2) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...
Setting up libinotifytools0 (3.14-1ubuntu1) ...
Setting up inotify-tools (3.14-1ubuntu1) ...
Setting up realpath (1.19) ...
Setting up sysstat (10.2.0-1) ...

Creating config file /etc/default/sysstat with new version
update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
Setting up iotop (0.6-1) ...
Setting up libfakeroot:amd64 (1.20-3ubuntu2) ...
Setting up fakeroot (1.20-3ubuntu2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up libalgorithm-diff-xs-perl (0.04-2build4) ...
Setting up libalgorithm-merge-perl (0.08-2) ...
Setting up libfile-fcntllock-perl (0.14-2build1) ...
Setting up manpages-dev (3.54-1ubuntu1) ...
Setting up python-wheel (0.24.0-1~ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-infrastructure (1.0-171215.180814) ...
Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg
Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages
Adding pyzmq 16.0.2 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg
Processing dependencies for pyzmq==16.0.2
Finished processing dependencies for pyzmq==16.0.2
New python executable in /usr/share/clearwater/infrastructure/env/bin/python
Installing setuptools, pip...done.
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking pip
Installing collected packages: pip
  Found existing installation: pip 1.5.4
    Uninstalling pip:
      Successfully uninstalled pip
Successfully installed pip
Cleaning up...
Collecting wheel
Installing collected packages: wheel
Successfully installed wheel-0.30.0
Collecting cw_infrastructure
Collecting nsenter (from cw_infrastructure)
Collecting argparse (from cw_infrastructure)
Collecting contextlib2 (from cw_infrastructure)
Collecting dnspython (from cw_infrastructure)
Collecting pathlib (from cw_infrastructure)
Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure
  Found existing installation: argparse 1.2.1
    Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env
Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-monit (5.18-171207.172716) ...
invoke-rc.d: unknown initscript, /etc/init.d/clearwater-monit not found.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up clearwater-log-cleanup (1.0-171215.180814) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-diags-monitor (1.0-171215.180814) ...
Setting up clearwater-etcd (1.0-171218.103208) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-cluster-manager (1.0-171218.103208) ...
Already using interpreter /usr/bin/python
New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python
Installing setuptools, pip...done.
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking pip
Installing collected packages: pip
  Found existing installation: pip 1.5.4
    Uninstalling pip:
      Successfully uninstalled pip
Successfully installed pip
Cleaning up...
Collecting wheel
Installing collected packages: wheel
Successfully installed wheel-0.30.0
Collecting clearwater_cluster_manager
Collecting clearwater-etcd-shared (from clearwater_cluster_manager)
Collecting metaswitchcommon (from clearwater_cluster_manager)
Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)
Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager)
Collecting cffi (from metaswitchcommon->clearwater_cluster_manager)
Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)
Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager)
Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)
Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)
Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager
Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1
Setting up clearwater-queue-manager (1.0-171218.103208) ...
Already using interpreter /usr/bin/python
New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python
Installing setuptools, pip...done.
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking pip
Installing collected packages: pip
  Found existing installation: pip 1.5.4
    Uninstalling pip:
      Successfully uninstalled pip
Successfully installed pip
Cleaning up...
Collecting wheel
Installing collected packages: wheel
Successfully installed wheel-0.30.0
Collecting clearwater_queue_manager
Collecting clearwater-etcd-shared (from clearwater_queue_manager)
Collecting metaswitchcommon (from clearwater_queue_manager)
Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting six (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)
Collecting pycparser (from metaswitchcommon->clearwater_queue_manager)
Collecting cffi (from metaswitchcommon->clearwater_queue_manager)
Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager)
Collecting monotonic (from metaswitchcommon->clearwater_queue_manager)
Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager)
Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)
Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager
Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-config-manager (1.0-171218.103208) ...
Already using interpreter /usr/bin/python
New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python
Installing setuptools, pip...done.
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking pip
Installing collected packages: pip
  Found existing installation: pip 1.5.4
    Uninstalling pip:
      Successfully uninstalled pip
Successfully installed pip
Cleaning up...
Collecting wheel
Installing collected packages: wheel
Successfully installed wheel-0.30.0
Collecting clearwater_config_manager
Collecting requests (from clearwater_config_manager)
Collecting clearwater-etcd-shared (from clearwater_config_manager)
Collecting metaswitchcommon (from clearwater_config_manager)
Collecting jsonschema (from clearwater_config_manager)
Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)
Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)
Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)
Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager)
Collecting futures (from clearwater-etcd-shared->clearwater_config_manager)
Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)
Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager)
Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)
Collecting six (from clearwater-etcd-shared->clearwater_config_manager)
Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)
Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager)
Collecting pycparser (from metaswitchcommon->clearwater_config_manager)
Collecting cffi (from metaswitchcommon->clearwater_config_manager)
Collecting pycrypto (from metaswitchcommon->clearwater_config_manager)
Collecting monotonic (from metaswitchcommon->clearwater_config_manager)
Collecting pyzmq (from metaswitchcommon->clearwater_config_manager)
Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)
Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager
Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-management (1.0-171218.103208) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
 ---> 26fdad47629d
Removing intermediate container db9e0eb7a3cc
Step 19/29 : RUN apt-get install -y --force-yes clearwater-snmpd
 ---> Running in 22c19ba52a75
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  libmysqlclient18 libpci3 libperl5.18 libsnmp-base libsnmp30 libwrap0
  mysql-common snmpd tcpd
Suggested packages:
  snmp-mibs-downloader
The following NEW packages will be installed:
  clearwater-snmpd libmysqlclient18 libpci3 libperl5.18 libsnmp-base libsnmp30
  libwrap0 mysql-common snmpd tcpd
0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
Need to get 2,089 kB of archives.
After this operation, 10.1 MB of additional disk space will be used.
Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpci3 amd64 1:3.2.1-1ubuntu5.1 [26.3 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.59-0ubuntu0.14.04.1 [12.8 kB]
Get:4 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.59-0ubuntu0.14.04.1 [597 kB]
Get:6 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]
Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.3 [1,326 B]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libwrap0 amd64 7.6.q-25 [46.2 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main tcpd amd64 7.6.q-25 [23.0 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin: 
Fetched 2,089 kB in 10s (206 kB/s)
Selecting previously unselected package libpci3:amd64.
(Reading database ... 19879 files and directories currently installed.)
Preparing to unpack .../libpci3_1%3a3.2.1-1ubuntu5.1_amd64.deb ...
Unpacking libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../mysql-common_5.5.59-0ubuntu0.14.04.1_all.deb ...
Unpacking mysql-common (5.5.59-0ubuntu0.14.04.1) ...
Selecting previously unselected package libmysqlclient18:amd64.
Preparing to unpack .../libmysqlclient18_5.5.59-0ubuntu0.14.04.1_amd64.deb ...
Unpacking libmysqlclient18:amd64 (5.5.59-0ubuntu0.14.04.1) ...
Selecting previously unselected package libperl5.18.
Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.3_amd64.deb ...
Unpacking libperl5.18 (5.18.2-2ubuntu1.3) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-25) ...
Selecting previously unselected package libsnmp-base.
Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...
Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...
Selecting previously unselected package libsnmp30:amd64.
Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...
Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...
Selecting previously unselected package snmpd.
Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...
Unpacking snmpd (5.7.3~dfsg-clearwater1) ...
Selecting previously unselected package clearwater-snmpd.
Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...
Unpacking clearwater-snmpd (1.0-171215.180814) ...
Selecting previously unselected package tcpd.
Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ...
Unpacking tcpd (7.6.q-25) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up libpci3:amd64 (1:3.2.1-1ubuntu5.1) ...
Setting up mysql-common (5.5.59-0ubuntu0.14.04.1) ...
Setting up libmysqlclient18:amd64 (5.5.59-0ubuntu0.14.04.1) ...
Setting up libperl5.18 (5.18.2-2ubuntu1.3) ...
Setting up libwrap0:amd64 (7.6.q-25) ...
Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ...
Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...
Setting up snmpd (5.7.3~dfsg-clearwater1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
update-rc.d: warning:  stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)
invoke-rc.d: policy-rc.d denied execution of start.
Setting up tcpd (7.6.q-25) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up clearwater-snmpd (1.0-171215.180814) ...
 * Stopping network management services:
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
 ---> 150a6c9503c1
Removing intermediate container 22c19ba52a75
Step 20/29 : RUN /etc/init.d/clearwater-auto-config-docker restart
 ---> Running in 8dbb4d6e62b6
 ---> b3d7fd676c40
Removing intermediate container 8dbb4d6e62b6
Step 21/29 : RUN /etc/init.d/clearwater-infrastructure restart
 ---> Running in 18ae203434f2
 * Restarting clearwater-infrastructure clearwater-infrastructure
mv: cannot move ‘/tmp/hosts.11’ to ‘/etc/hosts’: Device or resource busy
 * Restarting DNS forwarder and DHCP server dnsmasq

dnsmasq: setting capabilities failed: Operation not permitted
   ...fail!
hostname: you must be root to change the host name
mv: cannot move ‘/tmp/hosts.29’ to ‘/etc/hosts’: Device or resource busy
ERROR: unable to move /tmp/hosts.29 to /etc/hosts
   ...done.
 ---> 20e51317de96
Removing intermediate container 18ae203434f2
Step 22/29 : COPY clearwater-infrastructure.supervisord.conf /etc/supervisor/conf.d/clearwater-infrastructure.conf
 ---> b481a6386209
Removing intermediate container 3c53f6eb4608
Step 23/29 : COPY clearwater-group.supervisord.conf /etc/supervisor/conf.d/clearwater-group.conf
 ---> 5769143ebfe8
Removing intermediate container b78725cba776
Step 24/29 : COPY snmpd.supervisord.conf /etc/supervisor/conf.d/snmpd.conf
 ---> 5459f73cea04
Removing intermediate container b3ef0896fa50
Step 25/29 : COPY pre-stop /usr/bin/pre-stop
 ---> ce9c76951bff
Removing intermediate container 23387c9e62a2
Step 26/29 : RUN apt-get install -y netcat-openbsd
 ---> Running in b1f25614d7cb
Reading package lists...
Building dependency tree...
Reading state information...
netcat-openbsd is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
 ---> 99ad86066c27
Removing intermediate container b1f25614d7cb
Step 27/29 : RUN sed -i 's/SCTP_streams.*/No_SCTP;/' /usr/share/clearwater/bin/generic_create_diameterconf
 ---> Running in f8d4f83d519d
 ---> 9b0702ea20f2
Removing intermediate container f8d4f83d519d
Step 28/29 : COPY liveness.sh /usr/share/kubernetes/
 ---> f0d3d6a818e1
Removing intermediate container 62c64310b7b8
Step 29/29 : COPY socket-factory.supervisord.conf /etc/clearwater/socket-factory.supervisord.conf
 ---> 250f580cd74f
Removing intermediate container dfd6c253d170
Successfully built 250f580cd74f

@blsaws
Copy link
Author

blsaws commented Jan 31, 2018

I found out that I had a bug in my script that created the containers, and I was tagging the wrong container. I fixed it, and all is working. Closing this bug. Apologies for the noise! I'll take further issues to the list first.

@blsaws blsaws closed this as completed Jan 31, 2018
@mdavis-xyz
Copy link
Contributor

I'm having the same issue. What was the bug you had in your scripts?

I've tried rebuilding with --no-cache and that didn't fix it.

@AlessioDiama
Copy link

Me too i'm having the same issue. How did you solved it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants